{"openapi":"3.0.1","info":{"title":"DLCM Solution API","description":"Repository for Research Datasets","contact":{"email":"admin@dlcm.ch"},"license":{"name":"GNU General Public License v2.0 or later"},"version":"3.1.8"},"servers":[{"url":"http://localhost:8080/dlcm","description":"Generated server url"}],"tags":[{"name":"dlcm"}],"paths":{"/preservation-planning/preservation-jobs":{"get":{"tags":["preservation-planning/preservation-jobs"],"operationId":"preservation-planning_preservation-jobs_list","parameters":[{"name":"page","in":"query","description":"Zero-based page index (0..N)","required":false,"schema":{"minimum":0,"type":"integer","default":0}},{"name":"size","in":"query","description":"The size of the page to be returned","required":false,"schema":{"minimum":1,"type":"integer","default":20}},{"name":"sort","in":"query","description":"Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported.","required":false,"schema":{"type":"array","items":{"type":"string"}}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestCollectionPreservationJob"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]},"post":{"tags":["preservation-planning/preservation-jobs"],"operationId":"preservation-planning_preservation-jobs_create","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/PreservationJob"}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/PreservationJob"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]},"delete":{"tags":["preservation-planning/preservation-jobs"],"operationId":"preservation-planning_preservation-jobs_deleteList","requestBody":{"content":{"application/json":{"schema":{"type":"array","items":{"type":"string"}}}},"required":true},"responses":{"200":{"description":"OK"}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/preservation-planning/preservation-jobs/{parentId}/executions":{"get":{"tags":["preservation-planning/preservation-jobs"],"operationId":"preservation-planning_preservation-jobs_by_id_executions_list","parameters":[{"name":"completionStatus","in":"query","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"endDate","in":"query","required":false,"schema":{"type":"string","format":"date-time"}},{"name":"page","in":"query","description":"Zero-based page index (0..N)","required":false,"schema":{"minimum":0,"type":"integer","default":0}},{"name":"parentId","in":"path","required":true,"schema":{"type":"string"}},{"name":"resId","in":"query","description":"The identifier of the resource. The default format is a Universally Unique IDentifier (UUID).","required":false,"schema":{"type":"string"}},{"name":"runNumber","in":"query","required":false,"schema":{"type":"integer","format":"int64"}},{"name":"size","in":"query","description":"The size of the page to be returned","required":false,"schema":{"minimum":1,"type":"integer","default":20}},{"name":"sort","in":"query","description":"Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported.","required":false,"schema":{"type":"array","items":{"type":"string"}}},{"name":"startDate","in":"query","required":false,"schema":{"type":"string","format":"date-time"}},{"name":"status","in":"query","required":false,"schema":{"type":"string","enum":["COMPLETED","CREATED","IN_ERROR","IN_PROGRESS","READY"]}},{"name":"statusMessage","in":"query","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestCollectionJobExecution"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]},"post":{"tags":["preservation-planning/preservation-jobs"],"operationId":"preservation-planning_preservation-jobs_by_id_executions_create","parameters":[{"name":"parentId","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/JobExecution"}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/JobExecution"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]},"delete":{"tags":["preservation-planning/preservation-jobs"],"operationId":"preservation-planning_preservation-jobs_by_id_executions_deleteList","parameters":[{"name":"parentId","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"array","items":{"type":"string"}}}},"required":true},"responses":{"200":{"description":"OK"}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/preservation-planning/preservation-jobs/{parentId}/executions/{id}/resume":{"post":{"tags":["preservation-planning/preservation-jobs"],"operationId":"preservation-planning_preservation-jobs_by_id_executions_by_id_resume","parameters":[{"name":"parentId","in":"path","required":true,"schema":{"type":"string"}},{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/Result"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/preservation-planning/preservation-jobs/{id}/start":{"post":{"tags":["preservation-planning/preservation-jobs"],"operationId":"preservation-planning_preservation-jobs_by_id_start","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/Result"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/preservation-planning/preservation-jobs/{id}/resume":{"post":{"tags":["preservation-planning/preservation-jobs"],"operationId":"preservation-planning_preservation-jobs_by_id_resume","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/Result"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/preservation-planning/preservation-jobs/search":{"get":{"tags":["preservation-planning/preservation-jobs"],"operationId":"preservation-planning_preservation-jobs_search_advancedSearch_get","parameters":[{"name":"search","in":"query","required":true,"schema":{"type":"string"}},{"name":"match","in":"query","required":false,"schema":{"type":"string"}},{"name":"page","in":"query","description":"Zero-based page index (0..N)","required":false,"schema":{"minimum":0,"type":"integer","default":0}},{"name":"size","in":"query","description":"The size of the page to be returned","required":false,"schema":{"minimum":1,"type":"integer","default":20}},{"name":"sort","in":"query","description":"Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported.","required":false,"schema":{"type":"array","items":{"type":"string"}}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestCollectionPreservationJob"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]},"post":{"tags":["preservation-planning/preservation-jobs"],"operationId":"preservation-planning_preservation-jobs_search_advancedSearch_post","parameters":[{"name":"match","in":"query","required":false,"schema":{"type":"string"}},{"name":"page","in":"query","description":"Zero-based page index (0..N)","required":false,"schema":{"minimum":0,"type":"integer","default":0}},{"name":"size","in":"query","description":"The size of the page to be returned","required":false,"schema":{"minimum":1,"type":"integer","default":20}},{"name":"sort","in":"query","description":"Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported.","required":false,"schema":{"type":"array","items":{"type":"string"}}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/PreservationJob"}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestCollectionPreservationJob"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/preservation-planning/preservation-jobs/initialize":{"post":{"tags":["preservation-planning/preservation-jobs"],"operationId":"preservation-planning_preservation-jobs_initialize","responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/Result"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/preservation-planning/aip/delete-cache":{"post":{"tags":["preservation-planning/aip"],"operationId":"preservation-planning_aip_delete-cache_evictCache","responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"type":"string"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/preingest/deposits":{"get":{"tags":["preingest/deposits"],"operationId":"preingest_deposits_list","parameters":[{"name":"access","in":"query","description":"The access level of the deposit.","required":false,"schema":{"type":"string","enum":["PUBLIC","RESTRICTED","CLOSED"]}},{"name":"additionalFieldsFormId","in":"query","description":"The additional fields form ID used to generate the additional fields values.","required":false,"schema":{"type":"string"}},{"name":"additionalFieldsValues","in":"query","description":"Some eventual additional fields values generated through an additional fields form.","required":false,"schema":{"type":"string"}},{"name":"archiveTypeId","in":"query","description":"The archive type identifier of the deposit.","required":false,"schema":{"type":"string"}},{"name":"ark","in":"query","description":"The ARK Identifier of the deposit.","required":false,"schema":{"type":"string"}},{"name":"collectionBegin","in":"query","description":"The start date of the deposit for collecting data.","required":false,"schema":{"type":"string","format":"date-time"}},{"name":"collectionEnd","in":"query","description":"The end date of the deposit for collecting data.","required":false,"schema":{"type":"string","format":"date-time"}},{"name":"containsUpdatedMetadata","in":"query","description":"If the package contains updated metadata.","required":false,"schema":{"type":"boolean"}},{"name":"contentStructurePublic","in":"query","description":"If the archive structure content is public.","required":false,"schema":{"type":"boolean"}},{"name":"dataSensitivity","in":"query","description":"The data sensitivity of the deposit.","required":false,"schema":{"type":"string","enum":["UNDEFINED","BLUE","GREEN","YELLOW","ORANGE","RED","CRIMSON"]}},{"name":"dataUsePolicy","in":"query","description":"The data use policy of the deposit.","required":false,"schema":{"type":"string","enum":["NONE","LICENSE","CLICK_THROUGH_DUA","SIGNED_DUA","EXTERNAL_DUA"]}},{"name":"description","in":"query","description":"The description of the deposit.","required":false,"schema":{"type":"string"}},{"name":"doi","in":"query","description":"The Digital Object Identifier (DOI) of the deposit.","required":false,"schema":{"type":"string"}},{"name":"isIdenticalTo","in":"query","description":"DOI indicates that Archive A is identical to B, used to register two separate instances of the same resource.","required":false,"schema":{"type":"string"}},{"name":"isObsoletedBy","in":"query","description":"DOI indicates A is replaced by B.","required":false,"schema":{"type":"string"}},{"name":"languageId","in":"query","description":"The language identifier of the deposit.","required":false,"schema":{"type":"string"}},{"name":"licenseId","in":"query","description":"The license identifier of the deposit.","required":false,"schema":{"type":"string"}},{"name":"metadataVersion","in":"query","description":"The metadata version of the deposit.","required":false,"schema":{"type":"string","enum":["1.0","1.1","2.0","2.1","3.0","3.1","4.0","5.0"]}},{"name":"organizationalUnitId","in":"query","description":"The organizational unit identifier of the deposit.","required":false,"schema":{"type":"string"}},{"name":"page","in":"query","description":"Zero-based page index (0..N)","required":false,"schema":{"minimum":0,"type":"integer","default":0}},{"name":"preparationId","in":"query","description":"The preparation identifier of the deposit.","required":false,"schema":{"type":"string"}},{"name":"preservationPolicyId","in":"query","description":"The preservation policy identifier of the deposit.","required":false,"schema":{"type":"string"}},{"name":"publicationDate","in":"query","description":"The publication date of the deposit.","required":false,"schema":{"type":"string","format":"date"}},{"name":"resId","in":"query","description":"The identifier of the resource. The default format is a Universally Unique IDentifier (UUID).","required":false,"schema":{"type":"string"}},{"name":"sipId","in":"query","description":"The generated SIP identifier of the deposit.","required":false,"schema":{"type":"string"}},{"name":"size","in":"query","description":"The size of the page to be returned","required":false,"schema":{"minimum":1,"type":"integer","default":20}},{"name":"sort","in":"query","description":"Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported.","required":false,"schema":{"type":"array","items":{"type":"string"}}},{"name":"status","in":"query","description":"The status of the deposit.","required":false,"schema":{"type":"string","enum":["APPROVED","CHECKED","CLEANED","CLEANING","COMPLETED","DELETING","IN_ERROR","IN_PROGRESS","IN_VALIDATION","REJECTED","SUBMITTED","EDITING_METADATA","UPGRADING_METADATA","CHECKING_COMPLIANCE","CHECKING_COMPLIANCE_CLEANED","COMPLIANCE_ERROR","CANCEL_EDITING_METADATA","EDITING_METADATA_REJECTED","SUBMISSION_AGREEMENT_APPROVED","RELOADING"]}},{"name":"statusMessage","in":"query","description":"The detailed message related to the deposit status.","required":false,"schema":{"type":"string"}},{"name":"submissionPolicyId","in":"query","description":"The submission policy identifier of the deposit.","required":false,"schema":{"type":"string"}},{"name":"title","in":"query","description":"The title of the deposit.","required":false,"schema":{"type":"string"}},{"name":"lightVersion","in":"query","required":true,"schema":{"type":"boolean"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestCollectionDeposit"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]},"post":{"tags":["preingest/deposits"],"operationId":"preingest_deposits_create","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Deposit"}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/Deposit"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]},"delete":{"tags":["preingest/deposits"],"operationId":"preingest_deposits_deleteList","requestBody":{"content":{"application/json":{"schema":{"type":"array","items":{"type":"string"}}}},"required":true},"responses":{"200":{"description":"OK"}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/preingest/deposits/{parentId}/submission-agreements":{"get":{"tags":["preingest/deposits"],"operationId":"preingest_deposits_by_id_submission-agreements_list","parameters":[{"name":"parentId","in":"path","required":true,"schema":{"type":"string"}},{"name":"page","in":"query","description":"Zero-based page index (0..N)","required":false,"schema":{"minimum":0,"type":"integer","default":0}},{"name":"size","in":"query","description":"The size of the page to be returned","required":false,"schema":{"minimum":1,"type":"integer","default":20}},{"name":"sort","in":"query","description":"Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported.","required":false,"schema":{"type":"array","items":{"type":"string"}}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestCollectionSubmissionAgreement"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]},"post":{"tags":["preingest/deposits"],"operationId":"preingest_deposits_by_id_submission-agreements_create","parameters":[{"name":"parentId","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"array","items":{"type":"string"}}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/SubmissionAgreement"}}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]},"delete":{"tags":["preingest/deposits"],"operationId":"preingest_deposits_by_id_submission-agreements_deleteList","parameters":[{"name":"parentId","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"array","items":{"type":"string"}}}},"required":true},"responses":{"200":{"description":"OK"}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/preingest/deposits/{parentId}/subject-areas":{"get":{"tags":["preingest/deposits"],"operationId":"preingest_deposits_by_id_subject-areas_list","parameters":[{"name":"parentId","in":"path","required":true,"schema":{"type":"string"}},{"name":"page","in":"query","description":"Zero-based page index (0..N)","required":false,"schema":{"minimum":0,"type":"integer","default":0}},{"name":"size","in":"query","description":"The size of the page to be returned","required":false,"schema":{"minimum":1,"type":"integer","default":20}},{"name":"sort","in":"query","description":"Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported.","required":false,"schema":{"type":"array","items":{"type":"string"}}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestCollectionSubjectArea"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]},"post":{"tags":["preingest/deposits"],"operationId":"preingest_deposits_by_id_subject-areas_create","parameters":[{"name":"parentId","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"array","items":{"type":"string"}}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/SubjectArea"}}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]},"delete":{"tags":["preingest/deposits"],"operationId":"preingest_deposits_by_id_subject-areas_deleteList","parameters":[{"name":"parentId","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"array","items":{"type":"string"}}}},"required":true},"responses":{"200":{"description":"OK"}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/preingest/deposits/{parentId}/licenses":{"get":{"tags":["preingest/deposits"],"operationId":"preingest_deposits_by_id_licenses_list","parameters":[{"name":"parentId","in":"path","required":true,"schema":{"type":"string"}},{"name":"page","in":"query","description":"Zero-based page index (0..N)","required":false,"schema":{"minimum":0,"type":"integer","default":0}},{"name":"size","in":"query","description":"The size of the page to be returned","required":false,"schema":{"minimum":1,"type":"integer","default":20}},{"name":"sort","in":"query","description":"Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported.","required":false,"schema":{"type":"array","items":{"type":"string"}}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestCollectionLicense"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]},"post":{"tags":["preingest/deposits"],"operationId":"preingest_deposits_by_id_licenses_create","parameters":[{"name":"parentId","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"array","items":{"type":"string"}}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/License"}}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]},"delete":{"tags":["preingest/deposits"],"operationId":"preingest_deposits_by_id_licenses_deleteList","parameters":[{"name":"parentId","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"array","items":{"type":"string"}}}},"required":true},"responses":{"200":{"description":"OK"}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/preingest/deposits/{parentId}/data":{"get":{"tags":["preingest/deposits"],"operationId":"preingest_deposits_by_id_data_list","parameters":[{"name":"complianceLevel","in":"query","required":false,"schema":{"type":"string","enum":["NOT_ASSESSED","NO_COMPLIANCE","WEAK_COMPLIANCE","AVERAGE_COMPLIANCE","FULL_COMPLIANCE"]}},{"name":"dataCategory","in":"query","required":false,"schema":{"type":"string","enum":["Primary","Observational","Experimental","Simulation","Derived","Reference","Digitalized","Secondary","Publication","DataPaper","Documentation","Software","Code","Binaries","VirtualMachine","Administrative","Document","WebSite","Other","Package","InformationPackage","UpdatePackage","Metadata","CustomMetadata","UpdatedMetadata","Internal","DatasetThumbnail","ArchiveThumbnail","ArchiveReadme","DatafileThumbnail","ArchiveDataUseAgreement"]}},{"name":"dataType","in":"query","required":false,"schema":{"type":"string","enum":["Primary","Observational","Experimental","Simulation","Derived","Reference","Digitalized","Secondary","Publication","DataPaper","Documentation","Software","Code","Binaries","VirtualMachine","Administrative","Document","WebSite","Other","Package","InformationPackage","UpdatePackage","Metadata","CustomMetadata","UpdatedMetadata","Internal","DatasetThumbnail","ArchiveThumbnail","ArchiveReadme","DatafileThumbnail","ArchiveDataUseAgreement"]}},{"name":"fileName","in":"query","required":false,"schema":{"type":"string"}},{"name":"fileSize","in":"query","required":false,"schema":{"type":"integer","format":"int64"}},{"name":"finalData","in":"query","required":false,"schema":{"type":"string","format":"uri"}},{"name":"page","in":"query","description":"Zero-based page index (0..N)","required":false,"schema":{"minimum":0,"type":"integer","default":0}},{"name":"parentId","in":"path","required":true,"schema":{"type":"string"}},{"name":"relativeLocation","in":"query","required":false,"schema":{"type":"string"}},{"name":"resId","in":"query","description":"The identifier of the resource. The default format is a Universally Unique IDentifier (UUID).","required":false,"schema":{"type":"string"}},{"name":"size","in":"query","description":"The size of the page to be returned","required":false,"schema":{"minimum":1,"type":"integer","default":20}},{"name":"sort","in":"query","description":"Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported.","required":false,"schema":{"type":"array","items":{"type":"string"}}},{"name":"sourceData","in":"query","required":false,"schema":{"type":"string","format":"uri"}},{"name":"status","in":"query","required":false,"schema":{"type":"string","enum":["CHANGE_RELATIVE_LOCATION","CHANGE_DATA_CATEGORY","CLEANED","CLEANING","EXCLUDED_FILE","CHECK_COMPLIANCE","CHECK_COMPLIANCE_CLEANED","CHECKED_COMPLIANCE","CHECKED_COMPLIANCE_CLEANED","IGNORED_FILE","DOWNLOAD_IN_PROGRESS","FILE_FORMAT_IDENTIFIED","FILE_FORMAT_SKIPPED","FILE_FORMAT_UNKNOWN","IN_ERROR","PROCESSED","READY","RECEIVED","TO_PROCESS","VIRUS_CHECKED","VIRUS_SKIPPED"]}},{"name":"statusMessage","in":"query","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestCollectionDepositDataFile"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]},"post":{"tags":["preingest/deposits"],"operationId":"preingest_deposits_by_id_data_create","parameters":[{"name":"parentId","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DepositDataFile"}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/DepositDataFile"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]},"delete":{"tags":["preingest/deposits"],"operationId":"preingest_deposits_by_id_data_deleteList","parameters":[{"name":"parentId","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"array","items":{"type":"string"}}}},"required":true},"responses":{"200":{"description":"OK"}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/preingest/deposits/{parentId}/data/{id}/validate":{"post":{"tags":["preingest/deposits"],"operationId":"preingest_deposits_by_id_data_by_id_validate","parameters":[{"name":"parentId","in":"path","required":true,"schema":{"type":"string"}},{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/Result"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/preingest/deposits/{parentId}/data/{id}/resume":{"post":{"tags":["preingest/deposits"],"operationId":"preingest_deposits_by_id_data_by_id_resume","parameters":[{"name":"parentId","in":"path","required":true,"schema":{"type":"string"}},{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/Result"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/preingest/deposits/{parentId}/data/validate":{"post":{"tags":["preingest/deposits"],"operationId":"preingest_deposits_by_id_data_validate","parameters":[{"name":"parentId","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"array","items":{"type":"string"}}}},"required":true},"responses":{"200":{"description":"OK"}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/preingest/deposits/{parentId}/data/resume":{"post":{"tags":["preingest/deposits"],"operationId":"preingest_deposits_by_id_data_resume","parameters":[{"name":"parentId","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"array","items":{"type":"string"}}}},"required":true},"responses":{"200":{"description":"OK"}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/preingest/deposits/{parentId}/data/resume-all":{"post":{"tags":["preingest/deposits"],"operationId":"preingest_deposits_by_id_data_resume-all_resumeList","parameters":[{"name":"parentId","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK"}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/preingest/deposits/{parentId}/data/delete-folder":{"post":{"tags":["preingest/deposits"],"operationId":"preingest_deposits_by_id_data_delete-folder","parameters":[{"name":"parentId","in":"path","required":true,"schema":{"type":"string"}},{"name":"relativeLocation","in":"query","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK"}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/preingest/deposits/{parentId}/contributors":{"get":{"tags":["preingest/deposits"],"operationId":"preingest_deposits_by_id_contributors_list","parameters":[{"name":"parentId","in":"path","required":true,"schema":{"type":"string"}},{"name":"page","in":"query","description":"Zero-based page index (0..N)","required":false,"schema":{"minimum":0,"type":"integer","default":0}},{"name":"size","in":"query","description":"The size of the page to be returned","required":false,"schema":{"minimum":1,"type":"integer","default":20}},{"name":"sort","in":"query","description":"Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported.","required":false,"schema":{"type":"array","items":{"type":"string"}}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestCollectionPerson"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]},"post":{"tags":["preingest/deposits"],"operationId":"preingest_deposits_by_id_contributors_create","parameters":[{"name":"parentId","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"array","items":{"type":"string"}}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/Person"}}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]},"delete":{"tags":["preingest/deposits"],"operationId":"preingest_deposits_by_id_contributors_deleteList","parameters":[{"name":"parentId","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"array","items":{"type":"string"}}}},"required":true},"responses":{"200":{"description":"OK"}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/preingest/deposits/{parentId}/aip":{"get":{"tags":["preingest/deposits"],"operationId":"preingest_deposits_by_id_aip_list","parameters":[{"name":"parentId","in":"path","required":true,"schema":{"type":"string"}},{"name":"page","in":"query","description":"Zero-based page index (0..N)","required":false,"schema":{"minimum":0,"type":"integer","default":0}},{"name":"size","in":"query","description":"The size of the page to be returned","required":false,"schema":{"minimum":1,"type":"integer","default":20}},{"name":"sort","in":"query","description":"Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported.","required":false,"schema":{"type":"array","items":{"type":"string"}}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestCollectionArchivalInfoPackage"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]},"post":{"tags":["preingest/deposits"],"operationId":"preingest_deposits_by_id_aip_create","parameters":[{"name":"parentId","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"array","items":{"type":"string"}}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/ArchivalInfoPackage"}}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]},"delete":{"tags":["preingest/deposits"],"operationId":"preingest_deposits_by_id_aip_deleteList","parameters":[{"name":"parentId","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"array","items":{"type":"string"}}}},"required":true},"responses":{"200":{"description":"OK"}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/preingest/deposits/{id}/upload":{"post":{"tags":["preingest/deposits"],"operationId":"preingest_deposits_by_id_upload","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}},{"name":"category","in":"query","required":false,"schema":{"type":"string"}},{"name":"type","in":"query","required":false,"schema":{"type":"string"}},{"name":"folder","in":"query","required":false,"schema":{"type":"string"}},{"name":"metadataType","in":"query","required":false,"schema":{"type":"string"}},{"name":"checksumMd5","in":"query","required":false,"schema":{"type":"string"}},{"name":"checksumMd5Origin","in":"query","required":false,"schema":{"type":"string"}},{"name":"checksumSha1","in":"query","required":false,"schema":{"type":"string"}},{"name":"checksumSha1Origin","in":"query","required":false,"schema":{"type":"string"}},{"name":"checksumSha256","in":"query","required":false,"schema":{"type":"string"}},{"name":"checksumSha256Origin","in":"query","required":false,"schema":{"type":"string"}},{"name":"checksumSha512","in":"query","required":false,"schema":{"type":"string"}},{"name":"checksumSha512Origin","in":"query","required":false,"schema":{"type":"string"}},{"name":"checksumCrc32","in":"query","required":false,"schema":{"type":"string"}},{"name":"checksumCrc32Origin","in":"query","required":false,"schema":{"type":"string"}}],"requestBody":{"content":{"multipart/form-data":{"schema":{"required":["file"],"type":"object","properties":{"file":{"type":"string","format":"binary"}}}}}},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/DepositDataFile"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/preingest/deposits/{id}/upload-metadata":{"post":{"tags":["preingest/deposits"],"operationId":"preingest_deposits_by_id_upload-metadata","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"multipart/form-data":{"schema":{"required":["file"],"type":"object","properties":{"file":{"type":"string","format":"binary"}}}}}},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/DepositDataFile"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/preingest/deposits/{id}/upload-archive":{"post":{"tags":["preingest/deposits"],"operationId":"preingest_deposits_by_id_upload-archive","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}},{"name":"category","in":"query","required":false,"schema":{"type":"string","enum":["Primary","Observational","Experimental","Simulation","Derived","Reference","Digitalized","Secondary","Publication","DataPaper","Documentation","Software","Code","Binaries","VirtualMachine","Administrative","Document","WebSite","Other","Package","InformationPackage","UpdatePackage","Metadata","CustomMetadata","UpdatedMetadata","Internal","DatasetThumbnail","ArchiveThumbnail","ArchiveReadme","DatafileThumbnail","ArchiveDataUseAgreement"]}},{"name":"type","in":"query","required":false,"schema":{"type":"string","enum":["Primary","Observational","Experimental","Simulation","Derived","Reference","Digitalized","Secondary","Publication","DataPaper","Documentation","Software","Code","Binaries","VirtualMachine","Administrative","Document","WebSite","Other","Package","InformationPackage","UpdatePackage","Metadata","CustomMetadata","UpdatedMetadata","Internal","DatasetThumbnail","ArchiveThumbnail","ArchiveReadme","DatafileThumbnail","ArchiveDataUseAgreement"]}},{"name":"metadataType","in":"query","required":false,"schema":{"type":"string"}}],"requestBody":{"content":{"multipart/form-data":{"schema":{"required":["file"],"type":"object","properties":{"file":{"type":"string","format":"binary"}}}}}},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/DepositDataFile"}}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/preingest/deposits/{id}/submit-for-approval":{"post":{"tags":["preingest/deposits"],"operationId":"preingest_deposits_by_id_submit-for-approval","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/Result"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/preingest/deposits/{id}/start-metadata-upgrade":{"post":{"tags":["preingest/deposits"],"operationId":"preingest_deposits_by_id_start-metadata-upgrade_putInMetadataUpgrading","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/Result"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/preingest/deposits/{id}/start-metadata-editing":{"post":{"tags":["preingest/deposits"],"operationId":"preingest_deposits_by_id_start-metadata-editing_putInMetadataEditing","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/Result"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/preingest/deposits/{id}/reserve-doi":{"post":{"tags":["preingest/deposits"],"operationId":"preingest_deposits_by_id_reserve-doi","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/Deposit"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/preingest/deposits/{id}/reject":{"post":{"tags":["preingest/deposits"],"operationId":"preingest_deposits_by_id_reject","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}},{"name":"reason","in":"query","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/Result"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/preingest/deposits/{id}/put-in-error":{"post":{"tags":["preingest/deposits"],"operationId":"preingest_deposits_by_id_put-in-error","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/Result"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/preingest/deposits/{id}/generate-anonymized-deposit-page":{"post":{"tags":["preingest/deposits"],"operationId":"preingest_deposits_by_id_generate-anonymized-deposit-page","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"type":"string"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/preingest/deposits/{id}/fix":{"post":{"tags":["preingest/deposits"],"operationId":"preingest_deposits_by_id_fix","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/Result"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/preingest/deposits/{id}/enable-revision":{"post":{"tags":["preingest/deposits"],"operationId":"preingest_deposits_by_id_enable-revision","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/Result"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/preingest/deposits/{id}/clean":{"post":{"tags":["preingest/deposits"],"operationId":"preingest_deposits_by_id_clean","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/Result"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/preingest/deposits/{id}/check-submission-agreement":{"post":{"tags":["preingest/deposits"],"operationId":"preingest_deposits_by_id_check-submission-agreement","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK"}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/preingest/deposits/{id}/check-compliance":{"post":{"tags":["preingest/deposits"],"operationId":"preingest_deposits_by_id_check-compliance","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/Result"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/preingest/deposits/{id}/cancel-metadata-editing":{"post":{"tags":["preingest/deposits"],"operationId":"preingest_deposits_by_id_cancel-metadata-editing","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/Result"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/preingest/deposits/{id}/approve":{"post":{"tags":["preingest/deposits"],"operationId":"preingest_deposits_by_id_approve","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/Result"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/preingest/deposits/{id}/approve-submission-agreement":{"post":{"tags":["preingest/deposits"],"operationId":"preingest_deposits_by_id_approve-submission-agreement","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK"}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/preingest/deposits/search":{"get":{"tags":["preingest/deposits"],"operationId":"preingest_deposits_search_advancedSearch_get","parameters":[{"name":"access","in":"query","description":"The access level of the deposit.","required":false,"schema":{"type":"string","enum":["PUBLIC","RESTRICTED","CLOSED"]}},{"name":"additionalFieldsFormId","in":"query","description":"The additional fields form ID used to generate the additional fields values.","required":false,"schema":{"type":"string"}},{"name":"additionalFieldsValues","in":"query","description":"Some eventual additional fields values generated through an additional fields form.","required":false,"schema":{"type":"string"}},{"name":"archiveTypeId","in":"query","description":"The archive type identifier of the deposit.","required":false,"schema":{"type":"string"}},{"name":"ark","in":"query","description":"The ARK Identifier of the deposit.","required":false,"schema":{"type":"string"}},{"name":"collectionBegin","in":"query","description":"The start date of the deposit for collecting data.","required":false,"schema":{"type":"string","format":"date-time"}},{"name":"collectionEnd","in":"query","description":"The end date of the deposit for collecting data.","required":false,"schema":{"type":"string","format":"date-time"}},{"name":"containsUpdatedMetadata","in":"query","description":"If the package contains updated metadata.","required":false,"schema":{"type":"boolean"}},{"name":"contentStructurePublic","in":"query","description":"If the archive structure content is public.","required":false,"schema":{"type":"boolean"}},{"name":"dataSensitivity","in":"query","description":"The data sensitivity of the deposit.","required":false,"schema":{"type":"string","enum":["UNDEFINED","BLUE","GREEN","YELLOW","ORANGE","RED","CRIMSON"]}},{"name":"dataUsePolicy","in":"query","description":"The data use policy of the deposit.","required":false,"schema":{"type":"string","enum":["NONE","LICENSE","CLICK_THROUGH_DUA","SIGNED_DUA","EXTERNAL_DUA"]}},{"name":"description","in":"query","description":"The description of the deposit.","required":false,"schema":{"type":"string"}},{"name":"doi","in":"query","description":"The Digital Object Identifier (DOI) of the deposit.","required":false,"schema":{"type":"string"}},{"name":"isIdenticalTo","in":"query","description":"DOI indicates that Archive A is identical to B, used to register two separate instances of the same resource.","required":false,"schema":{"type":"string"}},{"name":"isObsoletedBy","in":"query","description":"DOI indicates A is replaced by B.","required":false,"schema":{"type":"string"}},{"name":"languageId","in":"query","description":"The language identifier of the deposit.","required":false,"schema":{"type":"string"}},{"name":"licenseId","in":"query","description":"The license identifier of the deposit.","required":false,"schema":{"type":"string"}},{"name":"match","in":"query","required":false,"schema":{"type":"string"}},{"name":"metadataVersion","in":"query","description":"The metadata version of the deposit.","required":false,"schema":{"type":"string","enum":["1.0","1.1","2.0","2.1","3.0","3.1","4.0","5.0"]}},{"name":"organizationalUnitId","in":"query","description":"The organizational unit identifier of the deposit.","required":false,"schema":{"type":"string"}},{"name":"page","in":"query","description":"Zero-based page index (0..N)","required":false,"schema":{"minimum":0,"type":"integer","default":0}},{"name":"preparationId","in":"query","description":"The preparation identifier of the deposit.","required":false,"schema":{"type":"string"}},{"name":"preservationPolicyId","in":"query","description":"The preservation policy identifier of the deposit.","required":false,"schema":{"type":"string"}},{"name":"publicationDate","in":"query","description":"The publication date of the deposit.","required":false,"schema":{"type":"string","format":"date"}},{"name":"resId","in":"query","description":"The identifier of the resource. The default format is a Universally Unique IDentifier (UUID).","required":false,"schema":{"type":"string"}},{"name":"search","in":"query","required":true,"schema":{"type":"string"}},{"name":"sipId","in":"query","description":"The generated SIP identifier of the deposit.","required":false,"schema":{"type":"string"}},{"name":"size","in":"query","description":"The size of the page to be returned","required":false,"schema":{"minimum":1,"type":"integer","default":20}},{"name":"sort","in":"query","description":"Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported.","required":false,"schema":{"type":"array","items":{"type":"string"}}},{"name":"status","in":"query","description":"The status of the deposit.","required":false,"schema":{"type":"string","enum":["APPROVED","CHECKED","CLEANED","CLEANING","COMPLETED","DELETING","IN_ERROR","IN_PROGRESS","IN_VALIDATION","REJECTED","SUBMITTED","EDITING_METADATA","UPGRADING_METADATA","CHECKING_COMPLIANCE","CHECKING_COMPLIANCE_CLEANED","COMPLIANCE_ERROR","CANCEL_EDITING_METADATA","EDITING_METADATA_REJECTED","SUBMISSION_AGREEMENT_APPROVED","RELOADING"]}},{"name":"statusMessage","in":"query","description":"The detailed message related to the deposit status.","required":false,"schema":{"type":"string"}},{"name":"submissionPolicyId","in":"query","description":"The submission policy identifier of the deposit.","required":false,"schema":{"type":"string"}},{"name":"title","in":"query","description":"The title of the deposit.","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestCollectionDeposit"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]},"post":{"tags":["preingest/deposits"],"operationId":"preingest_deposits_search_advancedSearch_post","parameters":[{"name":"match","in":"query","required":false,"schema":{"type":"string"}},{"name":"page","in":"query","description":"Zero-based page index (0..N)","required":false,"schema":{"minimum":0,"type":"integer","default":0}},{"name":"size","in":"query","description":"The size of the page to be returned","required":false,"schema":{"minimum":1,"type":"integer","default":20}},{"name":"sort","in":"query","description":"Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported.","required":false,"schema":{"type":"array","items":{"type":"string"}}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Deposit"}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestCollectionDeposit"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/oai-info/oai-sets":{"get":{"tags":["oai-info/oai-sets"],"operationId":"oai-info_oai-sets_list","parameters":[{"name":"page","in":"query","description":"Zero-based page index (0..N)","required":false,"schema":{"minimum":0,"type":"integer","default":0}},{"name":"size","in":"query","description":"The size of the page to be returned","required":false,"schema":{"minimum":1,"type":"integer","default":20}},{"name":"sort","in":"query","description":"Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported.","required":false,"schema":{"type":"array","items":{"type":"string"}}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestCollectionOAISet"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]},"post":{"tags":["oai-info/oai-sets"],"operationId":"oai-info_oai-sets_create","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/OAISet"}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/OAISet"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]},"delete":{"tags":["oai-info/oai-sets"],"operationId":"oai-info_oai-sets_deleteList","requestBody":{"content":{"application/json":{"schema":{"type":"array","items":{"type":"string"}}}},"required":true},"responses":{"200":{"description":"OK"}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/oai-info/oai-sets/search":{"get":{"tags":["oai-info/oai-sets"],"operationId":"oai-info_oai-sets_search_advancedSearch_get","parameters":[{"name":"search","in":"query","required":true,"schema":{"type":"string"}},{"name":"match","in":"query","required":false,"schema":{"type":"string"}},{"name":"page","in":"query","description":"Zero-based page index (0..N)","required":false,"schema":{"minimum":0,"type":"integer","default":0}},{"name":"size","in":"query","description":"The size of the page to be returned","required":false,"schema":{"minimum":1,"type":"integer","default":20}},{"name":"sort","in":"query","description":"Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported.","required":false,"schema":{"type":"array","items":{"type":"string"}}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestCollectionOAISet"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]},"post":{"tags":["oai-info/oai-sets"],"operationId":"oai-info_oai-sets_search_advancedSearch_post","parameters":[{"name":"match","in":"query","required":false,"schema":{"type":"string"}},{"name":"page","in":"query","description":"Zero-based page index (0..N)","required":false,"schema":{"minimum":0,"type":"integer","default":0}},{"name":"size","in":"query","description":"The size of the page to be returned","required":false,"schema":{"minimum":1,"type":"integer","default":20}},{"name":"sort","in":"query","description":"Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported.","required":false,"schema":{"type":"array","items":{"type":"string"}}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/OAISet"}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestCollectionOAISet"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/oai-info/oai-provider/oai":{"get":{"tags":["oai-info/oai-provider"],"operationId":"oai-info_oai-provider_oai_process","parameters":[{"name":"verb","in":"query","required":false,"schema":{"type":"string"}},{"name":"identifier","in":"query","required":false,"schema":{"type":"string"}},{"name":"metadataPrefix","in":"query","required":false,"schema":{"type":"string"}},{"name":"from","in":"query","required":false,"schema":{"type":"string"}},{"name":"until","in":"query","required":false,"schema":{"type":"string"}},{"name":"set","in":"query","required":false,"schema":{"type":"string"}},{"name":"resumptionToken","in":"query","required":false,"schema":{"type":"string"}},{"name":"smartView","in":"query","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"type":"string"}}}}}},"post":{"tags":["oai-info/oai-provider"],"operationId":"oai-info_oai-provider_oai_processPost","requestBody":{"content":{"application/x-www-form-urlencoded":{"schema":{"$ref":"#/components/schemas/MultiValueMapStringString"}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"type":"string"}}}}}}},"/oai-info/oai-metadata-prefixes":{"get":{"tags":["oai-info/oai-metadata-prefixes"],"operationId":"oai-info_oai-metadata-prefixes_list","parameters":[{"name":"page","in":"query","description":"Zero-based page index (0..N)","required":false,"schema":{"minimum":0,"type":"integer","default":0}},{"name":"size","in":"query","description":"The size of the page to be returned","required":false,"schema":{"minimum":1,"type":"integer","default":20}},{"name":"sort","in":"query","description":"Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported.","required":false,"schema":{"type":"array","items":{"type":"string"}}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestCollectionOAIMetadataPrefix"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]},"post":{"tags":["oai-info/oai-metadata-prefixes"],"operationId":"oai-info_oai-metadata-prefixes_create","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/OAIMetadataPrefix"}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/OAIMetadataPrefix"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]},"delete":{"tags":["oai-info/oai-metadata-prefixes"],"operationId":"oai-info_oai-metadata-prefixes_deleteList","requestBody":{"content":{"application/json":{"schema":{"type":"array","items":{"type":"string"}}}},"required":true},"responses":{"200":{"description":"OK"}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/oai-info/oai-metadata-prefixes/search":{"get":{"tags":["oai-info/oai-metadata-prefixes"],"operationId":"oai-info_oai-metadata-prefixes_search_advancedSearch_get","parameters":[{"name":"search","in":"query","required":true,"schema":{"type":"string"}},{"name":"match","in":"query","required":false,"schema":{"type":"string"}},{"name":"page","in":"query","description":"Zero-based page index (0..N)","required":false,"schema":{"minimum":0,"type":"integer","default":0}},{"name":"size","in":"query","description":"The size of the page to be returned","required":false,"schema":{"minimum":1,"type":"integer","default":20}},{"name":"sort","in":"query","description":"Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported.","required":false,"schema":{"type":"array","items":{"type":"string"}}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestCollectionOAIMetadataPrefix"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]},"post":{"tags":["oai-info/oai-metadata-prefixes"],"operationId":"oai-info_oai-metadata-prefixes_search_advancedSearch_post","parameters":[{"name":"match","in":"query","required":false,"schema":{"type":"string"}},{"name":"page","in":"query","description":"Zero-based page index (0..N)","required":false,"schema":{"minimum":0,"type":"integer","default":0}},{"name":"size","in":"query","description":"The size of the page to be returned","required":false,"schema":{"minimum":1,"type":"integer","default":20}},{"name":"sort","in":"query","description":"Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported.","required":false,"schema":{"type":"array","items":{"type":"string"}}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/OAIMetadataPrefix"}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestCollectionOAIMetadataPrefix"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/ingest/sip":{"get":{"tags":["ingest/sip"],"operationId":"ingest_sip_list","parameters":[{"name":"aipId","in":"query","description":"The generated AIP identifier of the SIP.","required":false,"schema":{"type":"string"}},{"name":"depositId","in":"query","description":"The source deposit identifier of the SIP.","required":false,"schema":{"type":"string"}},{"name":"dispositionApproval","in":"query","description":"If the approval step the AIP disposal is mandatory.","required":false,"schema":{"type":"boolean"}},{"name":"mainStorage","in":"query","description":"The main storage indice in configuration if the SIP. O means default storage (first one).","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"page","in":"query","description":"Zero-based page index (0..N)","required":false,"schema":{"minimum":0,"type":"integer","default":0}},{"name":"publicationDate","in":"query","description":"The publication date of the deposit.","required":false,"schema":{"type":"string","format":"date"}},{"name":"resId","in":"query","description":"The identifier of the resource. The default format is a Universally Unique IDentifier (UUID).","required":false,"schema":{"type":"string"}},{"name":"retention","in":"query","description":"The retention duration in days of the AIP: O means forever.","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"size","in":"query","description":"The size of the page to be returned","required":false,"schema":{"minimum":1,"type":"integer","default":20}},{"name":"sort","in":"query","description":"Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported.","required":false,"schema":{"type":"array","items":{"type":"string"}}},{"name":"submissionPolicyId","in":"query","description":"The submission policy identifier of the SIP.","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestCollectionSubmissionInfoPackage"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]},"post":{"tags":["ingest/sip"],"operationId":"ingest_sip_create","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/SubmissionInfoPackage"}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/SubmissionInfoPackage"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]},"delete":{"tags":["ingest/sip"],"operationId":"ingest_sip_deleteList","requestBody":{"content":{"application/json":{"schema":{"type":"array","items":{"type":"string"}}}},"required":true},"responses":{"200":{"description":"OK"}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/ingest/sip/{parentId}/data":{"get":{"tags":["ingest/sip"],"operationId":"ingest_sip_by_id_data_list","parameters":[{"name":"complianceLevel","in":"query","required":false,"schema":{"type":"string","enum":["NOT_ASSESSED","NO_COMPLIANCE","WEAK_COMPLIANCE","AVERAGE_COMPLIANCE","FULL_COMPLIANCE"]}},{"name":"dataCategory","in":"query","required":false,"schema":{"type":"string","enum":["Primary","Observational","Experimental","Simulation","Derived","Reference","Digitalized","Secondary","Publication","DataPaper","Documentation","Software","Code","Binaries","VirtualMachine","Administrative","Document","WebSite","Other","Package","InformationPackage","UpdatePackage","Metadata","CustomMetadata","UpdatedMetadata","Internal","DatasetThumbnail","ArchiveThumbnail","ArchiveReadme","DatafileThumbnail","ArchiveDataUseAgreement"]}},{"name":"dataType","in":"query","required":false,"schema":{"type":"string","enum":["Primary","Observational","Experimental","Simulation","Derived","Reference","Digitalized","Secondary","Publication","DataPaper","Documentation","Software","Code","Binaries","VirtualMachine","Administrative","Document","WebSite","Other","Package","InformationPackage","UpdatePackage","Metadata","CustomMetadata","UpdatedMetadata","Internal","DatasetThumbnail","ArchiveThumbnail","ArchiveReadme","DatafileThumbnail","ArchiveDataUseAgreement"]}},{"name":"fileName","in":"query","required":false,"schema":{"type":"string"}},{"name":"fileSize","in":"query","required":false,"schema":{"type":"integer","format":"int64"}},{"name":"finalData","in":"query","required":false,"schema":{"type":"string","format":"uri"}},{"name":"page","in":"query","description":"Zero-based page index (0..N)","required":false,"schema":{"minimum":0,"type":"integer","default":0}},{"name":"parentId","in":"path","required":true,"schema":{"type":"string"}},{"name":"relativeLocation","in":"query","required":false,"schema":{"type":"string"}},{"name":"resId","in":"query","description":"The identifier of the resource. The default format is a Universally Unique IDentifier (UUID).","required":false,"schema":{"type":"string"}},{"name":"size","in":"query","description":"The size of the page to be returned","required":false,"schema":{"minimum":1,"type":"integer","default":20}},{"name":"sort","in":"query","description":"Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported.","required":false,"schema":{"type":"array","items":{"type":"string"}}},{"name":"sourceData","in":"query","required":false,"schema":{"type":"string","format":"uri"}},{"name":"status","in":"query","required":false,"schema":{"type":"string","enum":["CHANGE_RELATIVE_LOCATION","CHANGE_DATA_CATEGORY","CLEANED","CLEANING","EXCLUDED_FILE","CHECK_COMPLIANCE","CHECK_COMPLIANCE_CLEANED","CHECKED_COMPLIANCE","CHECKED_COMPLIANCE_CLEANED","IGNORED_FILE","DOWNLOAD_IN_PROGRESS","FILE_FORMAT_IDENTIFIED","FILE_FORMAT_SKIPPED","FILE_FORMAT_UNKNOWN","IN_ERROR","PROCESSED","READY","RECEIVED","TO_PROCESS","VIRUS_CHECKED","VIRUS_SKIPPED"]}},{"name":"statusMessage","in":"query","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestCollectionSipDataFile"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]},"post":{"tags":["ingest/sip"],"operationId":"ingest_sip_by_id_data_create","parameters":[{"name":"parentId","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/SipDataFile"}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/SipDataFile"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]},"delete":{"tags":["ingest/sip"],"operationId":"ingest_sip_by_id_data_deleteList","parameters":[{"name":"parentId","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"array","items":{"type":"string"}}}},"required":true},"responses":{"200":{"description":"OK"}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/ingest/sip/{parentId}/data/{id}/resume":{"post":{"tags":["ingest/sip"],"operationId":"ingest_sip_by_id_data_by_id_resume","parameters":[{"name":"parentId","in":"path","required":true,"schema":{"type":"string"}},{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/Result"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/ingest/sip/{parentId}/data/{id}/put-in-error":{"post":{"tags":["ingest/sip"],"operationId":"ingest_sip_by_id_data_by_id_put-in-error","parameters":[{"name":"parentId","in":"path","required":true,"schema":{"type":"string"}},{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/Result"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/ingest/sip/{parentId}/aip":{"get":{"tags":["ingest/sip"],"operationId":"ingest_sip_by_id_aip_list","parameters":[{"name":"parentId","in":"path","required":true,"schema":{"type":"string"}},{"name":"page","in":"query","description":"Zero-based page index (0..N)","required":false,"schema":{"minimum":0,"type":"integer","default":0}},{"name":"size","in":"query","description":"The size of the page to be returned","required":false,"schema":{"minimum":1,"type":"integer","default":20}},{"name":"sort","in":"query","description":"Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported.","required":false,"schema":{"type":"array","items":{"type":"string"}}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestCollectionArchivalInfoPackage"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]},"post":{"tags":["ingest/sip"],"operationId":"ingest_sip_by_id_aip_create","parameters":[{"name":"parentId","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"array","items":{"type":"string"}}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/ArchivalInfoPackage"}}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]},"delete":{"tags":["ingest/sip"],"operationId":"ingest_sip_by_id_aip_deleteList","parameters":[{"name":"parentId","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"array","items":{"type":"string"}}}},"required":true},"responses":{"200":{"description":"OK"}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/ingest/sip/{id}/upload":{"post":{"tags":["ingest/sip"],"operationId":"ingest_sip_by_id_upload_sendFile","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"multipart/form-data":{"schema":{"required":["file"],"type":"object","properties":{"file":{"type":"string","format":"binary"}}}}}},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/SipDataFile"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/ingest/sip/{id}/start-metadata-upgrade":{"post":{"tags":["ingest/sip"],"operationId":"ingest_sip_by_id_start-metadata-upgrade_putInMetadataUpgrading","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/Result"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/ingest/sip/{id}/start-metadata-editing":{"post":{"tags":["ingest/sip"],"operationId":"ingest_sip_by_id_start-metadata-editing_putInMetadataEditing","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/Result"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/ingest/sip/{id}/resume":{"post":{"tags":["ingest/sip"],"operationId":"ingest_sip_by_id_resume","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/Result"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/ingest/sip/{id}/resubmit":{"post":{"tags":["ingest/sip"],"operationId":"ingest_sip_by_id_resubmit","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/Result"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/ingest/sip/{id}/put-in-error":{"post":{"tags":["ingest/sip"],"operationId":"ingest_sip_by_id_put-in-error","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/Result"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/ingest/sip/{id}/clean":{"post":{"tags":["ingest/sip"],"operationId":"ingest_sip_by_id_clean","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/Result"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/ingest/sip/search":{"get":{"tags":["ingest/sip"],"operationId":"ingest_sip_search_advancedSearch_get","parameters":[{"name":"search","in":"query","required":true,"schema":{"type":"string"}},{"name":"match","in":"query","required":false,"schema":{"type":"string"}},{"name":"page","in":"query","description":"Zero-based page index (0..N)","required":false,"schema":{"minimum":0,"type":"integer","default":0}},{"name":"size","in":"query","description":"The size of the page to be returned","required":false,"schema":{"minimum":1,"type":"integer","default":20}},{"name":"sort","in":"query","description":"Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported.","required":false,"schema":{"type":"array","items":{"type":"string"}}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestCollectionSubmissionInfoPackage"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]},"post":{"tags":["ingest/sip"],"operationId":"ingest_sip_search_advancedSearch_post","parameters":[{"name":"match","in":"query","required":false,"schema":{"type":"string"}},{"name":"page","in":"query","description":"Zero-based page index (0..N)","required":false,"schema":{"minimum":0,"type":"integer","default":0}},{"name":"size","in":"query","description":"The size of the page to be returned","required":false,"schema":{"minimum":1,"type":"integer","default":20}},{"name":"sort","in":"query","description":"Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported.","required":false,"schema":{"type":"array","items":{"type":"string"}}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/SubmissionInfoPackage"}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestCollectionSubmissionInfoPackage"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/index/settings":{"get":{"tags":["index/settings"],"operationId":"index_settings_list","parameters":[{"name":"page","in":"query","description":"Zero-based page index (0..N)","required":false,"schema":{"minimum":0,"type":"integer","default":0}},{"name":"size","in":"query","description":"The size of the page to be returned","required":false,"schema":{"minimum":1,"type":"integer","default":20}},{"name":"sort","in":"query","description":"Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported.","required":false,"schema":{"type":"array","items":{"type":"string"}}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestCollectionIndexProperties"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]},"post":{"tags":["index/settings"],"operationId":"index_settings_create","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/IndexProperties"}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/IndexProperties"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]},"delete":{"tags":["index/settings"],"operationId":"index_settings_deleteList","requestBody":{"content":{"application/json":{"schema":{"type":"array","items":{"type":"string"}}}},"required":true},"responses":{"200":{"description":"OK"}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/index/index-field-aliases":{"get":{"tags":["index/index-field-aliases"],"operationId":"index_index-field-aliases_list","parameters":[{"name":"page","in":"query","description":"Zero-based page index (0..N)","required":false,"schema":{"minimum":0,"type":"integer","default":0}},{"name":"size","in":"query","description":"The size of the page to be returned","required":false,"schema":{"minimum":1,"type":"integer","default":20}},{"name":"sort","in":"query","description":"Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported.","required":false,"schema":{"type":"array","items":{"type":"string"}}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestCollectionIndexFieldAlias"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]},"post":{"tags":["index/index-field-aliases"],"operationId":"index_index-field-aliases_create","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/IndexFieldAlias"}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/IndexFieldAlias"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]},"delete":{"tags":["index/index-field-aliases"],"operationId":"index_index-field-aliases_deleteList","requestBody":{"content":{"application/json":{"schema":{"type":"array","items":{"type":"string"}}}},"required":true},"responses":{"200":{"description":"OK"}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/index/index-field-aliases/search":{"get":{"tags":["index/index-field-aliases"],"operationId":"index_index-field-aliases_search_advancedSearch_get","parameters":[{"name":"search","in":"query","required":true,"schema":{"type":"string"}},{"name":"match","in":"query","required":false,"schema":{"type":"string"}},{"name":"page","in":"query","description":"Zero-based page index (0..N)","required":false,"schema":{"minimum":0,"type":"integer","default":0}},{"name":"size","in":"query","description":"The size of the page to be returned","required":false,"schema":{"minimum":1,"type":"integer","default":20}},{"name":"sort","in":"query","description":"Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported.","required":false,"schema":{"type":"array","items":{"type":"string"}}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestCollectionIndexFieldAlias"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]},"post":{"tags":["index/index-field-aliases"],"operationId":"index_index-field-aliases_search_advancedSearch_post","parameters":[{"name":"match","in":"query","required":false,"schema":{"type":"string"}},{"name":"page","in":"query","description":"Zero-based page index (0..N)","required":false,"schema":{"minimum":0,"type":"integer","default":0}},{"name":"size","in":"query","description":"The size of the page to be returned","required":false,"schema":{"minimum":1,"type":"integer","default":20}},{"name":"sort","in":"query","description":"Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported.","required":false,"schema":{"type":"array","items":{"type":"string"}}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/IndexFieldAlias"}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestCollectionIndexFieldAlias"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/data-mgmt/public-di":{"get":{"tags":["data-mgmt/public-di"],"operationId":"data-mgmt_public-di_list","parameters":[{"name":"page","in":"query","description":"Zero-based page index (0..N)","required":false,"schema":{"minimum":0,"type":"integer","default":0}},{"name":"size","in":"query","description":"The size of the page to be returned","required":false,"schema":{"minimum":1,"type":"integer","default":20}},{"name":"sort","in":"query","description":"Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported.","required":false,"schema":{"type":"array","items":{"type":"string"}}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestCollectionArchiveMetadata"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]},"post":{"tags":["data-mgmt/public-di"],"operationId":"data-mgmt_public-di_create","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ArchiveMetadata"}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ArchiveMetadata"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]},"delete":{"tags":["data-mgmt/public-di"],"operationId":"data-mgmt_public-di_deleteList","requestBody":{"content":{"application/json":{"schema":{"type":"array","items":{"type":"string"}}}},"required":true},"responses":{"200":{"description":"OK"}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/data-mgmt/public-di/search":{"get":{"tags":["data-mgmt/public-di"],"operationId":"data-mgmt_public-di_search_get","parameters":[{"name":"query","in":"query","required":false,"schema":{"type":"string"}},{"name":"page","in":"query","description":"Zero-based page index (0..N)","required":false,"schema":{"minimum":0,"type":"integer","default":0}},{"name":"size","in":"query","description":"The size of the page to be returned","required":false,"schema":{"minimum":1,"type":"integer","default":20}},{"name":"sort","in":"query","description":"Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported.","required":false,"schema":{"type":"array","items":{"type":"string"}}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestCollectionArchiveMetadata"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]},"post":{"tags":["data-mgmt/public-di"],"operationId":"data-mgmt_public-di_search_post","parameters":[{"name":"page","in":"query","description":"Zero-based page index (0..N)","required":false,"schema":{"minimum":0,"type":"integer","default":0}},{"name":"size","in":"query","description":"The size of the page to be returned","required":false,"schema":{"minimum":1,"type":"integer","default":20}},{"name":"sort","in":"query","description":"Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported.","required":false,"schema":{"type":"array","items":{"type":"string"}}}],"requestBody":{"content":{"application/json":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/SearchCondition"}}},"application/x-www-form-urlencoded":{"schema":{"$ref":"#/components/schemas/MultiValueMapStringString"}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestCollectionArchiveMetadata"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/data-mgmt/public-di/delete-by-query":{"post":{"tags":["data-mgmt/public-di"],"operationId":"data-mgmt_public-di_delete-by-query","requestBody":{"content":{"application/json":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/SearchCondition"}}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"type":"integer","format":"int64"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/data-mgmt/private-di":{"get":{"tags":["data-mgmt/private-di"],"operationId":"data-mgmt_private-di_list","parameters":[{"name":"page","in":"query","description":"Zero-based page index (0..N)","required":false,"schema":{"minimum":0,"type":"integer","default":0}},{"name":"size","in":"query","description":"The size of the page to be returned","required":false,"schema":{"minimum":1,"type":"integer","default":20}},{"name":"sort","in":"query","description":"Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported.","required":false,"schema":{"type":"array","items":{"type":"string"}}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestCollectionArchiveMetadata"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]},"post":{"tags":["data-mgmt/private-di"],"operationId":"data-mgmt_private-di_create","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ArchiveMetadata"}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ArchiveMetadata"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]},"delete":{"tags":["data-mgmt/private-di"],"operationId":"data-mgmt_private-di_deleteList","requestBody":{"content":{"application/json":{"schema":{"type":"array","items":{"type":"string"}}}},"required":true},"responses":{"200":{"description":"OK"}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/data-mgmt/private-di/search":{"get":{"tags":["data-mgmt/private-di"],"operationId":"data-mgmt_private-di_search_get","parameters":[{"name":"query","in":"query","required":false,"schema":{"type":"string"}},{"name":"page","in":"query","description":"Zero-based page index (0..N)","required":false,"schema":{"minimum":0,"type":"integer","default":0}},{"name":"size","in":"query","description":"The size of the page to be returned","required":false,"schema":{"minimum":1,"type":"integer","default":20}},{"name":"sort","in":"query","description":"Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported.","required":false,"schema":{"type":"array","items":{"type":"string"}}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestCollectionArchiveMetadata"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]},"post":{"tags":["data-mgmt/private-di"],"operationId":"data-mgmt_private-di_search_post","parameters":[{"name":"page","in":"query","description":"Zero-based page index (0..N)","required":false,"schema":{"minimum":0,"type":"integer","default":0}},{"name":"size","in":"query","description":"The size of the page to be returned","required":false,"schema":{"minimum":1,"type":"integer","default":20}},{"name":"sort","in":"query","description":"Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported.","required":false,"schema":{"type":"array","items":{"type":"string"}}}],"requestBody":{"content":{"application/json":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/SearchCondition"}}},"application/x-www-form-urlencoded":{"schema":{"$ref":"#/components/schemas/MultiValueMapStringString"}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestCollectionArchiveMetadata"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/data-mgmt/private-di/delete-by-query":{"post":{"tags":["data-mgmt/private-di"],"operationId":"data-mgmt_private-di_delete-by-query","requestBody":{"content":{"application/json":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/SearchCondition"}}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"type":"integer","format":"int64"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/data-mgmt/di":{"get":{"tags":["data-mgmt/di"],"operationId":"data-mgmt_di_list","parameters":[{"name":"index","in":"query","description":"Name of the index","required":false,"schema":{"type":"string"}},{"name":"page","in":"query","description":"Zero-based page index (0..N)","required":false,"schema":{"minimum":0,"type":"integer","default":0}},{"name":"resId","in":"query","required":false,"schema":{"type":"string"}},{"name":"size","in":"query","description":"The size of the page to be returned","required":false,"schema":{"minimum":1,"type":"integer","default":20}},{"name":"sort","in":"query","description":"Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported.","required":false,"schema":{"type":"array","items":{"type":"string"}}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestCollectionArchiveMetadata"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]},"post":{"tags":["data-mgmt/di"],"operationId":"data-mgmt_di_create","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ArchiveMetadata"}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ArchiveMetadata"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]},"delete":{"tags":["data-mgmt/di"],"operationId":"data-mgmt_di_deleteList","requestBody":{"content":{"application/json":{"schema":{"type":"array","items":{"type":"string"}}}},"required":true},"responses":{"200":{"description":"OK"}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/data-mgmt/di/search":{"get":{"tags":["data-mgmt/di"],"operationId":"data-mgmt_di_search_get","parameters":[{"name":"query","in":"query","required":false,"schema":{"type":"string"}},{"name":"page","in":"query","description":"Zero-based page index (0..N)","required":false,"schema":{"minimum":0,"type":"integer","default":0}},{"name":"size","in":"query","description":"The size of the page to be returned","required":false,"schema":{"minimum":1,"type":"integer","default":20}},{"name":"sort","in":"query","description":"Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported.","required":false,"schema":{"type":"array","items":{"type":"string"}}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestCollectionArchiveMetadata"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]},"post":{"tags":["data-mgmt/di"],"operationId":"data-mgmt_di_search_post","parameters":[{"name":"page","in":"query","description":"Zero-based page index (0..N)","required":false,"schema":{"minimum":0,"type":"integer","default":0}},{"name":"size","in":"query","description":"The size of the page to be returned","required":false,"schema":{"minimum":1,"type":"integer","default":20}},{"name":"sort","in":"query","description":"Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported.","required":false,"schema":{"type":"array","items":{"type":"string"}}}],"requestBody":{"content":{"application/json":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/SearchCondition"}}},"application/x-www-form-urlencoded":{"schema":{"$ref":"#/components/schemas/MultiValueMapStringString"}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestCollectionArchiveMetadata"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/data-mgmt/di/delete-by-query":{"post":{"tags":["data-mgmt/di"],"operationId":"data-mgmt_di_delete-by-query","requestBody":{"content":{"application/json":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/SearchCondition"}}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"type":"integer","format":"int64"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/data-mgmt/archive-public-data":{"get":{"tags":["data-mgmt/archive-public-data"],"operationId":"data-mgmt_archive-public-data_list","parameters":[{"name":"page","in":"query","description":"Zero-based page index (0..N)","required":false,"schema":{"minimum":0,"type":"integer","default":0}},{"name":"size","in":"query","description":"The size of the page to be returned","required":false,"schema":{"minimum":1,"type":"integer","default":20}},{"name":"sort","in":"query","description":"Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported.","required":false,"schema":{"type":"array","items":{"type":"string"}}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestCollectionArchivePublicData"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]},"post":{"tags":["data-mgmt/archive-public-data"],"operationId":"data-mgmt_archive-public-data_create","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ArchivePublicData"}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ArchivePublicData"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]},"delete":{"tags":["data-mgmt/archive-public-data"],"operationId":"data-mgmt_archive-public-data_deleteList","requestBody":{"content":{"application/json":{"schema":{"type":"array","items":{"type":"string"}}}},"required":true},"responses":{"200":{"description":"OK"}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/data-mgmt/archive-public-data/{id}/upload-dataset-file":{"post":{"tags":["data-mgmt/archive-public-data"],"operationId":"data-mgmt_archive-public-data_by_id_upload-dataset-file","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}},{"name":"mimeType","in":"query","required":false,"schema":{"type":"string"}}],"requestBody":{"content":{"multipart/form-data":{"schema":{"required":["file"],"type":"object","properties":{"file":{"type":"string","format":"binary"}}}}}},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ArchivePublicData"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/data-mgmt/archive-public-data/search":{"get":{"tags":["data-mgmt/archive-public-data"],"operationId":"data-mgmt_archive-public-data_search_advancedSearch_get","parameters":[{"name":"search","in":"query","required":true,"schema":{"type":"string"}},{"name":"match","in":"query","required":false,"schema":{"type":"string"}},{"name":"page","in":"query","description":"Zero-based page index (0..N)","required":false,"schema":{"minimum":0,"type":"integer","default":0}},{"name":"size","in":"query","description":"The size of the page to be returned","required":false,"schema":{"minimum":1,"type":"integer","default":20}},{"name":"sort","in":"query","description":"Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported.","required":false,"schema":{"type":"array","items":{"type":"string"}}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestCollectionArchivePublicData"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]},"post":{"tags":["data-mgmt/archive-public-data"],"operationId":"data-mgmt_archive-public-data_search_advancedSearch_post","parameters":[{"name":"match","in":"query","required":false,"schema":{"type":"string"}},{"name":"page","in":"query","description":"Zero-based page index (0..N)","required":false,"schema":{"minimum":0,"type":"integer","default":0}},{"name":"size","in":"query","description":"The size of the page to be returned","required":false,"schema":{"minimum":1,"type":"integer","default":20}},{"name":"sort","in":"query","description":"Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported.","required":false,"schema":{"type":"array","items":{"type":"string"}}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ArchivePublicData"}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestCollectionArchivePublicData"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/archival-storage/stored-aip":{"get":{"tags":["archival-storage/stored-aip"],"operationId":"archival-storage_stored-aip_list","parameters":[{"name":"aipId","in":"query","required":false,"schema":{"type":"string"}},{"name":"archiveUri","in":"query","required":false,"schema":{"type":"string","format":"uri"}},{"name":"organizationalUnitId","in":"query","required":false,"schema":{"type":"string"}},{"name":"page","in":"query","description":"Zero-based page index (0..N)","required":false,"schema":{"minimum":0,"type":"integer","default":0}},{"name":"resId","in":"query","required":false,"schema":{"type":"string"}},{"name":"size","in":"query","description":"The size of the page to be returned","required":false,"schema":{"minimum":1,"type":"integer","default":20}},{"name":"sort","in":"query","description":"Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported.","required":false,"schema":{"type":"array","items":{"type":"string"}}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestCollectionStoredAIP"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]},"post":{"tags":["archival-storage/stored-aip"],"operationId":"archival-storage_stored-aip_create","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/StoredAIP"}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/StoredAIP"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]},"delete":{"tags":["archival-storage/stored-aip"],"operationId":"archival-storage_stored-aip_deleteList","requestBody":{"content":{"application/json":{"schema":{"type":"array","items":{"type":"string"}}}},"required":true},"responses":{"200":{"description":"OK"}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/archival-storage/aip":{"get":{"tags":["archival-storage/aip"],"operationId":"archival-storage_aip_list","parameters":[{"name":"archivalUnit","in":"query","description":"if the AIP is an unit (AIU) or a collection (AIC).","required":false,"schema":{"type":"boolean"}},{"name":"archiveContainer","in":"query","description":"The container type of the AIP.","required":false,"schema":{"type":"string","enum":["UNDEFINED","ZIP","BAG_IT"]}},{"name":"archiveFileNumber","in":"query","description":"The total number of files in the AIP.","required":false,"schema":{"type":"integer","format":"int64"}},{"name":"archiveId","in":"query","description":"The storage URI of the AIP.","required":false,"schema":{"type":"string"}},{"name":"archiveSize","in":"query","description":"The size in bytes of the AIP.","required":false,"schema":{"type":"integer","format":"int64"}},{"name":"collectionArchiveSize","in":"query","description":"The total size in bytes of the collection AIP.","required":false,"schema":{"type":"integer","format":"int64"}},{"name":"collectionFileNumber","in":"query","description":"The total number of filed in the collection AIP.","required":false,"schema":{"type":"integer","format":"int64"}},{"name":"dispositionApproval","in":"query","description":"If the approval step the AIP disposal is mandatory.","required":false,"schema":{"type":"boolean"}},{"name":"lastArchiving","in":"query","description":"The last archiving process date of the AIP: the first archiving date or the last metadata edition.","required":false,"schema":{"type":"string","format":"date-time"}},{"name":"page","in":"query","description":"Zero-based page index (0..N)","required":false,"schema":{"minimum":0,"type":"integer","default":0}},{"name":"publicationDate","in":"query","description":"The publication date of the AIP.","required":false,"schema":{"type":"string","format":"date"}},{"name":"resId","in":"query","description":"The identifier of the resource. The default format is a Universally Unique IDentifier (UUID).","required":false,"schema":{"type":"string"}},{"name":"retention","in":"query","description":"The retention duration in days of the AIP: O means forever.","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"size","in":"query","description":"The size of the page to be returned","required":false,"schema":{"minimum":1,"type":"integer","default":20}},{"name":"sort","in":"query","description":"Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported.","required":false,"schema":{"type":"array","items":{"type":"string"}}},{"name":"tombstoneSize","in":"query","description":"The size in bytes of the tombstone AIP.","required":false,"schema":{"type":"integer","format":"int64"}},{"name":"updateNumber","in":"query","description":"The number of updates in the AIP.","required":false,"schema":{"type":"integer","format":"int64"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestCollectionArchivalInfoPackage"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]},"post":{"tags":["archival-storage/aip"],"operationId":"archival-storage_aip_create","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ArchivalInfoPackage"}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ArchivalInfoPackage"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]},"delete":{"tags":["archival-storage/aip"],"operationId":"archival-storage_aip_deleteList","requestBody":{"content":{"application/json":{"schema":{"type":"array","items":{"type":"string"}}}},"required":true},"responses":{"200":{"description":"OK"}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/archival-storage/aip/{parentId}/data":{"get":{"tags":["archival-storage/aip"],"operationId":"archival-storage_aip_by_id_data_list","parameters":[{"name":"complianceLevel","in":"query","required":false,"schema":{"type":"string","enum":["NOT_ASSESSED","NO_COMPLIANCE","WEAK_COMPLIANCE","AVERAGE_COMPLIANCE","FULL_COMPLIANCE"]}},{"name":"dataCategory","in":"query","required":false,"schema":{"type":"string","enum":["Primary","Observational","Experimental","Simulation","Derived","Reference","Digitalized","Secondary","Publication","DataPaper","Documentation","Software","Code","Binaries","VirtualMachine","Administrative","Document","WebSite","Other","Package","InformationPackage","UpdatePackage","Metadata","CustomMetadata","UpdatedMetadata","Internal","DatasetThumbnail","ArchiveThumbnail","ArchiveReadme","DatafileThumbnail","ArchiveDataUseAgreement"]}},{"name":"dataType","in":"query","required":false,"schema":{"type":"string","enum":["Primary","Observational","Experimental","Simulation","Derived","Reference","Digitalized","Secondary","Publication","DataPaper","Documentation","Software","Code","Binaries","VirtualMachine","Administrative","Document","WebSite","Other","Package","InformationPackage","UpdatePackage","Metadata","CustomMetadata","UpdatedMetadata","Internal","DatasetThumbnail","ArchiveThumbnail","ArchiveReadme","DatafileThumbnail","ArchiveDataUseAgreement"]}},{"name":"fileName","in":"query","required":false,"schema":{"type":"string"}},{"name":"fileSize","in":"query","required":false,"schema":{"type":"integer","format":"int64"}},{"name":"finalData","in":"query","required":false,"schema":{"type":"string","format":"uri"}},{"name":"page","in":"query","description":"Zero-based page index (0..N)","required":false,"schema":{"minimum":0,"type":"integer","default":0}},{"name":"parentId","in":"path","required":true,"schema":{"type":"string"}},{"name":"relativeLocation","in":"query","required":false,"schema":{"type":"string"}},{"name":"resId","in":"query","description":"The identifier of the resource. The default format is a Universally Unique IDentifier (UUID).","required":false,"schema":{"type":"string"}},{"name":"size","in":"query","description":"The size of the page to be returned","required":false,"schema":{"minimum":1,"type":"integer","default":20}},{"name":"sort","in":"query","description":"Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported.","required":false,"schema":{"type":"array","items":{"type":"string"}}},{"name":"sourceData","in":"query","required":false,"schema":{"type":"string","format":"uri"}},{"name":"status","in":"query","required":false,"schema":{"type":"string","enum":["CHANGE_RELATIVE_LOCATION","CHANGE_DATA_CATEGORY","CLEANED","CLEANING","EXCLUDED_FILE","CHECK_COMPLIANCE","CHECK_COMPLIANCE_CLEANED","CHECKED_COMPLIANCE","CHECKED_COMPLIANCE_CLEANED","IGNORED_FILE","DOWNLOAD_IN_PROGRESS","FILE_FORMAT_IDENTIFIED","FILE_FORMAT_SKIPPED","FILE_FORMAT_UNKNOWN","IN_ERROR","PROCESSED","READY","RECEIVED","TO_PROCESS","VIRUS_CHECKED","VIRUS_SKIPPED"]}},{"name":"statusMessage","in":"query","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestCollectionAipDataFile"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]},"post":{"tags":["archival-storage/aip"],"operationId":"archival-storage_aip_by_id_data_create","parameters":[{"name":"parentId","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/AipDataFile"}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/AipDataFile"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]},"delete":{"tags":["archival-storage/aip"],"operationId":"archival-storage_aip_by_id_data_deleteList","parameters":[{"name":"parentId","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"array","items":{"type":"string"}}}},"required":true},"responses":{"200":{"description":"OK"}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/archival-storage/aip/{parentId}/data/{id}/resume":{"post":{"tags":["archival-storage/aip"],"operationId":"archival-storage_aip_by_id_data_by_id_resume","parameters":[{"name":"parentId","in":"path","required":true,"schema":{"type":"string"}},{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/Result"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/archival-storage/aip/{parentId}/data/{id}/put-in-error":{"post":{"tags":["archival-storage/aip"],"operationId":"archival-storage_aip_by_id_data_by_id_put-in-error","parameters":[{"name":"parentId","in":"path","required":true,"schema":{"type":"string"}},{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/Result"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/archival-storage/aip/{parentId}/aip":{"get":{"tags":["archival-storage/aip"],"operationId":"archival-storage_aip_by_id_aip_list","parameters":[{"name":"archivalUnit","in":"query","description":"if the AIP is an unit (AIU) or a collection (AIC).","required":false,"schema":{"type":"boolean"}},{"name":"archiveContainer","in":"query","description":"The container type of the AIP.","required":false,"schema":{"type":"string","enum":["UNDEFINED","ZIP","BAG_IT"]}},{"name":"archiveFileNumber","in":"query","description":"The total number of files in the AIP.","required":false,"schema":{"type":"integer","format":"int64"}},{"name":"archiveId","in":"query","description":"The storage URI of the AIP.","required":false,"schema":{"type":"string"}},{"name":"archiveSize","in":"query","description":"The size in bytes of the AIP.","required":false,"schema":{"type":"integer","format":"int64"}},{"name":"collectionArchiveSize","in":"query","description":"The total size in bytes of the collection AIP.","required":false,"schema":{"type":"integer","format":"int64"}},{"name":"collectionFileNumber","in":"query","description":"The total number of filed in the collection AIP.","required":false,"schema":{"type":"integer","format":"int64"}},{"name":"dispositionApproval","in":"query","description":"If the approval step the AIP disposal is mandatory.","required":false,"schema":{"type":"boolean"}},{"name":"lastArchiving","in":"query","description":"The last archiving process date of the AIP: the first archiving date or the last metadata edition.","required":false,"schema":{"type":"string","format":"date-time"}},{"name":"page","in":"query","description":"Zero-based page index (0..N)","required":false,"schema":{"minimum":0,"type":"integer","default":0}},{"name":"parentId","in":"path","required":true,"schema":{"type":"string"}},{"name":"publicationDate","in":"query","description":"The publication date of the AIP.","required":false,"schema":{"type":"string","format":"date"}},{"name":"resId","in":"query","description":"The identifier of the resource. The default format is a Universally Unique IDentifier (UUID).","required":false,"schema":{"type":"string"}},{"name":"retention","in":"query","description":"The retention duration in days of the AIP: O means forever.","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"size","in":"query","description":"The size of the page to be returned","required":false,"schema":{"minimum":1,"type":"integer","default":20}},{"name":"sort","in":"query","description":"Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported.","required":false,"schema":{"type":"array","items":{"type":"string"}}},{"name":"tombstoneSize","in":"query","description":"The size in bytes of the tombstone AIP.","required":false,"schema":{"type":"integer","format":"int64"}},{"name":"updateNumber","in":"query","description":"The number of updates in the AIP.","required":false,"schema":{"type":"integer","format":"int64"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestCollectionArchivalInfoPackage"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]},"post":{"tags":["archival-storage/aip"],"operationId":"archival-storage_aip_by_id_aip_create","parameters":[{"name":"parentId","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"array","items":{"type":"string"}}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/ArchivalInfoPackage"}}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]},"delete":{"tags":["archival-storage/aip"],"operationId":"archival-storage_aip_by_id_aip_deleteList","parameters":[{"name":"parentId","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"array","items":{"type":"string"}}}},"required":true},"responses":{"200":{"description":"OK"}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/archival-storage/aip/{id}/upload":{"post":{"tags":["archival-storage/aip"],"operationId":"archival-storage_aip_by_id_upload_sendFile","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"multipart/form-data":{"schema":{"required":["file"],"type":"object","properties":{"file":{"type":"string","format":"binary"}}}}}},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/AipDataFile"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/archival-storage/aip/{id}/start-metadata-upgrade":{"post":{"tags":["archival-storage/aip"],"operationId":"archival-storage_aip_by_id_start-metadata-upgrade_upgradeMetadata","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/Result"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/archival-storage/aip/{id}/start-metadata-editing":{"post":{"tags":["archival-storage/aip"],"operationId":"archival-storage_aip_by_id_start-metadata-editing_putInMetadataEditing","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/Result"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/archival-storage/aip/{id}/start-compliance-level-update":{"post":{"tags":["archival-storage/aip"],"operationId":"archival-storage_aip_by_id_start-compliance-level-update_updateComplianceLevel","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/Result"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/archival-storage/aip/{id}/resume":{"post":{"tags":["archival-storage/aip"],"operationId":"archival-storage_aip_by_id_resume","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/Result"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/archival-storage/aip/{id}/replicate-tombstone":{"post":{"tags":["archival-storage/aip"],"operationId":"archival-storage_aip_by_id_replicate-tombstone","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}},{"name":"lastArchiving","in":"query","required":true,"schema":{"type":"string","format":"date-time"}},{"name":"metadataVersion","in":"query","required":false,"schema":{"type":"string","description":"DLCM metadata are based on METS container, DataCite as descriptive metadata and PREMIS as administrative metadata.\nMetadata version:\n- 1.0 = DataCite 4.0 + PREMIS 3.0 + DLCM Info 1.0\n- 1.1 = DataCite 4.0 + PREMIS 3.0 + DLCM Info 1.0\n- 2.0 = DataCite 4.3 + PREMIS 3.0 + DLCM Info 2.0 + Data File Categories\n- 2.1 = DataCite 4.3 + PREMIS 3.0 + DLCM Info 2.1 + Dataset Thumbnail support\n- 3.0 = DataCite 4.4 + PREMIS 3.0 + DLCM Info 2.1\n- 3.1 = DataCite 4.4 + PREMIS 3.0 + DLCM Info 2.2 + Archive Thumbnail & DUA & README support\n- 4.0 = Datacite 4.5 + PREMIS 3.0 + DLCM Info 3.0 + Update of Archive Thumbnail & DUA & README\n- 5.0 = Datacite 4.6 + PREMIS 3.0 + DLCM Info 3.0 + Modern ARK\n","enum":["1.0","1.1","2.0","2.1","3.0","3.1","4.0","5.0"]}},{"name":"complianceLevel","in":"query","required":false,"schema":{"type":"string","description":"Compliance level to define the preservation quality based on data file format:\n- NOT_ASSESSED => The format could not be evaluated\n- NO_COMPLIANCE => The format could not be determined\n- WEAK_COMPLIANCE => The format was determined: content type detected\n- AVERAGE_COMPLIANCE => The format was determined: WEAK_COMPLIANCE + PRONOM identifier detected\n- FULL_COMPLIANCE => The format was determined: AVERAGE_COMPLIANCE + the format is part of golden formats\n","enum":["NOT_ASSESSED","NO_COMPLIANCE","WEAK_COMPLIANCE","AVERAGE_COMPLIANCE","FULL_COMPLIANCE"]}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/Result"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/archival-storage/aip/{id}/replicate-package":{"post":{"tags":["archival-storage/aip"],"operationId":"archival-storage_aip_by_id_replicate-package","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}},{"name":"lastArchiving","in":"query","required":true,"schema":{"type":"string","format":"date-time"}},{"name":"metadataVersion","in":"query","required":false,"schema":{"type":"string","description":"DLCM metadata are based on METS container, DataCite as descriptive metadata and PREMIS as administrative metadata.\nMetadata version:\n- 1.0 = DataCite 4.0 + PREMIS 3.0 + DLCM Info 1.0\n- 1.1 = DataCite 4.0 + PREMIS 3.0 + DLCM Info 1.0\n- 2.0 = DataCite 4.3 + PREMIS 3.0 + DLCM Info 2.0 + Data File Categories\n- 2.1 = DataCite 4.3 + PREMIS 3.0 + DLCM Info 2.1 + Dataset Thumbnail support\n- 3.0 = DataCite 4.4 + PREMIS 3.0 + DLCM Info 2.1\n- 3.1 = DataCite 4.4 + PREMIS 3.0 + DLCM Info 2.2 + Archive Thumbnail & DUA & README support\n- 4.0 = Datacite 4.5 + PREMIS 3.0 + DLCM Info 3.0 + Update of Archive Thumbnail & DUA & README\n- 5.0 = Datacite 4.6 + PREMIS 3.0 + DLCM Info 3.0 + Modern ARK\n","enum":["1.0","1.1","2.0","2.1","3.0","3.1","4.0","5.0"]}},{"name":"complianceLevel","in":"query","required":false,"schema":{"type":"string","description":"Compliance level to define the preservation quality based on data file format:\n- NOT_ASSESSED => The format could not be evaluated\n- NO_COMPLIANCE => The format could not be determined\n- WEAK_COMPLIANCE => The format was determined: content type detected\n- AVERAGE_COMPLIANCE => The format was determined: WEAK_COMPLIANCE + PRONOM identifier detected\n- FULL_COMPLIANCE => The format was determined: AVERAGE_COMPLIANCE + the format is part of golden formats\n","enum":["NOT_ASSESSED","NO_COMPLIANCE","WEAK_COMPLIANCE","AVERAGE_COMPLIANCE","FULL_COMPLIANCE"]}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/Result"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/archival-storage/aip/{id}/reindex":{"post":{"tags":["archival-storage/aip"],"operationId":"archival-storage_aip_by_id_reindex","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/Result"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/archival-storage/aip/{id}/put-in-error":{"post":{"tags":["archival-storage/aip"],"operationId":"archival-storage_aip_by_id_put-in-error","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/Result"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/archival-storage/aip/{id}/fix-aip-info":{"post":{"tags":["archival-storage/aip"],"operationId":"archival-storage_aip_by_id_fix-aip-info","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/Result"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/archival-storage/aip/{id}/extend-retention":{"post":{"tags":["archival-storage/aip"],"operationId":"archival-storage_aip_by_id_extend-retention","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}},{"name":"duration","in":"query","required":true,"schema":{"type":"integer","format":"int32"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/Result"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/archival-storage/aip/{id}/clean":{"post":{"tags":["archival-storage/aip"],"operationId":"archival-storage_aip_by_id_clean","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/Result"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/archival-storage/aip/{id}/check":{"post":{"tags":["archival-storage/aip"],"operationId":"archival-storage_aip_by_id_check","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/Result"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/archival-storage/aip/{id}/check-fixity":{"post":{"tags":["archival-storage/aip"],"operationId":"archival-storage_aip_by_id_check-fixity","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}},{"name":"level","in":"query","required":false,"schema":{"type":"string","default":""}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/Result"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/archival-storage/aip/{id}/approve-disposal":{"post":{"tags":["archival-storage/aip"],"operationId":"archival-storage_aip_by_id_approve-disposal","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}},{"name":"reason","in":"query","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/Result"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/archival-storage/aip/{id}/approve-disposal-by-orgunit":{"post":{"tags":["archival-storage/aip"],"operationId":"archival-storage_aip_by_id_approve-disposal-by-orgunit","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}},{"name":"reason","in":"query","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/Result"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/archival-storage/aip/search":{"get":{"tags":["archival-storage/aip"],"operationId":"archival-storage_aip_search_advancedSearch_get","parameters":[{"name":"search","in":"query","required":true,"schema":{"type":"string"}},{"name":"match","in":"query","required":false,"schema":{"type":"string"}},{"name":"page","in":"query","description":"Zero-based page index (0..N)","required":false,"schema":{"minimum":0,"type":"integer","default":0}},{"name":"size","in":"query","description":"The size of the page to be returned","required":false,"schema":{"minimum":1,"type":"integer","default":20}},{"name":"sort","in":"query","description":"Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported.","required":false,"schema":{"type":"array","items":{"type":"string"}}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestCollectionArchivalInfoPackage"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]},"post":{"tags":["archival-storage/aip"],"operationId":"archival-storage_aip_search_advancedSearch_post","parameters":[{"name":"match","in":"query","required":false,"schema":{"type":"string"}},{"name":"page","in":"query","description":"Zero-based page index (0..N)","required":false,"schema":{"minimum":0,"type":"integer","default":0}},{"name":"size","in":"query","description":"The size of the page to be returned","required":false,"schema":{"minimum":1,"type":"integer","default":20}},{"name":"sort","in":"query","description":"Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported.","required":false,"schema":{"type":"array","items":{"type":"string"}}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ArchivalInfoPackage"}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestCollectionArchivalInfoPackage"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/admin/users":{"get":{"tags":["admin/users"],"operationId":"admin_users_list","parameters":[{"name":"disabled","in":"query","description":"If the user is diabled.","required":false,"schema":{"type":"boolean"}},{"name":"email","in":"query","description":"The email of the user.","required":false,"schema":{"type":"string"}},{"name":"externalUid","in":"query","description":"The external UID of the user.","required":false,"schema":{"type":"string"}},{"name":"firstName","in":"query","description":"The first name of the user.","required":false,"schema":{"type":"string"}},{"name":"homeOrganization","in":"query","description":"The home organization of the user.","required":false,"schema":{"type":"string"}},{"name":"lastLoginIpAddress","in":"query","description":"The IP address from last login of the user.","required":false,"schema":{"type":"string"}},{"name":"lastLoginTime","in":"query","description":"The date of the user last login.","required":false,"schema":{"type":"string","format":"date-time"}},{"name":"lastName","in":"query","description":"The last name of the user.","required":false,"schema":{"type":"string"}},{"name":"lastSyncFromAuthServerTime","in":"query","required":false,"schema":{"type":"string","format":"date-time"}},{"name":"page","in":"query","description":"Zero-based page index (0..N)","required":false,"schema":{"minimum":0,"type":"integer","default":0}},{"name":"resId","in":"query","description":"The identifier of the resource. The default format is a Universally Unique IDentifier (UUID).","required":false,"schema":{"type":"string"}},{"name":"size","in":"query","description":"The size of the page to be returned","required":false,"schema":{"minimum":1,"type":"integer","default":20}},{"name":"sort","in":"query","description":"Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported.","required":false,"schema":{"type":"array","items":{"type":"string"}}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestCollectionUser"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]},"post":{"tags":["admin/users"],"operationId":"admin_users_create","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/User"}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/User"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]},"delete":{"tags":["admin/users"],"operationId":"admin_users_deleteList","requestBody":{"content":{"application/json":{"schema":{"type":"array","items":{"type":"string"}}}},"required":true},"responses":{"200":{"description":"OK"}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/admin/users/synchronize":{"post":{"tags":["admin/users"],"operationId":"admin_users_synchronize","responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/Result"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/admin/users/search":{"get":{"tags":["admin/users"],"operationId":"admin_users_search_advancedSearch_get","parameters":[{"name":"disabled","in":"query","description":"If the user is diabled.","required":false,"schema":{"type":"boolean"}},{"name":"email","in":"query","description":"The email of the user.","required":false,"schema":{"type":"string"}},{"name":"externalUid","in":"query","description":"The external UID of the user.","required":false,"schema":{"type":"string"}},{"name":"firstName","in":"query","description":"The first name of the user.","required":false,"schema":{"type":"string"}},{"name":"homeOrganization","in":"query","description":"The home organization of the user.","required":false,"schema":{"type":"string"}},{"name":"lastLoginIpAddress","in":"query","description":"The IP address from last login of the user.","required":false,"schema":{"type":"string"}},{"name":"lastLoginTime","in":"query","description":"The date of the user last login.","required":false,"schema":{"type":"string","format":"date-time"}},{"name":"lastName","in":"query","description":"The last name of the user.","required":false,"schema":{"type":"string"}},{"name":"lastSyncFromAuthServerTime","in":"query","required":false,"schema":{"type":"string","format":"date-time"}},{"name":"match","in":"query","required":false,"schema":{"type":"string"}},{"name":"page","in":"query","description":"Zero-based page index (0..N)","required":false,"schema":{"minimum":0,"type":"integer","default":0}},{"name":"resId","in":"query","description":"The identifier of the resource. The default format is a Universally Unique IDentifier (UUID).","required":false,"schema":{"type":"string"}},{"name":"search","in":"query","required":true,"schema":{"type":"string"}},{"name":"size","in":"query","description":"The size of the page to be returned","required":false,"schema":{"minimum":1,"type":"integer","default":20}},{"name":"sort","in":"query","description":"Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported.","required":false,"schema":{"type":"array","items":{"type":"string"}}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestCollectionUser"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]},"post":{"tags":["admin/users"],"operationId":"admin_users_search_advancedSearch_post","parameters":[{"name":"match","in":"query","required":false,"schema":{"type":"string"}},{"name":"page","in":"query","description":"Zero-based page index (0..N)","required":false,"schema":{"minimum":0,"type":"integer","default":0}},{"name":"size","in":"query","description":"The size of the page to be returned","required":false,"schema":{"minimum":1,"type":"integer","default":20}},{"name":"sort","in":"query","description":"Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported.","required":false,"schema":{"type":"array","items":{"type":"string"}}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/User"}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestCollectionUser"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/admin/users/revoke-my-tokens":{"post":{"tags":["admin/users"],"operationId":"admin_users_revoke-my-tokens","responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"type":"object"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/admin/users/revoke-all-tokens/{externalUid}":{"post":{"tags":["admin/users"],"operationId":"admin_users_revoke-all-tokens_by_id_revokeAllTokens","parameters":[{"name":"externalUid","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"type":"object"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/admin/users/new-user/{externalUid}":{"post":{"tags":["admin/users"],"operationId":"admin_users_new-user_by_id_createNewUser","parameters":[{"name":"externalUid","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK"}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/admin/submission-policies":{"get":{"tags":["admin/submission-policies"],"operationId":"admin_submission-policies_list","parameters":[{"name":"name","in":"query","description":"The name of the submission policy.","required":false,"schema":{"type":"string"}},{"name":"page","in":"query","description":"Zero-based page index (0..N)","required":false,"schema":{"minimum":0,"type":"integer","default":0}},{"name":"resId","in":"query","description":"The identifier of the resource. The default format is a Universally Unique IDentifier (UUID).","required":false,"schema":{"type":"string"}},{"name":"size","in":"query","description":"The size of the page to be returned","required":false,"schema":{"minimum":1,"type":"integer","default":20}},{"name":"sort","in":"query","description":"Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported.","required":false,"schema":{"type":"array","items":{"type":"string"}}},{"name":"submissionAgreementType","in":"query","description":"The submission agreement type of the submission policy.","required":false,"schema":{"type":"string","enum":["WITHOUT","ON_FIRST_DEPOSIT","FOR_EACH_DEPOSIT"]}},{"name":"submissionApproval","in":"query","description":"If approval step is mandatory for submitting a deposit.","required":false,"schema":{"type":"boolean"}},{"name":"timeToKeep","in":"query","description":"The time in days to keep completed deposit before purge.","required":false,"schema":{"type":"integer","format":"int32"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestCollectionSubmissionPolicy"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]},"post":{"tags":["admin/submission-policies"],"operationId":"admin_submission-policies_create","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/SubmissionPolicy"}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/SubmissionPolicy"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]},"delete":{"tags":["admin/submission-policies"],"operationId":"admin_submission-policies_deleteList","requestBody":{"content":{"application/json":{"schema":{"type":"array","items":{"type":"string"}}}},"required":true},"responses":{"200":{"description":"OK"}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/admin/submission-policies/search":{"get":{"tags":["admin/submission-policies"],"operationId":"admin_submission-policies_search_advancedSearch_get","parameters":[{"name":"match","in":"query","required":false,"schema":{"type":"string"}},{"name":"name","in":"query","description":"The name of the submission policy.","required":false,"schema":{"type":"string"}},{"name":"page","in":"query","description":"Zero-based page index (0..N)","required":false,"schema":{"minimum":0,"type":"integer","default":0}},{"name":"resId","in":"query","description":"The identifier of the resource. The default format is a Universally Unique IDentifier (UUID).","required":false,"schema":{"type":"string"}},{"name":"search","in":"query","required":true,"schema":{"type":"string"}},{"name":"size","in":"query","description":"The size of the page to be returned","required":false,"schema":{"minimum":1,"type":"integer","default":20}},{"name":"sort","in":"query","description":"Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported.","required":false,"schema":{"type":"array","items":{"type":"string"}}},{"name":"submissionAgreementType","in":"query","description":"The submission agreement type of the submission policy.","required":false,"schema":{"type":"string","enum":["WITHOUT","ON_FIRST_DEPOSIT","FOR_EACH_DEPOSIT"]}},{"name":"submissionApproval","in":"query","description":"If approval step is mandatory for submitting a deposit.","required":false,"schema":{"type":"boolean"}},{"name":"timeToKeep","in":"query","description":"The time in days to keep completed deposit before purge.","required":false,"schema":{"type":"integer","format":"int32"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestCollectionSubmissionPolicy"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]},"post":{"tags":["admin/submission-policies"],"operationId":"admin_submission-policies_search_advancedSearch_post","parameters":[{"name":"match","in":"query","required":false,"schema":{"type":"string"}},{"name":"page","in":"query","description":"Zero-based page index (0..N)","required":false,"schema":{"minimum":0,"type":"integer","default":0}},{"name":"size","in":"query","description":"The size of the page to be returned","required":false,"schema":{"minimum":1,"type":"integer","default":20}},{"name":"sort","in":"query","description":"Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported.","required":false,"schema":{"type":"array","items":{"type":"string"}}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/SubmissionPolicy"}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestCollectionSubmissionPolicy"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/admin/submission-agreements":{"get":{"tags":["admin/submission-agreements"],"operationId":"admin_submission-agreements_list","parameters":[{"name":"description","in":"query","description":"The description of the submission agreement","required":false,"schema":{"type":"string"}},{"name":"page","in":"query","description":"Zero-based page index (0..N)","required":false,"schema":{"minimum":0,"type":"integer","default":0}},{"name":"resId","in":"query","description":"The identifier of the resource. The default format is a Universally Unique IDentifier (UUID).","required":false,"schema":{"type":"string"}},{"name":"size","in":"query","description":"The size of the page to be returned","required":false,"schema":{"minimum":1,"type":"integer","default":20}},{"name":"sort","in":"query","description":"Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported.","required":false,"schema":{"type":"array","items":{"type":"string"}}},{"name":"title","in":"query","description":"The title of the submission agreement","required":false,"schema":{"type":"string"}},{"name":"version","in":"query","description":"The version of the submission agreement","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestCollectionSubmissionAgreement"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]},"post":{"tags":["admin/submission-agreements"],"operationId":"admin_submission-agreements_create","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/SubmissionAgreement"}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/SubmissionAgreement"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]},"delete":{"tags":["admin/submission-agreements"],"operationId":"admin_submission-agreements_deleteList","requestBody":{"content":{"application/json":{"schema":{"type":"array","items":{"type":"string"}}}},"required":true},"responses":{"200":{"description":"OK"}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/admin/submission-agreements/{parentId}/users":{"get":{"tags":["admin/submission-agreements"],"operationId":"admin_submission-agreements_by_id_users_list","parameters":[{"name":"disabled","in":"query","description":"If the user is diabled.","required":false,"schema":{"type":"boolean"}},{"name":"email","in":"query","description":"The email of the user.","required":false,"schema":{"type":"string"}},{"name":"externalUid","in":"query","description":"The external UID of the user.","required":false,"schema":{"type":"string"}},{"name":"firstName","in":"query","description":"The first name of the user.","required":false,"schema":{"type":"string"}},{"name":"homeOrganization","in":"query","description":"The home organization of the user.","required":false,"schema":{"type":"string"}},{"name":"lastLoginIpAddress","in":"query","description":"The IP address from last login of the user.","required":false,"schema":{"type":"string"}},{"name":"lastLoginTime","in":"query","description":"The date of the user last login.","required":false,"schema":{"type":"string","format":"date-time"}},{"name":"lastName","in":"query","description":"The last name of the user.","required":false,"schema":{"type":"string"}},{"name":"lastSyncFromAuthServerTime","in":"query","required":false,"schema":{"type":"string","format":"date-time"}},{"name":"page","in":"query","description":"Zero-based page index (0..N)","required":false,"schema":{"minimum":0,"type":"integer","default":0}},{"name":"parentId","in":"path","required":true,"schema":{"type":"string"}},{"name":"resId","in":"query","description":"The identifier of the resource. The default format is a Universally Unique IDentifier (UUID).","required":false,"schema":{"type":"string"}},{"name":"size","in":"query","description":"The size of the page to be returned","required":false,"schema":{"minimum":1,"type":"integer","default":20}},{"name":"sort","in":"query","description":"Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported.","required":false,"schema":{"type":"array","items":{"type":"string"}}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestCollectionJoinResourceContainerSubmissionAgreementUser"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]},"post":{"tags":["admin/submission-agreements"],"operationId":"admin_submission-agreements_by_id_users_create","parameters":[{"name":"parentId","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"array","items":{"type":"string"}}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/JoinResourceContainerSubmissionAgreementUser"}}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]},"delete":{"tags":["admin/submission-agreements"],"operationId":"admin_submission-agreements_by_id_users_deleteList","parameters":[{"name":"parentId","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"array","items":{"type":"string"}}}}},"responses":{"200":{"description":"OK"}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/admin/submission-agreements/{parentId}/users/{id}":{"get":{"tags":["admin/submission-agreements"],"operationId":"admin_submission-agreements_by_id_users_by_id_get","parameters":[{"name":"parentId","in":"path","required":true,"schema":{"type":"string"}},{"name":"id","in":"path","required":true,"schema":{"type":"string"}},{"name":"joinResourceId","in":"query","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/JoinResourceContainerSubmissionAgreementUser"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]},"post":{"tags":["admin/submission-agreements"],"operationId":"admin_submission-agreements_by_id_users_by_id_create","parameters":[{"name":"parentId","in":"path","required":true,"schema":{"type":"string"}},{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/SubmissionAgreementUser"}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/JoinResourceContainerSubmissionAgreementUser"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]},"delete":{"tags":["admin/submission-agreements"],"operationId":"admin_submission-agreements_by_id_users_by_id_delete","parameters":[{"name":"parentId","in":"path","required":true,"schema":{"type":"string"}},{"name":"id","in":"path","required":true,"schema":{"type":"string"}},{"name":"joinResourceId","in":"query","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK"}},"security":[{"tokenAuth":[]},{"auth":[]}]},"patch":{"tags":["admin/submission-agreements"],"operationId":"admin_submission-agreements_by_id_users_by_id_update","parameters":[{"name":"parentId","in":"path","required":true,"schema":{"type":"string"}},{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/SubmissionAgreementUser"}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/JoinResourceContainerSubmissionAgreementUser"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/admin/submission-agreements/{id}/upload-file":{"post":{"tags":["admin/submission-agreements"],"operationId":"admin_submission-agreements_by_id_upload-file","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}},{"name":"mimeType","in":"query","required":false,"schema":{"type":"string"}}],"requestBody":{"content":{"multipart/form-data":{"schema":{"required":["file"],"type":"object","properties":{"file":{"type":"string","format":"binary"}}}}}},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/SubmissionAgreement"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/admin/submission-agreements/{id}/approve":{"post":{"tags":["admin/submission-agreements"],"operationId":"admin_submission-agreements_by_id_approve","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"type":"object"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/admin/submission-agreements/upload-submission-agreement":{"post":{"tags":["admin/submission-agreements"],"operationId":"admin_submission-agreements_upload-submission-agreement_createItemAndUploadFile","parameters":[{"name":"title","in":"query","required":true,"schema":{"type":"string"}},{"name":"description","in":"query","required":false,"schema":{"type":"string"}},{"name":"version","in":"query","required":true,"schema":{"type":"string"}},{"name":"mimeType","in":"query","required":false,"schema":{"type":"string"}}],"requestBody":{"content":{"multipart/form-data":{"schema":{"required":["file"],"type":"object","properties":{"file":{"type":"string","format":"binary"}}}}}},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/SubmissionAgreement"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/admin/submission-agreements/search":{"get":{"tags":["admin/submission-agreements"],"operationId":"admin_submission-agreements_search_advancedSearch_get","parameters":[{"name":"description","in":"query","description":"The description of the submission agreement","required":false,"schema":{"type":"string"}},{"name":"match","in":"query","required":false,"schema":{"type":"string"}},{"name":"page","in":"query","description":"Zero-based page index (0..N)","required":false,"schema":{"minimum":0,"type":"integer","default":0}},{"name":"resId","in":"query","description":"The identifier of the resource. The default format is a Universally Unique IDentifier (UUID).","required":false,"schema":{"type":"string"}},{"name":"search","in":"query","required":true,"schema":{"type":"string"}},{"name":"size","in":"query","description":"The size of the page to be returned","required":false,"schema":{"minimum":1,"type":"integer","default":20}},{"name":"sort","in":"query","description":"Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported.","required":false,"schema":{"type":"array","items":{"type":"string"}}},{"name":"title","in":"query","description":"The title of the submission agreement","required":false,"schema":{"type":"string"}},{"name":"version","in":"query","description":"The version of the submission agreement","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestCollectionSubmissionAgreement"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]},"post":{"tags":["admin/submission-agreements"],"operationId":"admin_submission-agreements_search_advancedSearch_post","parameters":[{"name":"match","in":"query","required":false,"schema":{"type":"string"}},{"name":"page","in":"query","description":"Zero-based page index (0..N)","required":false,"schema":{"minimum":0,"type":"integer","default":0}},{"name":"size","in":"query","description":"The size of the page to be returned","required":false,"schema":{"minimum":1,"type":"integer","default":20}},{"name":"sort","in":"query","description":"Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported.","required":false,"schema":{"type":"array","items":{"type":"string"}}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/SubmissionAgreement"}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestCollectionSubmissionAgreement"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/admin/subject-areas":{"get":{"tags":["admin/subject-areas"],"operationId":"admin_subject-areas_list","parameters":[{"name":"code","in":"query","description":"The code of the subject area.","required":false,"schema":{"type":"string"}},{"name":"languageId","in":"query","required":true,"schema":{"type":"string"}},{"name":"name","in":"query","description":"The name of the subject area.","required":false,"schema":{"type":"string"}},{"name":"page","in":"query","description":"Zero-based page index (0..N)","required":false,"schema":{"minimum":0,"type":"integer","default":0}},{"name":"resId","in":"query","description":"The identifier of the resource. The default format is a Universally Unique IDentifier (UUID).","required":false,"schema":{"type":"string"}},{"name":"size","in":"query","description":"The size of the page to be returned","required":false,"schema":{"minimum":1,"type":"integer","default":20}},{"name":"sort","in":"query","description":"Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported.","required":false,"schema":{"type":"array","items":{"type":"string"}}},{"name":"source","in":"query","description":"The source of the subject area.","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestCollectionSubjectArea"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]},"post":{"tags":["admin/subject-areas"],"operationId":"admin_subject-areas_create","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/SubjectArea"}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/SubjectArea"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]},"delete":{"tags":["admin/subject-areas"],"operationId":"admin_subject-areas_deleteList","requestBody":{"content":{"application/json":{"schema":{"type":"array","items":{"type":"string"}}}},"required":true},"responses":{"200":{"description":"OK"}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/admin/subject-areas/search":{"get":{"tags":["admin/subject-areas"],"operationId":"admin_subject-areas_search_advancedSearch_get","parameters":[{"name":"code","in":"query","description":"The code of the subject area.","required":false,"schema":{"type":"string"}},{"name":"match","in":"query","required":false,"schema":{"type":"string"}},{"name":"name","in":"query","description":"The name of the subject area.","required":false,"schema":{"type":"string"}},{"name":"page","in":"query","description":"Zero-based page index (0..N)","required":false,"schema":{"minimum":0,"type":"integer","default":0}},{"name":"resId","in":"query","description":"The identifier of the resource. The default format is a Universally Unique IDentifier (UUID).","required":false,"schema":{"type":"string"}},{"name":"search","in":"query","required":true,"schema":{"type":"string"}},{"name":"size","in":"query","description":"The size of the page to be returned","required":false,"schema":{"minimum":1,"type":"integer","default":20}},{"name":"sort","in":"query","description":"Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported.","required":false,"schema":{"type":"array","items":{"type":"string"}}},{"name":"source","in":"query","description":"The source of the subject area.","required":false,"schema":{"type":"string"}},{"name":"languageId","in":"query","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestCollectionSubjectArea"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]},"post":{"tags":["admin/subject-areas"],"operationId":"admin_subject-areas_search_advancedSearch_post","parameters":[{"name":"match","in":"query","required":false,"schema":{"type":"string"}},{"name":"page","in":"query","description":"Zero-based page index (0..N)","required":false,"schema":{"minimum":0,"type":"integer","default":0}},{"name":"size","in":"query","description":"The size of the page to be returned","required":false,"schema":{"minimum":1,"type":"integer","default":20}},{"name":"sort","in":"query","description":"Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported.","required":false,"schema":{"type":"array","items":{"type":"string"}}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/SubjectArea"}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestCollectionSubjectArea"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/admin/subject-areas/initialize":{"post":{"tags":["admin/subject-areas"],"operationId":"admin_subject-areas_initialize","parameters":[{"name":"source","in":"query","required":false,"schema":{"type":"string","default":"SNF"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/Result"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/admin/scheduled-tasks":{"get":{"tags":["admin/scheduled-tasks"],"operationId":"admin_scheduled-tasks_list","parameters":[{"name":"page","in":"query","description":"Zero-based page index (0..N)","required":false,"schema":{"minimum":0,"type":"integer","default":0}},{"name":"size","in":"query","description":"The size of the page to be returned","required":false,"schema":{"minimum":1,"type":"integer","default":20}},{"name":"sort","in":"query","description":"Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported.","required":false,"schema":{"type":"array","items":{"type":"string"}}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestCollectionScheduledTask"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]},"post":{"tags":["admin/scheduled-tasks"],"operationId":"admin_scheduled-tasks_create","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ScheduledTask"}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ScheduledTask"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]},"delete":{"tags":["admin/scheduled-tasks"],"operationId":"admin_scheduled-tasks_deleteList","requestBody":{"content":{"application/json":{"schema":{"type":"array","items":{"type":"string"}}}},"required":true},"responses":{"200":{"description":"OK"}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/admin/scheduled-tasks/{id}/kill-task":{"post":{"tags":["admin/scheduled-tasks"],"operationId":"admin_scheduled-tasks_by_id_kill-task","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK"}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/admin/scheduled-tasks/search":{"get":{"tags":["admin/scheduled-tasks"],"operationId":"admin_scheduled-tasks_search_advancedSearch_get","parameters":[{"name":"search","in":"query","required":true,"schema":{"type":"string"}},{"name":"match","in":"query","required":false,"schema":{"type":"string"}},{"name":"page","in":"query","description":"Zero-based page index (0..N)","required":false,"schema":{"minimum":0,"type":"integer","default":0}},{"name":"size","in":"query","description":"The size of the page to be returned","required":false,"schema":{"minimum":1,"type":"integer","default":20}},{"name":"sort","in":"query","description":"Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported.","required":false,"schema":{"type":"array","items":{"type":"string"}}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestCollectionScheduledTask"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]},"post":{"tags":["admin/scheduled-tasks"],"operationId":"admin_scheduled-tasks_search_advancedSearch_post","parameters":[{"name":"match","in":"query","required":false,"schema":{"type":"string"}},{"name":"page","in":"query","description":"Zero-based page index (0..N)","required":false,"schema":{"minimum":0,"type":"integer","default":0}},{"name":"size","in":"query","description":"The size of the page to be returned","required":false,"schema":{"minimum":1,"type":"integer","default":20}},{"name":"sort","in":"query","description":"Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported.","required":false,"schema":{"type":"array","items":{"type":"string"}}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ScheduledTask"}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestCollectionScheduledTask"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/admin/scheduled-tasks/schedule-enabled-tasks":{"post":{"tags":["admin/scheduled-tasks"],"operationId":"admin_scheduled-tasks_schedule-enabled-tasks","responses":{"200":{"description":"OK"}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/admin/scheduled-tasks/disable-tasks-scheduling":{"post":{"tags":["admin/scheduled-tasks"],"operationId":"admin_scheduled-tasks_disable-tasks-scheduling","responses":{"200":{"description":"OK"}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/admin/roles":{"get":{"tags":["admin/roles"],"operationId":"admin_roles_list","parameters":[{"name":"level","in":"query","description":"The level of the role.","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"name","in":"query","description":"The name of the role.","required":false,"schema":{"type":"string"}},{"name":"page","in":"query","description":"Zero-based page index (0..N)","required":false,"schema":{"minimum":0,"type":"integer","default":0}},{"name":"resId","in":"query","description":"The identifier of the resource. The default format is a Universally Unique IDentifier (UUID).","required":false,"schema":{"type":"string"}},{"name":"size","in":"query","description":"The size of the page to be returned","required":false,"schema":{"minimum":1,"type":"integer","default":20}},{"name":"sort","in":"query","description":"Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported.","required":false,"schema":{"type":"array","items":{"type":"string"}}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestCollectionRole"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]},"post":{"tags":["admin/roles"],"operationId":"admin_roles_create","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Role"}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/Role"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]},"delete":{"tags":["admin/roles"],"operationId":"admin_roles_deleteList","requestBody":{"content":{"application/json":{"schema":{"type":"array","items":{"type":"string"}}}},"required":true},"responses":{"200":{"description":"OK"}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/admin/roles/search":{"get":{"tags":["admin/roles"],"operationId":"admin_roles_search_advancedSearch_get","parameters":[{"name":"search","in":"query","required":true,"schema":{"type":"string"}},{"name":"match","in":"query","required":false,"schema":{"type":"string"}},{"name":"page","in":"query","description":"Zero-based page index (0..N)","required":false,"schema":{"minimum":0,"type":"integer","default":0}},{"name":"size","in":"query","description":"The size of the page to be returned","required":false,"schema":{"minimum":1,"type":"integer","default":20}},{"name":"sort","in":"query","description":"Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported.","required":false,"schema":{"type":"array","items":{"type":"string"}}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestCollectionRole"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]},"post":{"tags":["admin/roles"],"operationId":"admin_roles_search_advancedSearch_post","parameters":[{"name":"match","in":"query","required":false,"schema":{"type":"string"}},{"name":"page","in":"query","description":"Zero-based page index (0..N)","required":false,"schema":{"minimum":0,"type":"integer","default":0}},{"name":"size","in":"query","description":"The size of the page to be returned","required":false,"schema":{"minimum":1,"type":"integer","default":20}},{"name":"sort","in":"query","description":"Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported.","required":false,"schema":{"type":"array","items":{"type":"string"}}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Role"}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestCollectionRole"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/admin/rating-types":{"get":{"tags":["admin/rating-types"],"operationId":"admin_rating-types_list","parameters":[{"name":"name","in":"query","description":"The name of the rating type.","required":false,"schema":{"type":"string"}},{"name":"page","in":"query","description":"Zero-based page index (0..N)","required":false,"schema":{"minimum":0,"type":"integer","default":0}},{"name":"resId","in":"query","description":"The identifier of the resource. The default format is a Universally Unique IDentifier (UUID).","required":false,"schema":{"type":"string"}},{"name":"size","in":"query","description":"The size of the page to be returned","required":false,"schema":{"minimum":1,"type":"integer","default":20}},{"name":"sort","in":"query","description":"Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported.","required":false,"schema":{"type":"array","items":{"type":"string"}}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestCollectionRatingType"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]},"post":{"tags":["admin/rating-types"],"operationId":"admin_rating-types_create","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/RatingType"}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RatingType"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/admin/rating-types/search":{"get":{"tags":["admin/rating-types"],"operationId":"admin_rating-types_search_advancedSearch_get","parameters":[{"name":"match","in":"query","required":false,"schema":{"type":"string"}},{"name":"name","in":"query","description":"The name of the rating type.","required":false,"schema":{"type":"string"}},{"name":"page","in":"query","description":"Zero-based page index (0..N)","required":false,"schema":{"minimum":0,"type":"integer","default":0}},{"name":"resId","in":"query","description":"The identifier of the resource. The default format is a Universally Unique IDentifier (UUID).","required":false,"schema":{"type":"string"}},{"name":"search","in":"query","required":true,"schema":{"type":"string"}},{"name":"size","in":"query","description":"The size of the page to be returned","required":false,"schema":{"minimum":1,"type":"integer","default":20}},{"name":"sort","in":"query","description":"Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported.","required":false,"schema":{"type":"array","items":{"type":"string"}}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestCollectionRatingType"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]},"post":{"tags":["admin/rating-types"],"operationId":"admin_rating-types_search_advancedSearch_post","parameters":[{"name":"match","in":"query","required":false,"schema":{"type":"string"}},{"name":"page","in":"query","description":"Zero-based page index (0..N)","required":false,"schema":{"minimum":0,"type":"integer","default":0}},{"name":"size","in":"query","description":"The size of the page to be returned","required":false,"schema":{"minimum":1,"type":"integer","default":20}},{"name":"sort","in":"query","description":"Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported.","required":false,"schema":{"type":"array","items":{"type":"string"}}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/RatingType"}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestCollectionRatingType"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/admin/preservation-policies":{"get":{"tags":["admin/preservation-policies"],"operationId":"admin_preservation-policies_list","parameters":[{"name":"dispositionApproval","in":"query","description":"If the approval step is mandatory during the AIP disposal process.","required":false,"schema":{"type":"boolean"}},{"name":"mainStorage","in":"query","description":"The main storage indice in configuration of the preservation policy. O means default storage (first one).","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"name","in":"query","description":"The name of the preservation policy.","required":false,"schema":{"type":"string"}},{"name":"page","in":"query","description":"Zero-based page index (0..N)","required":false,"schema":{"minimum":0,"type":"integer","default":0}},{"name":"resId","in":"query","description":"The identifier of the resource. The default format is a Universally Unique IDentifier (UUID).","required":false,"schema":{"type":"string"}},{"name":"retention","in":"query","description":"The retention duration in days of the preservation policy. O means forever.","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"size","in":"query","description":"The size of the page to be returned","required":false,"schema":{"minimum":1,"type":"integer","default":20}},{"name":"sort","in":"query","description":"Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported.","required":false,"schema":{"type":"array","items":{"type":"string"}}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestCollectionPreservationPolicy"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]},"post":{"tags":["admin/preservation-policies"],"operationId":"admin_preservation-policies_create","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/PreservationPolicy"}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/PreservationPolicy"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]},"delete":{"tags":["admin/preservation-policies"],"operationId":"admin_preservation-policies_deleteList","requestBody":{"content":{"application/json":{"schema":{"type":"array","items":{"type":"string"}}}},"required":true},"responses":{"200":{"description":"OK"}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/admin/preservation-policies/search":{"get":{"tags":["admin/preservation-policies"],"operationId":"admin_preservation-policies_search_advancedSearch_get","parameters":[{"name":"dispositionApproval","in":"query","description":"If the approval step is mandatory during the AIP disposal process.","required":false,"schema":{"type":"boolean"}},{"name":"mainStorage","in":"query","description":"The main storage indice in configuration of the preservation policy. O means default storage (first one).","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"match","in":"query","required":false,"schema":{"type":"string"}},{"name":"name","in":"query","description":"The name of the preservation policy.","required":false,"schema":{"type":"string"}},{"name":"page","in":"query","description":"Zero-based page index (0..N)","required":false,"schema":{"minimum":0,"type":"integer","default":0}},{"name":"resId","in":"query","description":"The identifier of the resource. The default format is a Universally Unique IDentifier (UUID).","required":false,"schema":{"type":"string"}},{"name":"retention","in":"query","description":"The retention duration in days of the preservation policy. O means forever.","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"search","in":"query","required":true,"schema":{"type":"string"}},{"name":"size","in":"query","description":"The size of the page to be returned","required":false,"schema":{"minimum":1,"type":"integer","default":20}},{"name":"sort","in":"query","description":"Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported.","required":false,"schema":{"type":"array","items":{"type":"string"}}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestCollectionPreservationPolicy"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]},"post":{"tags":["admin/preservation-policies"],"operationId":"admin_preservation-policies_search_advancedSearch_post","parameters":[{"name":"match","in":"query","required":false,"schema":{"type":"string"}},{"name":"page","in":"query","description":"Zero-based page index (0..N)","required":false,"schema":{"minimum":0,"type":"integer","default":0}},{"name":"size","in":"query","description":"The size of the page to be returned","required":false,"schema":{"minimum":1,"type":"integer","default":20}},{"name":"sort","in":"query","description":"Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported.","required":false,"schema":{"type":"array","items":{"type":"string"}}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/PreservationPolicy"}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestCollectionPreservationPolicy"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/admin/people":{"get":{"tags":["admin/people"],"operationId":"admin_people_list","parameters":[{"name":"firstName","in":"query","description":"The first name of the person.","required":false,"schema":{"type":"string"}},{"name":"lastName","in":"query","description":"The last name of the person.","required":false,"schema":{"type":"string"}},{"name":"orcid","in":"query","description":"The ORCID of the person.","required":false,"schema":{"type":"string"}},{"name":"page","in":"query","description":"Zero-based page index (0..N)","required":false,"schema":{"minimum":0,"type":"integer","default":0}},{"name":"resId","in":"query","description":"The identifier of the resource. The default format is a Universally Unique IDentifier (UUID).","required":false,"schema":{"type":"string"}},{"name":"size","in":"query","description":"The size of the page to be returned","required":false,"schema":{"minimum":1,"type":"integer","default":20}},{"name":"sort","in":"query","description":"Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported.","required":false,"schema":{"type":"array","items":{"type":"string"}}},{"name":"verifiedOrcid","in":"query","description":"If the person ORCID is verified.","required":false,"schema":{"type":"boolean"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestCollectionPerson"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]},"post":{"tags":["admin/people"],"operationId":"admin_people_create","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Person"}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/Person"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]},"delete":{"tags":["admin/people"],"operationId":"admin_people_deleteList","requestBody":{"content":{"application/json":{"schema":{"type":"array","items":{"type":"string"}}}},"required":true},"responses":{"200":{"description":"OK"}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/admin/people/{parentId}/organizational-units":{"get":{"tags":["admin/people"],"operationId":"admin_people_by_id_organizational-units_list","parameters":[{"name":"closingDate","in":"query","description":"The closing date of the organizational unit.","required":false,"schema":{"type":"string","format":"date"}},{"name":"description","in":"query","description":"The description of the organizational unit.","required":false,"schema":{"type":"string"}},{"name":"isEmpty","in":"query","description":"If the organizational unit contains any data (deposits, sip, aip).","required":false,"schema":{"type":"boolean"}},{"name":"name","in":"query","description":"The name of the organizational unit.","required":false,"schema":{"type":"string"}},{"name":"openingDate","in":"query","description":"The opening date of the organizational unit.","required":false,"schema":{"type":"string","format":"date"}},{"name":"page","in":"query","description":"Zero-based page index (0..N)","required":false,"schema":{"minimum":0,"type":"integer","default":0}},{"name":"parentId","in":"path","required":true,"schema":{"type":"string"}},{"name":"resId","in":"query","description":"The identifier of the resource. The default format is a Universally Unique IDentifier (UUID).","required":false,"schema":{"type":"string"}},{"name":"size","in":"query","description":"The size of the page to be returned","required":false,"schema":{"minimum":1,"type":"integer","default":20}},{"name":"sort","in":"query","description":"Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported.","required":false,"schema":{"type":"array","items":{"type":"string"}}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestCollectionRelation3TiersChildDTO"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]},"post":{"tags":["admin/people"],"operationId":"admin_people_by_id_organizational-units_create","parameters":[{"name":"parentId","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"array","items":{"type":"string"}}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/OrganizationalUnitPersonRole"}}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]},"delete":{"tags":["admin/people"],"operationId":"admin_people_by_id_organizational-units_delete","parameters":[{"name":"parentId","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"array","items":{"type":"string"}}}}},"responses":{"200":{"description":"OK"}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/admin/people/{parentId}/organizational-units/{id}":{"get":{"tags":["admin/people"],"operationId":"admin_people_by_id_organizational-units_by_id_get","parameters":[{"name":"parentId","in":"path","required":true,"schema":{"type":"string"}},{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/Relation3TiersChildDTO"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]},"post":{"tags":["admin/people"],"operationId":"admin_people_by_id_organizational-units_by_id_create","parameters":[{"name":"parentId","in":"path","required":true,"schema":{"type":"string"}},{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"array","items":{"type":"string"}}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/OrganizationalUnitPersonRole"}}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]},"delete":{"tags":["admin/people"],"operationId":"admin_people_by_id_organizational-units_by_id_delete","parameters":[{"name":"parentId","in":"path","required":true,"schema":{"type":"string"}},{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"array","items":{"type":"string"}}}}},"responses":{"200":{"description":"OK"}},"security":[{"tokenAuth":[]},{"auth":[]}]},"patch":{"tags":["admin/people"],"operationId":"admin_people_by_id_organizational-units_by_id_update","parameters":[{"name":"parentId","in":"path","required":true,"schema":{"type":"string"}},{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/OrganizationalUnitPersonRole"}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/OrganizationalUnitPersonRole"}}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/admin/people/{parentId}/organizational-units/{id}/{grandChildId}":{"get":{"tags":["admin/people"],"operationId":"admin_people_by_id_organizational-units_by_id_by_id_get","parameters":[{"name":"parentId","in":"path","required":true,"schema":{"type":"string"}},{"name":"id","in":"path","required":true,"schema":{"type":"string"}},{"name":"grandChildId","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/JoinResourceContainerJoinResourceObject"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]},"post":{"tags":["admin/people"],"operationId":"admin_people_by_id_organizational-units_by_id_by_id_create","parameters":[{"name":"parentId","in":"path","required":true,"schema":{"type":"string"}},{"name":"id","in":"path","required":true,"schema":{"type":"string"}},{"name":"grandChildId","in":"path","required":true,"schema":{"type":"string"}},{"name":"joinResource","in":"query","required":true,"schema":{"$ref":"#/components/schemas/OrganizationalUnitPersonRole"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/OrganizationalUnitPersonRole"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]},"patch":{"tags":["admin/people"],"operationId":"admin_people_by_id_organizational-units_by_id_by_id_update","parameters":[{"name":"parentId","in":"path","required":true,"schema":{"type":"string"}},{"name":"id","in":"path","required":true,"schema":{"type":"string"}},{"name":"grandChildId","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"object","additionalProperties":true}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/OrganizationalUnitPersonRole"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/admin/people/{parentId}/organizational-units/{id}/set-role":{"post":{"tags":["admin/people"],"operationId":"admin_people_by_id_organizational-units_by_id_set-role","parameters":[{"name":"parentId","in":"path","required":true,"schema":{"type":"string"}},{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"array","items":{"type":"string"}}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"type":"string","enum":["100 CONTINUE","101 SWITCHING_PROTOCOLS","102 PROCESSING","103 EARLY_HINTS","103 CHECKPOINT","200 OK","201 CREATED","202 ACCEPTED","203 NON_AUTHORITATIVE_INFORMATION","204 NO_CONTENT","205 RESET_CONTENT","206 PARTIAL_CONTENT","207 MULTI_STATUS","208 ALREADY_REPORTED","226 IM_USED","300 MULTIPLE_CHOICES","301 MOVED_PERMANENTLY","302 FOUND","302 MOVED_TEMPORARILY","303 SEE_OTHER","304 NOT_MODIFIED","305 USE_PROXY","307 TEMPORARY_REDIRECT","308 PERMANENT_REDIRECT","400 BAD_REQUEST","401 UNAUTHORIZED","402 PAYMENT_REQUIRED","403 FORBIDDEN","404 NOT_FOUND","405 METHOD_NOT_ALLOWED","406 NOT_ACCEPTABLE","407 PROXY_AUTHENTICATION_REQUIRED","408 REQUEST_TIMEOUT","409 CONFLICT","410 GONE","411 LENGTH_REQUIRED","412 PRECONDITION_FAILED","413 PAYLOAD_TOO_LARGE","413 REQUEST_ENTITY_TOO_LARGE","414 URI_TOO_LONG","414 REQUEST_URI_TOO_LONG","415 UNSUPPORTED_MEDIA_TYPE","416 REQUESTED_RANGE_NOT_SATISFIABLE","417 EXPECTATION_FAILED","418 I_AM_A_TEAPOT","419 INSUFFICIENT_SPACE_ON_RESOURCE","420 METHOD_FAILURE","421 DESTINATION_LOCKED","422 UNPROCESSABLE_ENTITY","423 LOCKED","424 FAILED_DEPENDENCY","425 TOO_EARLY","426 UPGRADE_REQUIRED","428 PRECONDITION_REQUIRED","429 TOO_MANY_REQUESTS","431 REQUEST_HEADER_FIELDS_TOO_LARGE","451 UNAVAILABLE_FOR_LEGAL_REASONS","500 INTERNAL_SERVER_ERROR","501 NOT_IMPLEMENTED","502 BAD_GATEWAY","503 SERVICE_UNAVAILABLE","504 GATEWAY_TIMEOUT","505 HTTP_VERSION_NOT_SUPPORTED","506 VARIANT_ALSO_NEGOTIATES","507 INSUFFICIENT_STORAGE","508 LOOP_DETECTED","509 BANDWIDTH_LIMIT_EXCEEDED","510 NOT_EXTENDED","511 NETWORK_AUTHENTICATION_REQUIRED"]}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/admin/people/{parentId}/notification-types":{"get":{"tags":["admin/people"],"operationId":"admin_people_by_id_notification-types_list","parameters":[{"name":"notificationCategory","in":"query","description":"The category of the notification type.","required":false,"schema":{"type":"string","enum":["INFO","REQUEST"]}},{"name":"notifiedInstitutionManager","in":"query","description":"If the institution manage has to be notified.","required":false,"schema":{"type":"boolean"}},{"name":"page","in":"query","description":"Zero-based page index (0..N)","required":false,"schema":{"minimum":0,"type":"integer","default":0}},{"name":"parentId","in":"path","required":true,"schema":{"type":"string"}},{"name":"resId","in":"query","description":"The identifier of the resource. The default format is a Universally Unique IDentifier (UUID).","required":false,"schema":{"type":"string"}},{"name":"size","in":"query","description":"The size of the page to be returned","required":false,"schema":{"minimum":1,"type":"integer","default":20}},{"name":"sort","in":"query","description":"Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported.","required":false,"schema":{"type":"array","items":{"type":"string"}}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestCollectionNotificationType"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]},"post":{"tags":["admin/people"],"operationId":"admin_people_by_id_notification-types_create","parameters":[{"name":"parentId","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"array","items":{"type":"string"}}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/NotificationType"}}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]},"delete":{"tags":["admin/people"],"operationId":"admin_people_by_id_notification-types_deleteList","parameters":[{"name":"parentId","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"array","items":{"type":"string"}}}},"required":true},"responses":{"200":{"description":"OK"}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/admin/people/{parentId}/list-inherited-role/organizational-units/{id}":{"post":{"tags":["admin/people"],"operationId":"admin_people_by_id_list-inherited-role_organizational-units_by_id_getInheritedRole","parameters":[{"name":"parentId","in":"path","required":true,"schema":{"type":"string"}},{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/Role"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/admin/people/{parentId}/institutions":{"get":{"tags":["admin/people"],"operationId":"admin_people_by_id_institutions_list","parameters":[{"name":"description","in":"query","description":"The description of the institution.","required":false,"schema":{"type":"string"}},{"name":"name","in":"query","description":"The name of the institution.","required":false,"schema":{"type":"string"}},{"name":"page","in":"query","description":"Zero-based page index (0..N)","required":false,"schema":{"minimum":0,"type":"integer","default":0}},{"name":"parentId","in":"path","required":true,"schema":{"type":"string"}},{"name":"resId","in":"query","description":"The identifier of the resource. The default format is a Universally Unique IDentifier (UUID).","required":false,"schema":{"type":"string"}},{"name":"rorId","in":"query","description":"The ROR identifier of the institution.","required":false,"schema":{"type":"string"}},{"name":"size","in":"query","description":"The size of the page to be returned","required":false,"schema":{"minimum":1,"type":"integer","default":20}},{"name":"sort","in":"query","description":"Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported.","required":false,"schema":{"type":"array","items":{"type":"string"}}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestCollectionRelation3TiersChildDTO"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]},"post":{"tags":["admin/people"],"operationId":"admin_people_by_id_institutions_create","parameters":[{"name":"parentId","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"array","items":{"type":"string"}}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/InstitutionPersonRole"}}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]},"delete":{"tags":["admin/people"],"operationId":"admin_people_by_id_institutions_delete","parameters":[{"name":"parentId","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"array","items":{"type":"string"}}}}},"responses":{"200":{"description":"OK"}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/admin/people/{parentId}/institutions/{id}":{"get":{"tags":["admin/people"],"operationId":"admin_people_by_id_institutions_by_id_get","parameters":[{"name":"parentId","in":"path","required":true,"schema":{"type":"string"}},{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/Relation3TiersChildDTO"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]},"post":{"tags":["admin/people"],"operationId":"admin_people_by_id_institutions_by_id_create","parameters":[{"name":"parentId","in":"path","required":true,"schema":{"type":"string"}},{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"array","items":{"type":"string"}}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/InstitutionPersonRole"}}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]},"delete":{"tags":["admin/people"],"operationId":"admin_people_by_id_institutions_by_id_delete","parameters":[{"name":"parentId","in":"path","required":true,"schema":{"type":"string"}},{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"array","items":{"type":"string"}}}}},"responses":{"200":{"description":"OK"}},"security":[{"tokenAuth":[]},{"auth":[]}]},"patch":{"tags":["admin/people"],"operationId":"admin_people_by_id_institutions_by_id_update","parameters":[{"name":"parentId","in":"path","required":true,"schema":{"type":"string"}},{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/InstitutionPersonRole"}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/InstitutionPersonRole"}}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/admin/people/{parentId}/institutions/{id}/{grandChildId}":{"get":{"tags":["admin/people"],"operationId":"admin_people_by_id_institutions_by_id_by_id_get","parameters":[{"name":"parentId","in":"path","required":true,"schema":{"type":"string"}},{"name":"id","in":"path","required":true,"schema":{"type":"string"}},{"name":"grandChildId","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/JoinResourceContainerJoinResourceObject"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]},"post":{"tags":["admin/people"],"operationId":"admin_people_by_id_institutions_by_id_by_id_create","parameters":[{"name":"parentId","in":"path","required":true,"schema":{"type":"string"}},{"name":"id","in":"path","required":true,"schema":{"type":"string"}},{"name":"grandChildId","in":"path","required":true,"schema":{"type":"string"}},{"name":"joinResource","in":"query","required":true,"schema":{"$ref":"#/components/schemas/InstitutionPersonRole"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/InstitutionPersonRole"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]},"patch":{"tags":["admin/people"],"operationId":"admin_people_by_id_institutions_by_id_by_id_update","parameters":[{"name":"parentId","in":"path","required":true,"schema":{"type":"string"}},{"name":"id","in":"path","required":true,"schema":{"type":"string"}},{"name":"grandChildId","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"object","additionalProperties":true}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/InstitutionPersonRole"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/admin/people/{parentId}/institutions/{id}/set-role":{"post":{"tags":["admin/people"],"operationId":"admin_people_by_id_institutions_by_id_set-role","parameters":[{"name":"parentId","in":"path","required":true,"schema":{"type":"string"}},{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"array","items":{"type":"string"}}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"type":"string","enum":["100 CONTINUE","101 SWITCHING_PROTOCOLS","102 PROCESSING","103 EARLY_HINTS","103 CHECKPOINT","200 OK","201 CREATED","202 ACCEPTED","203 NON_AUTHORITATIVE_INFORMATION","204 NO_CONTENT","205 RESET_CONTENT","206 PARTIAL_CONTENT","207 MULTI_STATUS","208 ALREADY_REPORTED","226 IM_USED","300 MULTIPLE_CHOICES","301 MOVED_PERMANENTLY","302 FOUND","302 MOVED_TEMPORARILY","303 SEE_OTHER","304 NOT_MODIFIED","305 USE_PROXY","307 TEMPORARY_REDIRECT","308 PERMANENT_REDIRECT","400 BAD_REQUEST","401 UNAUTHORIZED","402 PAYMENT_REQUIRED","403 FORBIDDEN","404 NOT_FOUND","405 METHOD_NOT_ALLOWED","406 NOT_ACCEPTABLE","407 PROXY_AUTHENTICATION_REQUIRED","408 REQUEST_TIMEOUT","409 CONFLICT","410 GONE","411 LENGTH_REQUIRED","412 PRECONDITION_FAILED","413 PAYLOAD_TOO_LARGE","413 REQUEST_ENTITY_TOO_LARGE","414 URI_TOO_LONG","414 REQUEST_URI_TOO_LONG","415 UNSUPPORTED_MEDIA_TYPE","416 REQUESTED_RANGE_NOT_SATISFIABLE","417 EXPECTATION_FAILED","418 I_AM_A_TEAPOT","419 INSUFFICIENT_SPACE_ON_RESOURCE","420 METHOD_FAILURE","421 DESTINATION_LOCKED","422 UNPROCESSABLE_ENTITY","423 LOCKED","424 FAILED_DEPENDENCY","425 TOO_EARLY","426 UPGRADE_REQUIRED","428 PRECONDITION_REQUIRED","429 TOO_MANY_REQUESTS","431 REQUEST_HEADER_FIELDS_TOO_LARGE","451 UNAVAILABLE_FOR_LEGAL_REASONS","500 INTERNAL_SERVER_ERROR","501 NOT_IMPLEMENTED","502 BAD_GATEWAY","503 SERVICE_UNAVAILABLE","504 GATEWAY_TIMEOUT","505 HTTP_VERSION_NOT_SUPPORTED","506 VARIANT_ALSO_NEGOTIATES","507 INSUFFICIENT_STORAGE","508 LOOP_DETECTED","509 BANDWIDTH_LIMIT_EXCEEDED","510 NOT_EXTENDED","511 NETWORK_AUTHENTICATION_REQUIRED"]}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/admin/people/{id}/upload-avatar":{"post":{"tags":["admin/people"],"operationId":"admin_people_by_id_upload-avatar","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}},{"name":"mimeType","in":"query","required":false,"schema":{"type":"string"}}],"requestBody":{"content":{"multipart/form-data":{"schema":{"required":["file"],"type":"object","properties":{"file":{"type":"string","format":"binary"}}}}}},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/Person"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/admin/people/search":{"get":{"tags":["admin/people"],"operationId":"admin_people_search_advancedSearch_get","parameters":[{"name":"firstName","in":"query","description":"The first name of the person.","required":false,"schema":{"type":"string"}},{"name":"lastName","in":"query","description":"The last name of the person.","required":false,"schema":{"type":"string"}},{"name":"match","in":"query","required":false,"schema":{"type":"string"}},{"name":"orcid","in":"query","description":"The ORCID of the person.","required":false,"schema":{"type":"string"}},{"name":"page","in":"query","description":"Zero-based page index (0..N)","required":false,"schema":{"minimum":0,"type":"integer","default":0}},{"name":"resId","in":"query","description":"The identifier of the resource. The default format is a Universally Unique IDentifier (UUID).","required":false,"schema":{"type":"string"}},{"name":"search","in":"query","required":true,"schema":{"type":"string"}},{"name":"size","in":"query","description":"The size of the page to be returned","required":false,"schema":{"minimum":1,"type":"integer","default":20}},{"name":"sort","in":"query","description":"Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported.","required":false,"schema":{"type":"array","items":{"type":"string"}}},{"name":"verifiedOrcid","in":"query","description":"If the person ORCID is verified.","required":false,"schema":{"type":"boolean"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestCollectionPerson"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]},"post":{"tags":["admin/people"],"operationId":"admin_people_search_advancedSearch_post","parameters":[{"name":"match","in":"query","required":false,"schema":{"type":"string"}},{"name":"page","in":"query","description":"Zero-based page index (0..N)","required":false,"schema":{"minimum":0,"type":"integer","default":0}},{"name":"size","in":"query","description":"The size of the page to be returned","required":false,"schema":{"minimum":1,"type":"integer","default":20}},{"name":"sort","in":"query","description":"Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported.","required":false,"schema":{"type":"array","items":{"type":"string"}}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Person"}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestCollectionPerson"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/admin/organizational-units":{"get":{"tags":["admin/organizational-units"],"operationId":"admin_organizational-units_list","parameters":[{"name":"closingDate","in":"query","description":"The closing date of the organizational unit.","required":false,"schema":{"type":"string","format":"date"}},{"name":"description","in":"query","description":"The description of the organizational unit.","required":false,"schema":{"type":"string"}},{"name":"isEmpty","in":"query","description":"If the organizational unit contains any data (deposits, sip, aip).","required":false,"schema":{"type":"boolean"}},{"name":"name","in":"query","description":"The name of the organizational unit.","required":false,"schema":{"type":"string"}},{"name":"openingDate","in":"query","description":"The opening date of the organizational unit.","required":false,"schema":{"type":"string","format":"date"}},{"name":"page","in":"query","description":"Zero-based page index (0..N)","required":false,"schema":{"minimum":0,"type":"integer","default":0}},{"name":"resId","in":"query","description":"The identifier of the resource. The default format is a Universally Unique IDentifier (UUID).","required":false,"schema":{"type":"string"}},{"name":"size","in":"query","description":"The size of the page to be returned","required":false,"schema":{"minimum":1,"type":"integer","default":20}},{"name":"sort","in":"query","description":"Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported.","required":false,"schema":{"type":"array","items":{"type":"string"}}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestCollectionOrganizationalUnit"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]},"post":{"tags":["admin/organizational-units"],"operationId":"admin_organizational-units_create","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/OrganizationalUnit"}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/OrganizationalUnit"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]},"delete":{"tags":["admin/organizational-units"],"operationId":"admin_organizational-units_deleteList","requestBody":{"content":{"application/json":{"schema":{"type":"array","items":{"type":"string"}}}},"required":true},"responses":{"200":{"description":"OK"}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/admin/organizational-units/{parentId}/submission-policies":{"get":{"tags":["admin/organizational-units"],"operationId":"admin_organizational-units_by_id_submission-policies_list","parameters":[{"name":"name","in":"query","description":"The name of the submission policy.","required":false,"schema":{"type":"string"}},{"name":"page","in":"query","description":"Zero-based page index (0..N)","required":false,"schema":{"minimum":0,"type":"integer","default":0}},{"name":"parentId","in":"path","required":true,"schema":{"type":"string"}},{"name":"resId","in":"query","description":"The identifier of the resource. The default format is a Universally Unique IDentifier (UUID).","required":false,"schema":{"type":"string"}},{"name":"size","in":"query","description":"The size of the page to be returned","required":false,"schema":{"minimum":1,"type":"integer","default":20}},{"name":"sort","in":"query","description":"Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported.","required":false,"schema":{"type":"array","items":{"type":"string"}}},{"name":"submissionAgreementType","in":"query","description":"The submission agreement type of the submission policy.","required":false,"schema":{"type":"string","enum":["WITHOUT","ON_FIRST_DEPOSIT","FOR_EACH_DEPOSIT"]}},{"name":"submissionApproval","in":"query","description":"If approval step is mandatory for submitting a deposit.","required":false,"schema":{"type":"boolean"}},{"name":"timeToKeep","in":"query","description":"The time in days to keep completed deposit before purge.","required":false,"schema":{"type":"integer","format":"int32"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestCollectionJoinResourceContainerOrganizationalUnitSubmissionPolicy"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]},"post":{"tags":["admin/organizational-units"],"operationId":"admin_organizational-units_by_id_submission-policies_create","parameters":[{"name":"parentId","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"array","items":{"type":"string"}}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/JoinResourceContainerOrganizationalUnitSubmissionPolicy"}}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]},"delete":{"tags":["admin/organizational-units"],"operationId":"admin_organizational-units_by_id_submission-policies_deleteList","parameters":[{"name":"parentId","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"array","items":{"type":"string"}}}}},"responses":{"200":{"description":"OK"}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/admin/organizational-units/{parentId}/submission-policies/{id}":{"get":{"tags":["admin/organizational-units"],"operationId":"admin_organizational-units_by_id_submission-policies_by_id_get","parameters":[{"name":"parentId","in":"path","required":true,"schema":{"type":"string"}},{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/JoinResourceContainerOrganizationalUnitSubmissionPolicy"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]},"post":{"tags":["admin/organizational-units"],"operationId":"admin_organizational-units_by_id_submission-policies_by_id_create","parameters":[{"name":"parentId","in":"path","required":true,"schema":{"type":"string"}},{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/OrganizationalUnitSubmissionPolicy"}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/JoinResourceContainerOrganizationalUnitSubmissionPolicy"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]},"delete":{"tags":["admin/organizational-units"],"operationId":"admin_organizational-units_by_id_submission-policies_by_id_delete","parameters":[{"name":"parentId","in":"path","required":true,"schema":{"type":"string"}},{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK"}},"security":[{"tokenAuth":[]},{"auth":[]}]},"patch":{"tags":["admin/organizational-units"],"operationId":"admin_organizational-units_by_id_submission-policies_by_id_update","parameters":[{"name":"parentId","in":"path","required":true,"schema":{"type":"string"}},{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/OrganizationalUnitSubmissionPolicy"}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/JoinResourceContainerOrganizationalUnitSubmissionPolicy"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/admin/organizational-units/{parentId}/subject-areas":{"get":{"tags":["admin/organizational-units"],"operationId":"admin_organizational-units_by_id_subject-areas_list","parameters":[{"name":"code","in":"query","description":"The code of the subject area.","required":false,"schema":{"type":"string"}},{"name":"name","in":"query","description":"The name of the subject area.","required":false,"schema":{"type":"string"}},{"name":"page","in":"query","description":"Zero-based page index (0..N)","required":false,"schema":{"minimum":0,"type":"integer","default":0}},{"name":"parentId","in":"path","required":true,"schema":{"type":"string"}},{"name":"resId","in":"query","description":"The identifier of the resource. The default format is a Universally Unique IDentifier (UUID).","required":false,"schema":{"type":"string"}},{"name":"size","in":"query","description":"The size of the page to be returned","required":false,"schema":{"minimum":1,"type":"integer","default":20}},{"name":"sort","in":"query","description":"Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported.","required":false,"schema":{"type":"array","items":{"type":"string"}}},{"name":"source","in":"query","description":"The source of the subject area.","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestCollectionSubjectArea"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]},"post":{"tags":["admin/organizational-units"],"operationId":"admin_organizational-units_by_id_subject-areas_create","parameters":[{"name":"parentId","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"array","items":{"type":"string"}}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/SubjectArea"}}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]},"delete":{"tags":["admin/organizational-units"],"operationId":"admin_organizational-units_by_id_subject-areas_deleteList","parameters":[{"name":"parentId","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"array","items":{"type":"string"}}}},"required":true},"responses":{"200":{"description":"OK"}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/admin/organizational-units/{parentId}/roles":{"get":{"tags":["admin/organizational-units"],"operationId":"admin_organizational-units_by_id_roles_list","parameters":[{"name":"level","in":"query","description":"The level of the role.","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"name","in":"query","description":"The name of the role.","required":false,"schema":{"type":"string"}},{"name":"page","in":"query","description":"Zero-based page index (0..N)","required":false,"schema":{"minimum":0,"type":"integer","default":0}},{"name":"parentId","in":"path","required":true,"schema":{"type":"string"}},{"name":"resId","in":"query","description":"The identifier of the resource. The default format is a Universally Unique IDentifier (UUID).","required":false,"schema":{"type":"string"}},{"name":"size","in":"query","description":"The size of the page to be returned","required":false,"schema":{"minimum":1,"type":"integer","default":20}},{"name":"sort","in":"query","description":"Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported.","required":false,"schema":{"type":"array","items":{"type":"string"}}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestCollectionRelation3TiersChildDTO"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]},"post":{"tags":["admin/organizational-units"],"operationId":"admin_organizational-units_by_id_roles_create","parameters":[{"name":"parentId","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"array","items":{"type":"string"}}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/OrganizationalUnitPersonRole"}}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]},"delete":{"tags":["admin/organizational-units"],"operationId":"admin_organizational-units_by_id_roles_delete","parameters":[{"name":"parentId","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"array","items":{"type":"string"}}}}},"responses":{"200":{"description":"OK"}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/admin/organizational-units/{parentId}/roles/{id}":{"get":{"tags":["admin/organizational-units"],"operationId":"admin_organizational-units_by_id_roles_by_id_get","parameters":[{"name":"parentId","in":"path","required":true,"schema":{"type":"string"}},{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/Relation3TiersChildDTO"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]},"post":{"tags":["admin/organizational-units"],"operationId":"admin_organizational-units_by_id_roles_by_id_create","parameters":[{"name":"parentId","in":"path","required":true,"schema":{"type":"string"}},{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"array","items":{"type":"string"}}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/OrganizationalUnitPersonRole"}}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]},"delete":{"tags":["admin/organizational-units"],"operationId":"admin_organizational-units_by_id_roles_by_id_delete","parameters":[{"name":"parentId","in":"path","required":true,"schema":{"type":"string"}},{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"array","items":{"type":"string"}}}}},"responses":{"200":{"description":"OK"}},"security":[{"tokenAuth":[]},{"auth":[]}]},"patch":{"tags":["admin/organizational-units"],"operationId":"admin_organizational-units_by_id_roles_by_id_update","parameters":[{"name":"parentId","in":"path","required":true,"schema":{"type":"string"}},{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/OrganizationalUnitPersonRole"}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/OrganizationalUnitPersonRole"}}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/admin/organizational-units/{parentId}/roles/{id}/{grandChildId}":{"get":{"tags":["admin/organizational-units"],"operationId":"admin_organizational-units_by_id_roles_by_id_by_id_get","parameters":[{"name":"parentId","in":"path","required":true,"schema":{"type":"string"}},{"name":"id","in":"path","required":true,"schema":{"type":"string"}},{"name":"grandChildId","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/JoinResourceContainerJoinResourceObject"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]},"post":{"tags":["admin/organizational-units"],"operationId":"admin_organizational-units_by_id_roles_by_id_by_id_create","parameters":[{"name":"parentId","in":"path","required":true,"schema":{"type":"string"}},{"name":"id","in":"path","required":true,"schema":{"type":"string"}},{"name":"grandChildId","in":"path","required":true,"schema":{"type":"string"}},{"name":"joinResource","in":"query","required":true,"schema":{"$ref":"#/components/schemas/OrganizationalUnitPersonRole"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/OrganizationalUnitPersonRole"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]},"patch":{"tags":["admin/organizational-units"],"operationId":"admin_organizational-units_by_id_roles_by_id_by_id_update","parameters":[{"name":"parentId","in":"path","required":true,"schema":{"type":"string"}},{"name":"id","in":"path","required":true,"schema":{"type":"string"}},{"name":"grandChildId","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"object","additionalProperties":true}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/OrganizationalUnitPersonRole"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/admin/organizational-units/{parentId}/preservation-policies":{"get":{"tags":["admin/organizational-units"],"operationId":"admin_organizational-units_by_id_preservation-policies_list","parameters":[{"name":"dispositionApproval","in":"query","description":"If the approval step is mandatory during the AIP disposal process.","required":false,"schema":{"type":"boolean"}},{"name":"mainStorage","in":"query","description":"The main storage indice in configuration of the preservation policy. O means default storage (first one).","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"name","in":"query","description":"The name of the preservation policy.","required":false,"schema":{"type":"string"}},{"name":"page","in":"query","description":"Zero-based page index (0..N)","required":false,"schema":{"minimum":0,"type":"integer","default":0}},{"name":"parentId","in":"path","required":true,"schema":{"type":"string"}},{"name":"resId","in":"query","description":"The identifier of the resource. The default format is a Universally Unique IDentifier (UUID).","required":false,"schema":{"type":"string"}},{"name":"retention","in":"query","description":"The retention duration in days of the preservation policy. O means forever.","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"size","in":"query","description":"The size of the page to be returned","required":false,"schema":{"minimum":1,"type":"integer","default":20}},{"name":"sort","in":"query","description":"Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported.","required":false,"schema":{"type":"array","items":{"type":"string"}}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestCollectionJoinResourceContainerOrganizationalUnitPreservationPolicy"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]},"post":{"tags":["admin/organizational-units"],"operationId":"admin_organizational-units_by_id_preservation-policies_create","parameters":[{"name":"parentId","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"array","items":{"type":"string"}}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/JoinResourceContainerOrganizationalUnitPreservationPolicy"}}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]},"delete":{"tags":["admin/organizational-units"],"operationId":"admin_organizational-units_by_id_preservation-policies_deleteList","parameters":[{"name":"parentId","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"array","items":{"type":"string"}}}}},"responses":{"200":{"description":"OK"}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/admin/organizational-units/{parentId}/preservation-policies/{id}":{"get":{"tags":["admin/organizational-units"],"operationId":"admin_organizational-units_by_id_preservation-policies_by_id_get","parameters":[{"name":"parentId","in":"path","required":true,"schema":{"type":"string"}},{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/JoinResourceContainerOrganizationalUnitPreservationPolicy"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]},"post":{"tags":["admin/organizational-units"],"operationId":"admin_organizational-units_by_id_preservation-policies_by_id_create","parameters":[{"name":"parentId","in":"path","required":true,"schema":{"type":"string"}},{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/OrganizationalUnitPreservationPolicy"}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/JoinResourceContainerOrganizationalUnitPreservationPolicy"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]},"delete":{"tags":["admin/organizational-units"],"operationId":"admin_organizational-units_by_id_preservation-policies_by_id_delete","parameters":[{"name":"parentId","in":"path","required":true,"schema":{"type":"string"}},{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK"}},"security":[{"tokenAuth":[]},{"auth":[]}]},"patch":{"tags":["admin/organizational-units"],"operationId":"admin_organizational-units_by_id_preservation-policies_by_id_update","parameters":[{"name":"parentId","in":"path","required":true,"schema":{"type":"string"}},{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/OrganizationalUnitPreservationPolicy"}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/JoinResourceContainerOrganizationalUnitPreservationPolicy"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/admin/organizational-units/{parentId}/people":{"get":{"tags":["admin/organizational-units"],"operationId":"admin_organizational-units_by_id_people_list","parameters":[{"name":"firstName","in":"query","description":"The first name of the person.","required":false,"schema":{"type":"string"}},{"name":"lastName","in":"query","description":"The last name of the person.","required":false,"schema":{"type":"string"}},{"name":"orcid","in":"query","description":"The ORCID of the person.","required":false,"schema":{"type":"string"}},{"name":"page","in":"query","description":"Zero-based page index (0..N)","required":false,"schema":{"minimum":0,"type":"integer","default":0}},{"name":"parentId","in":"path","required":true,"schema":{"type":"string"}},{"name":"resId","in":"query","description":"The identifier of the resource. The default format is a Universally Unique IDentifier (UUID).","required":false,"schema":{"type":"string"}},{"name":"size","in":"query","description":"The size of the page to be returned","required":false,"schema":{"minimum":1,"type":"integer","default":20}},{"name":"sort","in":"query","description":"Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported.","required":false,"schema":{"type":"array","items":{"type":"string"}}},{"name":"verifiedOrcid","in":"query","description":"If the person ORCID is verified.","required":false,"schema":{"type":"boolean"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestCollectionRelation3TiersChildDTO"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]},"post":{"tags":["admin/organizational-units"],"operationId":"admin_organizational-units_by_id_people_create","parameters":[{"name":"parentId","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"array","items":{"type":"string"}}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/OrganizationalUnitPersonRole"}}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]},"delete":{"tags":["admin/organizational-units"],"operationId":"admin_organizational-units_by_id_people_delete","parameters":[{"name":"parentId","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"array","items":{"type":"string"}}}}},"responses":{"200":{"description":"OK"}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/admin/organizational-units/{parentId}/people/{id}":{"get":{"tags":["admin/organizational-units"],"operationId":"admin_organizational-units_by_id_people_by_id_get","parameters":[{"name":"parentId","in":"path","required":true,"schema":{"type":"string"}},{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/Relation3TiersChildDTO"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]},"post":{"tags":["admin/organizational-units"],"operationId":"admin_organizational-units_by_id_people_by_id_create","parameters":[{"name":"parentId","in":"path","required":true,"schema":{"type":"string"}},{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"array","items":{"type":"string"}}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/OrganizationalUnitPersonRole"}}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]},"delete":{"tags":["admin/organizational-units"],"operationId":"admin_organizational-units_by_id_people_by_id_delete","parameters":[{"name":"parentId","in":"path","required":true,"schema":{"type":"string"}},{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"array","items":{"type":"string"}}}}},"responses":{"200":{"description":"OK"}},"security":[{"tokenAuth":[]},{"auth":[]}]},"patch":{"tags":["admin/organizational-units"],"operationId":"admin_organizational-units_by_id_people_by_id_update","parameters":[{"name":"parentId","in":"path","required":true,"schema":{"type":"string"}},{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/OrganizationalUnitPersonRole"}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/OrganizationalUnitPersonRole"}}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/admin/organizational-units/{parentId}/people/{id}/{grandChildId}":{"get":{"tags":["admin/organizational-units"],"operationId":"admin_organizational-units_by_id_people_by_id_by_id_get","parameters":[{"name":"parentId","in":"path","required":true,"schema":{"type":"string"}},{"name":"id","in":"path","required":true,"schema":{"type":"string"}},{"name":"grandChildId","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/JoinResourceContainerJoinResourceObject"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]},"post":{"tags":["admin/organizational-units"],"operationId":"admin_organizational-units_by_id_people_by_id_by_id_create","parameters":[{"name":"parentId","in":"path","required":true,"schema":{"type":"string"}},{"name":"id","in":"path","required":true,"schema":{"type":"string"}},{"name":"grandChildId","in":"path","required":true,"schema":{"type":"string"}},{"name":"joinResource","in":"query","required":true,"schema":{"$ref":"#/components/schemas/OrganizationalUnitPersonRole"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/OrganizationalUnitPersonRole"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]},"patch":{"tags":["admin/organizational-units"],"operationId":"admin_organizational-units_by_id_people_by_id_by_id_update","parameters":[{"name":"parentId","in":"path","required":true,"schema":{"type":"string"}},{"name":"id","in":"path","required":true,"schema":{"type":"string"}},{"name":"grandChildId","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"object","additionalProperties":true}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/OrganizationalUnitPersonRole"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/admin/organizational-units/{parentId}/people/{id}/set-role":{"post":{"tags":["admin/organizational-units"],"operationId":"admin_organizational-units_by_id_people_by_id_set-role","parameters":[{"name":"parentId","in":"path","required":true,"schema":{"type":"string"}},{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"array","items":{"type":"string"}}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"type":"string","enum":["100 CONTINUE","101 SWITCHING_PROTOCOLS","102 PROCESSING","103 EARLY_HINTS","103 CHECKPOINT","200 OK","201 CREATED","202 ACCEPTED","203 NON_AUTHORITATIVE_INFORMATION","204 NO_CONTENT","205 RESET_CONTENT","206 PARTIAL_CONTENT","207 MULTI_STATUS","208 ALREADY_REPORTED","226 IM_USED","300 MULTIPLE_CHOICES","301 MOVED_PERMANENTLY","302 FOUND","302 MOVED_TEMPORARILY","303 SEE_OTHER","304 NOT_MODIFIED","305 USE_PROXY","307 TEMPORARY_REDIRECT","308 PERMANENT_REDIRECT","400 BAD_REQUEST","401 UNAUTHORIZED","402 PAYMENT_REQUIRED","403 FORBIDDEN","404 NOT_FOUND","405 METHOD_NOT_ALLOWED","406 NOT_ACCEPTABLE","407 PROXY_AUTHENTICATION_REQUIRED","408 REQUEST_TIMEOUT","409 CONFLICT","410 GONE","411 LENGTH_REQUIRED","412 PRECONDITION_FAILED","413 PAYLOAD_TOO_LARGE","413 REQUEST_ENTITY_TOO_LARGE","414 URI_TOO_LONG","414 REQUEST_URI_TOO_LONG","415 UNSUPPORTED_MEDIA_TYPE","416 REQUESTED_RANGE_NOT_SATISFIABLE","417 EXPECTATION_FAILED","418 I_AM_A_TEAPOT","419 INSUFFICIENT_SPACE_ON_RESOURCE","420 METHOD_FAILURE","421 DESTINATION_LOCKED","422 UNPROCESSABLE_ENTITY","423 LOCKED","424 FAILED_DEPENDENCY","425 TOO_EARLY","426 UPGRADE_REQUIRED","428 PRECONDITION_REQUIRED","429 TOO_MANY_REQUESTS","431 REQUEST_HEADER_FIELDS_TOO_LARGE","451 UNAVAILABLE_FOR_LEGAL_REASONS","500 INTERNAL_SERVER_ERROR","501 NOT_IMPLEMENTED","502 BAD_GATEWAY","503 SERVICE_UNAVAILABLE","504 GATEWAY_TIMEOUT","505 HTTP_VERSION_NOT_SUPPORTED","506 VARIANT_ALSO_NEGOTIATES","507 INSUFFICIENT_STORAGE","508 LOOP_DETECTED","509 BANDWIDTH_LIMIT_EXCEEDED","510 NOT_EXTENDED","511 NETWORK_AUTHENTICATION_REQUIRED"]}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/admin/organizational-units/{parentId}/list-inherited-person-roles":{"post":{"tags":["admin/organizational-units"],"operationId":"admin_organizational-units_by_id_list-inherited-person-roles","parameters":[{"name":"parentId","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/OrgUnitPersonRoleListDTO"}}}}}}}},"/admin/organizational-units/{parentId}/institutions":{"get":{"tags":["admin/organizational-units"],"operationId":"admin_organizational-units_by_id_institutions_list","parameters":[{"name":"description","in":"query","description":"The description of the institution.","required":false,"schema":{"type":"string"}},{"name":"name","in":"query","description":"The name of the institution.","required":false,"schema":{"type":"string"}},{"name":"page","in":"query","description":"Zero-based page index (0..N)","required":false,"schema":{"minimum":0,"type":"integer","default":0}},{"name":"parentId","in":"path","required":true,"schema":{"type":"string"}},{"name":"resId","in":"query","description":"The identifier of the resource. The default format is a Universally Unique IDentifier (UUID).","required":false,"schema":{"type":"string"}},{"name":"rorId","in":"query","description":"The ROR identifier of the institution.","required":false,"schema":{"type":"string"}},{"name":"size","in":"query","description":"The size of the page to be returned","required":false,"schema":{"minimum":1,"type":"integer","default":20}},{"name":"sort","in":"query","description":"Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported.","required":false,"schema":{"type":"array","items":{"type":"string"}}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestCollectionInstitution"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]},"post":{"tags":["admin/organizational-units"],"operationId":"admin_organizational-units_by_id_institutions_create","parameters":[{"name":"parentId","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"array","items":{"type":"string"}}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/Institution"}}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]},"delete":{"tags":["admin/organizational-units"],"operationId":"admin_organizational-units_by_id_institutions_deleteList","parameters":[{"name":"parentId","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"array","items":{"type":"string"}}}},"required":true},"responses":{"200":{"description":"OK"}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/admin/organizational-units/{parentId}/funding-agencies":{"get":{"tags":["admin/organizational-units"],"operationId":"admin_organizational-units_by_id_funding-agencies_list","parameters":[{"name":"acronym","in":"query","description":"The acronym of the funding agency.","required":false,"schema":{"type":"string"}},{"name":"description","in":"query","description":"The description of the funding agency.","required":false,"schema":{"type":"string"}},{"name":"name","in":"query","description":"The name of the funding agency.","required":false,"schema":{"type":"string"}},{"name":"page","in":"query","description":"Zero-based page index (0..N)","required":false,"schema":{"minimum":0,"type":"integer","default":0}},{"name":"parentId","in":"path","required":true,"schema":{"type":"string"}},{"name":"resId","in":"query","description":"The identifier of the resource. The default format is a Universally Unique IDentifier (UUID).","required":false,"schema":{"type":"string"}},{"name":"rorId","in":"query","description":"The ROR identifier of the funding agency.","required":false,"schema":{"type":"string"}},{"name":"size","in":"query","description":"The size of the page to be returned","required":false,"schema":{"minimum":1,"type":"integer","default":20}},{"name":"sort","in":"query","description":"Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported.","required":false,"schema":{"type":"array","items":{"type":"string"}}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestCollectionFundingAgency"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]},"post":{"tags":["admin/organizational-units"],"operationId":"admin_organizational-units_by_id_funding-agencies_create","parameters":[{"name":"parentId","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"array","items":{"type":"string"}}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/FundingAgency"}}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]},"delete":{"tags":["admin/organizational-units"],"operationId":"admin_organizational-units_by_id_funding-agencies_deleteList","parameters":[{"name":"parentId","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"array","items":{"type":"string"}}}},"required":true},"responses":{"200":{"description":"OK"}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/admin/organizational-units/{parentId}/dissemination-policies":{"get":{"tags":["admin/organizational-units"],"operationId":"admin_organizational-units_by_id_dissemination-policies_list","parameters":[{"name":"downloadFileName","in":"query","description":"The archive name used when downloading a file with this dissemination policy.","required":false,"schema":{"type":"string","enum":["ARCHIVE_ID","ARCHIVE_NAME"]}},{"name":"name","in":"query","description":"The name of the dissemination policy.","required":false,"schema":{"type":"string"}},{"name":"page","in":"query","description":"Zero-based page index (0..N)","required":false,"schema":{"minimum":0,"type":"integer","default":0}},{"name":"parameters","in":"query","description":"The parameters of the dissemination policy.","required":false,"schema":{"type":"string"}},{"name":"parentId","in":"path","required":true,"schema":{"type":"string"}},{"name":"prefix","in":"query","description":"The prefix used when downloading a file with this dissemination policy.","required":false,"schema":{"type":"string"}},{"name":"resId","in":"query","description":"The identifier of the resource. The default format is a Universally Unique IDentifier (UUID).","required":false,"schema":{"type":"string"}},{"name":"size","in":"query","description":"The size of the page to be returned","required":false,"schema":{"minimum":1,"type":"integer","default":20}},{"name":"sort","in":"query","description":"Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported.","required":false,"schema":{"type":"array","items":{"type":"string"}}},{"name":"suffix","in":"query","description":"The suffix used when downloading a file with this dissemination policy.","required":false,"schema":{"type":"string"}},{"name":"type","in":"query","description":"The dissemination type of the dissemination policy.","required":false,"schema":{"type":"string","enum":["IIIF","HEDERA","BASIC","OAIS"]}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestCollectionJoinResourceContainerOrganizationalUnitDisseminationPolicy"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]},"post":{"tags":["admin/organizational-units"],"operationId":"admin_organizational-units_by_id_dissemination-policies_create","parameters":[{"name":"parentId","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"array","items":{"type":"string"}}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/JoinResourceContainerOrganizationalUnitDisseminationPolicy"}}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]},"delete":{"tags":["admin/organizational-units"],"operationId":"admin_organizational-units_by_id_dissemination-policies_deleteList","parameters":[{"name":"parentId","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"array","items":{"type":"string"}}}}},"responses":{"200":{"description":"OK"}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/admin/organizational-units/{parentId}/dissemination-policies/{id}":{"get":{"tags":["admin/organizational-units"],"operationId":"admin_organizational-units_by_id_dissemination-policies_by_id_get","parameters":[{"name":"parentId","in":"path","required":true,"schema":{"type":"string"}},{"name":"id","in":"path","required":true,"schema":{"type":"string"}},{"name":"joinResourceId","in":"query","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/JoinResourceContainerOrganizationalUnitDisseminationPolicy"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]},"post":{"tags":["admin/organizational-units"],"operationId":"admin_organizational-units_by_id_dissemination-policies_by_id_create","parameters":[{"name":"parentId","in":"path","required":true,"schema":{"type":"string"}},{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/OrganizationalUnitDisseminationPolicy"}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/JoinResourceContainerOrganizationalUnitDisseminationPolicy"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]},"delete":{"tags":["admin/organizational-units"],"operationId":"admin_organizational-units_by_id_dissemination-policies_by_id_delete","parameters":[{"name":"parentId","in":"path","required":true,"schema":{"type":"string"}},{"name":"id","in":"path","required":true,"schema":{"type":"string"}},{"name":"joinResourceId","in":"query","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK"}},"security":[{"tokenAuth":[]},{"auth":[]}]},"patch":{"tags":["admin/organizational-units"],"operationId":"admin_organizational-units_by_id_dissemination-policies_by_id_update","parameters":[{"name":"parentId","in":"path","required":true,"schema":{"type":"string"}},{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/OrganizationalUnitDisseminationPolicy"}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/JoinResourceContainerOrganizationalUnitDisseminationPolicy"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/admin/organizational-units/{parentId}/additional-fields-forms":{"get":{"tags":["admin/organizational-units"],"operationId":"admin_organizational-units_by_id_additional-fields-forms_list","parameters":[{"name":"description","in":"query","required":false,"schema":{"type":"string"}},{"name":"name","in":"query","required":false,"schema":{"type":"string"}},{"name":"page","in":"query","description":"Zero-based page index (0..N)","required":false,"schema":{"minimum":0,"type":"integer","default":0}},{"name":"parentId","in":"path","required":true,"schema":{"type":"string"}},{"name":"resId","in":"query","description":"The identifier of the resource. The default format is a Universally Unique IDentifier (UUID).","required":false,"schema":{"type":"string"}},{"name":"size","in":"query","description":"The size of the page to be returned","required":false,"schema":{"minimum":1,"type":"integer","default":20}},{"name":"sort","in":"query","description":"Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported.","required":false,"schema":{"type":"array","items":{"type":"string"}}},{"name":"type","in":"query","required":false,"schema":{"type":"string","enum":["FORMLY"]}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestCollectionAdditionalFieldsForm"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]},"post":{"tags":["admin/organizational-units"],"operationId":"admin_organizational-units_by_id_additional-fields-forms_create","parameters":[{"name":"parentId","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/AdditionalFieldsForm"}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/AdditionalFieldsForm"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]},"delete":{"tags":["admin/organizational-units"],"operationId":"admin_organizational-units_by_id_additional-fields-forms_deleteList","parameters":[{"name":"parentId","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"array","items":{"type":"string"}}}},"required":true},"responses":{"200":{"description":"OK"}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/admin/organizational-units/{id}/upload-logo":{"post":{"tags":["admin/organizational-units"],"operationId":"admin_organizational-units_by_id_upload-logo","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}},{"name":"mimeType","in":"query","required":false,"schema":{"type":"string"}}],"requestBody":{"content":{"multipart/form-data":{"schema":{"required":["file"],"type":"object","properties":{"file":{"type":"string","format":"binary"}}}}}},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/OrganizationalUnit"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/admin/organizational-units/{id}/close":{"post":{"tags":["admin/organizational-units"],"operationId":"admin_organizational-units_by_id_close","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}},{"name":"closingDate","in":"query","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK"}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/admin/organizational-units/search":{"get":{"tags":["admin/organizational-units"],"operationId":"admin_organizational-units_search_advancedSearch_get","parameters":[{"name":"closingDate","in":"query","description":"The closing date of the organizational unit.","required":false,"schema":{"type":"string","format":"date"}},{"name":"description","in":"query","description":"The description of the organizational unit.","required":false,"schema":{"type":"string"}},{"name":"isEmpty","in":"query","description":"If the organizational unit contains any data (deposits, sip, aip).","required":false,"schema":{"type":"boolean"}},{"name":"match","in":"query","required":false,"schema":{"type":"string"}},{"name":"name","in":"query","description":"The name of the organizational unit.","required":false,"schema":{"type":"string"}},{"name":"openingDate","in":"query","description":"The opening date of the organizational unit.","required":false,"schema":{"type":"string","format":"date"}},{"name":"page","in":"query","description":"Zero-based page index (0..N)","required":false,"schema":{"minimum":0,"type":"integer","default":0}},{"name":"resId","in":"query","description":"The identifier of the resource. The default format is a Universally Unique IDentifier (UUID).","required":false,"schema":{"type":"string"}},{"name":"search","in":"query","required":true,"schema":{"type":"string"}},{"name":"size","in":"query","description":"The size of the page to be returned","required":false,"schema":{"minimum":1,"type":"integer","default":20}},{"name":"sort","in":"query","description":"Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported.","required":false,"schema":{"type":"array","items":{"type":"string"}}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestCollectionOrganizationalUnit"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]},"post":{"tags":["admin/organizational-units"],"operationId":"admin_organizational-units_search_advancedSearch_post","parameters":[{"name":"match","in":"query","required":false,"schema":{"type":"string"}},{"name":"page","in":"query","description":"Zero-based page index (0..N)","required":false,"schema":{"minimum":0,"type":"integer","default":0}},{"name":"size","in":"query","description":"The size of the page to be returned","required":false,"schema":{"minimum":1,"type":"integer","default":20}},{"name":"sort","in":"query","description":"Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported.","required":false,"schema":{"type":"array","items":{"type":"string"}}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/OrganizationalUnit"}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestCollectionOrganizationalUnit"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/admin/orcid-synchronizations":{"get":{"tags":["admin/orcid-synchronizations"],"operationId":"admin_orcid-synchronizations_list","parameters":[{"name":"page","in":"query","description":"Zero-based page index (0..N)","required":false,"schema":{"minimum":0,"type":"integer","default":0}},{"name":"size","in":"query","description":"The size of the page to be returned","required":false,"schema":{"minimum":1,"type":"integer","default":20}},{"name":"sort","in":"query","description":"Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported.","required":false,"schema":{"type":"array","items":{"type":"string"}}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestCollectionDlcmOrcidSynchronization"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]},"post":{"tags":["admin/orcid-synchronizations"],"operationId":"admin_orcid-synchronizations_create","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DlcmOrcidSynchronization"}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/DlcmOrcidSynchronization"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]},"delete":{"tags":["admin/orcid-synchronizations"],"operationId":"admin_orcid-synchronizations_deleteList","requestBody":{"content":{"application/json":{"schema":{"type":"array","items":{"type":"string"}}}},"required":true},"responses":{"200":{"description":"OK"}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/admin/orcid-synchronizations/synchronize/{aipId}":{"post":{"tags":["admin/orcid-synchronizations"],"operationId":"admin_orcid-synchronizations_synchronize_by_id_synchronize","parameters":[{"name":"aipId","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/Result"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/admin/orcid-synchronizations/synchronize-all-existing/{aipId}":{"post":{"tags":["admin/orcid-synchronizations"],"operationId":"admin_orcid-synchronizations_synchronize-all-existing_by_id_synchronizeAllExisting","parameters":[{"name":"aipId","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK"}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/admin/orcid-synchronizations/search":{"get":{"tags":["admin/orcid-synchronizations"],"operationId":"admin_orcid-synchronizations_search_advancedSearch_get","parameters":[{"name":"search","in":"query","required":true,"schema":{"type":"string"}},{"name":"match","in":"query","required":false,"schema":{"type":"string"}},{"name":"page","in":"query","description":"Zero-based page index (0..N)","required":false,"schema":{"minimum":0,"type":"integer","default":0}},{"name":"size","in":"query","description":"The size of the page to be returned","required":false,"schema":{"minimum":1,"type":"integer","default":20}},{"name":"sort","in":"query","description":"Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported.","required":false,"schema":{"type":"array","items":{"type":"string"}}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestCollectionDlcmOrcidSynchronization"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]},"post":{"tags":["admin/orcid-synchronizations"],"operationId":"admin_orcid-synchronizations_search_advancedSearch_post","parameters":[{"name":"match","in":"query","required":false,"schema":{"type":"string"}},{"name":"page","in":"query","description":"Zero-based page index (0..N)","required":false,"schema":{"minimum":0,"type":"integer","default":0}},{"name":"size","in":"query","description":"The size of the page to be returned","required":false,"schema":{"minimum":1,"type":"integer","default":20}},{"name":"sort","in":"query","description":"Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported.","required":false,"schema":{"type":"array","items":{"type":"string"}}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DlcmOrcidSynchronization"}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestCollectionDlcmOrcidSynchronization"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/admin/notifications":{"get":{"tags":["admin/notifications"],"operationId":"admin_notifications_list","parameters":[{"name":"message","in":"query","description":"The message sent by the notification.","required":false,"schema":{"type":"string"}},{"name":"notificationMark","in":"query","description":"The mark (read/unread) of the notification.","required":false,"schema":{"type":"string","enum":["READ","UNREAD"]}},{"name":"notificationStatus","in":"query","description":"The status of the notification.","required":false,"schema":{"type":"string","enum":["APPROVED","PENDING","REFUSED","NON_APPLICABLE"]}},{"name":"objectId","in":"query","description":"The target object identifer of the notification.","required":false,"schema":{"type":"string"}},{"name":"page","in":"query","description":"Zero-based page index (0..N)","required":false,"schema":{"minimum":0,"type":"integer","default":0}},{"name":"resId","in":"query","description":"The identifier of the resource. The default format is a Universally Unique IDentifier (UUID).","required":false,"schema":{"type":"string"}},{"name":"responseMessage","in":"query","description":"Any message sent in response to the notification.","required":false,"schema":{"type":"string"}},{"name":"sentTime","in":"query","description":"The date and the time when the notification was sent.","required":false,"schema":{"type":"string","format":"date-time"}},{"name":"size","in":"query","description":"The size of the page to be returned","required":false,"schema":{"minimum":1,"type":"integer","default":20}},{"name":"sort","in":"query","description":"Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported.","required":false,"schema":{"type":"array","items":{"type":"string"}}},{"name":"statusMessage","in":"query","description":"The message related to the status of the notification.","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestCollectionNotification"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]},"post":{"tags":["admin/notifications"],"operationId":"admin_notifications_create","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Notification"}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/Notification"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]},"delete":{"tags":["admin/notifications"],"operationId":"admin_notifications_deleteList","requestBody":{"content":{"application/json":{"schema":{"type":"array","items":{"type":"string"}}}},"required":true},"responses":{"200":{"description":"OK"}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/admin/notifications/{id}/upload-dua":{"post":{"tags":["admin/notifications"],"operationId":"admin_notifications_by_id_upload-dua_uploadFile","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}},{"name":"mimeType","in":"query","required":false,"schema":{"type":"string"}}],"requestBody":{"content":{"multipart/form-data":{"schema":{"required":["file"],"type":"object","properties":{"file":{"type":"string","format":"binary"}}}}}},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/Notification"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/admin/notifications/{id}/set-unread":{"post":{"tags":["admin/notifications"],"operationId":"admin_notifications_by_id_set-unread","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/Notification"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/admin/notifications/{id}/set-refused":{"post":{"tags":["admin/notifications"],"operationId":"admin_notifications_by_id_set-refused","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}},{"name":"reason","in":"query","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/Notification"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/admin/notifications/{id}/set-read":{"post":{"tags":["admin/notifications"],"operationId":"admin_notifications_by_id_set-read","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/Notification"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/admin/notifications/{id}/set-pending":{"post":{"tags":["admin/notifications"],"operationId":"admin_notifications_by_id_set-pending","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/Notification"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/admin/notifications/{id}/set-approved":{"post":{"tags":["admin/notifications"],"operationId":"admin_notifications_by_id_set-approved","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/Notification"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/admin/notifications/set-unread-all":{"post":{"tags":["admin/notifications"],"operationId":"admin_notifications_set-unread-all","requestBody":{"content":{"application/json":{"schema":{"type":"array","items":{"type":"string"}}}},"required":true},"responses":{"200":{"description":"OK"}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/admin/notifications/set-read-all":{"post":{"tags":["admin/notifications"],"operationId":"admin_notifications_set-read-all","requestBody":{"content":{"application/json":{"schema":{"type":"array","items":{"type":"string"}}}},"required":true},"responses":{"200":{"description":"OK"}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/admin/notifications/search":{"get":{"tags":["admin/notifications"],"operationId":"admin_notifications_search_advancedSearch_get","parameters":[{"name":"search","in":"query","required":true,"schema":{"type":"string"}},{"name":"match","in":"query","required":false,"schema":{"type":"string"}},{"name":"page","in":"query","description":"Zero-based page index (0..N)","required":false,"schema":{"minimum":0,"type":"integer","default":0}},{"name":"size","in":"query","description":"The size of the page to be returned","required":false,"schema":{"minimum":1,"type":"integer","default":20}},{"name":"sort","in":"query","description":"Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported.","required":false,"schema":{"type":"array","items":{"type":"string"}}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestCollectionNotification"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]},"post":{"tags":["admin/notifications"],"operationId":"admin_notifications_search_advancedSearch_post","parameters":[{"name":"match","in":"query","required":false,"schema":{"type":"string"}},{"name":"page","in":"query","description":"Zero-based page index (0..N)","required":false,"schema":{"minimum":0,"type":"integer","default":0}},{"name":"size","in":"query","description":"The size of the page to be returned","required":false,"schema":{"minimum":1,"type":"integer","default":20}},{"name":"sort","in":"query","description":"Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported.","required":false,"schema":{"type":"array","items":{"type":"string"}}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Notification"}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestCollectionNotification"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/admin/notifications/by-contributors":{"post":{"tags":["admin/notifications"],"operationId":"admin_notifications_by-contributors_createForContributors","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/NotificationsContributorDto"}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/Notification"}}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/admin/metadata-types":{"get":{"tags":["admin/metadata-types"],"operationId":"admin_metadata-types_list","parameters":[{"name":"description","in":"query","description":"The description of the metadata type.","required":false,"schema":{"type":"string"}},{"name":"metadataFormat","in":"query","description":"The format of the metadata type.","required":false,"schema":{"type":"string","enum":["CUSTOM","JSON","SCHEMA_LESS","XML"]}},{"name":"metadataSchema","in":"query","description":"The schema of the metadata type.","required":false,"schema":{"type":"string"}},{"name":"name","in":"query","description":"The name of the metadata type.","required":false,"schema":{"type":"string"}},{"name":"page","in":"query","description":"Zero-based page index (0..N)","required":false,"schema":{"minimum":0,"type":"integer","default":0}},{"name":"resId","in":"query","description":"The identifier of the resource. The default format is a Universally Unique IDentifier (UUID).","required":false,"schema":{"type":"string"}},{"name":"size","in":"query","description":"The size of the page to be returned","required":false,"schema":{"minimum":1,"type":"integer","default":20}},{"name":"sort","in":"query","description":"Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported.","required":false,"schema":{"type":"array","items":{"type":"string"}}},{"name":"version","in":"query","description":"The version of the metadata type.","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestCollectionMetadataType"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]},"post":{"tags":["admin/metadata-types"],"operationId":"admin_metadata-types_create","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/MetadataType"}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/MetadataType"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]},"delete":{"tags":["admin/metadata-types"],"operationId":"admin_metadata-types_deleteList","requestBody":{"content":{"application/json":{"schema":{"type":"array","items":{"type":"string"}}}},"required":true},"responses":{"200":{"description":"OK"}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/admin/metadata-types/{id}/validate":{"post":{"tags":["admin/metadata-types"],"operationId":"admin_metadata-types_by_id_validate","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"multipart/form-data":{"schema":{"required":["file"],"type":"object","properties":{"file":{"type":"string","format":"binary"}}}}}},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"type":"boolean"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/admin/metadata-types/search":{"get":{"tags":["admin/metadata-types"],"operationId":"admin_metadata-types_search_advancedSearch_get","parameters":[{"name":"description","in":"query","description":"The description of the metadata type.","required":false,"schema":{"type":"string"}},{"name":"match","in":"query","required":false,"schema":{"type":"string"}},{"name":"metadataFormat","in":"query","description":"The format of the metadata type.","required":false,"schema":{"type":"string","enum":["CUSTOM","JSON","SCHEMA_LESS","XML"]}},{"name":"metadataSchema","in":"query","description":"The schema of the metadata type.","required":false,"schema":{"type":"string"}},{"name":"name","in":"query","description":"The name of the metadata type.","required":false,"schema":{"type":"string"}},{"name":"page","in":"query","description":"Zero-based page index (0..N)","required":false,"schema":{"minimum":0,"type":"integer","default":0}},{"name":"resId","in":"query","description":"The identifier of the resource. The default format is a Universally Unique IDentifier (UUID).","required":false,"schema":{"type":"string"}},{"name":"search","in":"query","required":true,"schema":{"type":"string"}},{"name":"size","in":"query","description":"The size of the page to be returned","required":false,"schema":{"minimum":1,"type":"integer","default":20}},{"name":"sort","in":"query","description":"Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported.","required":false,"schema":{"type":"array","items":{"type":"string"}}},{"name":"version","in":"query","description":"The version of the metadata type.","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestCollectionMetadataType"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]},"post":{"tags":["admin/metadata-types"],"operationId":"admin_metadata-types_search_advancedSearch_post","parameters":[{"name":"match","in":"query","required":false,"schema":{"type":"string"}},{"name":"page","in":"query","description":"Zero-based page index (0..N)","required":false,"schema":{"minimum":0,"type":"integer","default":0}},{"name":"size","in":"query","description":"The size of the page to be returned","required":false,"schema":{"minimum":1,"type":"integer","default":20}},{"name":"sort","in":"query","description":"Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported.","required":false,"schema":{"type":"array","items":{"type":"string"}}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/MetadataType"}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestCollectionMetadataType"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/admin/metadata-types/initialize":{"post":{"tags":["admin/metadata-types"],"operationId":"admin_metadata-types_initialize","responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/Result"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/admin/members/{parentId}/institutions":{"get":{"tags":["admin/members"],"operationId":"admin_members_by_id_institutions_list","parameters":[{"name":"description","in":"query","description":"The description of the institution.","required":false,"schema":{"type":"string"}},{"name":"name","in":"query","description":"The name of the institution.","required":false,"schema":{"type":"string"}},{"name":"page","in":"query","description":"Zero-based page index (0..N)","required":false,"schema":{"minimum":0,"type":"integer","default":0}},{"name":"parentId","in":"path","required":true,"schema":{"type":"string"}},{"name":"resId","in":"query","description":"The identifier of the resource. The default format is a Universally Unique IDentifier (UUID).","required":false,"schema":{"type":"string"}},{"name":"rorId","in":"query","description":"The ROR identifier of the institution.","required":false,"schema":{"type":"string"}},{"name":"size","in":"query","description":"The size of the page to be returned","required":false,"schema":{"minimum":1,"type":"integer","default":20}},{"name":"sort","in":"query","description":"Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported.","required":false,"schema":{"type":"array","items":{"type":"string"}}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestCollectionInstitution"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]},"post":{"tags":["admin/members"],"operationId":"admin_members_by_id_institutions_create","parameters":[{"name":"parentId","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"array","items":{"type":"string"}}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/Institution"}}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]},"delete":{"tags":["admin/members"],"operationId":"admin_members_by_id_institutions_deleteList","parameters":[{"name":"parentId","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"array","items":{"type":"string"}}}},"required":true},"responses":{"200":{"description":"OK"}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/admin/licenses":{"get":{"tags":["admin/licenses"],"operationId":"admin_licenses_list","parameters":[{"name":"domainContent","in":"query","description":"If the license is applicable for content.","required":false,"schema":{"type":"boolean"}},{"name":"domainData","in":"query","description":"If the license is applicable for data.","required":false,"schema":{"type":"boolean"}},{"name":"domainSoftware","in":"query","description":"If the license is applicable for software.","required":false,"schema":{"type":"boolean"}},{"name":"family","in":"query","description":"The family of the license.","required":false,"schema":{"type":"string"}},{"name":"isGeneric","in":"query","description":"If the license is generic.","required":false,"schema":{"type":"boolean"}},{"name":"maintainer","in":"query","description":"The maintainer of the license.","required":false,"schema":{"type":"string"}},{"name":"odConformance","in":"query","description":"The OD conformance status of the license.","required":false,"schema":{"type":"string","enum":["APPROVED","EMPTY","NOT_REVIEWED","REJECTED"]}},{"name":"openLicenseId","in":"query","description":"The open license identifier of the license. The recommanded format is SPDX short identifier.","required":false,"schema":{"type":"string"}},{"name":"osdConformance","in":"query","description":"The ODS conformance status of the license.","required":false,"schema":{"type":"string","enum":["APPROVED","EMPTY","NOT_REVIEWED","REJECTED"]}},{"name":"page","in":"query","description":"Zero-based page index (0..N)","required":false,"schema":{"minimum":0,"type":"integer","default":0}},{"name":"resId","in":"query","description":"The identifier of the resource. The default format is a Universally Unique IDentifier (UUID).","required":false,"schema":{"type":"string"}},{"name":"size","in":"query","description":"The size of the page to be returned","required":false,"schema":{"minimum":1,"type":"integer","default":20}},{"name":"sort","in":"query","description":"Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported.","required":false,"schema":{"type":"array","items":{"type":"string"}}},{"name":"status","in":"query","description":"The current status of the license.","required":false,"schema":{"type":"string","enum":["ACTIVE","RETIRED","SUPERSEDED"]}},{"name":"title","in":"query","description":"The title of the license.","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestCollectionLicense"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]},"post":{"tags":["admin/licenses"],"operationId":"admin_licenses_create","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/License"}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/License"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]},"delete":{"tags":["admin/licenses"],"operationId":"admin_licenses_deleteList","requestBody":{"content":{"application/json":{"schema":{"type":"array","items":{"type":"string"}}}},"required":true},"responses":{"200":{"description":"OK"}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/admin/licenses/{id}/upload-logo":{"post":{"tags":["admin/licenses"],"operationId":"admin_licenses_by_id_upload-logo","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}},{"name":"mimeType","in":"query","required":false,"schema":{"type":"string"}}],"requestBody":{"content":{"multipart/form-data":{"schema":{"required":["file"],"type":"object","properties":{"file":{"type":"string","format":"binary"}}}}}},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/License"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/admin/licenses/search":{"get":{"tags":["admin/licenses"],"operationId":"admin_licenses_search_advancedSearch_get","parameters":[{"name":"domainContent","in":"query","description":"If the license is applicable for content.","required":false,"schema":{"type":"boolean"}},{"name":"domainData","in":"query","description":"If the license is applicable for data.","required":false,"schema":{"type":"boolean"}},{"name":"domainSoftware","in":"query","description":"If the license is applicable for software.","required":false,"schema":{"type":"boolean"}},{"name":"family","in":"query","description":"The family of the license.","required":false,"schema":{"type":"string"}},{"name":"isGeneric","in":"query","description":"If the license is generic.","required":false,"schema":{"type":"boolean"}},{"name":"maintainer","in":"query","description":"The maintainer of the license.","required":false,"schema":{"type":"string"}},{"name":"match","in":"query","required":false,"schema":{"type":"string"}},{"name":"odConformance","in":"query","description":"The OD conformance status of the license.","required":false,"schema":{"type":"string","enum":["APPROVED","EMPTY","NOT_REVIEWED","REJECTED"]}},{"name":"openLicenseId","in":"query","description":"The open license identifier of the license. The recommanded format is SPDX short identifier.","required":false,"schema":{"type":"string"}},{"name":"osdConformance","in":"query","description":"The ODS conformance status of the license.","required":false,"schema":{"type":"string","enum":["APPROVED","EMPTY","NOT_REVIEWED","REJECTED"]}},{"name":"page","in":"query","description":"Zero-based page index (0..N)","required":false,"schema":{"minimum":0,"type":"integer","default":0}},{"name":"resId","in":"query","description":"The identifier of the resource. The default format is a Universally Unique IDentifier (UUID).","required":false,"schema":{"type":"string"}},{"name":"search","in":"query","required":true,"schema":{"type":"string"}},{"name":"size","in":"query","description":"The size of the page to be returned","required":false,"schema":{"minimum":1,"type":"integer","default":20}},{"name":"sort","in":"query","description":"Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported.","required":false,"schema":{"type":"array","items":{"type":"string"}}},{"name":"status","in":"query","description":"The current status of the license.","required":false,"schema":{"type":"string","enum":["ACTIVE","RETIRED","SUPERSEDED"]}},{"name":"title","in":"query","description":"The title of the license.","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestCollectionLicense"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]},"post":{"tags":["admin/licenses"],"operationId":"admin_licenses_search_advancedSearch_post","parameters":[{"name":"match","in":"query","required":false,"schema":{"type":"string"}},{"name":"page","in":"query","description":"Zero-based page index (0..N)","required":false,"schema":{"minimum":0,"type":"integer","default":0}},{"name":"size","in":"query","description":"The size of the page to be returned","required":false,"schema":{"minimum":1,"type":"integer","default":20}},{"name":"sort","in":"query","description":"Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported.","required":false,"schema":{"type":"array","items":{"type":"string"}}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/License"}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestCollectionLicense"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/admin/licenses/import/list":{"post":{"tags":["admin/licenses"],"operationId":"admin_licenses_import_list_createList","requestBody":{"content":{"application/json":{"schema":{"type":"array","items":{"type":"object","additionalProperties":{"type":"object"}}}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"type":"string"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/admin/licenses/import/file":{"post":{"tags":["admin/licenses"],"operationId":"admin_licenses_import_file_importJson","requestBody":{"content":{"multipart/form-data":{"schema":{"required":["file"],"type":"object","properties":{"file":{"type":"string","format":"binary"}}}}}},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"type":"string"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/admin/languages":{"get":{"tags":["admin/languages"],"operationId":"admin_languages_list","parameters":[{"name":"code","in":"query","description":"The ISO 639-1 code of the language","required":false,"schema":{"type":"string"}},{"name":"iso6392","in":"query","description":"The ISO 639-2 code of the language","required":false,"schema":{"type":"string"}},{"name":"page","in":"query","description":"Zero-based page index (0..N)","required":false,"schema":{"minimum":0,"type":"integer","default":0}},{"name":"resId","in":"query","description":"The identifier of the resource. The default format is a Universally Unique IDentifier (UUID).","required":false,"schema":{"type":"string"}},{"name":"size","in":"query","description":"The size of the page to be returned","required":false,"schema":{"minimum":1,"type":"integer","default":20}},{"name":"sort","in":"query","description":"Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported.","required":false,"schema":{"type":"array","items":{"type":"string"}}},{"name":"sortValue","in":"query","description":"Property allowing to sort languages in lists","required":false,"schema":{"type":"integer","format":"int32"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestCollectionLanguage"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]},"post":{"tags":["admin/languages"],"operationId":"admin_languages_create","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Language"}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/Language"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]},"delete":{"tags":["admin/languages"],"operationId":"admin_languages_deleteList","requestBody":{"content":{"application/json":{"schema":{"type":"array","items":{"type":"string"}}}},"required":true},"responses":{"200":{"description":"OK"}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/admin/languages/search":{"get":{"tags":["admin/languages"],"operationId":"admin_languages_search_advancedSearch_get","parameters":[{"name":"code","in":"query","description":"The ISO 639-1 code of the language","required":false,"schema":{"type":"string"}},{"name":"iso6392","in":"query","description":"The ISO 639-2 code of the language","required":false,"schema":{"type":"string"}},{"name":"match","in":"query","required":false,"schema":{"type":"string"}},{"name":"page","in":"query","description":"Zero-based page index (0..N)","required":false,"schema":{"minimum":0,"type":"integer","default":0}},{"name":"resId","in":"query","description":"The identifier of the resource. The default format is a Universally Unique IDentifier (UUID).","required":false,"schema":{"type":"string"}},{"name":"search","in":"query","required":true,"schema":{"type":"string"}},{"name":"size","in":"query","description":"The size of the page to be returned","required":false,"schema":{"minimum":1,"type":"integer","default":20}},{"name":"sort","in":"query","description":"Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported.","required":false,"schema":{"type":"array","items":{"type":"string"}}},{"name":"sortValue","in":"query","description":"Property allowing to sort languages in lists","required":false,"schema":{"type":"integer","format":"int32"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestCollectionLanguage"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]},"post":{"tags":["admin/languages"],"operationId":"admin_languages_search_advancedSearch_post","parameters":[{"name":"match","in":"query","required":false,"schema":{"type":"string"}},{"name":"page","in":"query","description":"Zero-based page index (0..N)","required":false,"schema":{"minimum":0,"type":"integer","default":0}},{"name":"size","in":"query","description":"The size of the page to be returned","required":false,"schema":{"minimum":1,"type":"integer","default":20}},{"name":"sort","in":"query","description":"Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported.","required":false,"schema":{"type":"array","items":{"type":"string"}}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Language"}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestCollectionLanguage"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/admin/institutions":{"get":{"tags":["admin/institutions"],"operationId":"admin_institutions_list","parameters":[{"name":"description","in":"query","description":"The description of the institution.","required":false,"schema":{"type":"string"}},{"name":"name","in":"query","description":"The name of the institution.","required":false,"schema":{"type":"string"}},{"name":"page","in":"query","description":"Zero-based page index (0..N)","required":false,"schema":{"minimum":0,"type":"integer","default":0}},{"name":"resId","in":"query","description":"The identifier of the resource. The default format is a Universally Unique IDentifier (UUID).","required":false,"schema":{"type":"string"}},{"name":"rorId","in":"query","description":"The ROR identifier of the institution.","required":false,"schema":{"type":"string"}},{"name":"size","in":"query","description":"The size of the page to be returned","required":false,"schema":{"minimum":1,"type":"integer","default":20}},{"name":"sort","in":"query","description":"Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported.","required":false,"schema":{"type":"array","items":{"type":"string"}}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestCollectionInstitution"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]},"post":{"tags":["admin/institutions"],"operationId":"admin_institutions_create","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Institution"}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/Institution"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]},"delete":{"tags":["admin/institutions"],"operationId":"admin_institutions_deleteList","requestBody":{"content":{"application/json":{"schema":{"type":"array","items":{"type":"string"}}}},"required":true},"responses":{"200":{"description":"OK"}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/admin/institutions/{parentId}/people":{"get":{"tags":["admin/institutions"],"operationId":"admin_institutions_by_id_people_list","parameters":[{"name":"firstName","in":"query","description":"The first name of the person.","required":false,"schema":{"type":"string"}},{"name":"lastName","in":"query","description":"The last name of the person.","required":false,"schema":{"type":"string"}},{"name":"orcid","in":"query","description":"The ORCID of the person.","required":false,"schema":{"type":"string"}},{"name":"page","in":"query","description":"Zero-based page index (0..N)","required":false,"schema":{"minimum":0,"type":"integer","default":0}},{"name":"parentId","in":"path","required":true,"schema":{"type":"string"}},{"name":"resId","in":"query","description":"The identifier of the resource. The default format is a Universally Unique IDentifier (UUID).","required":false,"schema":{"type":"string"}},{"name":"size","in":"query","description":"The size of the page to be returned","required":false,"schema":{"minimum":1,"type":"integer","default":20}},{"name":"sort","in":"query","description":"Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported.","required":false,"schema":{"type":"array","items":{"type":"string"}}},{"name":"verifiedOrcid","in":"query","description":"If the person ORCID is verified.","required":false,"schema":{"type":"boolean"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestCollectionRelation3TiersChildDTO"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]},"post":{"tags":["admin/institutions"],"operationId":"admin_institutions_by_id_people_create","parameters":[{"name":"parentId","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"array","items":{"type":"string"}}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/InstitutionPersonRole"}}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]},"delete":{"tags":["admin/institutions"],"operationId":"admin_institutions_by_id_people_delete","parameters":[{"name":"parentId","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"array","items":{"type":"string"}}}}},"responses":{"200":{"description":"OK"}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/admin/institutions/{parentId}/people/{id}":{"get":{"tags":["admin/institutions"],"operationId":"admin_institutions_by_id_people_by_id_get","parameters":[{"name":"parentId","in":"path","required":true,"schema":{"type":"string"}},{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/Relation3TiersChildDTO"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]},"post":{"tags":["admin/institutions"],"operationId":"admin_institutions_by_id_people_by_id_create","parameters":[{"name":"parentId","in":"path","required":true,"schema":{"type":"string"}},{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"array","items":{"type":"string"}}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/InstitutionPersonRole"}}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]},"delete":{"tags":["admin/institutions"],"operationId":"admin_institutions_by_id_people_by_id_delete","parameters":[{"name":"parentId","in":"path","required":true,"schema":{"type":"string"}},{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"array","items":{"type":"string"}}}}},"responses":{"200":{"description":"OK"}},"security":[{"tokenAuth":[]},{"auth":[]}]},"patch":{"tags":["admin/institutions"],"operationId":"admin_institutions_by_id_people_by_id_update","parameters":[{"name":"parentId","in":"path","required":true,"schema":{"type":"string"}},{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/InstitutionPersonRole"}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/InstitutionPersonRole"}}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/admin/institutions/{parentId}/people/{id}/{grandChildId}":{"get":{"tags":["admin/institutions"],"operationId":"admin_institutions_by_id_people_by_id_by_id_get","parameters":[{"name":"parentId","in":"path","required":true,"schema":{"type":"string"}},{"name":"id","in":"path","required":true,"schema":{"type":"string"}},{"name":"grandChildId","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/JoinResourceContainerJoinResourceObject"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]},"post":{"tags":["admin/institutions"],"operationId":"admin_institutions_by_id_people_by_id_by_id_create","parameters":[{"name":"parentId","in":"path","required":true,"schema":{"type":"string"}},{"name":"id","in":"path","required":true,"schema":{"type":"string"}},{"name":"grandChildId","in":"path","required":true,"schema":{"type":"string"}},{"name":"joinResource","in":"query","required":true,"schema":{"$ref":"#/components/schemas/InstitutionPersonRole"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/InstitutionPersonRole"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]},"patch":{"tags":["admin/institutions"],"operationId":"admin_institutions_by_id_people_by_id_by_id_update","parameters":[{"name":"parentId","in":"path","required":true,"schema":{"type":"string"}},{"name":"id","in":"path","required":true,"schema":{"type":"string"}},{"name":"grandChildId","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"object","additionalProperties":true}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/InstitutionPersonRole"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/admin/institutions/{parentId}/people/{id}/set-role":{"post":{"tags":["admin/institutions"],"operationId":"admin_institutions_by_id_people_by_id_set-role","parameters":[{"name":"parentId","in":"path","required":true,"schema":{"type":"string"}},{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"array","items":{"type":"string"}}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"type":"string","enum":["100 CONTINUE","101 SWITCHING_PROTOCOLS","102 PROCESSING","103 EARLY_HINTS","103 CHECKPOINT","200 OK","201 CREATED","202 ACCEPTED","203 NON_AUTHORITATIVE_INFORMATION","204 NO_CONTENT","205 RESET_CONTENT","206 PARTIAL_CONTENT","207 MULTI_STATUS","208 ALREADY_REPORTED","226 IM_USED","300 MULTIPLE_CHOICES","301 MOVED_PERMANENTLY","302 FOUND","302 MOVED_TEMPORARILY","303 SEE_OTHER","304 NOT_MODIFIED","305 USE_PROXY","307 TEMPORARY_REDIRECT","308 PERMANENT_REDIRECT","400 BAD_REQUEST","401 UNAUTHORIZED","402 PAYMENT_REQUIRED","403 FORBIDDEN","404 NOT_FOUND","405 METHOD_NOT_ALLOWED","406 NOT_ACCEPTABLE","407 PROXY_AUTHENTICATION_REQUIRED","408 REQUEST_TIMEOUT","409 CONFLICT","410 GONE","411 LENGTH_REQUIRED","412 PRECONDITION_FAILED","413 PAYLOAD_TOO_LARGE","413 REQUEST_ENTITY_TOO_LARGE","414 URI_TOO_LONG","414 REQUEST_URI_TOO_LONG","415 UNSUPPORTED_MEDIA_TYPE","416 REQUESTED_RANGE_NOT_SATISFIABLE","417 EXPECTATION_FAILED","418 I_AM_A_TEAPOT","419 INSUFFICIENT_SPACE_ON_RESOURCE","420 METHOD_FAILURE","421 DESTINATION_LOCKED","422 UNPROCESSABLE_ENTITY","423 LOCKED","424 FAILED_DEPENDENCY","425 TOO_EARLY","426 UPGRADE_REQUIRED","428 PRECONDITION_REQUIRED","429 TOO_MANY_REQUESTS","431 REQUEST_HEADER_FIELDS_TOO_LARGE","451 UNAVAILABLE_FOR_LEGAL_REASONS","500 INTERNAL_SERVER_ERROR","501 NOT_IMPLEMENTED","502 BAD_GATEWAY","503 SERVICE_UNAVAILABLE","504 GATEWAY_TIMEOUT","505 HTTP_VERSION_NOT_SUPPORTED","506 VARIANT_ALSO_NEGOTIATES","507 INSUFFICIENT_STORAGE","508 LOOP_DETECTED","509 BANDWIDTH_LIMIT_EXCEEDED","510 NOT_EXTENDED","511 NETWORK_AUTHENTICATION_REQUIRED"]}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/admin/institutions/{parentId}/organizational-units":{"get":{"tags":["admin/institutions"],"operationId":"admin_institutions_by_id_organizational-units_list","parameters":[{"name":"closingDate","in":"query","description":"The closing date of the organizational unit.","required":false,"schema":{"type":"string","format":"date"}},{"name":"description","in":"query","description":"The description of the organizational unit.","required":false,"schema":{"type":"string"}},{"name":"isEmpty","in":"query","description":"If the organizational unit contains any data (deposits, sip, aip).","required":false,"schema":{"type":"boolean"}},{"name":"name","in":"query","description":"The name of the organizational unit.","required":false,"schema":{"type":"string"}},{"name":"openingDate","in":"query","description":"The opening date of the organizational unit.","required":false,"schema":{"type":"string","format":"date"}},{"name":"page","in":"query","description":"Zero-based page index (0..N)","required":false,"schema":{"minimum":0,"type":"integer","default":0}},{"name":"parentId","in":"path","required":true,"schema":{"type":"string"}},{"name":"resId","in":"query","description":"The identifier of the resource. The default format is a Universally Unique IDentifier (UUID).","required":false,"schema":{"type":"string"}},{"name":"size","in":"query","description":"The size of the page to be returned","required":false,"schema":{"minimum":1,"type":"integer","default":20}},{"name":"sort","in":"query","description":"Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported.","required":false,"schema":{"type":"array","items":{"type":"string"}}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestCollectionOrganizationalUnit"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]},"post":{"tags":["admin/institutions"],"operationId":"admin_institutions_by_id_organizational-units_create","parameters":[{"name":"parentId","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"array","items":{"type":"string"}}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/OrganizationalUnit"}}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]},"delete":{"tags":["admin/institutions"],"operationId":"admin_institutions_by_id_organizational-units_deleteList","parameters":[{"name":"parentId","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"array","items":{"type":"string"}}}},"required":true},"responses":{"200":{"description":"OK"}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/admin/institutions/{parentId}/members":{"get":{"tags":["admin/institutions"],"operationId":"admin_institutions_by_id_members_list","parameters":[{"name":"firstName","in":"query","description":"The first name of the person.","required":false,"schema":{"type":"string"}},{"name":"lastName","in":"query","description":"The last name of the person.","required":false,"schema":{"type":"string"}},{"name":"orcid","in":"query","description":"The ORCID of the person.","required":false,"schema":{"type":"string"}},{"name":"page","in":"query","description":"Zero-based page index (0..N)","required":false,"schema":{"minimum":0,"type":"integer","default":0}},{"name":"parentId","in":"path","required":true,"schema":{"type":"string"}},{"name":"resId","in":"query","description":"The identifier of the resource. The default format is a Universally Unique IDentifier (UUID).","required":false,"schema":{"type":"string"}},{"name":"size","in":"query","description":"The size of the page to be returned","required":false,"schema":{"minimum":1,"type":"integer","default":20}},{"name":"sort","in":"query","description":"Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported.","required":false,"schema":{"type":"array","items":{"type":"string"}}},{"name":"verifiedOrcid","in":"query","description":"If the person ORCID is verified.","required":false,"schema":{"type":"boolean"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestCollectionPerson"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]},"post":{"tags":["admin/institutions"],"operationId":"admin_institutions_by_id_members_create","parameters":[{"name":"parentId","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"array","items":{"type":"string"}}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/Person"}}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]},"delete":{"tags":["admin/institutions"],"operationId":"admin_institutions_by_id_members_deleteList","parameters":[{"name":"parentId","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"array","items":{"type":"string"}}}},"required":true},"responses":{"200":{"description":"OK"}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/admin/institutions/{id}/upload-logo":{"post":{"tags":["admin/institutions"],"operationId":"admin_institutions_by_id_upload-logo","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}},{"name":"mimeType","in":"query","required":false,"schema":{"type":"string"}}],"requestBody":{"content":{"multipart/form-data":{"schema":{"required":["file"],"type":"object","properties":{"file":{"type":"string","format":"binary"}}}}}},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/Institution"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/admin/institutions/search":{"get":{"tags":["admin/institutions"],"operationId":"admin_institutions_search_advancedSearch_get","parameters":[{"name":"description","in":"query","description":"The description of the institution.","required":false,"schema":{"type":"string"}},{"name":"match","in":"query","required":false,"schema":{"type":"string"}},{"name":"name","in":"query","description":"The name of the institution.","required":false,"schema":{"type":"string"}},{"name":"page","in":"query","description":"Zero-based page index (0..N)","required":false,"schema":{"minimum":0,"type":"integer","default":0}},{"name":"resId","in":"query","description":"The identifier of the resource. The default format is a Universally Unique IDentifier (UUID).","required":false,"schema":{"type":"string"}},{"name":"rorId","in":"query","description":"The ROR identifier of the institution.","required":false,"schema":{"type":"string"}},{"name":"search","in":"query","required":true,"schema":{"type":"string"}},{"name":"size","in":"query","description":"The size of the page to be returned","required":false,"schema":{"minimum":1,"type":"integer","default":20}},{"name":"sort","in":"query","description":"Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported.","required":false,"schema":{"type":"array","items":{"type":"string"}}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestCollectionInstitution"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]},"post":{"tags":["admin/institutions"],"operationId":"admin_institutions_search_advancedSearch_post","parameters":[{"name":"match","in":"query","required":false,"schema":{"type":"string"}},{"name":"page","in":"query","description":"Zero-based page index (0..N)","required":false,"schema":{"minimum":0,"type":"integer","default":0}},{"name":"size","in":"query","description":"The size of the page to be returned","required":false,"schema":{"minimum":1,"type":"integer","default":20}},{"name":"sort","in":"query","description":"Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported.","required":false,"schema":{"type":"array","items":{"type":"string"}}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Institution"}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestCollectionInstitution"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/admin/global-banners":{"get":{"tags":["admin/global-banners"],"operationId":"admin_global-banners_list","parameters":[{"name":"page","in":"query","description":"Zero-based page index (0..N)","required":false,"schema":{"minimum":0,"type":"integer","default":0}},{"name":"size","in":"query","description":"The size of the page to be returned","required":false,"schema":{"minimum":1,"type":"integer","default":20}},{"name":"sort","in":"query","description":"Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported.","required":false,"schema":{"type":"array","items":{"type":"string"}}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestCollectionGlobalBanner"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]},"post":{"tags":["admin/global-banners"],"operationId":"admin_global-banners_create","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/GlobalBanner"}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/GlobalBanner"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]},"delete":{"tags":["admin/global-banners"],"operationId":"admin_global-banners_deleteList","requestBody":{"content":{"application/json":{"schema":{"type":"array","items":{"type":"string"}}}},"required":true},"responses":{"200":{"description":"OK"}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/admin/global-banners/search":{"get":{"tags":["admin/global-banners"],"operationId":"admin_global-banners_search_advancedSearch_get","parameters":[{"name":"search","in":"query","required":true,"schema":{"type":"string"}},{"name":"match","in":"query","required":false,"schema":{"type":"string"}},{"name":"page","in":"query","description":"Zero-based page index (0..N)","required":false,"schema":{"minimum":0,"type":"integer","default":0}},{"name":"size","in":"query","description":"The size of the page to be returned","required":false,"schema":{"minimum":1,"type":"integer","default":20}},{"name":"sort","in":"query","description":"Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported.","required":false,"schema":{"type":"array","items":{"type":"string"}}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestCollectionGlobalBanner"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]},"post":{"tags":["admin/global-banners"],"operationId":"admin_global-banners_search_advancedSearch_post","parameters":[{"name":"match","in":"query","required":false,"schema":{"type":"string"}},{"name":"page","in":"query","description":"Zero-based page index (0..N)","required":false,"schema":{"minimum":0,"type":"integer","default":0}},{"name":"size","in":"query","description":"The size of the page to be returned","required":false,"schema":{"minimum":1,"type":"integer","default":20}},{"name":"sort","in":"query","description":"Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported.","required":false,"schema":{"type":"array","items":{"type":"string"}}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/GlobalBanner"}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestCollectionGlobalBanner"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/admin/funding-agencies":{"get":{"tags":["admin/funding-agencies"],"operationId":"admin_funding-agencies_list","parameters":[{"name":"acronym","in":"query","description":"The acronym of the funding agency.","required":false,"schema":{"type":"string"}},{"name":"description","in":"query","description":"The description of the funding agency.","required":false,"schema":{"type":"string"}},{"name":"name","in":"query","description":"The name of the funding agency.","required":false,"schema":{"type":"string"}},{"name":"page","in":"query","description":"Zero-based page index (0..N)","required":false,"schema":{"minimum":0,"type":"integer","default":0}},{"name":"resId","in":"query","description":"The identifier of the resource. The default format is a Universally Unique IDentifier (UUID).","required":false,"schema":{"type":"string"}},{"name":"rorId","in":"query","description":"The ROR identifier of the funding agency.","required":false,"schema":{"type":"string"}},{"name":"size","in":"query","description":"The size of the page to be returned","required":false,"schema":{"minimum":1,"type":"integer","default":20}},{"name":"sort","in":"query","description":"Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported.","required":false,"schema":{"type":"array","items":{"type":"string"}}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestCollectionFundingAgency"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]},"post":{"tags":["admin/funding-agencies"],"operationId":"admin_funding-agencies_create","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FundingAgency"}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/FundingAgency"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]},"delete":{"tags":["admin/funding-agencies"],"operationId":"admin_funding-agencies_deleteList","requestBody":{"content":{"application/json":{"schema":{"type":"array","items":{"type":"string"}}}},"required":true},"responses":{"200":{"description":"OK"}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/admin/funding-agencies/{parentId}/organizational-units":{"get":{"tags":["admin/funding-agencies"],"operationId":"admin_funding-agencies_by_id_organizational-units_list","parameters":[{"name":"closingDate","in":"query","description":"The closing date of the organizational unit.","required":false,"schema":{"type":"string","format":"date"}},{"name":"description","in":"query","description":"The description of the organizational unit.","required":false,"schema":{"type":"string"}},{"name":"isEmpty","in":"query","description":"If the organizational unit contains any data (deposits, sip, aip).","required":false,"schema":{"type":"boolean"}},{"name":"name","in":"query","description":"The name of the organizational unit.","required":false,"schema":{"type":"string"}},{"name":"openingDate","in":"query","description":"The opening date of the organizational unit.","required":false,"schema":{"type":"string","format":"date"}},{"name":"page","in":"query","description":"Zero-based page index (0..N)","required":false,"schema":{"minimum":0,"type":"integer","default":0}},{"name":"parentId","in":"path","required":true,"schema":{"type":"string"}},{"name":"resId","in":"query","description":"The identifier of the resource. The default format is a Universally Unique IDentifier (UUID).","required":false,"schema":{"type":"string"}},{"name":"size","in":"query","description":"The size of the page to be returned","required":false,"schema":{"minimum":1,"type":"integer","default":20}},{"name":"sort","in":"query","description":"Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported.","required":false,"schema":{"type":"array","items":{"type":"string"}}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestCollectionOrganizationalUnit"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]},"post":{"tags":["admin/funding-agencies"],"operationId":"admin_funding-agencies_by_id_organizational-units_create","parameters":[{"name":"parentId","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"array","items":{"type":"string"}}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/OrganizationalUnit"}}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]},"delete":{"tags":["admin/funding-agencies"],"operationId":"admin_funding-agencies_by_id_organizational-units_deleteList","parameters":[{"name":"parentId","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"array","items":{"type":"string"}}}},"required":true},"responses":{"200":{"description":"OK"}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/admin/funding-agencies/{id}/upload-logo":{"post":{"tags":["admin/funding-agencies"],"operationId":"admin_funding-agencies_by_id_upload-logo","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}},{"name":"mimeType","in":"query","required":false,"schema":{"type":"string"}}],"requestBody":{"content":{"multipart/form-data":{"schema":{"required":["file"],"type":"object","properties":{"file":{"type":"string","format":"binary"}}}}}},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/FundingAgency"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/admin/funding-agencies/search":{"get":{"tags":["admin/funding-agencies"],"operationId":"admin_funding-agencies_search_advancedSearch_get","parameters":[{"name":"acronym","in":"query","description":"The acronym of the funding agency.","required":false,"schema":{"type":"string"}},{"name":"description","in":"query","description":"The description of the funding agency.","required":false,"schema":{"type":"string"}},{"name":"match","in":"query","required":false,"schema":{"type":"string"}},{"name":"name","in":"query","description":"The name of the funding agency.","required":false,"schema":{"type":"string"}},{"name":"page","in":"query","description":"Zero-based page index (0..N)","required":false,"schema":{"minimum":0,"type":"integer","default":0}},{"name":"resId","in":"query","description":"The identifier of the resource. The default format is a Universally Unique IDentifier (UUID).","required":false,"schema":{"type":"string"}},{"name":"rorId","in":"query","description":"The ROR identifier of the funding agency.","required":false,"schema":{"type":"string"}},{"name":"search","in":"query","required":true,"schema":{"type":"string"}},{"name":"size","in":"query","description":"The size of the page to be returned","required":false,"schema":{"minimum":1,"type":"integer","default":20}},{"name":"sort","in":"query","description":"Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported.","required":false,"schema":{"type":"array","items":{"type":"string"}}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestCollectionFundingAgency"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]},"post":{"tags":["admin/funding-agencies"],"operationId":"admin_funding-agencies_search_advancedSearch_post","parameters":[{"name":"match","in":"query","required":false,"schema":{"type":"string"}},{"name":"page","in":"query","description":"Zero-based page index (0..N)","required":false,"schema":{"minimum":0,"type":"integer","default":0}},{"name":"size","in":"query","description":"The size of the page to be returned","required":false,"schema":{"minimum":1,"type":"integer","default":20}},{"name":"sort","in":"query","description":"Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported.","required":false,"schema":{"type":"array","items":{"type":"string"}}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FundingAgency"}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestCollectionFundingAgency"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/admin/dissemination-policies":{"get":{"tags":["admin/dissemination-policies"],"operationId":"admin_dissemination-policies_list","parameters":[{"name":"downloadFileName","in":"query","description":"The archive name used when downloading a file with this dissemination policy.","required":false,"schema":{"type":"string","enum":["ARCHIVE_ID","ARCHIVE_NAME"]}},{"name":"name","in":"query","description":"The name of the dissemination policy.","required":false,"schema":{"type":"string"}},{"name":"page","in":"query","description":"Zero-based page index (0..N)","required":false,"schema":{"minimum":0,"type":"integer","default":0}},{"name":"parameters","in":"query","description":"The parameters of the dissemination policy.","required":false,"schema":{"type":"string"}},{"name":"prefix","in":"query","description":"The prefix used when downloading a file with this dissemination policy.","required":false,"schema":{"type":"string"}},{"name":"resId","in":"query","description":"The identifier of the resource. The default format is a Universally Unique IDentifier (UUID).","required":false,"schema":{"type":"string"}},{"name":"size","in":"query","description":"The size of the page to be returned","required":false,"schema":{"minimum":1,"type":"integer","default":20}},{"name":"sort","in":"query","description":"Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported.","required":false,"schema":{"type":"array","items":{"type":"string"}}},{"name":"suffix","in":"query","description":"The suffix used when downloading a file with this dissemination policy.","required":false,"schema":{"type":"string"}},{"name":"type","in":"query","description":"The dissemination type of the dissemination policy.","required":false,"schema":{"type":"string","enum":["IIIF","HEDERA","BASIC","OAIS"]}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestCollectionDisseminationPolicy"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]},"post":{"tags":["admin/dissemination-policies"],"operationId":"admin_dissemination-policies_create","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DisseminationPolicy"}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/DisseminationPolicy"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]},"delete":{"tags":["admin/dissemination-policies"],"operationId":"admin_dissemination-policies_deleteList","requestBody":{"content":{"application/json":{"schema":{"type":"array","items":{"type":"string"}}}},"required":true},"responses":{"200":{"description":"OK"}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/admin/dissemination-policies/search":{"get":{"tags":["admin/dissemination-policies"],"operationId":"admin_dissemination-policies_search_advancedSearch_get","parameters":[{"name":"downloadFileName","in":"query","description":"The archive name used when downloading a file with this dissemination policy.","required":false,"schema":{"type":"string","enum":["ARCHIVE_ID","ARCHIVE_NAME"]}},{"name":"match","in":"query","required":false,"schema":{"type":"string"}},{"name":"name","in":"query","description":"The name of the dissemination policy.","required":false,"schema":{"type":"string"}},{"name":"page","in":"query","description":"Zero-based page index (0..N)","required":false,"schema":{"minimum":0,"type":"integer","default":0}},{"name":"parameters","in":"query","description":"The parameters of the dissemination policy.","required":false,"schema":{"type":"string"}},{"name":"prefix","in":"query","description":"The prefix used when downloading a file with this dissemination policy.","required":false,"schema":{"type":"string"}},{"name":"resId","in":"query","description":"The identifier of the resource. The default format is a Universally Unique IDentifier (UUID).","required":false,"schema":{"type":"string"}},{"name":"search","in":"query","required":true,"schema":{"type":"string"}},{"name":"size","in":"query","description":"The size of the page to be returned","required":false,"schema":{"minimum":1,"type":"integer","default":20}},{"name":"sort","in":"query","description":"Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported.","required":false,"schema":{"type":"array","items":{"type":"string"}}},{"name":"suffix","in":"query","description":"The suffix used when downloading a file with this dissemination policy.","required":false,"schema":{"type":"string"}},{"name":"type","in":"query","description":"The dissemination type of the dissemination policy.","required":false,"schema":{"type":"string","enum":["IIIF","HEDERA","BASIC","OAIS"]}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestCollectionDisseminationPolicy"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]},"post":{"tags":["admin/dissemination-policies"],"operationId":"admin_dissemination-policies_search_advancedSearch_post","parameters":[{"name":"match","in":"query","required":false,"schema":{"type":"string"}},{"name":"page","in":"query","description":"Zero-based page index (0..N)","required":false,"schema":{"minimum":0,"type":"integer","default":0}},{"name":"size","in":"query","description":"The size of the page to be returned","required":false,"schema":{"minimum":1,"type":"integer","default":20}},{"name":"sort","in":"query","description":"Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported.","required":false,"schema":{"type":"array","items":{"type":"string"}}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DisseminationPolicy"}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestCollectionDisseminationPolicy"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/admin/archive-types":{"get":{"tags":["admin/archive-types"],"operationId":"admin_archive-types_list","parameters":[{"name":"page","in":"query","description":"Zero-based page index (0..N)","required":false,"schema":{"minimum":0,"type":"integer","default":0}},{"name":"resId","in":"query","description":"The identifier of the resource. The default format is a Universally Unique IDentifier (UUID).","required":false,"schema":{"type":"string"}},{"name":"size","in":"query","description":"The size of the page to be returned","required":false,"schema":{"minimum":1,"type":"integer","default":20}},{"name":"sort","in":"query","description":"Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported.","required":false,"schema":{"type":"array","items":{"type":"string"}}},{"name":"typeName","in":"query","description":"The name of the archive type.","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestCollectionArchiveType"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]},"post":{"tags":["admin/archive-types"],"operationId":"admin_archive-types_create","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ArchiveType"}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ArchiveType"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]},"delete":{"tags":["admin/archive-types"],"operationId":"admin_archive-types_deleteList","requestBody":{"content":{"application/json":{"schema":{"type":"array","items":{"type":"string"}}}},"required":true},"responses":{"200":{"description":"OK"}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/admin/archive-types/search":{"get":{"tags":["admin/archive-types"],"operationId":"admin_archive-types_search_advancedSearch_get","parameters":[{"name":"search","in":"query","required":true,"schema":{"type":"string"}},{"name":"match","in":"query","required":false,"schema":{"type":"string"}},{"name":"page","in":"query","description":"Zero-based page index (0..N)","required":false,"schema":{"minimum":0,"type":"integer","default":0}},{"name":"size","in":"query","description":"The size of the page to be returned","required":false,"schema":{"minimum":1,"type":"integer","default":20}},{"name":"sort","in":"query","description":"Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported.","required":false,"schema":{"type":"array","items":{"type":"string"}}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestCollectionArchiveType"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]},"post":{"tags":["admin/archive-types"],"operationId":"admin_archive-types_search_advancedSearch_post","parameters":[{"name":"match","in":"query","required":false,"schema":{"type":"string"}},{"name":"page","in":"query","description":"Zero-based page index (0..N)","required":false,"schema":{"minimum":0,"type":"integer","default":0}},{"name":"size","in":"query","description":"The size of the page to be returned","required":false,"schema":{"minimum":1,"type":"integer","default":20}},{"name":"sort","in":"query","description":"Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported.","required":false,"schema":{"type":"array","items":{"type":"string"}}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ArchiveType"}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestCollectionArchiveType"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/admin/archive-statistics":{"get":{"tags":["admin/archive-statistics"],"operationId":"admin_archive-statistics_list","parameters":[{"name":"page","in":"query","description":"Zero-based page index (0..N)","required":false,"schema":{"minimum":0,"type":"integer","default":0}},{"name":"size","in":"query","description":"The size of the page to be returned","required":false,"schema":{"minimum":1,"type":"integer","default":20}},{"name":"sort","in":"query","description":"Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported.","required":false,"schema":{"type":"array","items":{"type":"string"}}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestCollectionArchiveStatistics"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]},"post":{"tags":["admin/archive-statistics"],"operationId":"admin_archive-statistics_create","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ArchiveStatistics"}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ArchiveStatistics"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/admin/archive-statistics/{id}/add-view":{"post":{"tags":["admin/archive-statistics"],"operationId":"admin_archive-statistics_by_id_add-view","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/Result"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/admin/archive-statistics/{id}/add-download":{"post":{"tags":["admin/archive-statistics"],"operationId":"admin_archive-statistics_by_id_add-download","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/Result"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/admin/archive-statistics/search":{"get":{"tags":["admin/archive-statistics"],"operationId":"admin_archive-statistics_search_advancedSearch_get","parameters":[{"name":"search","in":"query","required":true,"schema":{"type":"string"}},{"name":"match","in":"query","required":false,"schema":{"type":"string"}},{"name":"page","in":"query","description":"Zero-based page index (0..N)","required":false,"schema":{"minimum":0,"type":"integer","default":0}},{"name":"size","in":"query","description":"The size of the page to be returned","required":false,"schema":{"minimum":1,"type":"integer","default":20}},{"name":"sort","in":"query","description":"Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported.","required":false,"schema":{"type":"array","items":{"type":"string"}}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestCollectionArchiveStatistics"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]},"post":{"tags":["admin/archive-statistics"],"operationId":"admin_archive-statistics_search_advancedSearch_post","parameters":[{"name":"match","in":"query","required":false,"schema":{"type":"string"}},{"name":"page","in":"query","description":"Zero-based page index (0..N)","required":false,"schema":{"minimum":0,"type":"integer","default":0}},{"name":"size","in":"query","description":"The size of the page to be returned","required":false,"schema":{"minimum":1,"type":"integer","default":20}},{"name":"sort","in":"query","description":"Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported.","required":false,"schema":{"type":"array","items":{"type":"string"}}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ArchiveStatistics"}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestCollectionArchiveStatistics"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/admin/archive-ratings":{"get":{"tags":["admin/archive-ratings"],"operationId":"admin_archive-ratings_list","parameters":[{"name":"archiveId","in":"query","description":"The archive identifier of the archive rating.","required":false,"schema":{"type":"string"}},{"name":"grade","in":"query","description":"The grade of the archive rating.","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"page","in":"query","description":"Zero-based page index (0..N)","required":false,"schema":{"minimum":0,"type":"integer","default":0}},{"name":"resId","in":"query","description":"The identifier of the resource. The default format is a Universally Unique IDentifier (UUID).","required":false,"schema":{"type":"string"}},{"name":"size","in":"query","description":"The size of the page to be returned","required":false,"schema":{"minimum":1,"type":"integer","default":20}},{"name":"sort","in":"query","description":"Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported.","required":false,"schema":{"type":"array","items":{"type":"string"}}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestCollectionArchiveUserRating"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]},"post":{"tags":["admin/archive-ratings"],"operationId":"admin_archive-ratings_create","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ArchiveUserRating"}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ArchiveUserRating"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]},"delete":{"tags":["admin/archive-ratings"],"operationId":"admin_archive-ratings_deleteList","requestBody":{"content":{"application/json":{"schema":{"type":"array","items":{"type":"string"}}}},"required":true},"responses":{"200":{"description":"OK"}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/admin/archive-ratings/search":{"get":{"tags":["admin/archive-ratings"],"operationId":"admin_archive-ratings_search_advancedSearch_get","parameters":[{"name":"search","in":"query","required":true,"schema":{"type":"string"}},{"name":"match","in":"query","required":false,"schema":{"type":"string"}},{"name":"page","in":"query","description":"Zero-based page index (0..N)","required":false,"schema":{"minimum":0,"type":"integer","default":0}},{"name":"size","in":"query","description":"The size of the page to be returned","required":false,"schema":{"minimum":1,"type":"integer","default":20}},{"name":"sort","in":"query","description":"Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported.","required":false,"schema":{"type":"array","items":{"type":"string"}}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestCollectionArchiveUserRating"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]},"post":{"tags":["admin/archive-ratings"],"operationId":"admin_archive-ratings_search_advancedSearch_post","parameters":[{"name":"match","in":"query","required":false,"schema":{"type":"string"}},{"name":"page","in":"query","description":"Zero-based page index (0..N)","required":false,"schema":{"minimum":0,"type":"integer","default":0}},{"name":"size","in":"query","description":"The size of the page to be returned","required":false,"schema":{"minimum":1,"type":"integer","default":20}},{"name":"sort","in":"query","description":"Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported.","required":false,"schema":{"type":"array","items":{"type":"string"}}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ArchiveUserRating"}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestCollectionArchiveUserRating"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/admin/archive-acl":{"get":{"tags":["admin/archive-acl"],"operationId":"admin_archive-acl_list","parameters":[{"name":"aipId","in":"query","description":"The archive identifier of the ACL.","required":false,"schema":{"type":"string"}},{"name":"deleted","in":"query","description":"If the archive ACL is deleted (logical deletion).","required":false,"schema":{"type":"boolean"}},{"name":"expiration","in":"query","description":"The expiration date of the ACL.","required":false,"schema":{"type":"string","format":"date-time"}},{"name":"page","in":"query","description":"Zero-based page index (0..N)","required":false,"schema":{"minimum":0,"type":"integer","default":0}},{"name":"resId","in":"query","description":"The identifier of the resource. The default format is a Universally Unique IDentifier (UUID).","required":false,"schema":{"type":"string"}},{"name":"size","in":"query","description":"The size of the page to be returned","required":false,"schema":{"minimum":1,"type":"integer","default":20}},{"name":"sort","in":"query","description":"Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported.","required":false,"schema":{"type":"array","items":{"type":"string"}}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestCollectionArchiveACL"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]},"post":{"tags":["admin/archive-acl"],"operationId":"admin_archive-acl_create","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ArchiveACL"}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ArchiveACL"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]},"delete":{"tags":["admin/archive-acl"],"operationId":"admin_archive-acl_deleteList","requestBody":{"content":{"application/json":{"schema":{"type":"array","items":{"type":"string"}}}},"required":true},"responses":{"200":{"description":"OK"}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/admin/archive-acl/{id}/upload-dua":{"post":{"tags":["admin/archive-acl"],"operationId":"admin_archive-acl_by_id_upload-dua_uploadFile","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}},{"name":"mimeType","in":"query","required":false,"schema":{"type":"string"}}],"requestBody":{"content":{"multipart/form-data":{"schema":{"required":["file"],"type":"object","properties":{"file":{"type":"string","format":"binary"}}}}}},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ArchiveACL"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/admin/archive-acl/upload-dua":{"post":{"tags":["admin/archive-acl"],"operationId":"admin_archive-acl_upload-dua_createItemAndUploadFile","parameters":[{"name":"archiveId","in":"query","required":true,"schema":{"type":"string"}},{"name":"userId","in":"query","required":true,"schema":{"type":"string"}},{"name":"organizationalUnitId","in":"query","required":true,"schema":{"type":"string"}},{"name":"mimeType","in":"query","required":false,"schema":{"type":"string"}}],"requestBody":{"content":{"multipart/form-data":{"schema":{"required":["file"],"type":"object","properties":{"file":{"type":"string","format":"binary"}}}}}},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ArchiveACL"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/admin/archive-acl/search":{"get":{"tags":["admin/archive-acl"],"operationId":"admin_archive-acl_search_advancedSearch_get","parameters":[{"name":"search","in":"query","required":true,"schema":{"type":"string"}},{"name":"match","in":"query","required":false,"schema":{"type":"string"}},{"name":"page","in":"query","description":"Zero-based page index (0..N)","required":false,"schema":{"minimum":0,"type":"integer","default":0}},{"name":"size","in":"query","description":"The size of the page to be returned","required":false,"schema":{"minimum":1,"type":"integer","default":20}},{"name":"sort","in":"query","description":"Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported.","required":false,"schema":{"type":"array","items":{"type":"string"}}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestCollectionArchiveACL"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]},"post":{"tags":["admin/archive-acl"],"operationId":"admin_archive-acl_search_advancedSearch_post","parameters":[{"name":"match","in":"query","required":false,"schema":{"type":"string"}},{"name":"page","in":"query","description":"Zero-based page index (0..N)","required":false,"schema":{"minimum":0,"type":"integer","default":0}},{"name":"size","in":"query","description":"The size of the page to be returned","required":false,"schema":{"minimum":1,"type":"integer","default":20}},{"name":"sort","in":"query","description":"Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported.","required":false,"schema":{"type":"array","items":{"type":"string"}}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ArchiveACL"}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestCollectionArchiveACL"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/admin/archive-acl/create-from-notification/{id}":{"post":{"tags":["admin/archive-acl"],"operationId":"admin_archive-acl_create-from-notification_by_id_createFromNotification","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ArchiveACL"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/admin/archive-acl/create-default-acl/{id}":{"post":{"tags":["admin/archive-acl"],"operationId":"admin_archive-acl_create-default-acl_by_id_createDefaultAclForArchive","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestCollectionArchiveACL"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/admin/application-roles":{"get":{"tags":["admin/application-roles"],"operationId":"admin_application-roles_list","parameters":[{"name":"level","in":"query","description":"The level of the application role. The lowest value has more privileges.","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"name","in":"query","description":"The name of the application role.","required":false,"schema":{"type":"string"}},{"name":"page","in":"query","description":"Zero-based page index (0..N)","required":false,"schema":{"minimum":0,"type":"integer","default":0}},{"name":"resId","in":"query","description":"The identifier of the resource. The default format is a Universally Unique IDentifier (UUID).","required":false,"schema":{"type":"string"}},{"name":"size","in":"query","description":"The size of the page to be returned","required":false,"schema":{"minimum":1,"type":"integer","default":20}},{"name":"sort","in":"query","description":"Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported.","required":false,"schema":{"type":"array","items":{"type":"string"}}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestCollectionSolidifyApplicationRole"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]},"post":{"tags":["admin/application-roles"],"operationId":"admin_application-roles_create","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/SolidifyApplicationRole"}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/SolidifyApplicationRole"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]},"delete":{"tags":["admin/application-roles"],"operationId":"admin_application-roles_deleteList","requestBody":{"content":{"application/json":{"schema":{"type":"array","items":{"type":"string"}}}},"required":true},"responses":{"200":{"description":"OK"}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/admin/application-roles/search":{"get":{"tags":["admin/application-roles"],"operationId":"admin_application-roles_search_advancedSearch_get","parameters":[{"name":"search","in":"query","required":true,"schema":{"type":"string"}},{"name":"match","in":"query","required":false,"schema":{"type":"string"}},{"name":"page","in":"query","description":"Zero-based page index (0..N)","required":false,"schema":{"minimum":0,"type":"integer","default":0}},{"name":"size","in":"query","description":"The size of the page to be returned","required":false,"schema":{"minimum":1,"type":"integer","default":20}},{"name":"sort","in":"query","description":"Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported.","required":false,"schema":{"type":"array","items":{"type":"string"}}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestCollectionSolidifyApplicationRole"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]},"post":{"tags":["admin/application-roles"],"operationId":"admin_application-roles_search_advancedSearch_post","parameters":[{"name":"match","in":"query","required":false,"schema":{"type":"string"}},{"name":"page","in":"query","description":"Zero-based page index (0..N)","required":false,"schema":{"minimum":0,"type":"integer","default":0}},{"name":"size","in":"query","description":"The size of the page to be returned","required":false,"schema":{"minimum":1,"type":"integer","default":20}},{"name":"sort","in":"query","description":"Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported.","required":false,"schema":{"type":"array","items":{"type":"string"}}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/SolidifyApplicationRole"}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestCollectionSolidifyApplicationRole"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/access/refresh/{aipId}":{"post":{"tags":["access/refresh"],"operationId":"access_refresh_by_id_refresh","parameters":[{"name":"aipId","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK"}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/access/private-metadata/{aipId}/prepare-download":{"post":{"tags":["access/private-metadata"],"operationId":"access_private-metadata_by_id_prepare-download","parameters":[{"name":"aipId","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DisseminationPolicyDto"}}}},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"type":"string"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/access/private-metadata/search":{"get":{"tags":["access/private-metadata"],"operationId":"access_private-metadata_search_get","parameters":[{"name":"query","in":"query","required":false,"schema":{"type":"string"}},{"name":"page","in":"query","description":"Zero-based page index (0..N)","required":false,"schema":{"minimum":0,"type":"integer","default":0}},{"name":"size","in":"query","description":"The size of the page to be returned","required":false,"schema":{"minimum":1,"type":"integer","default":20}},{"name":"sort","in":"query","description":"Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported.","required":false,"schema":{"type":"array","items":{"type":"string"}}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestCollectionArchiveMetadata"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]},"post":{"tags":["access/private-metadata"],"operationId":"access_private-metadata_search_post","parameters":[{"name":"page","in":"query","description":"Zero-based page index (0..N)","required":false,"schema":{"minimum":0,"type":"integer","default":0}},{"name":"size","in":"query","description":"The size of the page to be returned","required":false,"schema":{"minimum":1,"type":"integer","default":20}},{"name":"sort","in":"query","description":"Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported.","required":false,"schema":{"type":"array","items":{"type":"string"}}}],"requestBody":{"content":{"application/json":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/SearchCondition"}}},"application/x-www-form-urlencoded":{"schema":{"$ref":"#/components/schemas/MultiValueMapStringString"}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestCollectionArchiveMetadata"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/access/orders":{"get":{"tags":["access/orders"],"operationId":"access_orders_list","parameters":[{"name":"disseminationPolicyId","in":"query","description":"The dissemination policy identifier linked to the order.","required":false,"schema":{"type":"string"}},{"name":"metadataVersion","in":"query","description":"The metadata version of the order query.","required":false,"schema":{"type":"string","enum":["1.0","1.1","2.0","2.1","3.0","3.1","4.0","5.0"]}},{"name":"name","in":"query","description":"The name of the order query.","required":false,"schema":{"type":"string"}},{"name":"organizationalUnitDisseminationPolicyId","in":"query","description":"The dissemination policy identifier linked to the orgunit.","required":false,"schema":{"type":"string"}},{"name":"page","in":"query","description":"Zero-based page index (0..N)","required":false,"schema":{"minimum":0,"type":"integer","default":0}},{"name":"publicOrder","in":"query","description":"If the order is public, false otherwise.","required":false,"schema":{"type":"boolean"}},{"name":"query","in":"query","description":"The query of the order query.","required":false,"schema":{"type":"string"}},{"name":"queryType","in":"query","description":"The type of the order query.","required":false,"schema":{"type":"string","enum":["ADVANCED","DIRECT","SIMPLE"]}},{"name":"resId","in":"query","description":"The identifier of the resource. The default format is a Universally Unique IDentifier (UUID).","required":false,"schema":{"type":"string"}},{"name":"size","in":"query","description":"The size of the page to be returned","required":false,"schema":{"minimum":1,"type":"integer","default":20}},{"name":"sort","in":"query","description":"Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported.","required":false,"schema":{"type":"array","items":{"type":"string"}}},{"name":"status","in":"query","description":"The status of the order query.","required":false,"schema":{"type":"string","enum":["DOWNLOADING","IN_DISSEMINATION_PREPARATION","IN_ERROR","IN_PREPARATION","IN_PROGRESS","READY","SUBMITTED"]}},{"name":"statusMessage","in":"query","description":"The message related to the status of the order query.","required":false,"schema":{"type":"string"}},{"name":"subitemsChecksum","in":"query","description":"The checksum of the order subitems list.","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestCollectionOrder"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]},"post":{"tags":["access/orders"],"operationId":"access_orders_create","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Order"}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/Order"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]},"delete":{"tags":["access/orders"],"operationId":"access_orders_deleteList","requestBody":{"content":{"application/json":{"schema":{"type":"array","items":{"type":"string"}}}},"required":true},"responses":{"200":{"description":"OK"}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/access/orders/{parentId}/dip":{"get":{"tags":["access/orders"],"operationId":"access_orders_by_id_dip_list","parameters":[{"name":"page","in":"query","description":"Zero-based page index (0..N)","required":false,"schema":{"minimum":0,"type":"integer","default":0}},{"name":"parentId","in":"path","required":true,"schema":{"type":"string"}},{"name":"resId","in":"query","description":"The identifier of the resource. The default format is a Universally Unique IDentifier (UUID).","required":false,"schema":{"type":"string"}},{"name":"size","in":"query","description":"The size of the page to be returned","required":false,"schema":{"minimum":1,"type":"integer","default":20}},{"name":"sort","in":"query","description":"Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported.","required":false,"schema":{"type":"array","items":{"type":"string"}}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestCollectionDisseminationInfoPackage"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]},"post":{"tags":["access/orders"],"operationId":"access_orders_by_id_dip_create","parameters":[{"name":"parentId","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"array","items":{"type":"string"}}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/DisseminationInfoPackage"}}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]},"delete":{"tags":["access/orders"],"operationId":"access_orders_by_id_dip_deleteList","parameters":[{"name":"parentId","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"array","items":{"type":"string"}}}},"required":true},"responses":{"200":{"description":"OK"}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/access/orders/{parentId}/aip":{"get":{"tags":["access/orders"],"operationId":"access_orders_by_id_aip_list","parameters":[{"name":"archivalUnit","in":"query","description":"if the AIP is an unit (AIU) or a collection (AIC).","required":false,"schema":{"type":"boolean"}},{"name":"archiveContainer","in":"query","description":"The container type of the AIP.","required":false,"schema":{"type":"string","enum":["UNDEFINED","ZIP","BAG_IT"]}},{"name":"archiveFileNumber","in":"query","description":"The total number of files in the AIP.","required":false,"schema":{"type":"integer","format":"int64"}},{"name":"archiveId","in":"query","description":"The storage URI of the AIP.","required":false,"schema":{"type":"string"}},{"name":"archiveSize","in":"query","description":"The size in bytes of the AIP.","required":false,"schema":{"type":"integer","format":"int64"}},{"name":"collectionArchiveSize","in":"query","description":"The total size in bytes of the collection AIP.","required":false,"schema":{"type":"integer","format":"int64"}},{"name":"collectionFileNumber","in":"query","description":"The total number of filed in the collection AIP.","required":false,"schema":{"type":"integer","format":"int64"}},{"name":"dispositionApproval","in":"query","description":"If the approval step the AIP disposal is mandatory.","required":false,"schema":{"type":"boolean"}},{"name":"lastArchiving","in":"query","description":"The last archiving process date of the AIP: the first archiving date or the last metadata edition.","required":false,"schema":{"type":"string","format":"date-time"}},{"name":"page","in":"query","description":"Zero-based page index (0..N)","required":false,"schema":{"minimum":0,"type":"integer","default":0}},{"name":"parentId","in":"path","required":true,"schema":{"type":"string"}},{"name":"publicationDate","in":"query","description":"The publication date of the AIP.","required":false,"schema":{"type":"string","format":"date"}},{"name":"resId","in":"query","description":"The identifier of the resource. The default format is a Universally Unique IDentifier (UUID).","required":false,"schema":{"type":"string"}},{"name":"retention","in":"query","description":"The retention duration in days of the AIP: O means forever.","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"size","in":"query","description":"The size of the page to be returned","required":false,"schema":{"minimum":1,"type":"integer","default":20}},{"name":"sort","in":"query","description":"Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported.","required":false,"schema":{"type":"array","items":{"type":"string"}}},{"name":"tombstoneSize","in":"query","description":"The size in bytes of the tombstone AIP.","required":false,"schema":{"type":"integer","format":"int64"}},{"name":"updateNumber","in":"query","description":"The number of updates in the AIP.","required":false,"schema":{"type":"integer","format":"int64"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestCollectionArchivalInfoPackage"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]},"post":{"tags":["access/orders"],"operationId":"access_orders_by_id_aip_create","parameters":[{"name":"parentId","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"array","items":{"type":"string"}}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/ArchivalInfoPackage"}}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]},"delete":{"tags":["access/orders"],"operationId":"access_orders_by_id_aip_deleteList","parameters":[{"name":"parentId","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"array","items":{"type":"string"}}}},"required":true},"responses":{"200":{"description":"OK"}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/access/orders/{id}/submit":{"post":{"tags":["access/orders"],"operationId":"access_orders_by_id_submit","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/Result"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/access/orders/{id}/save":{"post":{"tags":["access/orders"],"operationId":"access_orders_by_id_save","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/Order"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/access/orders/{id}/resume":{"post":{"tags":["access/orders"],"operationId":"access_orders_by_id_resume","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/Result"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/access/orders/{id}/put-in-error":{"post":{"tags":["access/orders"],"operationId":"access_orders_by_id_put-in-error","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/Result"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/access/orders/search":{"get":{"tags":["access/orders"],"operationId":"access_orders_search_advancedSearch_get","parameters":[{"name":"search","in":"query","required":true,"schema":{"type":"string"}},{"name":"match","in":"query","required":false,"schema":{"type":"string"}},{"name":"page","in":"query","description":"Zero-based page index (0..N)","required":false,"schema":{"minimum":0,"type":"integer","default":0}},{"name":"size","in":"query","description":"The size of the page to be returned","required":false,"schema":{"minimum":1,"type":"integer","default":20}},{"name":"sort","in":"query","description":"Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported.","required":false,"schema":{"type":"array","items":{"type":"string"}}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestCollectionOrder"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]},"post":{"tags":["access/orders"],"operationId":"access_orders_search_advancedSearch_post","parameters":[{"name":"match","in":"query","required":false,"schema":{"type":"string"}},{"name":"page","in":"query","description":"Zero-based page index (0..N)","required":false,"schema":{"minimum":0,"type":"integer","default":0}},{"name":"size","in":"query","description":"The size of the page to be returned","required":false,"schema":{"minimum":1,"type":"integer","default":20}},{"name":"sort","in":"query","description":"Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported.","required":false,"schema":{"type":"array","items":{"type":"string"}}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Order"}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestCollectionOrder"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/access/metadata/{parentId}/ratings":{"get":{"tags":["access/metadata"],"operationId":"access_metadata_by_id_ratings_getArchiveUserRating","parameters":[{"name":"parentId","in":"path","required":true,"schema":{"type":"string"}},{"name":"pageable","in":"query","required":true,"schema":{"$ref":"#/components/schemas/Pageable"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestCollectionArchiveUserRating"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]},"post":{"tags":["access/metadata"],"operationId":"access_metadata_by_id_ratings_create","parameters":[{"name":"parentId","in":"path","required":true,"schema":{"type":"string"}},{"name":"ratingType","in":"query","required":true,"schema":{"type":"string"}},{"name":"grade","in":"query","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ArchiveUserRating"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]},"delete":{"tags":["access/metadata"],"operationId":"access_metadata_by_id_ratings_delete","parameters":[{"name":"parentId","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK"}},"security":[{"tokenAuth":[]},{"auth":[]}]},"patch":{"tags":["access/metadata"],"operationId":"access_metadata_by_id_ratings_update","parameters":[{"name":"parentId","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ArchiveUserRating"}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ArchiveUserRating"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/access/metadata/{aipId}/prepare-download":{"post":{"tags":["access/metadata"],"operationId":"access_metadata_by_id_prepare-download","parameters":[{"name":"aipId","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DisseminationPolicyDto"}}}},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"type":"string"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/access/metadata/search":{"get":{"tags":["access/metadata"],"operationId":"access_metadata_search_get","parameters":[{"name":"query","in":"query","required":false,"schema":{"type":"string"}},{"name":"page","in":"query","description":"Zero-based page index (0..N)","required":false,"schema":{"minimum":0,"type":"integer","default":0}},{"name":"size","in":"query","description":"The size of the page to be returned","required":false,"schema":{"minimum":1,"type":"integer","default":20}},{"name":"sort","in":"query","description":"Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported.","required":false,"schema":{"type":"array","items":{"type":"string"}}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestCollectionArchiveMetadata"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]},"post":{"tags":["access/metadata"],"operationId":"access_metadata_search_post","parameters":[{"name":"page","in":"query","description":"Zero-based page index (0..N)","required":false,"schema":{"minimum":0,"type":"integer","default":0}},{"name":"size","in":"query","description":"The size of the page to be returned","required":false,"schema":{"minimum":1,"type":"integer","default":20}},{"name":"sort","in":"query","description":"Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported.","required":false,"schema":{"type":"array","items":{"type":"string"}}}],"requestBody":{"content":{"application/json":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/SearchCondition"}}},"application/x-www-form-urlencoded":{"schema":{"$ref":"#/components/schemas/MultiValueMapStringString"}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestCollectionArchiveMetadata"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/access/dip":{"get":{"tags":["access/dip"],"operationId":"access_dip_list","parameters":[{"name":"page","in":"query","description":"Zero-based page index (0..N)","required":false,"schema":{"minimum":0,"type":"integer","default":0}},{"name":"resId","in":"query","description":"The identifier of the resource. The default format is a Universally Unique IDentifier (UUID).","required":false,"schema":{"type":"string"}},{"name":"size","in":"query","description":"The size of the page to be returned","required":false,"schema":{"minimum":1,"type":"integer","default":20}},{"name":"sort","in":"query","description":"Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported.","required":false,"schema":{"type":"array","items":{"type":"string"}}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestCollectionDisseminationInfoPackage"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]},"post":{"tags":["access/dip"],"operationId":"access_dip_create","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DisseminationInfoPackage"}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/DisseminationInfoPackage"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]},"delete":{"tags":["access/dip"],"operationId":"access_dip_deleteList","requestBody":{"content":{"application/json":{"schema":{"type":"array","items":{"type":"string"}}}},"required":true},"responses":{"200":{"description":"OK"}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/access/dip/{parentId}/data":{"get":{"tags":["access/dip"],"operationId":"access_dip_by_id_data_list","parameters":[{"name":"complianceLevel","in":"query","required":false,"schema":{"type":"string","enum":["NOT_ASSESSED","NO_COMPLIANCE","WEAK_COMPLIANCE","AVERAGE_COMPLIANCE","FULL_COMPLIANCE"]}},{"name":"dataCategory","in":"query","required":false,"schema":{"type":"string","enum":["Primary","Observational","Experimental","Simulation","Derived","Reference","Digitalized","Secondary","Publication","DataPaper","Documentation","Software","Code","Binaries","VirtualMachine","Administrative","Document","WebSite","Other","Package","InformationPackage","UpdatePackage","Metadata","CustomMetadata","UpdatedMetadata","Internal","DatasetThumbnail","ArchiveThumbnail","ArchiveReadme","DatafileThumbnail","ArchiveDataUseAgreement"]}},{"name":"dataType","in":"query","required":false,"schema":{"type":"string","enum":["Primary","Observational","Experimental","Simulation","Derived","Reference","Digitalized","Secondary","Publication","DataPaper","Documentation","Software","Code","Binaries","VirtualMachine","Administrative","Document","WebSite","Other","Package","InformationPackage","UpdatePackage","Metadata","CustomMetadata","UpdatedMetadata","Internal","DatasetThumbnail","ArchiveThumbnail","ArchiveReadme","DatafileThumbnail","ArchiveDataUseAgreement"]}},{"name":"fileName","in":"query","required":false,"schema":{"type":"string"}},{"name":"fileSize","in":"query","required":false,"schema":{"type":"integer","format":"int64"}},{"name":"finalData","in":"query","required":false,"schema":{"type":"string","format":"uri"}},{"name":"page","in":"query","description":"Zero-based page index (0..N)","required":false,"schema":{"minimum":0,"type":"integer","default":0}},{"name":"parentId","in":"path","required":true,"schema":{"type":"string"}},{"name":"relativeLocation","in":"query","required":false,"schema":{"type":"string"}},{"name":"resId","in":"query","description":"The identifier of the resource. The default format is a Universally Unique IDentifier (UUID).","required":false,"schema":{"type":"string"}},{"name":"size","in":"query","description":"The size of the page to be returned","required":false,"schema":{"minimum":1,"type":"integer","default":20}},{"name":"sort","in":"query","description":"Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported.","required":false,"schema":{"type":"array","items":{"type":"string"}}},{"name":"sourceData","in":"query","required":false,"schema":{"type":"string","format":"uri"}},{"name":"status","in":"query","required":false,"schema":{"type":"string","enum":["CHANGE_RELATIVE_LOCATION","CHANGE_DATA_CATEGORY","CLEANED","CLEANING","EXCLUDED_FILE","CHECK_COMPLIANCE","CHECK_COMPLIANCE_CLEANED","CHECKED_COMPLIANCE","CHECKED_COMPLIANCE_CLEANED","IGNORED_FILE","DOWNLOAD_IN_PROGRESS","FILE_FORMAT_IDENTIFIED","FILE_FORMAT_SKIPPED","FILE_FORMAT_UNKNOWN","IN_ERROR","PROCESSED","READY","RECEIVED","TO_PROCESS","VIRUS_CHECKED","VIRUS_SKIPPED"]}},{"name":"statusMessage","in":"query","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestCollectionDipDataFile"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]},"post":{"tags":["access/dip"],"operationId":"access_dip_by_id_data_create","parameters":[{"name":"parentId","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DipDataFile"}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/DipDataFile"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]},"delete":{"tags":["access/dip"],"operationId":"access_dip_by_id_data_deleteList","parameters":[{"name":"parentId","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"array","items":{"type":"string"}}}},"required":true},"responses":{"200":{"description":"OK"}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/access/dip/{parentId}/data/{id}/resume":{"post":{"tags":["access/dip"],"operationId":"access_dip_by_id_data_by_id_resume","parameters":[{"name":"parentId","in":"path","required":true,"schema":{"type":"string"}},{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/Result"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/access/dip/{parentId}/aip":{"get":{"tags":["access/dip"],"operationId":"access_dip_by_id_aip_list","parameters":[{"name":"archivalUnit","in":"query","description":"if the AIP is an unit (AIU) or a collection (AIC).","required":false,"schema":{"type":"boolean"}},{"name":"archiveContainer","in":"query","description":"The container type of the AIP.","required":false,"schema":{"type":"string","enum":["UNDEFINED","ZIP","BAG_IT"]}},{"name":"archiveFileNumber","in":"query","description":"The total number of files in the AIP.","required":false,"schema":{"type":"integer","format":"int64"}},{"name":"archiveId","in":"query","description":"The storage URI of the AIP.","required":false,"schema":{"type":"string"}},{"name":"archiveSize","in":"query","description":"The size in bytes of the AIP.","required":false,"schema":{"type":"integer","format":"int64"}},{"name":"collectionArchiveSize","in":"query","description":"The total size in bytes of the collection AIP.","required":false,"schema":{"type":"integer","format":"int64"}},{"name":"collectionFileNumber","in":"query","description":"The total number of filed in the collection AIP.","required":false,"schema":{"type":"integer","format":"int64"}},{"name":"dispositionApproval","in":"query","description":"If the approval step the AIP disposal is mandatory.","required":false,"schema":{"type":"boolean"}},{"name":"lastArchiving","in":"query","description":"The last archiving process date of the AIP: the first archiving date or the last metadata edition.","required":false,"schema":{"type":"string","format":"date-time"}},{"name":"page","in":"query","description":"Zero-based page index (0..N)","required":false,"schema":{"minimum":0,"type":"integer","default":0}},{"name":"parentId","in":"path","required":true,"schema":{"type":"string"}},{"name":"publicationDate","in":"query","description":"The publication date of the AIP.","required":false,"schema":{"type":"string","format":"date"}},{"name":"resId","in":"query","description":"The identifier of the resource. The default format is a Universally Unique IDentifier (UUID).","required":false,"schema":{"type":"string"}},{"name":"retention","in":"query","description":"The retention duration in days of the AIP: O means forever.","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"size","in":"query","description":"The size of the page to be returned","required":false,"schema":{"minimum":1,"type":"integer","default":20}},{"name":"sort","in":"query","description":"Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported.","required":false,"schema":{"type":"array","items":{"type":"string"}}},{"name":"tombstoneSize","in":"query","description":"The size in bytes of the tombstone AIP.","required":false,"schema":{"type":"integer","format":"int64"}},{"name":"updateNumber","in":"query","description":"The number of updates in the AIP.","required":false,"schema":{"type":"integer","format":"int64"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestCollectionArchivalInfoPackage"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]},"post":{"tags":["access/dip"],"operationId":"access_dip_by_id_aip_create","parameters":[{"name":"parentId","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"array","items":{"type":"string"}}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/ArchivalInfoPackage"}}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]},"delete":{"tags":["access/dip"],"operationId":"access_dip_by_id_aip_deleteList","parameters":[{"name":"parentId","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"array","items":{"type":"string"}}}},"required":true},"responses":{"200":{"description":"OK"}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/access/dip/{id}/resume":{"post":{"tags":["access/dip"],"operationId":"access_dip_by_id_resume","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/Result"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/access/dip/{id}/put-in-error":{"post":{"tags":["access/dip"],"operationId":"access_dip_by_id_put-in-error","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/Result"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/access/dip/search":{"get":{"tags":["access/dip"],"operationId":"access_dip_search_advancedSearch_get","parameters":[{"name":"search","in":"query","required":true,"schema":{"type":"string"}},{"name":"match","in":"query","required":false,"schema":{"type":"string"}},{"name":"page","in":"query","description":"Zero-based page index (0..N)","required":false,"schema":{"minimum":0,"type":"integer","default":0}},{"name":"size","in":"query","description":"The size of the page to be returned","required":false,"schema":{"minimum":1,"type":"integer","default":20}},{"name":"sort","in":"query","description":"Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported.","required":false,"schema":{"type":"array","items":{"type":"string"}}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestCollectionDisseminationInfoPackage"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]},"post":{"tags":["access/dip"],"operationId":"access_dip_search_advancedSearch_post","parameters":[{"name":"match","in":"query","required":false,"schema":{"type":"string"}},{"name":"page","in":"query","description":"Zero-based page index (0..N)","required":false,"schema":{"minimum":0,"type":"integer","default":0}},{"name":"size","in":"query","description":"The size of the page to be returned","required":false,"schema":{"minimum":1,"type":"integer","default":20}},{"name":"sort","in":"query","description":"Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported.","required":false,"schema":{"type":"array","items":{"type":"string"}}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DisseminationInfoPackage"}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestCollectionDisseminationInfoPackage"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/access/all-metadata/{aipId}/prepare-download":{"post":{"tags":["access/all-metadata"],"operationId":"access_all-metadata_by_id_prepare-download","parameters":[{"name":"aipId","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DisseminationPolicyDto"}}}},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"type":"string"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/access/all-metadata/search":{"get":{"tags":["access/all-metadata"],"operationId":"access_all-metadata_search_get","parameters":[{"name":"query","in":"query","required":false,"schema":{"type":"string"}},{"name":"page","in":"query","description":"Zero-based page index (0..N)","required":false,"schema":{"minimum":0,"type":"integer","default":0}},{"name":"size","in":"query","description":"The size of the page to be returned","required":false,"schema":{"minimum":1,"type":"integer","default":20}},{"name":"sort","in":"query","description":"Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported.","required":false,"schema":{"type":"array","items":{"type":"string"}}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestCollectionArchiveMetadata"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]},"post":{"tags":["access/all-metadata"],"operationId":"access_all-metadata_search_post","parameters":[{"name":"page","in":"query","description":"Zero-based page index (0..N)","required":false,"schema":{"minimum":0,"type":"integer","default":0}},{"name":"size","in":"query","description":"The size of the page to be returned","required":false,"schema":{"minimum":1,"type":"integer","default":20}},{"name":"sort","in":"query","description":"Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported.","required":false,"schema":{"type":"array","items":{"type":"string"}}}],"requestBody":{"content":{"application/json":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/SearchCondition"}}},"application/x-www-form-urlencoded":{"schema":{"$ref":"#/components/schemas/MultiValueMapStringString"}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestCollectionArchiveMetadata"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/access/aip":{"get":{"tags":["access/aip"],"operationId":"access_aip_list","parameters":[{"name":"archivalUnit","in":"query","description":"if the AIP is an unit (AIU) or a collection (AIC).","required":false,"schema":{"type":"boolean"}},{"name":"archiveContainer","in":"query","description":"The container type of the AIP.","required":false,"schema":{"type":"string","enum":["UNDEFINED","ZIP","BAG_IT"]}},{"name":"archiveFileNumber","in":"query","description":"The total number of files in the AIP.","required":false,"schema":{"type":"integer","format":"int64"}},{"name":"archiveId","in":"query","description":"The storage URI of the AIP.","required":false,"schema":{"type":"string"}},{"name":"archiveSize","in":"query","description":"The size in bytes of the AIP.","required":false,"schema":{"type":"integer","format":"int64"}},{"name":"collectionArchiveSize","in":"query","description":"The total size in bytes of the collection AIP.","required":false,"schema":{"type":"integer","format":"int64"}},{"name":"collectionFileNumber","in":"query","description":"The total number of filed in the collection AIP.","required":false,"schema":{"type":"integer","format":"int64"}},{"name":"dispositionApproval","in":"query","description":"If the approval step the AIP disposal is mandatory.","required":false,"schema":{"type":"boolean"}},{"name":"lastArchiving","in":"query","description":"The last archiving process date of the AIP: the first archiving date or the last metadata edition.","required":false,"schema":{"type":"string","format":"date-time"}},{"name":"page","in":"query","description":"Zero-based page index (0..N)","required":false,"schema":{"minimum":0,"type":"integer","default":0}},{"name":"publicationDate","in":"query","description":"The publication date of the AIP.","required":false,"schema":{"type":"string","format":"date"}},{"name":"resId","in":"query","description":"The identifier of the resource. The default format is a Universally Unique IDentifier (UUID).","required":false,"schema":{"type":"string"}},{"name":"retention","in":"query","description":"The retention duration in days of the AIP: O means forever.","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"size","in":"query","description":"The size of the page to be returned","required":false,"schema":{"minimum":1,"type":"integer","default":20}},{"name":"sort","in":"query","description":"Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported.","required":false,"schema":{"type":"array","items":{"type":"string"}}},{"name":"tombstoneSize","in":"query","description":"The size in bytes of the tombstone AIP.","required":false,"schema":{"type":"integer","format":"int64"}},{"name":"updateNumber","in":"query","description":"The number of updates in the AIP.","required":false,"schema":{"type":"integer","format":"int64"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestCollectionArchivalInfoPackage"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]},"post":{"tags":["access/aip"],"operationId":"access_aip_create","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ArchivalInfoPackage"}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ArchivalInfoPackage"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]},"delete":{"tags":["access/aip"],"operationId":"access_aip_deleteList","requestBody":{"content":{"application/json":{"schema":{"type":"array","items":{"type":"string"}}}},"required":true},"responses":{"200":{"description":"OK"}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/access/aip/{parentId}/data":{"get":{"tags":["access/aip"],"operationId":"access_aip_by_id_data_list","parameters":[{"name":"complianceLevel","in":"query","required":false,"schema":{"type":"string","enum":["NOT_ASSESSED","NO_COMPLIANCE","WEAK_COMPLIANCE","AVERAGE_COMPLIANCE","FULL_COMPLIANCE"]}},{"name":"dataCategory","in":"query","required":false,"schema":{"type":"string","enum":["Primary","Observational","Experimental","Simulation","Derived","Reference","Digitalized","Secondary","Publication","DataPaper","Documentation","Software","Code","Binaries","VirtualMachine","Administrative","Document","WebSite","Other","Package","InformationPackage","UpdatePackage","Metadata","CustomMetadata","UpdatedMetadata","Internal","DatasetThumbnail","ArchiveThumbnail","ArchiveReadme","DatafileThumbnail","ArchiveDataUseAgreement"]}},{"name":"dataType","in":"query","required":false,"schema":{"type":"string","enum":["Primary","Observational","Experimental","Simulation","Derived","Reference","Digitalized","Secondary","Publication","DataPaper","Documentation","Software","Code","Binaries","VirtualMachine","Administrative","Document","WebSite","Other","Package","InformationPackage","UpdatePackage","Metadata","CustomMetadata","UpdatedMetadata","Internal","DatasetThumbnail","ArchiveThumbnail","ArchiveReadme","DatafileThumbnail","ArchiveDataUseAgreement"]}},{"name":"fileName","in":"query","required":false,"schema":{"type":"string"}},{"name":"fileSize","in":"query","required":false,"schema":{"type":"integer","format":"int64"}},{"name":"finalData","in":"query","required":false,"schema":{"type":"string","format":"uri"}},{"name":"page","in":"query","description":"Zero-based page index (0..N)","required":false,"schema":{"minimum":0,"type":"integer","default":0}},{"name":"parentId","in":"path","required":true,"schema":{"type":"string"}},{"name":"relativeLocation","in":"query","required":false,"schema":{"type":"string"}},{"name":"resId","in":"query","description":"The identifier of the resource. The default format is a Universally Unique IDentifier (UUID).","required":false,"schema":{"type":"string"}},{"name":"size","in":"query","description":"The size of the page to be returned","required":false,"schema":{"minimum":1,"type":"integer","default":20}},{"name":"sort","in":"query","description":"Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported.","required":false,"schema":{"type":"array","items":{"type":"string"}}},{"name":"sourceData","in":"query","required":false,"schema":{"type":"string","format":"uri"}},{"name":"status","in":"query","required":false,"schema":{"type":"string","enum":["CHANGE_RELATIVE_LOCATION","CHANGE_DATA_CATEGORY","CLEANED","CLEANING","EXCLUDED_FILE","CHECK_COMPLIANCE","CHECK_COMPLIANCE_CLEANED","CHECKED_COMPLIANCE","CHECKED_COMPLIANCE_CLEANED","IGNORED_FILE","DOWNLOAD_IN_PROGRESS","FILE_FORMAT_IDENTIFIED","FILE_FORMAT_SKIPPED","FILE_FORMAT_UNKNOWN","IN_ERROR","PROCESSED","READY","RECEIVED","TO_PROCESS","VIRUS_CHECKED","VIRUS_SKIPPED"]}},{"name":"statusMessage","in":"query","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestCollectionAipDataFile"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]},"post":{"tags":["access/aip"],"operationId":"access_aip_by_id_data_create","parameters":[{"name":"parentId","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/AipDataFile"}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/AipDataFile"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]},"delete":{"tags":["access/aip"],"operationId":"access_aip_by_id_data_deleteList","parameters":[{"name":"parentId","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"array","items":{"type":"string"}}}},"required":true},"responses":{"200":{"description":"OK"}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/access/aip/{parentId}/data/{id}/resume":{"post":{"tags":["access/aip"],"operationId":"access_aip_by_id_data_by_id_resume","parameters":[{"name":"parentId","in":"path","required":true,"schema":{"type":"string"}},{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/Result"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/access/aip/{parentId}/data/{id}/put-in-error":{"post":{"tags":["access/aip"],"operationId":"access_aip_by_id_data_by_id_put-in-error","parameters":[{"name":"parentId","in":"path","required":true,"schema":{"type":"string"}},{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/Result"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/access/aip/{parentId}/aip":{"get":{"tags":["access/aip"],"operationId":"access_aip_by_id_aip_list","parameters":[{"name":"archivalUnit","in":"query","description":"if the AIP is an unit (AIU) or a collection (AIC).","required":false,"schema":{"type":"boolean"}},{"name":"archiveContainer","in":"query","description":"The container type of the AIP.","required":false,"schema":{"type":"string","enum":["UNDEFINED","ZIP","BAG_IT"]}},{"name":"archiveFileNumber","in":"query","description":"The total number of files in the AIP.","required":false,"schema":{"type":"integer","format":"int64"}},{"name":"archiveId","in":"query","description":"The storage URI of the AIP.","required":false,"schema":{"type":"string"}},{"name":"archiveSize","in":"query","description":"The size in bytes of the AIP.","required":false,"schema":{"type":"integer","format":"int64"}},{"name":"collectionArchiveSize","in":"query","description":"The total size in bytes of the collection AIP.","required":false,"schema":{"type":"integer","format":"int64"}},{"name":"collectionFileNumber","in":"query","description":"The total number of filed in the collection AIP.","required":false,"schema":{"type":"integer","format":"int64"}},{"name":"dispositionApproval","in":"query","description":"If the approval step the AIP disposal is mandatory.","required":false,"schema":{"type":"boolean"}},{"name":"lastArchiving","in":"query","description":"The last archiving process date of the AIP: the first archiving date or the last metadata edition.","required":false,"schema":{"type":"string","format":"date-time"}},{"name":"page","in":"query","description":"Zero-based page index (0..N)","required":false,"schema":{"minimum":0,"type":"integer","default":0}},{"name":"parentId","in":"path","required":true,"schema":{"type":"string"}},{"name":"publicationDate","in":"query","description":"The publication date of the AIP.","required":false,"schema":{"type":"string","format":"date"}},{"name":"resId","in":"query","description":"The identifier of the resource. The default format is a Universally Unique IDentifier (UUID).","required":false,"schema":{"type":"string"}},{"name":"retention","in":"query","description":"The retention duration in days of the AIP: O means forever.","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"size","in":"query","description":"The size of the page to be returned","required":false,"schema":{"minimum":1,"type":"integer","default":20}},{"name":"sort","in":"query","description":"Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported.","required":false,"schema":{"type":"array","items":{"type":"string"}}},{"name":"tombstoneSize","in":"query","description":"The size in bytes of the tombstone AIP.","required":false,"schema":{"type":"integer","format":"int64"}},{"name":"updateNumber","in":"query","description":"The number of updates in the AIP.","required":false,"schema":{"type":"integer","format":"int64"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestCollectionArchivalInfoPackage"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]},"post":{"tags":["access/aip"],"operationId":"access_aip_by_id_aip_create","parameters":[{"name":"parentId","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"array","items":{"type":"string"}}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/ArchivalInfoPackage"}}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]},"delete":{"tags":["access/aip"],"operationId":"access_aip_by_id_aip_deleteList","parameters":[{"name":"parentId","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"array","items":{"type":"string"}}}},"required":true},"responses":{"200":{"description":"OK"}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/access/aip/{id}/resume":{"post":{"tags":["access/aip"],"operationId":"access_aip_by_id_resume","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/Result"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/access/aip/{id}/put-in-error":{"post":{"tags":["access/aip"],"operationId":"access_aip_by_id_put-in-error","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/Result"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/access/aip/search":{"get":{"tags":["access/aip"],"operationId":"access_aip_search_advancedSearch_get","parameters":[{"name":"search","in":"query","required":true,"schema":{"type":"string"}},{"name":"match","in":"query","required":false,"schema":{"type":"string"}},{"name":"page","in":"query","description":"Zero-based page index (0..N)","required":false,"schema":{"minimum":0,"type":"integer","default":0}},{"name":"size","in":"query","description":"The size of the page to be returned","required":false,"schema":{"minimum":1,"type":"integer","default":20}},{"name":"sort","in":"query","description":"Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported.","required":false,"schema":{"type":"array","items":{"type":"string"}}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestCollectionArchivalInfoPackage"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]},"post":{"tags":["access/aip"],"operationId":"access_aip_search_advancedSearch_post","parameters":[{"name":"match","in":"query","required":false,"schema":{"type":"string"}},{"name":"page","in":"query","description":"Zero-based page index (0..N)","required":false,"schema":{"minimum":0,"type":"integer","default":0}},{"name":"size","in":"query","description":"The size of the page to be returned","required":false,"schema":{"minimum":1,"type":"integer","default":20}},{"name":"sort","in":"query","description":"Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported.","required":false,"schema":{"type":"array","items":{"type":"string"}}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ArchivalInfoPackage"}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestCollectionArchivalInfoPackage"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/preservation-planning/preservation-jobs/{parentId}/executions/{id}":{"get":{"tags":["preservation-planning/preservation-jobs"],"operationId":"preservation-planning_preservation-jobs_by_id_executions_by_id_get","parameters":[{"name":"parentId","in":"path","required":true,"schema":{"type":"string"}},{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/JobExecution"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]},"delete":{"tags":["preservation-planning/preservation-jobs"],"operationId":"preservation-planning_preservation-jobs_by_id_executions_by_id_delete","parameters":[{"name":"parentId","in":"path","required":true,"schema":{"type":"string"}},{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK"}},"security":[{"tokenAuth":[]},{"auth":[]}]},"patch":{"tags":["preservation-planning/preservation-jobs"],"operationId":"preservation-planning_preservation-jobs_by_id_executions_by_id_update","parameters":[{"name":"parentId","in":"path","required":true,"schema":{"type":"string"}},{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"object","additionalProperties":{"type":"object"}}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/JobExecution"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/preservation-planning/preservation-jobs/{id}":{"get":{"tags":["preservation-planning/preservation-jobs"],"operationId":"preservation-planning_preservation-jobs_by_id_get","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/PreservationJob"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]},"delete":{"tags":["preservation-planning/preservation-jobs"],"operationId":"preservation-planning_preservation-jobs_by_id_delete","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK"}},"security":[{"tokenAuth":[]},{"auth":[]}]},"patch":{"tags":["preservation-planning/preservation-jobs"],"operationId":"preservation-planning_preservation-jobs_by_id_update","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"object","additionalProperties":true}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/PreservationJob"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/preingest/deposits/{parentId}/submission-agreements/{id}":{"get":{"tags":["preingest/deposits"],"operationId":"preingest_deposits_by_id_submission-agreements_by_id_get","parameters":[{"name":"parentId","in":"path","required":true,"schema":{"type":"string"}},{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/SubmissionAgreement"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]},"delete":{"tags":["preingest/deposits"],"operationId":"preingest_deposits_by_id_submission-agreements_by_id_delete","parameters":[{"name":"parentId","in":"path","required":true,"schema":{"type":"string"}},{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK"}},"security":[{"tokenAuth":[]},{"auth":[]}]},"patch":{"tags":["preingest/deposits"],"operationId":"preingest_deposits_by_id_submission-agreements_by_id_update","parameters":[{"name":"parentId","in":"path","required":true,"schema":{"type":"string"}},{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/SubmissionAgreement"}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/SubmissionAgreement"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/preingest/deposits/{parentId}/subject-areas/{id}":{"get":{"tags":["preingest/deposits"],"operationId":"preingest_deposits_by_id_subject-areas_by_id_get","parameters":[{"name":"parentId","in":"path","required":true,"schema":{"type":"string"}},{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/SubjectArea"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]},"delete":{"tags":["preingest/deposits"],"operationId":"preingest_deposits_by_id_subject-areas_by_id_delete","parameters":[{"name":"parentId","in":"path","required":true,"schema":{"type":"string"}},{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK"}},"security":[{"tokenAuth":[]},{"auth":[]}]},"patch":{"tags":["preingest/deposits"],"operationId":"preingest_deposits_by_id_subject-areas_by_id_update","parameters":[{"name":"parentId","in":"path","required":true,"schema":{"type":"string"}},{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/SubjectArea"}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/SubjectArea"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/preingest/deposits/{parentId}/licenses/{id}":{"get":{"tags":["preingest/deposits"],"operationId":"preingest_deposits_by_id_licenses_by_id_get","parameters":[{"name":"parentId","in":"path","required":true,"schema":{"type":"string"}},{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/License"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]},"delete":{"tags":["preingest/deposits"],"operationId":"preingest_deposits_by_id_licenses_by_id_delete","parameters":[{"name":"parentId","in":"path","required":true,"schema":{"type":"string"}},{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK"}},"security":[{"tokenAuth":[]},{"auth":[]}]},"patch":{"tags":["preingest/deposits"],"operationId":"preingest_deposits_by_id_licenses_by_id_update","parameters":[{"name":"parentId","in":"path","required":true,"schema":{"type":"string"}},{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/License"}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/License"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/preingest/deposits/{parentId}/data/{id}":{"get":{"tags":["preingest/deposits"],"operationId":"preingest_deposits_by_id_data_by_id_get","parameters":[{"name":"parentId","in":"path","required":true,"schema":{"type":"string"}},{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/DepositDataFile"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]},"delete":{"tags":["preingest/deposits"],"operationId":"preingest_deposits_by_id_data_by_id_delete","parameters":[{"name":"parentId","in":"path","required":true,"schema":{"type":"string"}},{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK"}},"security":[{"tokenAuth":[]},{"auth":[]}]},"patch":{"tags":["preingest/deposits"],"operationId":"preingest_deposits_by_id_data_by_id_update","parameters":[{"name":"parentId","in":"path","required":true,"schema":{"type":"string"}},{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"object","additionalProperties":{"type":"object"}}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/DepositDataFile"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/preingest/deposits/{parentId}/contributors/{id}":{"get":{"tags":["preingest/deposits"],"operationId":"preingest_deposits_by_id_contributors_by_id_get","parameters":[{"name":"parentId","in":"path","required":true,"schema":{"type":"string"}},{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/Person"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]},"delete":{"tags":["preingest/deposits"],"operationId":"preingest_deposits_by_id_contributors_by_id_delete","parameters":[{"name":"parentId","in":"path","required":true,"schema":{"type":"string"}},{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK"}},"security":[{"tokenAuth":[]},{"auth":[]}]},"patch":{"tags":["preingest/deposits"],"operationId":"preingest_deposits_by_id_contributors_by_id_update","parameters":[{"name":"parentId","in":"path","required":true,"schema":{"type":"string"}},{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Person"}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/Person"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/preingest/deposits/{parentId}/aip/{id}":{"get":{"tags":["preingest/deposits"],"operationId":"preingest_deposits_by_id_aip_by_id_get","parameters":[{"name":"parentId","in":"path","required":true,"schema":{"type":"string"}},{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ArchivalInfoPackage"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]},"delete":{"tags":["preingest/deposits"],"operationId":"preingest_deposits_by_id_aip_by_id_delete","parameters":[{"name":"parentId","in":"path","required":true,"schema":{"type":"string"}},{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK"}},"security":[{"tokenAuth":[]},{"auth":[]}]},"patch":{"tags":["preingest/deposits"],"operationId":"preingest_deposits_by_id_aip_by_id_update","parameters":[{"name":"parentId","in":"path","required":true,"schema":{"type":"string"}},{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ArchivalInfoPackage"}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ArchivalInfoPackage"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/preingest/deposits/{id}":{"get":{"tags":["preingest/deposits"],"operationId":"preingest_deposits_by_id_get","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/Deposit"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]},"delete":{"tags":["preingest/deposits"],"operationId":"preingest_deposits_by_id_delete","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK"}},"security":[{"tokenAuth":[]},{"auth":[]}]},"patch":{"tags":["preingest/deposits"],"operationId":"preingest_deposits_by_id_update","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"object","additionalProperties":true}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/Deposit"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/oai-info/oai-sets/{id}":{"get":{"tags":["oai-info/oai-sets"],"operationId":"oai-info_oai-sets_by_id_get","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/OAISet"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]},"delete":{"tags":["oai-info/oai-sets"],"operationId":"oai-info_oai-sets_by_id_delete","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK"}},"security":[{"tokenAuth":[]},{"auth":[]}]},"patch":{"tags":["oai-info/oai-sets"],"operationId":"oai-info_oai-sets_by_id_update","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"object","additionalProperties":true}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/OAISet"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/oai-info/oai-metadata-prefixes/{id}":{"get":{"tags":["oai-info/oai-metadata-prefixes"],"operationId":"oai-info_oai-metadata-prefixes_by_id_get","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/OAIMetadataPrefix"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]},"delete":{"tags":["oai-info/oai-metadata-prefixes"],"operationId":"oai-info_oai-metadata-prefixes_by_id_delete","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK"}},"security":[{"tokenAuth":[]},{"auth":[]}]},"patch":{"tags":["oai-info/oai-metadata-prefixes"],"operationId":"oai-info_oai-metadata-prefixes_by_id_update","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"object","additionalProperties":true}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/OAIMetadataPrefix"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/ingest/sip/{parentId}/data/{id}":{"get":{"tags":["ingest/sip"],"operationId":"ingest_sip_by_id_data_by_id_get","parameters":[{"name":"parentId","in":"path","required":true,"schema":{"type":"string"}},{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/SipDataFile"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]},"delete":{"tags":["ingest/sip"],"operationId":"ingest_sip_by_id_data_by_id_delete","parameters":[{"name":"parentId","in":"path","required":true,"schema":{"type":"string"}},{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK"}},"security":[{"tokenAuth":[]},{"auth":[]}]},"patch":{"tags":["ingest/sip"],"operationId":"ingest_sip_by_id_data_by_id_update","parameters":[{"name":"parentId","in":"path","required":true,"schema":{"type":"string"}},{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"object","additionalProperties":{"type":"object"}}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/SipDataFile"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/ingest/sip/{parentId}/aip/{id}":{"get":{"tags":["ingest/sip"],"operationId":"ingest_sip_by_id_aip_by_id_get","parameters":[{"name":"parentId","in":"path","required":true,"schema":{"type":"string"}},{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ArchivalInfoPackage"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]},"delete":{"tags":["ingest/sip"],"operationId":"ingest_sip_by_id_aip_by_id_delete","parameters":[{"name":"parentId","in":"path","required":true,"schema":{"type":"string"}},{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK"}},"security":[{"tokenAuth":[]},{"auth":[]}]},"patch":{"tags":["ingest/sip"],"operationId":"ingest_sip_by_id_aip_by_id_update","parameters":[{"name":"parentId","in":"path","required":true,"schema":{"type":"string"}},{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ArchivalInfoPackage"}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ArchivalInfoPackage"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/ingest/sip/{id}":{"get":{"tags":["ingest/sip"],"operationId":"ingest_sip_by_id_get","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/SubmissionInfoPackage"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]},"delete":{"tags":["ingest/sip"],"operationId":"ingest_sip_by_id_delete","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK"}},"security":[{"tokenAuth":[]},{"auth":[]}]},"patch":{"tags":["ingest/sip"],"operationId":"ingest_sip_by_id_update","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"object","additionalProperties":true}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/SubmissionInfoPackage"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/index/settings/{id}":{"get":{"tags":["index/settings"],"operationId":"index_settings_by_id_get","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/IndexProperties"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]},"delete":{"tags":["index/settings"],"operationId":"index_settings_by_id_delete","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK"}},"security":[{"tokenAuth":[]},{"auth":[]}]},"patch":{"tags":["index/settings"],"operationId":"index_settings_by_id_update","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/IndexProperties"}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/IndexProperties"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/index/index-field-aliases/{id}":{"get":{"tags":["index/index-field-aliases"],"operationId":"index_index-field-aliases_by_id_get","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/IndexFieldAlias"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]},"delete":{"tags":["index/index-field-aliases"],"operationId":"index_index-field-aliases_by_id_delete","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK"}},"security":[{"tokenAuth":[]},{"auth":[]}]},"patch":{"tags":["index/index-field-aliases"],"operationId":"index_index-field-aliases_by_id_update","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"object","additionalProperties":true}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/IndexFieldAlias"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/data-mgmt/public-di/{id}":{"get":{"tags":["data-mgmt/public-di"],"operationId":"data-mgmt_public-di_by_id_get","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ArchiveMetadata"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]},"delete":{"tags":["data-mgmt/public-di"],"operationId":"data-mgmt_public-di_by_id_delete","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK"}},"security":[{"tokenAuth":[]},{"auth":[]}]},"patch":{"tags":["data-mgmt/public-di"],"operationId":"data-mgmt_public-di_by_id_update","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ArchiveMetadata"}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ArchiveMetadata"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/data-mgmt/private-di/{id}":{"get":{"tags":["data-mgmt/private-di"],"operationId":"data-mgmt_private-di_by_id_get","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ArchiveMetadata"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]},"delete":{"tags":["data-mgmt/private-di"],"operationId":"data-mgmt_private-di_by_id_delete","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK"}},"security":[{"tokenAuth":[]},{"auth":[]}]},"patch":{"tags":["data-mgmt/private-di"],"operationId":"data-mgmt_private-di_by_id_update","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ArchiveMetadata"}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ArchiveMetadata"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/data-mgmt/di/{id}":{"get":{"tags":["data-mgmt/di"],"operationId":"data-mgmt_di_by_id_get","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ArchiveMetadata"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]},"delete":{"tags":["data-mgmt/di"],"operationId":"data-mgmt_di_by_id_delete","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK"}},"security":[{"tokenAuth":[]},{"auth":[]}]},"patch":{"tags":["data-mgmt/di"],"operationId":"data-mgmt_di_by_id_update","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ArchiveMetadata"}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ArchiveMetadata"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/data-mgmt/archive-public-data/{id}":{"get":{"tags":["data-mgmt/archive-public-data"],"operationId":"data-mgmt_archive-public-data_by_id_get","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}},{"name":"dataFileType","in":"query","required":true,"schema":{"type":"string","enum":["ARCHIVE_THUMBNAIL","ARCHIVE_README","ARCHIVE_DUA"]}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ArchivePublicData"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]},"delete":{"tags":["data-mgmt/archive-public-data"],"operationId":"data-mgmt_archive-public-data_by_id_delete","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK"}},"security":[{"tokenAuth":[]},{"auth":[]}]},"patch":{"tags":["data-mgmt/archive-public-data"],"operationId":"data-mgmt_archive-public-data_by_id_update","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"object","additionalProperties":true}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ArchivePublicData"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/archival-storage/stored-aip/{id}":{"get":{"tags":["archival-storage/stored-aip"],"operationId":"archival-storage_stored-aip_by_id_get","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/StoredAIP"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]},"delete":{"tags":["archival-storage/stored-aip"],"operationId":"archival-storage_stored-aip_by_id_delete","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK"}},"security":[{"tokenAuth":[]},{"auth":[]}]},"patch":{"tags":["archival-storage/stored-aip"],"operationId":"archival-storage_stored-aip_by_id_update","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/StoredAIP"}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/StoredAIP"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/archival-storage/aip/{parentId}/data/{id}":{"get":{"tags":["archival-storage/aip"],"operationId":"archival-storage_aip_by_id_data_by_id_get","parameters":[{"name":"parentId","in":"path","required":true,"schema":{"type":"string"}},{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/AipDataFile"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]},"delete":{"tags":["archival-storage/aip"],"operationId":"archival-storage_aip_by_id_data_by_id_delete","parameters":[{"name":"parentId","in":"path","required":true,"schema":{"type":"string"}},{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK"}},"security":[{"tokenAuth":[]},{"auth":[]}]},"patch":{"tags":["archival-storage/aip"],"operationId":"archival-storage_aip_by_id_data_by_id_update","parameters":[{"name":"parentId","in":"path","required":true,"schema":{"type":"string"}},{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"object","additionalProperties":{"type":"object"}}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/AipDataFile"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/archival-storage/aip/{parentId}/aip/{id}":{"get":{"tags":["archival-storage/aip"],"operationId":"archival-storage_aip_by_id_aip_by_id_get","parameters":[{"name":"parentId","in":"path","required":true,"schema":{"type":"string"}},{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ArchivalInfoPackage"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]},"delete":{"tags":["archival-storage/aip"],"operationId":"archival-storage_aip_by_id_aip_by_id_delete","parameters":[{"name":"parentId","in":"path","required":true,"schema":{"type":"string"}},{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK"}},"security":[{"tokenAuth":[]},{"auth":[]}]},"patch":{"tags":["archival-storage/aip"],"operationId":"archival-storage_aip_by_id_aip_by_id_update","parameters":[{"name":"parentId","in":"path","required":true,"schema":{"type":"string"}},{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ArchivalInfoPackage"}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ArchivalInfoPackage"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/archival-storage/aip/{id}":{"get":{"tags":["archival-storage/aip"],"operationId":"archival-storage_aip_by_id_get","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ArchivalInfoPackage"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]},"delete":{"tags":["archival-storage/aip"],"operationId":"archival-storage_aip_by_id_delete","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK"}},"security":[{"tokenAuth":[]},{"auth":[]}]},"patch":{"tags":["archival-storage/aip"],"operationId":"archival-storage_aip_by_id_update","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"object","additionalProperties":true}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ArchivalInfoPackage"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/admin/users/{id}":{"get":{"tags":["admin/users"],"operationId":"admin_users_by_id_get","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/User"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]},"delete":{"tags":["admin/users"],"operationId":"admin_users_by_id_delete","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK"}},"security":[{"tokenAuth":[]},{"auth":[]}]},"patch":{"tags":["admin/users"],"operationId":"admin_users_by_id_update","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"object","additionalProperties":true}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/User"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/admin/submission-policies/{id}":{"get":{"tags":["admin/submission-policies"],"operationId":"admin_submission-policies_by_id_get","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/SubmissionPolicy"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]},"delete":{"tags":["admin/submission-policies"],"operationId":"admin_submission-policies_by_id_delete","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK"}},"security":[{"tokenAuth":[]},{"auth":[]}]},"patch":{"tags":["admin/submission-policies"],"operationId":"admin_submission-policies_by_id_update","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"object","additionalProperties":true}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/SubmissionPolicy"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/admin/submission-agreements/{id}":{"get":{"tags":["admin/submission-agreements"],"operationId":"admin_submission-agreements_by_id_get","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/SubmissionAgreement"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]},"delete":{"tags":["admin/submission-agreements"],"operationId":"admin_submission-agreements_by_id_delete","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK"}},"security":[{"tokenAuth":[]},{"auth":[]}]},"patch":{"tags":["admin/submission-agreements"],"operationId":"admin_submission-agreements_by_id_update","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"object","additionalProperties":true}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/SubmissionAgreement"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/admin/subject-areas/{id}":{"get":{"tags":["admin/subject-areas"],"operationId":"admin_subject-areas_by_id_get","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/SubjectArea"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]},"delete":{"tags":["admin/subject-areas"],"operationId":"admin_subject-areas_by_id_delete","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK"}},"security":[{"tokenAuth":[]},{"auth":[]}]},"patch":{"tags":["admin/subject-areas"],"operationId":"admin_subject-areas_by_id_update","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"object","additionalProperties":true}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/SubjectArea"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/admin/scheduled-tasks/{id}":{"get":{"tags":["admin/scheduled-tasks"],"operationId":"admin_scheduled-tasks_by_id_get","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ScheduledTask"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]},"delete":{"tags":["admin/scheduled-tasks"],"operationId":"admin_scheduled-tasks_by_id_delete","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK"}},"security":[{"tokenAuth":[]},{"auth":[]}]},"patch":{"tags":["admin/scheduled-tasks"],"operationId":"admin_scheduled-tasks_by_id_update","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"object","additionalProperties":true}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ScheduledTask"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/admin/roles/{id}":{"get":{"tags":["admin/roles"],"operationId":"admin_roles_by_id_get","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/Role"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]},"delete":{"tags":["admin/roles"],"operationId":"admin_roles_by_id_delete","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK"}},"security":[{"tokenAuth":[]},{"auth":[]}]},"patch":{"tags":["admin/roles"],"operationId":"admin_roles_by_id_update","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"object","additionalProperties":true}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/Role"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/admin/preservation-policies/{id}":{"get":{"tags":["admin/preservation-policies"],"operationId":"admin_preservation-policies_by_id_get","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/PreservationPolicy"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]},"delete":{"tags":["admin/preservation-policies"],"operationId":"admin_preservation-policies_by_id_delete","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK"}},"security":[{"tokenAuth":[]},{"auth":[]}]},"patch":{"tags":["admin/preservation-policies"],"operationId":"admin_preservation-policies_by_id_update","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"object","additionalProperties":true}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/PreservationPolicy"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/admin/people/{parentId}/notification-types/{id}":{"get":{"tags":["admin/people"],"operationId":"admin_people_by_id_notification-types_by_id_get","parameters":[{"name":"parentId","in":"path","required":true,"schema":{"type":"string"}},{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/NotificationType"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]},"delete":{"tags":["admin/people"],"operationId":"admin_people_by_id_notification-types_by_id_delete","parameters":[{"name":"parentId","in":"path","required":true,"schema":{"type":"string"}},{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK"}},"security":[{"tokenAuth":[]},{"auth":[]}]},"patch":{"tags":["admin/people"],"operationId":"admin_people_by_id_notification-types_by_id_update","parameters":[{"name":"parentId","in":"path","required":true,"schema":{"type":"string"}},{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/NotificationType"}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/NotificationType"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/admin/people/{id}":{"get":{"tags":["admin/people"],"operationId":"admin_people_by_id_get","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}},{"name":"identifierType","in":"query","required":false,"schema":{"type":"string","default":"RES_ID","enum":["RES_ID","ORCID","ROR_ID","SPDX_ID","NAME","ACRONYM"]}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/Person"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]},"delete":{"tags":["admin/people"],"operationId":"admin_people_by_id_delete","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK"}},"security":[{"tokenAuth":[]},{"auth":[]}]},"patch":{"tags":["admin/people"],"operationId":"admin_people_by_id_update","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"object","additionalProperties":true}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/Person"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/admin/organizational-units/{parentId}/subject-areas/{id}":{"get":{"tags":["admin/organizational-units"],"operationId":"admin_organizational-units_by_id_subject-areas_by_id_get","parameters":[{"name":"parentId","in":"path","required":true,"schema":{"type":"string"}},{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/SubjectArea"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]},"delete":{"tags":["admin/organizational-units"],"operationId":"admin_organizational-units_by_id_subject-areas_by_id_delete","parameters":[{"name":"parentId","in":"path","required":true,"schema":{"type":"string"}},{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK"}},"security":[{"tokenAuth":[]},{"auth":[]}]},"patch":{"tags":["admin/organizational-units"],"operationId":"admin_organizational-units_by_id_subject-areas_by_id_update","parameters":[{"name":"parentId","in":"path","required":true,"schema":{"type":"string"}},{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/SubjectArea"}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/SubjectArea"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/admin/organizational-units/{parentId}/institutions/{id}":{"get":{"tags":["admin/organizational-units"],"operationId":"admin_organizational-units_by_id_institutions_by_id_get","parameters":[{"name":"parentId","in":"path","required":true,"schema":{"type":"string"}},{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/Institution"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]},"delete":{"tags":["admin/organizational-units"],"operationId":"admin_organizational-units_by_id_institutions_by_id_delete","parameters":[{"name":"parentId","in":"path","required":true,"schema":{"type":"string"}},{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK"}},"security":[{"tokenAuth":[]},{"auth":[]}]},"patch":{"tags":["admin/organizational-units"],"operationId":"admin_organizational-units_by_id_institutions_by_id_update","parameters":[{"name":"parentId","in":"path","required":true,"schema":{"type":"string"}},{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Institution"}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/Institution"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/admin/organizational-units/{parentId}/funding-agencies/{id}":{"get":{"tags":["admin/organizational-units"],"operationId":"admin_organizational-units_by_id_funding-agencies_by_id_get","parameters":[{"name":"parentId","in":"path","required":true,"schema":{"type":"string"}},{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/FundingAgency"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]},"delete":{"tags":["admin/organizational-units"],"operationId":"admin_organizational-units_by_id_funding-agencies_by_id_delete","parameters":[{"name":"parentId","in":"path","required":true,"schema":{"type":"string"}},{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK"}},"security":[{"tokenAuth":[]},{"auth":[]}]},"patch":{"tags":["admin/organizational-units"],"operationId":"admin_organizational-units_by_id_funding-agencies_by_id_update","parameters":[{"name":"parentId","in":"path","required":true,"schema":{"type":"string"}},{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FundingAgency"}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/FundingAgency"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/admin/organizational-units/{parentId}/additional-fields-forms/{id}":{"get":{"tags":["admin/organizational-units"],"operationId":"admin_organizational-units_by_id_additional-fields-forms_by_id_get","parameters":[{"name":"parentId","in":"path","required":true,"schema":{"type":"string"}},{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/AdditionalFieldsForm"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]},"delete":{"tags":["admin/organizational-units"],"operationId":"admin_organizational-units_by_id_additional-fields-forms_by_id_delete","parameters":[{"name":"parentId","in":"path","required":true,"schema":{"type":"string"}},{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK"}},"security":[{"tokenAuth":[]},{"auth":[]}]},"patch":{"tags":["admin/organizational-units"],"operationId":"admin_organizational-units_by_id_additional-fields-forms_by_id_update","parameters":[{"name":"parentId","in":"path","required":true,"schema":{"type":"string"}},{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"object","additionalProperties":{"type":"object"}}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/AdditionalFieldsForm"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/admin/organizational-units/{id}":{"get":{"tags":["admin/organizational-units"],"operationId":"admin_organizational-units_by_id_get","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/OrganizationalUnit"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]},"delete":{"tags":["admin/organizational-units"],"operationId":"admin_organizational-units_by_id_delete","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK"}},"security":[{"tokenAuth":[]},{"auth":[]}]},"patch":{"tags":["admin/organizational-units"],"operationId":"admin_organizational-units_by_id_update","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"object","additionalProperties":true}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/OrganizationalUnit"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/admin/orcid-synchronizations/{id}":{"get":{"tags":["admin/orcid-synchronizations"],"operationId":"admin_orcid-synchronizations_by_id_get","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/DlcmOrcidSynchronization"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]},"delete":{"tags":["admin/orcid-synchronizations"],"operationId":"admin_orcid-synchronizations_by_id_delete","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK"}},"security":[{"tokenAuth":[]},{"auth":[]}]},"patch":{"tags":["admin/orcid-synchronizations"],"operationId":"admin_orcid-synchronizations_by_id_update","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"object","additionalProperties":true}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/DlcmOrcidSynchronization"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/admin/notifications/{id}":{"get":{"tags":["admin/notifications"],"operationId":"admin_notifications_by_id_get","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/Notification"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]},"delete":{"tags":["admin/notifications"],"operationId":"admin_notifications_by_id_delete","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK"}},"security":[{"tokenAuth":[]},{"auth":[]}]},"patch":{"tags":["admin/notifications"],"operationId":"admin_notifications_by_id_update","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"object","additionalProperties":true}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/Notification"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/admin/metadata-types/{id}":{"get":{"tags":["admin/metadata-types"],"operationId":"admin_metadata-types_by_id_get","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/MetadataType"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]},"delete":{"tags":["admin/metadata-types"],"operationId":"admin_metadata-types_by_id_delete","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK"}},"security":[{"tokenAuth":[]},{"auth":[]}]},"patch":{"tags":["admin/metadata-types"],"operationId":"admin_metadata-types_by_id_update","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"object","additionalProperties":true}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/MetadataType"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/admin/members/{parentId}/institutions/{id}":{"get":{"tags":["admin/members"],"operationId":"admin_members_by_id_institutions_by_id_get","parameters":[{"name":"parentId","in":"path","required":true,"schema":{"type":"string"}},{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/Institution"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]},"delete":{"tags":["admin/members"],"operationId":"admin_members_by_id_institutions_by_id_delete","parameters":[{"name":"parentId","in":"path","required":true,"schema":{"type":"string"}},{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK"}},"security":[{"tokenAuth":[]},{"auth":[]}]},"patch":{"tags":["admin/members"],"operationId":"admin_members_by_id_institutions_by_id_update","parameters":[{"name":"parentId","in":"path","required":true,"schema":{"type":"string"}},{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Institution"}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/Institution"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/admin/licenses/{id}":{"get":{"tags":["admin/licenses"],"operationId":"admin_licenses_by_id_get","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}},{"name":"identifierType","in":"query","required":false,"schema":{"type":"string","default":"RES_ID","enum":["RES_ID","ORCID","ROR_ID","SPDX_ID","NAME","ACRONYM"]}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/License"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]},"delete":{"tags":["admin/licenses"],"operationId":"admin_licenses_by_id_delete","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK"}},"security":[{"tokenAuth":[]},{"auth":[]}]},"patch":{"tags":["admin/licenses"],"operationId":"admin_licenses_by_id_update","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"object","additionalProperties":true}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/License"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/admin/languages/{id}":{"get":{"tags":["admin/languages"],"operationId":"admin_languages_by_id_get","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/Language"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]},"delete":{"tags":["admin/languages"],"operationId":"admin_languages_by_id_delete","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK"}},"security":[{"tokenAuth":[]},{"auth":[]}]},"patch":{"tags":["admin/languages"],"operationId":"admin_languages_by_id_update","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"object","additionalProperties":true}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/Language"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/admin/institutions/{parentId}/organizational-units/{id}":{"get":{"tags":["admin/institutions"],"operationId":"admin_institutions_by_id_organizational-units_by_id_get","parameters":[{"name":"parentId","in":"path","required":true,"schema":{"type":"string"}},{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/OrganizationalUnit"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]},"delete":{"tags":["admin/institutions"],"operationId":"admin_institutions_by_id_organizational-units_by_id_delete","parameters":[{"name":"parentId","in":"path","required":true,"schema":{"type":"string"}},{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK"}},"security":[{"tokenAuth":[]},{"auth":[]}]},"patch":{"tags":["admin/institutions"],"operationId":"admin_institutions_by_id_organizational-units_by_id_update","parameters":[{"name":"parentId","in":"path","required":true,"schema":{"type":"string"}},{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/OrganizationalUnit"}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/OrganizationalUnit"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/admin/institutions/{parentId}/members/{id}":{"get":{"tags":["admin/institutions"],"operationId":"admin_institutions_by_id_members_by_id_get","parameters":[{"name":"parentId","in":"path","required":true,"schema":{"type":"string"}},{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/Person"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]},"delete":{"tags":["admin/institutions"],"operationId":"admin_institutions_by_id_members_by_id_delete","parameters":[{"name":"parentId","in":"path","required":true,"schema":{"type":"string"}},{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK"}},"security":[{"tokenAuth":[]},{"auth":[]}]},"patch":{"tags":["admin/institutions"],"operationId":"admin_institutions_by_id_members_by_id_update","parameters":[{"name":"parentId","in":"path","required":true,"schema":{"type":"string"}},{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Person"}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/Person"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/admin/institutions/{id}":{"get":{"tags":["admin/institutions"],"operationId":"admin_institutions_by_id_get","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}},{"name":"identifierType","in":"query","required":false,"schema":{"type":"string","default":"RES_ID","enum":["RES_ID","ORCID","ROR_ID","SPDX_ID","NAME","ACRONYM"]}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/Institution"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]},"delete":{"tags":["admin/institutions"],"operationId":"admin_institutions_by_id_delete","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK"}},"security":[{"tokenAuth":[]},{"auth":[]}]},"patch":{"tags":["admin/institutions"],"operationId":"admin_institutions_by_id_update","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"object","additionalProperties":true}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/Institution"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/admin/global-banners/{id}":{"get":{"tags":["admin/global-banners"],"operationId":"admin_global-banners_by_id_get","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/GlobalBanner"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]},"delete":{"tags":["admin/global-banners"],"operationId":"admin_global-banners_by_id_delete","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK"}},"security":[{"tokenAuth":[]},{"auth":[]}]},"patch":{"tags":["admin/global-banners"],"operationId":"admin_global-banners_by_id_update","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"object","additionalProperties":true}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/GlobalBanner"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/admin/funding-agencies/{parentId}/organizational-units/{id}":{"get":{"tags":["admin/funding-agencies"],"operationId":"admin_funding-agencies_by_id_organizational-units_by_id_get","parameters":[{"name":"parentId","in":"path","required":true,"schema":{"type":"string"}},{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/OrganizationalUnit"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]},"delete":{"tags":["admin/funding-agencies"],"operationId":"admin_funding-agencies_by_id_organizational-units_by_id_delete","parameters":[{"name":"parentId","in":"path","required":true,"schema":{"type":"string"}},{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK"}},"security":[{"tokenAuth":[]},{"auth":[]}]},"patch":{"tags":["admin/funding-agencies"],"operationId":"admin_funding-agencies_by_id_organizational-units_by_id_update","parameters":[{"name":"parentId","in":"path","required":true,"schema":{"type":"string"}},{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/OrganizationalUnit"}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/OrganizationalUnit"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/admin/funding-agencies/{id}":{"get":{"tags":["admin/funding-agencies"],"operationId":"admin_funding-agencies_by_id_get","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}},{"name":"identifierType","in":"query","required":false,"schema":{"type":"string","default":"RES_ID","enum":["RES_ID","ORCID","ROR_ID","SPDX_ID","NAME","ACRONYM"]}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/FundingAgency"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]},"delete":{"tags":["admin/funding-agencies"],"operationId":"admin_funding-agencies_by_id_delete","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK"}},"security":[{"tokenAuth":[]},{"auth":[]}]},"patch":{"tags":["admin/funding-agencies"],"operationId":"admin_funding-agencies_by_id_update","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"object","additionalProperties":true}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/FundingAgency"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/admin/dissemination-policies/{id}":{"get":{"tags":["admin/dissemination-policies"],"operationId":"admin_dissemination-policies_by_id_get","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/DisseminationPolicy"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]},"delete":{"tags":["admin/dissemination-policies"],"operationId":"admin_dissemination-policies_by_id_delete","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK"}},"security":[{"tokenAuth":[]},{"auth":[]}]},"patch":{"tags":["admin/dissemination-policies"],"operationId":"admin_dissemination-policies_by_id_update","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"object","additionalProperties":true}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/DisseminationPolicy"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/admin/archive-types/{id}":{"get":{"tags":["admin/archive-types"],"operationId":"admin_archive-types_by_id_get","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ArchiveType"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]},"delete":{"tags":["admin/archive-types"],"operationId":"admin_archive-types_by_id_delete","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK"}},"security":[{"tokenAuth":[]},{"auth":[]}]},"patch":{"tags":["admin/archive-types"],"operationId":"admin_archive-types_by_id_update","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"object","additionalProperties":true}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ArchiveType"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/admin/archive-ratings/{id}":{"get":{"tags":["admin/archive-ratings"],"operationId":"admin_archive-ratings_by_id_get","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ArchiveUserRating"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]},"delete":{"tags":["admin/archive-ratings"],"operationId":"admin_archive-ratings_by_id_delete","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK"}},"security":[{"tokenAuth":[]},{"auth":[]}]},"patch":{"tags":["admin/archive-ratings"],"operationId":"admin_archive-ratings_by_id_update","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"object","additionalProperties":true}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ArchiveUserRating"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/admin/archive-acl/{id}":{"get":{"tags":["admin/archive-acl"],"operationId":"admin_archive-acl_by_id_get","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ArchiveACL"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]},"delete":{"tags":["admin/archive-acl"],"operationId":"admin_archive-acl_by_id_delete","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK"}},"security":[{"tokenAuth":[]},{"auth":[]}]},"patch":{"tags":["admin/archive-acl"],"operationId":"admin_archive-acl_by_id_update","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"object","additionalProperties":true}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ArchiveACL"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/admin/application-roles/{id}":{"get":{"tags":["admin/application-roles"],"operationId":"admin_application-roles_by_id_get","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/SolidifyApplicationRole"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]},"delete":{"tags":["admin/application-roles"],"operationId":"admin_application-roles_by_id_delete","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK"}},"security":[{"tokenAuth":[]},{"auth":[]}]},"patch":{"tags":["admin/application-roles"],"operationId":"admin_application-roles_by_id_update","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"object","additionalProperties":true}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/SolidifyApplicationRole"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/access/orders/{parentId}/dip/{id}":{"get":{"tags":["access/orders"],"operationId":"access_orders_by_id_dip_by_id_get","parameters":[{"name":"parentId","in":"path","required":true,"schema":{"type":"string"}},{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/DisseminationInfoPackage"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]},"delete":{"tags":["access/orders"],"operationId":"access_orders_by_id_dip_by_id_delete","parameters":[{"name":"parentId","in":"path","required":true,"schema":{"type":"string"}},{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK"}},"security":[{"tokenAuth":[]},{"auth":[]}]},"patch":{"tags":["access/orders"],"operationId":"access_orders_by_id_dip_by_id_update","parameters":[{"name":"parentId","in":"path","required":true,"schema":{"type":"string"}},{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DisseminationInfoPackage"}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/DisseminationInfoPackage"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/access/orders/{parentId}/aip/{id}":{"get":{"tags":["access/orders"],"operationId":"access_orders_by_id_aip_by_id_get","parameters":[{"name":"parentId","in":"path","required":true,"schema":{"type":"string"}},{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ArchivalInfoPackage"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]},"delete":{"tags":["access/orders"],"operationId":"access_orders_by_id_aip_by_id_delete","parameters":[{"name":"parentId","in":"path","required":true,"schema":{"type":"string"}},{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK"}},"security":[{"tokenAuth":[]},{"auth":[]}]},"patch":{"tags":["access/orders"],"operationId":"access_orders_by_id_aip_by_id_update","parameters":[{"name":"parentId","in":"path","required":true,"schema":{"type":"string"}},{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ArchivalInfoPackage"}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ArchivalInfoPackage"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/access/orders/{id}":{"get":{"tags":["access/orders"],"operationId":"access_orders_by_id_get","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/Order"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]},"delete":{"tags":["access/orders"],"operationId":"access_orders_by_id_delete","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK"}},"security":[{"tokenAuth":[]},{"auth":[]}]},"patch":{"tags":["access/orders"],"operationId":"access_orders_by_id_update","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"object","additionalProperties":true}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/Order"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/access/dip/{parentId}/data/{id}":{"get":{"tags":["access/dip"],"operationId":"access_dip_by_id_data_by_id_get","parameters":[{"name":"parentId","in":"path","required":true,"schema":{"type":"string"}},{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/DipDataFile"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]},"delete":{"tags":["access/dip"],"operationId":"access_dip_by_id_data_by_id_delete","parameters":[{"name":"parentId","in":"path","required":true,"schema":{"type":"string"}},{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK"}},"security":[{"tokenAuth":[]},{"auth":[]}]},"patch":{"tags":["access/dip"],"operationId":"access_dip_by_id_data_by_id_update","parameters":[{"name":"parentId","in":"path","required":true,"schema":{"type":"string"}},{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"object","additionalProperties":{"type":"object"}}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/DipDataFile"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/access/dip/{parentId}/aip/{id}":{"get":{"tags":["access/dip"],"operationId":"access_dip_by_id_aip_by_id_get","parameters":[{"name":"parentId","in":"path","required":true,"schema":{"type":"string"}},{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ArchivalInfoPackage"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]},"delete":{"tags":["access/dip"],"operationId":"access_dip_by_id_aip_by_id_delete","parameters":[{"name":"parentId","in":"path","required":true,"schema":{"type":"string"}},{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK"}},"security":[{"tokenAuth":[]},{"auth":[]}]},"patch":{"tags":["access/dip"],"operationId":"access_dip_by_id_aip_by_id_update","parameters":[{"name":"parentId","in":"path","required":true,"schema":{"type":"string"}},{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ArchivalInfoPackage"}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ArchivalInfoPackage"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/access/dip/{id}":{"get":{"tags":["access/dip"],"operationId":"access_dip_by_id_get","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/DisseminationInfoPackage"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]},"delete":{"tags":["access/dip"],"operationId":"access_dip_by_id_delete","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK"}},"security":[{"tokenAuth":[]},{"auth":[]}]},"patch":{"tags":["access/dip"],"operationId":"access_dip_by_id_update","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"object","additionalProperties":true}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/DisseminationInfoPackage"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/access/aip/{parentId}/data/{id}":{"get":{"tags":["access/aip"],"operationId":"access_aip_by_id_data_by_id_get","parameters":[{"name":"parentId","in":"path","required":true,"schema":{"type":"string"}},{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/AipDataFile"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]},"delete":{"tags":["access/aip"],"operationId":"access_aip_by_id_data_by_id_delete","parameters":[{"name":"parentId","in":"path","required":true,"schema":{"type":"string"}},{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK"}},"security":[{"tokenAuth":[]},{"auth":[]}]},"patch":{"tags":["access/aip"],"operationId":"access_aip_by_id_data_by_id_update","parameters":[{"name":"parentId","in":"path","required":true,"schema":{"type":"string"}},{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"object","additionalProperties":{"type":"object"}}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/AipDataFile"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/access/aip/{parentId}/aip/{id}":{"get":{"tags":["access/aip"],"operationId":"access_aip_by_id_aip_by_id_get","parameters":[{"name":"parentId","in":"path","required":true,"schema":{"type":"string"}},{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ArchivalInfoPackage"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]},"delete":{"tags":["access/aip"],"operationId":"access_aip_by_id_aip_by_id_delete","parameters":[{"name":"parentId","in":"path","required":true,"schema":{"type":"string"}},{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK"}},"security":[{"tokenAuth":[]},{"auth":[]}]},"patch":{"tags":["access/aip"],"operationId":"access_aip_by_id_aip_by_id_update","parameters":[{"name":"parentId","in":"path","required":true,"schema":{"type":"string"}},{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ArchivalInfoPackage"}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ArchivalInfoPackage"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/access/aip/{id}":{"get":{"tags":["access/aip"],"operationId":"access_aip_by_id_get","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ArchivalInfoPackage"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]},"delete":{"tags":["access/aip"],"operationId":"access_aip_by_id_delete","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK"}},"security":[{"tokenAuth":[]},{"auth":[]}]},"patch":{"tags":["access/aip"],"operationId":"access_aip_by_id_update","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"object","additionalProperties":true}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ArchivalInfoPackage"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/sso-user":{"get":{"tags":["sso-user"],"operationId":"sso-user_user","responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/User"}}}}}}},"/sitemap.xml":{"get":{"tags":["sitemap.xml"],"operationId":"sitemap.xml_getSitemapIndex","parameters":[{"name":"extra","in":"query","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"application/xml":{"schema":{"oneOf":[{"$ref":"#/components/schemas/Urlset"},{"$ref":"#/components/schemas/Sitemapindex"}]}}}}}}},"/sitemap-{name}.xml":{"get":{"tags":["sitemap-{name}.xml"],"operationId":"sitemap-by_id.xml_getSitemap","parameters":[{"name":"name","in":"path","required":true,"schema":{"type":"string"}},{"name":"from","in":"query","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"application/xml":{"schema":{"$ref":"#/components/schemas/Urlset"}}}}}}},"/resource-srv":{"get":{"tags":["resource-srv"],"operationId":"resource-srv_home","responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/Module"}}}}}}},"/resource-srv/checkTool":{"get":{"tags":["resource-srv/checkTool"],"operationId":"resource-srv_checkTool","parameters":[{"name":"toolName","in":"query","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"type":"string"}}}}}}},"/preservation-planning":{"get":{"tags":["preservation-planning"],"operationId":"preservation-planning_home","responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/Module"}}}}}}},"/preservation-planning/preservation-jobs/{parentId}/executions/{id}/reports":{"get":{"tags":["preservation-planning/preservation-jobs"],"operationId":"preservation-planning_preservation-jobs_by_id_executions_by_id_reports","parameters":[{"name":"parentId","in":"path","required":true,"schema":{"type":"string"}},{"name":"id","in":"path","required":true,"schema":{"type":"string"}},{"name":"page","in":"query","description":"Zero-based page index (0..N)","required":false,"schema":{"minimum":0,"type":"integer","default":0}},{"name":"size","in":"query","description":"The size of the page to be returned","required":false,"schema":{"minimum":1,"type":"integer","default":20}},{"name":"sort","in":"query","description":"Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported.","required":false,"schema":{"type":"array","items":{"type":"string"}}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestCollectionJobExecutionReport"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/preservation-planning/preservation-jobs/{parentId}/executions/{id}/reports/{reportId}":{"get":{"tags":["preservation-planning/preservation-jobs"],"operationId":"preservation-planning_preservation-jobs_by_id_executions_by_id_reports_by_id_report","parameters":[{"name":"parentId","in":"path","required":true,"schema":{"type":"string"}},{"name":"id","in":"path","required":true,"schema":{"type":"string"}},{"name":"reportId","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/JobExecutionReport"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/preservation-planning/preservation-jobs/{parentId}/executions/{id}/reports/{reportId}/detail":{"get":{"tags":["preservation-planning/preservation-jobs"],"operationId":"preservation-planning_preservation-jobs_by_id_executions_by_id_reports_by_id_detail_reportLines","parameters":[{"name":"parentId","in":"path","required":true,"schema":{"type":"string"}},{"name":"id","in":"path","required":true,"schema":{"type":"string"}},{"name":"reportId","in":"path","required":true,"schema":{"type":"string"}},{"name":"page","in":"query","description":"Zero-based page index (0..N)","required":false,"schema":{"minimum":0,"type":"integer","default":0}},{"name":"size","in":"query","description":"The size of the page to be returned","required":false,"schema":{"minimum":1,"type":"integer","default":20}},{"name":"sort","in":"query","description":"Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported.","required":false,"schema":{"type":"array","items":{"type":"string"}}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestCollectionJobExecutionReportLine"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/preservation-planning/preservation-jobs/{parentId}/executions/{id}/history":{"get":{"tags":["preservation-planning/preservation-jobs"],"operationId":"preservation-planning_preservation-jobs_by_id_executions_by_id_history","parameters":[{"name":"parentId","in":"path","required":true,"schema":{"type":"string"}},{"name":"id","in":"path","required":true,"schema":{"type":"string"}},{"name":"pageable","in":"query","required":true,"schema":{"$ref":"#/components/schemas/Pageable"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestCollectionStatusHistory"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/preservation-planning/preservation-jobs/{parentId}/executions/{id}/download":{"get":{"tags":["preservation-planning/preservation-jobs"],"operationId":"preservation-planning_preservation-jobs_by_id_executions_by_id_download","parameters":[{"name":"parentId","in":"path","required":true,"schema":{"type":"string"}},{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"type":"string","format":"binary"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/preservation-planning/preservation-jobs/{parentId}/executions/list-status":{"get":{"tags":["preservation-planning/preservation-jobs"],"operationId":"preservation-planning_preservation-jobs_by_id_executions_list-status","parameters":[{"name":"parentId","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"type":"string","enum":["COMPLETED","CREATED","IN_ERROR","IN_PROGRESS","READY"]}}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/preservation-planning/preservation-jobs/list-job-types":{"get":{"tags":["preservation-planning/preservation-jobs"],"operationId":"preservation-planning_preservation-jobs_list-job-types","responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"type":"string","description":"Preservation job type","enum":["ARCHIVE_CHECK","ARCHIVE_PRELOAD_BIG","ARCHIVE_PRELOAD_SMALL","CHECK_COMPLIANCE_LEVEL","CLEAN_SUBMISSION","COMPLIANCE_LEVEL_UPDATE","DISPOSAL","FIXITY","METADATA_MIGRATION","PURGE_ORDER","PURGE_SUBMISSION_TEMP_FILES","REINDEX_ALL","REINDEX","RELOAD","RELOAD_INGEST","REPLICATION_CHECK","REPLICATION","SIMPLE_CLEAN_SUBMISSION"]}}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/preservation-planning/preservation-jobs/list-job-recurrences":{"get":{"tags":["preservation-planning/preservation-jobs"],"operationId":"preservation-planning_preservation-jobs_list-job-recurrences","responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"type":"string","enum":["DAILY","MONTHLY","ONCE","WEEKLY","YEARLY"]}}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/preservation-planning/monitor":{"get":{"tags":["preservation-planning/monitor"],"operationId":"preservation-planning_monitor_status","responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"type":"string"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/preservation-planning/modules":{"get":{"tags":["preservation-planning/modules"],"operationId":"preservation-planning_modules","responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ModuleList"}}}}}}},"/preservation-planning/aip":{"get":{"tags":["preservation-planning/aip"],"operationId":"preservation-planning_aip_list","parameters":[{"name":"searchType","in":"query","required":false,"schema":{"type":"string","default":"ALL_COPIES","enum":["ALL_COPIES","ALL_COPIES_COMPLETED","SOME_COPY_IN_ERROR","SOME_COPY_MISC_STATUS","SOME_COPY_MISSING","SOME_COPY_NOT_UPDATED"]}},{"name":"page","in":"query","description":"Zero-based page index (0..N)","required":false,"schema":{"minimum":0,"type":"integer","default":0}},{"name":"size","in":"query","description":"The size of the page to be returned","required":false,"schema":{"minimum":1,"type":"integer","default":20}},{"name":"sort","in":"query","description":"Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported.","required":false,"schema":{"type":"array","items":{"type":"string"}}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestCollectionAipCopyList"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/preingest":{"get":{"tags":["preingest"],"operationId":"preingest_home","responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/Module"}}}}}}},"/preingest/deposits/{parentId}/data/{id}/history":{"get":{"tags":["preingest/deposits"],"operationId":"preingest_deposits_by_id_data_by_id_history","parameters":[{"name":"parentId","in":"path","required":true,"schema":{"type":"string"}},{"name":"id","in":"path","required":true,"schema":{"type":"string"}},{"name":"pageable","in":"query","required":true,"schema":{"$ref":"#/components/schemas/Pageable"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestCollectionStatusHistory"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/preingest/deposits/{parentId}/data/{id}/download":{"get":{"tags":["preingest/deposits"],"operationId":"preingest_deposits_by_id_data_by_id_download","parameters":[{"name":"parentId","in":"path","required":true,"schema":{"type":"string"}},{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"type":"string","format":"binary"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/preingest/deposits/{parentId}/data/{id}/download-token":{"get":{"tags":["preingest/deposits"],"operationId":"preingest_deposits_by_id_data_by_id_download-token_getTokenForDepositDataFile","parameters":[{"name":"parentId","in":"path","required":true,"schema":{"type":"string"}},{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/DownloadToken"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/preingest/deposits/{parentId}/data/search":{"get":{"tags":["preingest/deposits"],"operationId":"preingest_deposits_by_id_data_search_get","parameters":[{"name":"complianceLevel","in":"query","required":false,"schema":{"type":"string","enum":["NOT_ASSESSED","NO_COMPLIANCE","WEAK_COMPLIANCE","AVERAGE_COMPLIANCE","FULL_COMPLIANCE"]}},{"name":"dataCategory","in":"query","required":false,"schema":{"type":"string","enum":["Primary","Observational","Experimental","Simulation","Derived","Reference","Digitalized","Secondary","Publication","DataPaper","Documentation","Software","Code","Binaries","VirtualMachine","Administrative","Document","WebSite","Other","Package","InformationPackage","UpdatePackage","Metadata","CustomMetadata","UpdatedMetadata","Internal","DatasetThumbnail","ArchiveThumbnail","ArchiveReadme","DatafileThumbnail","ArchiveDataUseAgreement"]}},{"name":"dataType","in":"query","required":false,"schema":{"type":"string","enum":["Primary","Observational","Experimental","Simulation","Derived","Reference","Digitalized","Secondary","Publication","DataPaper","Documentation","Software","Code","Binaries","VirtualMachine","Administrative","Document","WebSite","Other","Package","InformationPackage","UpdatePackage","Metadata","CustomMetadata","UpdatedMetadata","Internal","DatasetThumbnail","ArchiveThumbnail","ArchiveReadme","DatafileThumbnail","ArchiveDataUseAgreement"]}},{"name":"fileName","in":"query","required":false,"schema":{"type":"string"}},{"name":"fileSize","in":"query","required":false,"schema":{"type":"integer","format":"int64"}},{"name":"finalData","in":"query","required":false,"schema":{"type":"string","format":"uri"}},{"name":"match","in":"query","required":false,"schema":{"type":"string"}},{"name":"page","in":"query","description":"Zero-based page index (0..N)","required":false,"schema":{"minimum":0,"type":"integer","default":0}},{"name":"parentId","in":"path","required":true,"schema":{"type":"string"}},{"name":"relativeLocation","in":"query","required":false,"schema":{"type":"string"}},{"name":"resId","in":"query","description":"The identifier of the resource. The default format is a Universally Unique IDentifier (UUID).","required":false,"schema":{"type":"string"}},{"name":"search","in":"query","required":true,"schema":{"type":"string"}},{"name":"size","in":"query","description":"The size of the page to be returned","required":false,"schema":{"minimum":1,"type":"integer","default":20}},{"name":"sort","in":"query","description":"Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported.","required":false,"schema":{"type":"array","items":{"type":"string"}}},{"name":"sourceData","in":"query","required":false,"schema":{"type":"string","format":"uri"}},{"name":"status","in":"query","required":false,"schema":{"type":"string","enum":["CHANGE_RELATIVE_LOCATION","CHANGE_DATA_CATEGORY","CLEANED","CLEANING","EXCLUDED_FILE","CHECK_COMPLIANCE","CHECK_COMPLIANCE_CLEANED","CHECKED_COMPLIANCE","CHECKED_COMPLIANCE_CLEANED","IGNORED_FILE","DOWNLOAD_IN_PROGRESS","FILE_FORMAT_IDENTIFIED","FILE_FORMAT_SKIPPED","FILE_FORMAT_UNKNOWN","IN_ERROR","PROCESSED","READY","RECEIVED","TO_PROCESS","VIRUS_CHECKED","VIRUS_SKIPPED"]}},{"name":"statusMessage","in":"query","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestCollectionDepositDataFile"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/preingest/deposits/{parentId}/data/list-status":{"get":{"tags":["preingest/deposits"],"operationId":"preingest_deposits_by_id_data_list-status","parameters":[{"name":"parentId","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"type":"string","enum":["CHANGE_RELATIVE_LOCATION","CHANGE_DATA_CATEGORY","CLEANED","CLEANING","EXCLUDED_FILE","CHECK_COMPLIANCE","CHECK_COMPLIANCE_CLEANED","CHECKED_COMPLIANCE","CHECKED_COMPLIANCE_CLEANED","IGNORED_FILE","DOWNLOAD_IN_PROGRESS","FILE_FORMAT_IDENTIFIED","FILE_FORMAT_SKIPPED","FILE_FORMAT_UNKNOWN","IN_ERROR","PROCESSED","READY","RECEIVED","TO_PROCESS","VIRUS_CHECKED","VIRUS_SKIPPED"]}}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/preingest/deposits/{parentId}/data/list-folders":{"get":{"tags":["preingest/deposits"],"operationId":"preingest_deposits_by_id_data_list-folders","parameters":[{"name":"parentId","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"type":"string"}}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/preingest/deposits/{parentId}/data/list-current-status":{"get":{"tags":["preingest/deposits"],"operationId":"preingest_deposits_by_id_data_list-current-status","parameters":[{"name":"complianceLevel","in":"query","required":false,"schema":{"type":"string","enum":["NOT_ASSESSED","NO_COMPLIANCE","WEAK_COMPLIANCE","AVERAGE_COMPLIANCE","FULL_COMPLIANCE"]}},{"name":"dataCategory","in":"query","required":false,"schema":{"type":"string","enum":["Primary","Observational","Experimental","Simulation","Derived","Reference","Digitalized","Secondary","Publication","DataPaper","Documentation","Software","Code","Binaries","VirtualMachine","Administrative","Document","WebSite","Other","Package","InformationPackage","UpdatePackage","Metadata","CustomMetadata","UpdatedMetadata","Internal","DatasetThumbnail","ArchiveThumbnail","ArchiveReadme","DatafileThumbnail","ArchiveDataUseAgreement"]}},{"name":"dataType","in":"query","required":false,"schema":{"type":"string","enum":["Primary","Observational","Experimental","Simulation","Derived","Reference","Digitalized","Secondary","Publication","DataPaper","Documentation","Software","Code","Binaries","VirtualMachine","Administrative","Document","WebSite","Other","Package","InformationPackage","UpdatePackage","Metadata","CustomMetadata","UpdatedMetadata","Internal","DatasetThumbnail","ArchiveThumbnail","ArchiveReadme","DatafileThumbnail","ArchiveDataUseAgreement"]}},{"name":"fileName","in":"query","required":false,"schema":{"type":"string"}},{"name":"fileSize","in":"query","required":false,"schema":{"type":"integer","format":"int64"}},{"name":"finalData","in":"query","required":false,"schema":{"type":"string","format":"uri"}},{"name":"parentId","in":"path","required":true,"schema":{"type":"string"}},{"name":"relativeLocation","in":"query","required":false,"schema":{"type":"string"}},{"name":"resId","in":"query","description":"The identifier of the resource. The default format is a Universally Unique IDentifier (UUID).","required":false,"schema":{"type":"string"}},{"name":"sourceData","in":"query","required":false,"schema":{"type":"string","format":"uri"}},{"name":"status","in":"query","required":false,"schema":{"type":"string","enum":["CHANGE_RELATIVE_LOCATION","CHANGE_DATA_CATEGORY","CLEANED","CLEANING","EXCLUDED_FILE","CHECK_COMPLIANCE","CHECK_COMPLIANCE_CLEANED","CHECKED_COMPLIANCE","CHECKED_COMPLIANCE_CLEANED","IGNORED_FILE","DOWNLOAD_IN_PROGRESS","FILE_FORMAT_IDENTIFIED","FILE_FORMAT_SKIPPED","FILE_FORMAT_UNKNOWN","IN_ERROR","PROCESSED","READY","RECEIVED","TO_PROCESS","VIRUS_CHECKED","VIRUS_SKIPPED"]}},{"name":"statusMessage","in":"query","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"type":"object"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/preingest/deposits/{id}/sip-package":{"get":{"tags":["preingest/deposits"],"operationId":"preingest_deposits_by_id_sip-package_getSIP","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"type":"string","format":"binary"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]},"delete":{"tags":["preingest/deposits"],"operationId":"preingest_deposits_by_id_sip-package_deleteSIP","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK"}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/preingest/deposits/{id}/history":{"get":{"tags":["preingest/deposits"],"operationId":"preingest_deposits_by_id_history","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}},{"name":"pageable","in":"query","required":true,"schema":{"$ref":"#/components/schemas/Pageable"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestCollectionStatusHistory"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/preingest/deposits/{id}/download":{"get":{"tags":["preingest/deposits"],"operationId":"preingest_deposits_by_id_download_getFiles","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}},{"name":"folder","in":"query","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"type":"string","format":"binary"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/preingest/deposits/{id}/download-token":{"get":{"tags":["preingest/deposits"],"operationId":"preingest_deposits_by_id_download-token_getTokenForDeposit","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/DownloadToken"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/preingest/deposits/{id}/download-anonymized-deposit":{"get":{"tags":["preingest/deposits"],"operationId":"preingest_deposits_by_id_download-anonymized-deposit","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"type":"string","format":"binary"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/preingest/deposits/schema":{"get":{"tags":["preingest/deposits"],"operationId":"preingest_deposits_schema","parameters":[{"name":"version","in":"query","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/StreamingResponseBody"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/preingest/deposits/profile":{"get":{"tags":["preingest/deposits"],"summary":"Download profile of a package","description":"Returns a binary stream (file).","operationId":"preingest_deposits_profile","parameters":[{"name":"version","in":"query","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"Binary file stream","content":{"application/octet-stream":{"schema":{"type":"string","format":"binary"}}}},"404":{"description":"Profile not found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/StreamingResponseBody"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/preingest/deposits/list-status":{"get":{"tags":["preingest/deposits"],"operationId":"preingest_deposits_list-status","responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"type":"string","enum":["APPROVED","CHECKED","CLEANED","CLEANING","COMPLETED","DELETING","IN_ERROR","IN_PROGRESS","IN_VALIDATION","REJECTED","SUBMITTED","EDITING_METADATA","UPGRADING_METADATA","CHECKING_COMPLIANCE","CHECKING_COMPLIANCE_CLEANED","COMPLIANCE_ERROR","CANCEL_EDITING_METADATA","EDITING_METADATA_REJECTED","SUBMISSION_AGREEMENT_APPROVED","RELOADING"]}}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/preingest/deposits/list-metadata-versions":{"get":{"tags":["preingest/deposits"],"operationId":"preingest_deposits_list-metadata-versions","responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"type":"string"}}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/preingest/deposits/list-ignore-files":{"get":{"tags":["preingest/deposits"],"operationId":"preingest_deposits_list-ignore-files_ignoreList","responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/FileList"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/preingest/deposits/list-exclude-files":{"get":{"tags":["preingest/deposits"],"operationId":"preingest_deposits_list-exclude-files_excludeList","responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/FileList"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/preingest/deposits/list-data-types":{"get":{"tags":["preingest/deposits"],"operationId":"preingest_deposits_list-data-types","parameters":[{"name":"category","in":"query","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"type":"string","enum":["Primary","Observational","Experimental","Simulation","Derived","Reference","Digitalized","Secondary","Publication","DataPaper","Documentation","Software","Code","Binaries","VirtualMachine","Administrative","Document","WebSite","Other","Package","InformationPackage","UpdatePackage","Metadata","CustomMetadata","UpdatedMetadata","Internal","DatasetThumbnail","ArchiveThumbnail","ArchiveReadme","DatafileThumbnail","ArchiveDataUseAgreement"]}}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/preingest/deposits/list-data-categories":{"get":{"tags":["preingest/deposits"],"operationId":"preingest_deposits_list-data-categories","responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"type":"string","enum":["Primary","Observational","Experimental","Simulation","Derived","Reference","Digitalized","Secondary","Publication","DataPaper","Documentation","Software","Code","Binaries","VirtualMachine","Administrative","Document","WebSite","Other","Package","InformationPackage","UpdatePackage","Metadata","CustomMetadata","UpdatedMetadata","Internal","DatasetThumbnail","ArchiveThumbnail","ArchiveReadme","DatafileThumbnail","ArchiveDataUseAgreement"]}}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/preingest/deposits/list-accesses":{"get":{"tags":["preingest/deposits"],"operationId":"preingest_deposits_list-accesses","responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"type":"string","description":"Access level of the archive:\n- PUBLIC => Open Access & Everyone\n- RESTRICTED => Team members (i.e., Org. Unit) & Trusted parties\n- CLOSED => Case by case & Individuals\n","enum":["PUBLIC","RESTRICTED","CLOSED"]}}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/preingest/contributors":{"get":{"tags":["preingest/contributors"],"operationId":"preingest_contributors_list","parameters":[{"name":"page","in":"query","description":"Zero-based page index (0..N)","required":false,"schema":{"minimum":0,"type":"integer","default":0}},{"name":"size","in":"query","description":"The size of the page to be returned","required":false,"schema":{"minimum":1,"type":"integer","default":20}},{"name":"sort","in":"query","description":"Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported.","required":false,"schema":{"type":"array","items":{"type":"string"}}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestCollectionContributor"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/preingest/contributors/{parentId}/deposits":{"get":{"tags":["preingest/contributors"],"operationId":"preingest_contributors_by_id_deposits_list","parameters":[{"name":"parentId","in":"path","required":true,"schema":{"type":"string"}},{"name":"filterItem","in":"query","required":true,"schema":{"$ref":"#/components/schemas/DepositContributor"}},{"name":"page","in":"query","description":"Zero-based page index (0..N)","required":false,"schema":{"minimum":0,"type":"integer","default":0}},{"name":"size","in":"query","description":"The size of the page to be returned","required":false,"schema":{"minimum":1,"type":"integer","default":20}},{"name":"sort","in":"query","description":"Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported.","required":false,"schema":{"type":"array","items":{"type":"string"}}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestCollectionDeposit"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/preingest/contributors/{parentId}/deposits/{id}":{"get":{"tags":["preingest/contributors"],"operationId":"preingest_contributors_by_id_deposits_by_id_get","parameters":[{"name":"parentId","in":"path","required":true,"schema":{"type":"string"}},{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/Deposit"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/preingest/contributors/{id}":{"get":{"tags":["preingest/contributors"],"operationId":"preingest_contributors_by_id_get","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/Contributor"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/oai-info":{"get":{"tags":["oai-info"],"operationId":"oai-info_home","responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/Module"}}}}}}},"/oai-info/oai-provider":{"get":{"tags":["oai-info/oai-provider"],"operationId":"oai-info_oai-provider_status","responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/OAIPMH"}}}}}}},"/oai-info/oai-provider/oai/xsl":{"get":{"tags":["oai-info/oai-provider"],"operationId":"oai-info_oai-provider_oai_xsl","parameters":[{"name":"smartView","in":"query","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"type":"string"}}}}}}},"/oai-info/oai-provider/oai/schema":{"get":{"tags":["oai-info/oai-provider"],"operationId":"oai-info_oai-provider_oai_schema_xsd","responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"type":"string"}}}}}}},"/ingest":{"get":{"tags":["ingest"],"operationId":"ingest_home","responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/Module"}}}}}}},"/ingest/sip/{parentId}/data/{id}/history":{"get":{"tags":["ingest/sip"],"operationId":"ingest_sip_by_id_data_by_id_history","parameters":[{"name":"parentId","in":"path","required":true,"schema":{"type":"string"}},{"name":"id","in":"path","required":true,"schema":{"type":"string"}},{"name":"pageable","in":"query","required":true,"schema":{"$ref":"#/components/schemas/Pageable"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestCollectionStatusHistory"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/ingest/sip/{parentId}/data/{id}/download":{"get":{"tags":["ingest/sip"],"operationId":"ingest_sip_by_id_data_by_id_download","parameters":[{"name":"parentId","in":"path","required":true,"schema":{"type":"string"}},{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"type":"string","format":"binary"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/ingest/sip/{parentId}/data/{id}/download-token":{"get":{"tags":["ingest/sip"],"operationId":"ingest_sip_by_id_data_by_id_download-token_getTokenForSipDataFile","parameters":[{"name":"parentId","in":"path","required":true,"schema":{"type":"string"}},{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/DownloadToken"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/ingest/sip/{parentId}/data/list-status":{"get":{"tags":["ingest/sip"],"operationId":"ingest_sip_by_id_data_list-status","parameters":[{"name":"parentId","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"type":"string","enum":["CHANGE_RELATIVE_LOCATION","CHANGE_DATA_CATEGORY","CLEANED","CLEANING","EXCLUDED_FILE","CHECK_COMPLIANCE","CHECK_COMPLIANCE_CLEANED","CHECKED_COMPLIANCE","CHECKED_COMPLIANCE_CLEANED","IGNORED_FILE","DOWNLOAD_IN_PROGRESS","FILE_FORMAT_IDENTIFIED","FILE_FORMAT_SKIPPED","FILE_FORMAT_UNKNOWN","IN_ERROR","PROCESSED","READY","RECEIVED","TO_PROCESS","VIRUS_CHECKED","VIRUS_SKIPPED"]}}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/ingest/sip/{id}/history":{"get":{"tags":["ingest/sip"],"operationId":"ingest_sip_by_id_history","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}},{"name":"pageable","in":"query","required":true,"schema":{"$ref":"#/components/schemas/Pageable"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestCollectionStatusHistory"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/ingest/sip/{id}/download":{"get":{"tags":["ingest/sip"],"operationId":"ingest_sip_by_id_download_getFiles","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"type":"string","format":"binary"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/ingest/sip/{id}/download-token":{"get":{"tags":["ingest/sip"],"operationId":"ingest_sip_by_id_download-token_getTokenForSip","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/DownloadToken"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/ingest/sip/{id}/aip-package":{"get":{"tags":["ingest/sip"],"operationId":"ingest_sip_by_id_aip-package_getAIP","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"type":"string","format":"binary"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]},"delete":{"tags":["ingest/sip"],"operationId":"ingest_sip_by_id_aip-package_deleteAIP","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK"}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/ingest/sip/schema":{"get":{"tags":["ingest/sip"],"summary":"Download schema of a SIP","description":"Returns a binary stream (file) for the given SIP ID.","operationId":"ingest_sip_schema","parameters":[{"name":"version","in":"query","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"Binary file stream","content":{"application/octet-stream":{"schema":{"type":"string","format":"binary"}}}},"404":{"description":"Schema of SIP not found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/StreamingResponseBody"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/ingest/sip/profile":{"get":{"tags":["ingest/sip"],"summary":"Download profile of a package","description":"Returns a binary stream (file).","operationId":"ingest_sip_profile","parameters":[{"name":"version","in":"query","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"Binary file stream","content":{"application/octet-stream":{"schema":{"type":"string","format":"binary"}}}},"404":{"description":"Profile not found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/StreamingResponseBody"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/ingest/sip/list-status":{"get":{"tags":["ingest/sip"],"operationId":"ingest_sip_list-status","responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"type":"string","description":"OAIS Package Status:\n- CHECKED => Checked package during archiving process\n- CHECKING => A package verification is in progress during checking process\n- CHECK_PENDING => A package verification is pending during checking process\n- CLEANED => Cleaned package during cleaning process for SIP only\n- CLEANING => A package clean is in progress during cleaning process for SIP only\n- COMPLIANCE_LEVEL_UPDATE_PENDING => A package compliance update is pending\n- COMPLIANCE_LEVEL_UPDATED => The compliance levels of the package have been updated\n- COMPLETED => Completed package\n- DISPOSABLE => The Package is candidate for disposal process for AIP only\n- DISPOSAL_APPROVED_BY_ORGUNIT => Disposal org. unit approval done during disposal process for AIP only\n- DISPOSAL_APPROVED => Disposal approval done during disposal process for AIP only\n- DISPOSED => Disposed package for AIP only\n- DOWNLOADING => A package download is in progress\n- EDITING_METADATA => A package metadata edition is in progress\n- FIXING => A package correction is in progress\n- FIXITY_ERROR => Error when checking checksums\n- FIX_PENDING => A package correction is pending\n- INDEXING => A package indexing is in progress\n- IN_ERROR => Package in error during archiving process\n- IN_PREPARATION => Package in preparation during archiving process\n- IN_PROGRESS => A package archiving process is in progress\n- METADATA_EDITION_PENDING => A metadata edition is pending\n- METADATA_UPGRADE_PENDING => A metadata version upgrade is pending\n- PACKAGE_REPLICATION_PENDING => A package replication is pending\n- PRESERVATION_ERROR => Package in error during checking process\n- READY => Package Ready\n- REINDEXING => A package re-indexing is in progress\n- RELOADED => Reloaded package from storage location\n- REPLICATING_PACKAGE => A package replication is in progress\n- REPLICATING_TOMBSTONE => A tombstone package replication is in progress\n- RESUBMITTING => A package re-submission is in progress\n- STORED => Package stored on storage location\n- TOMBSTONE_REPLICATION_PENDING => A tombstone replication is pending\n- UPDATING_COMPLIANCE_LEVEL => A package compliance update is in progress\n- UPDATING_RETENTION => A package retention update is in progress during disposal process\n- UPGRADING_METADATA => A metadata version upgrade is in progress\n","enum":["CHECK_PENDING","CHECKING","CHECKED","CLEANING","CLEANED","COMPLETED","DOWNLOADING","IN_PREPARATION","IN_PROGRESS","STORED","INDEXING","READY","RETRIEVING","RETRIEVING_PENDING","IN_ERROR","PRESERVATION_ERROR","FIXITY_ERROR","DISPOSABLE","DISPOSAL_APPROVED_BY_ORGUNIT","DISPOSAL_APPROVED","DISPOSED","FIX_PENDING","FIXING","METADATA_EDITION_PENDING","EDITING_METADATA","UPDATING_RETENTION","METADATA_UPGRADE_PENDING","UPGRADING_METADATA","COMPLIANCE_LEVEL_UPDATE_PENDING","UPDATING_COMPLIANCE_LEVEL","COMPLIANCE_LEVEL_UPDATED","REINDEXING","RELOADED","RESUBMITTING","PACKAGE_REPLICATION_PENDING","REPLICATING_PACKAGE","TOMBSTONE_REPLICATION_PENDING","REPLICATING_TOMBSTONE"]}}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/ingest/sip/list-metadata-versions":{"get":{"tags":["ingest/sip"],"operationId":"ingest_sip_list-metadata-versions","responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"type":"string"}}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/ingest/sip/list-data-types":{"get":{"tags":["ingest/sip"],"operationId":"ingest_sip_list-data-types","parameters":[{"name":"category","in":"query","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"type":"string","enum":["Primary","Observational","Experimental","Simulation","Derived","Reference","Digitalized","Secondary","Publication","DataPaper","Documentation","Software","Code","Binaries","VirtualMachine","Administrative","Document","WebSite","Other","Package","InformationPackage","UpdatePackage","Metadata","CustomMetadata","UpdatedMetadata","Internal","DatasetThumbnail","ArchiveThumbnail","ArchiveReadme","DatafileThumbnail","ArchiveDataUseAgreement"]}}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/ingest/sip/list-data-categories":{"get":{"tags":["ingest/sip"],"operationId":"ingest_sip_list-data-categories","responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"type":"string","enum":["Primary","Observational","Experimental","Simulation","Derived","Reference","Digitalized","Secondary","Publication","DataPaper","Documentation","Software","Code","Binaries","VirtualMachine","Administrative","Document","WebSite","Other","Package","InformationPackage","UpdatePackage","Metadata","CustomMetadata","UpdatedMetadata","Internal","DatasetThumbnail","ArchiveThumbnail","ArchiveReadme","DatafileThumbnail","ArchiveDataUseAgreement"]}}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/index":{"get":{"tags":["index"],"operationId":"index_home","responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/Module"}}}}}}},"/index/indexes":{"get":{"tags":["index/indexes"],"operationId":"index_indexes_list","parameters":[{"name":"page","in":"query","description":"Zero-based page index (0..N)","required":false,"schema":{"minimum":0,"type":"integer","default":0}},{"name":"size","in":"query","description":"The size of the page to be returned","required":false,"schema":{"minimum":1,"type":"integer","default":20}},{"name":"sort","in":"query","description":"Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported.","required":false,"schema":{"type":"array","items":{"type":"string"}}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestCollectionIndexProperties"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/index/indexes/{id}":{"get":{"tags":["index/indexes"],"operationId":"index_indexes_by_id_get","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/IndexProperties"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/index/index-field-aliases/list-facet-requests/{indexName}":{"get":{"tags":["index/index-field-aliases"],"operationId":"index_index-field-aliases_list-facet-requests_by_id_facetsList","parameters":[{"name":"indexName","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestCollectionFacetRequest"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/default-configuration":{"get":{"tags":["default-configuration"],"operationId":"default-configuration_getDefaultConfiguration","responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/DLCMDefaultConfig"}}}}}}},"/data-mgmt":{"get":{"tags":["data-mgmt"],"operationId":"data-mgmt_home","responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/Module"}}}}}}},"/data-mgmt/archive-public-data/{id}/download-dataset-file":{"get":{"tags":["data-mgmt/archive-public-data"],"summary":"Download logo or file","description":"Returns a binary stream (image or file)","operationId":"data-mgmt_archive-public-data_by_id_download-dataset-file","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Binary file stream","content":{"application/octet-stream":{"schema":{"type":"string","format":"binary"}}}},"404":{"description":"File not found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/StreamingResponseBody"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/current-configuration":{"get":{"tags":["current-configuration"],"operationId":"current-configuration_getCurrentConfiguration","responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/DLCMConfig"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/archival-storage":{"get":{"tags":["archival-storage"],"operationId":"archival-storage_home","responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/Module"}}}}}}},"/archival-storage/stored-aip/{id}/download":{"get":{"tags":["archival-storage/stored-aip"],"summary":"Download AIP","description":"Returns a binary stream (archive)","operationId":"archival-storage_stored-aip_by_id_download_getFiles","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Binary file stream","content":{"application/octet-stream":{"schema":{"type":"string","format":"binary"}}}},"404":{"description":"AIP not found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/StreamingResponseBody"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/archival-storage/aip/{parentId}/data/{id}/history":{"get":{"tags":["archival-storage/aip"],"operationId":"archival-storage_aip_by_id_data_by_id_history","parameters":[{"name":"parentId","in":"path","required":true,"schema":{"type":"string"}},{"name":"id","in":"path","required":true,"schema":{"type":"string"}},{"name":"pageable","in":"query","required":true,"schema":{"$ref":"#/components/schemas/Pageable"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestCollectionStatusHistory"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/archival-storage/aip/{parentId}/data/{id}/download":{"get":{"tags":["archival-storage/aip"],"operationId":"archival-storage_aip_by_id_data_by_id_download","parameters":[{"name":"parentId","in":"path","required":true,"schema":{"type":"string"}},{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"type":"string","format":"binary"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/archival-storage/aip/{parentId}/data/{id}/download-token":{"get":{"tags":["archival-storage/aip"],"operationId":"archival-storage_aip_by_id_data_by_id_download-token_getTokenForAipDataFile","parameters":[{"name":"parentId","in":"path","required":true,"schema":{"type":"string"}},{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/DownloadToken"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/archival-storage/aip/{parentId}/data/list-status":{"get":{"tags":["archival-storage/aip"],"operationId":"archival-storage_aip_by_id_data_list-status","parameters":[{"name":"parentId","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"type":"string","enum":["CHANGE_RELATIVE_LOCATION","CHANGE_DATA_CATEGORY","CLEANED","CLEANING","EXCLUDED_FILE","CHECK_COMPLIANCE","CHECK_COMPLIANCE_CLEANED","CHECKED_COMPLIANCE","CHECKED_COMPLIANCE_CLEANED","IGNORED_FILE","DOWNLOAD_IN_PROGRESS","FILE_FORMAT_IDENTIFIED","FILE_FORMAT_SKIPPED","FILE_FORMAT_UNKNOWN","IN_ERROR","PROCESSED","READY","RECEIVED","TO_PROCESS","VIRUS_CHECKED","VIRUS_SKIPPED"]}}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/archival-storage/aip/{parentId}/aip/list-status":{"get":{"tags":["archival-storage/aip"],"operationId":"archival-storage_aip_by_id_aip_list-status","parameters":[{"name":"parentId","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"type":"string","description":"OAIS Package Status:\n- CHECKED => Checked package during archiving process\n- CHECKING => A package verification is in progress during checking process\n- CHECK_PENDING => A package verification is pending during checking process\n- CLEANED => Cleaned package during cleaning process for SIP only\n- CLEANING => A package clean is in progress during cleaning process for SIP only\n- COMPLIANCE_LEVEL_UPDATE_PENDING => A package compliance update is pending\n- COMPLIANCE_LEVEL_UPDATED => The compliance levels of the package have been updated\n- COMPLETED => Completed package\n- DISPOSABLE => The Package is candidate for disposal process for AIP only\n- DISPOSAL_APPROVED_BY_ORGUNIT => Disposal org. unit approval done during disposal process for AIP only\n- DISPOSAL_APPROVED => Disposal approval done during disposal process for AIP only\n- DISPOSED => Disposed package for AIP only\n- DOWNLOADING => A package download is in progress\n- EDITING_METADATA => A package metadata edition is in progress\n- FIXING => A package correction is in progress\n- FIXITY_ERROR => Error when checking checksums\n- FIX_PENDING => A package correction is pending\n- INDEXING => A package indexing is in progress\n- IN_ERROR => Package in error during archiving process\n- IN_PREPARATION => Package in preparation during archiving process\n- IN_PROGRESS => A package archiving process is in progress\n- METADATA_EDITION_PENDING => A metadata edition is pending\n- METADATA_UPGRADE_PENDING => A metadata version upgrade is pending\n- PACKAGE_REPLICATION_PENDING => A package replication is pending\n- PRESERVATION_ERROR => Package in error during checking process\n- READY => Package Ready\n- REINDEXING => A package re-indexing is in progress\n- RELOADED => Reloaded package from storage location\n- REPLICATING_PACKAGE => A package replication is in progress\n- REPLICATING_TOMBSTONE => A tombstone package replication is in progress\n- RESUBMITTING => A package re-submission is in progress\n- STORED => Package stored on storage location\n- TOMBSTONE_REPLICATION_PENDING => A tombstone replication is pending\n- UPDATING_COMPLIANCE_LEVEL => A package compliance update is in progress\n- UPDATING_RETENTION => A package retention update is in progress during disposal process\n- UPGRADING_METADATA => A metadata version upgrade is in progress\n","enum":["CHECK_PENDING","CHECKING","CHECKED","CLEANING","CLEANED","COMPLETED","DOWNLOADING","IN_PREPARATION","IN_PROGRESS","STORED","INDEXING","READY","RETRIEVING","RETRIEVING_PENDING","IN_ERROR","PRESERVATION_ERROR","FIXITY_ERROR","DISPOSABLE","DISPOSAL_APPROVED_BY_ORGUNIT","DISPOSAL_APPROVED","DISPOSED","FIX_PENDING","FIXING","METADATA_EDITION_PENDING","EDITING_METADATA","UPDATING_RETENTION","METADATA_UPGRADE_PENDING","UPGRADING_METADATA","COMPLIANCE_LEVEL_UPDATE_PENDING","UPDATING_COMPLIANCE_LEVEL","COMPLIANCE_LEVEL_UPDATED","REINDEXING","RELOADED","RESUBMITTING","PACKAGE_REPLICATION_PENDING","REPLICATING_PACKAGE","TOMBSTONE_REPLICATION_PENDING","REPLICATING_TOMBSTONE"]}}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/archival-storage/aip/{id}/history":{"get":{"tags":["archival-storage/aip"],"operationId":"archival-storage_aip_by_id_history","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}},{"name":"pageable","in":"query","required":true,"schema":{"$ref":"#/components/schemas/Pageable"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestCollectionStatusHistory"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/archival-storage/aip/{id}/download":{"get":{"tags":["archival-storage/aip"],"summary":"Download Archival Info Package","description":"Returns a binary stream (file)","operationId":"archival-storage_aip_by_id_download_getFiles","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Binary file stream","content":{"application/octet-stream":{"schema":{"type":"string","format":"binary"}}}},"404":{"description":"AIP not found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/StreamingResponseBody"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/archival-storage/aip/{id}/download-token":{"get":{"tags":["archival-storage/aip"],"operationId":"archival-storage_aip_by_id_download-token_getTokenForAip","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/DownloadToken"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/archival-storage/aip/schema":{"get":{"tags":["archival-storage/aip"],"summary":"Download schema of an AIP","description":"Returns a binary stream (file) for the given AIP ID.","operationId":"archival-storage_aip_schema","parameters":[{"name":"version","in":"query","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"Binary file stream","content":{"application/octet-stream":{"schema":{"type":"string","format":"binary"}}}},"404":{"description":"Schema of an AIP not found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/StreamingResponseBody"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/archival-storage/aip/profile":{"get":{"tags":["archival-storage/aip"],"summary":"Download profile of a package","description":"Returns a binary stream (file).","operationId":"archival-storage_aip_profile","parameters":[{"name":"version","in":"query","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"Binary file stream","content":{"application/octet-stream":{"schema":{"type":"string","format":"binary"}}}},"404":{"description":"Profile not found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/StreamingResponseBody"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/archival-storage/aip/list-status":{"get":{"tags":["archival-storage/aip"],"operationId":"archival-storage_aip_list-status","responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"type":"string","description":"OAIS Package Status:\n- CHECKED => Checked package during archiving process\n- CHECKING => A package verification is in progress during checking process\n- CHECK_PENDING => A package verification is pending during checking process\n- CLEANED => Cleaned package during cleaning process for SIP only\n- CLEANING => A package clean is in progress during cleaning process for SIP only\n- COMPLIANCE_LEVEL_UPDATE_PENDING => A package compliance update is pending\n- COMPLIANCE_LEVEL_UPDATED => The compliance levels of the package have been updated\n- COMPLETED => Completed package\n- DISPOSABLE => The Package is candidate for disposal process for AIP only\n- DISPOSAL_APPROVED_BY_ORGUNIT => Disposal org. unit approval done during disposal process for AIP only\n- DISPOSAL_APPROVED => Disposal approval done during disposal process for AIP only\n- DISPOSED => Disposed package for AIP only\n- DOWNLOADING => A package download is in progress\n- EDITING_METADATA => A package metadata edition is in progress\n- FIXING => A package correction is in progress\n- FIXITY_ERROR => Error when checking checksums\n- FIX_PENDING => A package correction is pending\n- INDEXING => A package indexing is in progress\n- IN_ERROR => Package in error during archiving process\n- IN_PREPARATION => Package in preparation during archiving process\n- IN_PROGRESS => A package archiving process is in progress\n- METADATA_EDITION_PENDING => A metadata edition is pending\n- METADATA_UPGRADE_PENDING => A metadata version upgrade is pending\n- PACKAGE_REPLICATION_PENDING => A package replication is pending\n- PRESERVATION_ERROR => Package in error during checking process\n- READY => Package Ready\n- REINDEXING => A package re-indexing is in progress\n- RELOADED => Reloaded package from storage location\n- REPLICATING_PACKAGE => A package replication is in progress\n- REPLICATING_TOMBSTONE => A tombstone package replication is in progress\n- RESUBMITTING => A package re-submission is in progress\n- STORED => Package stored on storage location\n- TOMBSTONE_REPLICATION_PENDING => A tombstone replication is pending\n- UPDATING_COMPLIANCE_LEVEL => A package compliance update is in progress\n- UPDATING_RETENTION => A package retention update is in progress during disposal process\n- UPGRADING_METADATA => A metadata version upgrade is in progress\n","enum":["CHECK_PENDING","CHECKING","CHECKED","CLEANING","CLEANED","COMPLETED","DOWNLOADING","IN_PREPARATION","IN_PROGRESS","STORED","INDEXING","READY","RETRIEVING","RETRIEVING_PENDING","IN_ERROR","PRESERVATION_ERROR","FIXITY_ERROR","DISPOSABLE","DISPOSAL_APPROVED_BY_ORGUNIT","DISPOSAL_APPROVED","DISPOSED","FIX_PENDING","FIXING","METADATA_EDITION_PENDING","EDITING_METADATA","UPDATING_RETENTION","METADATA_UPGRADE_PENDING","UPGRADING_METADATA","COMPLIANCE_LEVEL_UPDATE_PENDING","UPDATING_COMPLIANCE_LEVEL","COMPLIANCE_LEVEL_UPDATED","REINDEXING","RELOADED","RESUBMITTING","PACKAGE_REPLICATION_PENDING","REPLICATING_PACKAGE","TOMBSTONE_REPLICATION_PENDING","REPLICATING_TOMBSTONE"]}}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/archival-storage/aip/list-metadata-versions":{"get":{"tags":["archival-storage/aip"],"operationId":"archival-storage_aip_list-metadata-versions","responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"type":"string"}}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/archival-storage/aip/list-data-types":{"get":{"tags":["archival-storage/aip"],"operationId":"archival-storage_aip_list-data-types","parameters":[{"name":"category","in":"query","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"type":"string","enum":["Primary","Observational","Experimental","Simulation","Derived","Reference","Digitalized","Secondary","Publication","DataPaper","Documentation","Software","Code","Binaries","VirtualMachine","Administrative","Document","WebSite","Other","Package","InformationPackage","UpdatePackage","Metadata","CustomMetadata","UpdatedMetadata","Internal","DatasetThumbnail","ArchiveThumbnail","ArchiveReadme","DatafileThumbnail","ArchiveDataUseAgreement"]}}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/archival-storage/aip/list-data-categories":{"get":{"tags":["archival-storage/aip"],"operationId":"archival-storage_aip_list-data-categories","responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"type":"string","enum":["Primary","Observational","Experimental","Simulation","Derived","Reference","Digitalized","Secondary","Publication","DataPaper","Documentation","Software","Code","Binaries","VirtualMachine","Administrative","Document","WebSite","Other","Package","InformationPackage","UpdatePackage","Metadata","CustomMetadata","UpdatedMetadata","Internal","DatasetThumbnail","ArchiveThumbnail","ArchiveReadme","DatafileThumbnail","ArchiveDataUseAgreement"]}}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/archival-storage/aip/list-aip-statuses":{"get":{"tags":["archival-storage/aip"],"operationId":"archival-storage_aip_list-aip-statuses","parameters":[{"name":"archivalUnit","in":"query","description":"if the AIP is an unit (AIU) or a collection (AIC).","required":false,"schema":{"type":"boolean"}},{"name":"archiveContainer","in":"query","description":"The container type of the AIP.","required":false,"schema":{"type":"string","enum":["UNDEFINED","ZIP","BAG_IT"]}},{"name":"archiveFileNumber","in":"query","description":"The total number of files in the AIP.","required":false,"schema":{"type":"integer","format":"int64"}},{"name":"archiveId","in":"query","description":"The storage URI of the AIP.","required":false,"schema":{"type":"string"}},{"name":"archiveSize","in":"query","description":"The size in bytes of the AIP.","required":false,"schema":{"type":"integer","format":"int64"}},{"name":"collectionArchiveSize","in":"query","description":"The total size in bytes of the collection AIP.","required":false,"schema":{"type":"integer","format":"int64"}},{"name":"collectionFileNumber","in":"query","description":"The total number of filed in the collection AIP.","required":false,"schema":{"type":"integer","format":"int64"}},{"name":"dispositionApproval","in":"query","description":"If the approval step the AIP disposal is mandatory.","required":false,"schema":{"type":"boolean"}},{"name":"lastArchiving","in":"query","description":"The last archiving process date of the AIP: the first archiving date or the last metadata edition.","required":false,"schema":{"type":"string","format":"date-time"}},{"name":"pageable","in":"query","required":true,"schema":{"$ref":"#/components/schemas/Pageable"}},{"name":"publicationDate","in":"query","description":"The publication date of the AIP.","required":false,"schema":{"type":"string","format":"date"}},{"name":"resId","in":"query","description":"The identifier of the resource. The default format is a Universally Unique IDentifier (UUID).","required":false,"schema":{"type":"string"}},{"name":"retention","in":"query","description":"The retention duration in days of the AIP: O means forever.","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"tombstoneSize","in":"query","description":"The size in bytes of the tombstone AIP.","required":false,"schema":{"type":"integer","format":"int64"}},{"name":"updateNumber","in":"query","description":"The number of updates in the AIP.","required":false,"schema":{"type":"integer","format":"int64"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestCollectionAipStatus"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/archival-storage/aip/list-aip-containers":{"get":{"tags":["archival-storage/aip"],"operationId":"archival-storage_aip_list-aip-containers","responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"type":"string","enum":["UNDEFINED","ZIP","BAG_IT"]}}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/admin":{"get":{"tags":["admin"],"operationId":"admin_home","responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/Module"}}}}}}},"/admin/users/authenticated":{"get":{"tags":["admin/users"],"operationId":"admin_users_authenticated_getAuthenticatedUser","responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/User"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/admin/system-properties":{"get":{"tags":["admin/system-properties"],"operationId":"admin_system-properties","responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/SystemProperties"}}}}}}},"/admin/submission-agreements/{id}/get-my-approbations":{"get":{"tags":["admin/submission-agreements"],"operationId":"admin_submission-agreements_by_id_get-my-approbations","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}},{"name":"pageable","in":"query","required":true,"schema":{"$ref":"#/components/schemas/Pageable"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestCollectionSubmissionAgreementUser"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/admin/submission-agreements/{id}/download-file":{"get":{"tags":["admin/submission-agreements"],"summary":"Download logo or file","description":"Returns a binary stream (image or file)","operationId":"admin_submission-agreements_by_id_download-file","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Binary file stream","content":{"application/octet-stream":{"schema":{"type":"string","format":"binary"}}}},"404":{"description":"File not found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/StreamingResponseBody"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/admin/submission-agreements/get-all-approbations":{"get":{"tags":["admin/submission-agreements"],"operationId":"admin_submission-agreements_get-all-approbations","parameters":[{"name":"submissionAgreementId","in":"query","required":false,"schema":{"type":"string"}},{"name":"userId","in":"query","required":false,"schema":{"type":"string"}},{"name":"pageable","in":"query","required":true,"schema":{"$ref":"#/components/schemas/Pageable"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestCollectionSubmissionAgreementUser"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/admin/subject-areas/list-sources":{"get":{"tags":["admin/subject-areas"],"operationId":"admin_subject-areas_list-sources","responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"type":"string"}}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/admin/rating-types/{id}":{"get":{"tags":["admin/rating-types"],"operationId":"admin_rating-types_by_id_get","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RatingType"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/admin/people/{id}/download-avatar":{"get":{"tags":["admin/people"],"operationId":"admin_people_by_id_download-avatar","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/StreamingResponseBody"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/admin/people/search-with-user":{"get":{"tags":["admin/people"],"operationId":"admin_people_search-with-user","parameters":[{"name":"search","in":"query","required":false,"schema":{"type":"string","default":"%"}},{"name":"page","in":"query","description":"Zero-based page index (0..N)","required":false,"schema":{"minimum":0,"type":"integer","default":0}},{"name":"size","in":"query","description":"The size of the page to be returned","required":false,"schema":{"minimum":1,"type":"integer","default":20}},{"name":"sort","in":"query","description":"Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported.","required":false,"schema":{"type":"array","items":{"type":"string"}}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestCollectionPerson"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/admin/organizational-units/{parentId}/additional-fields-forms/{id}/history":{"get":{"tags":["admin/organizational-units"],"operationId":"admin_organizational-units_by_id_additional-fields-forms_by_id_history","parameters":[{"name":"parentId","in":"path","required":true,"schema":{"type":"string"}},{"name":"id","in":"path","required":true,"schema":{"type":"string"}},{"name":"pageable","in":"query","required":true,"schema":{"$ref":"#/components/schemas/Pageable"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestCollectionStatusHistory"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/admin/organizational-units/{parentId}/additional-fields-forms/{id}/download":{"get":{"tags":["admin/organizational-units"],"operationId":"admin_organizational-units_by_id_additional-fields-forms_by_id_download","parameters":[{"name":"parentId","in":"path","required":true,"schema":{"type":"string"}},{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"type":"string","format":"binary"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/admin/organizational-units/{parentId}/additional-fields-forms/{id}/download-token":{"get":{"tags":["admin/organizational-units"],"operationId":"admin_organizational-units_by_id_additional-fields-forms_by_id_download-token_getTokenForOrganizationalUnitAdditionalFieldsForm","parameters":[{"name":"parentId","in":"path","required":true,"schema":{"type":"string"}},{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/DownloadToken"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/admin/organizational-units/{parentId}/additional-fields-forms/current-version":{"get":{"tags":["admin/organizational-units"],"operationId":"admin_organizational-units_by_id_additional-fields-forms_current-version_getCurrentMetadataForm","parameters":[{"name":"parentId","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/AdditionalFieldsForm"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/admin/organizational-units/{id}/download-logo":{"get":{"tags":["admin/organizational-units"],"summary":"Download logo or file","description":"Returns a binary stream (image or file)","operationId":"admin_organizational-units_by_id_download-logo","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Binary file stream","content":{"application/octet-stream":{"schema":{"type":"string","format":"binary"}}}},"404":{"description":"File not found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/StreamingResponseBody"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/admin/orcid/{orcid}/external-websites":{"get":{"tags":["admin/orcid"],"operationId":"admin_orcid_by_id_external-websites_getExternalWebsitesByOrcid","parameters":[{"name":"orcid","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/OrcidWebsiteDTO"}}}}}}}},"/admin/orcid/start-orcid-auth":{"get":{"tags":["admin/orcid"],"operationId":"admin_orcid_start-orcid-auth","parameters":[{"name":"originUrl","in":"query","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"type":"string"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/admin/orcid/landing":{"get":{"tags":["admin/orcid"],"operationId":"admin_orcid_landing","parameters":[{"name":"code","in":"query","required":false,"schema":{"type":"string"}},{"name":"error","in":"query","required":false,"schema":{"type":"string"}},{"name":"error_description","in":"query","required":false,"schema":{"type":"string"}},{"name":"state","in":"query","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK"}}}},"/admin/notifications/{id}/history":{"get":{"tags":["admin/notifications"],"operationId":"admin_notifications_by_id_history","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}},{"name":"pageable","in":"query","required":true,"schema":{"$ref":"#/components/schemas/Pageable"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestCollectionStatusHistory"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/admin/notifications/{id}/download-dua":{"get":{"tags":["admin/notifications"],"summary":"Download logo or file","description":"Returns a binary stream (image or file)","operationId":"admin_notifications_by_id_download-dua_downloadFile","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Binary file stream","content":{"application/octet-stream":{"schema":{"type":"string","format":"binary"}}}},"404":{"description":"File not found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/StreamingResponseBody"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/admin/notifications/sent":{"get":{"tags":["admin/notifications"],"operationId":"admin_notifications_sent_listSentNotification","parameters":[{"name":"message","in":"query","description":"The message sent by the notification.","required":false,"schema":{"type":"string"}},{"name":"notificationMark","in":"query","description":"The mark (read/unread) of the notification.","required":false,"schema":{"type":"string","enum":["READ","UNREAD"]}},{"name":"notificationStatus","in":"query","description":"The status of the notification.","required":false,"schema":{"type":"string","enum":["APPROVED","PENDING","REFUSED","NON_APPLICABLE"]}},{"name":"objectId","in":"query","description":"The target object identifer of the notification.","required":false,"schema":{"type":"string"}},{"name":"page","in":"query","description":"Zero-based page index (0..N)","required":false,"schema":{"minimum":0,"type":"integer","default":0}},{"name":"resId","in":"query","description":"The identifier of the resource. The default format is a Universally Unique IDentifier (UUID).","required":false,"schema":{"type":"string"}},{"name":"responseMessage","in":"query","description":"Any message sent in response to the notification.","required":false,"schema":{"type":"string"}},{"name":"sentTime","in":"query","description":"The date and the time when the notification was sent.","required":false,"schema":{"type":"string","format":"date-time"}},{"name":"size","in":"query","description":"The size of the page to be returned","required":false,"schema":{"minimum":1,"type":"integer","default":20}},{"name":"sort","in":"query","description":"Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported.","required":false,"schema":{"type":"array","items":{"type":"string"}}},{"name":"statusMessage","in":"query","description":"The message related to the status of the notification.","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestCollectionNotification"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/admin/notifications/sent/{id}":{"get":{"tags":["admin/notifications"],"operationId":"admin_notifications_sent_by_id_getSentNotification","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/Notification"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/admin/notifications/inbox":{"get":{"tags":["admin/notifications"],"operationId":"admin_notifications_inbox_listInboxNotification","parameters":[{"name":"message","in":"query","description":"The message sent by the notification.","required":false,"schema":{"type":"string"}},{"name":"notificationMark","in":"query","description":"The mark (read/unread) of the notification.","required":false,"schema":{"type":"string","enum":["READ","UNREAD"]}},{"name":"notificationStatus","in":"query","description":"The status of the notification.","required":false,"schema":{"type":"string","enum":["APPROVED","PENDING","REFUSED","NON_APPLICABLE"]}},{"name":"objectId","in":"query","description":"The target object identifer of the notification.","required":false,"schema":{"type":"string"}},{"name":"page","in":"query","description":"Zero-based page index (0..N)","required":false,"schema":{"minimum":0,"type":"integer","default":0}},{"name":"resId","in":"query","description":"The identifier of the resource. The default format is a Universally Unique IDentifier (UUID).","required":false,"schema":{"type":"string"}},{"name":"responseMessage","in":"query","description":"Any message sent in response to the notification.","required":false,"schema":{"type":"string"}},{"name":"sentTime","in":"query","description":"The date and the time when the notification was sent.","required":false,"schema":{"type":"string","format":"date-time"}},{"name":"size","in":"query","description":"The size of the page to be returned","required":false,"schema":{"minimum":1,"type":"integer","default":20}},{"name":"sort","in":"query","description":"Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported.","required":false,"schema":{"type":"array","items":{"type":"string"}}},{"name":"statusMessage","in":"query","description":"The message related to the status of the notification.","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestCollectionNotification"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/admin/notifications/inbox/{id}":{"get":{"tags":["admin/notifications"],"operationId":"admin_notifications_inbox_by_id_getInboxNotification","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/Notification"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/admin/metadata-types/{id}/schema":{"get":{"tags":["admin/metadata-types"],"summary":"Download schema of a metadata type","description":"Returns a binary stream (file) for the given metadata type ID.","operationId":"admin_metadata-types_by_id_schema","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Binary file stream","content":{"application/octet-stream":{"schema":{"type":"string","format":"binary"}}}},"404":{"description":"Schema of a Metadata type not found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/StreamingResponseBody"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/admin/metadata-types/list-metadata-formats":{"get":{"tags":["admin/metadata-types"],"operationId":"admin_metadata-types_list-metadata-formats","responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"type":"string","description":"The metadata format:\n- JSON\n- XML\n- SCHEMA_LESS\n- CUSTOM\n","enum":["CUSTOM","JSON","SCHEMA_LESS","XML"]}}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/admin/licenses/{id}/download-logo":{"get":{"tags":["admin/licenses"],"summary":"Download logo or file","description":"Returns a binary stream (image or file)","operationId":"admin_licenses_by_id_download-logo","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Binary file stream","content":{"application/octet-stream":{"schema":{"type":"string","format":"binary"}}}},"404":{"description":"File not found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/StreamingResponseBody"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/admin/institutions/{id}/download-logo":{"get":{"tags":["admin/institutions"],"summary":"Download logo or file","description":"Returns a binary stream (image or file)","operationId":"admin_institutions_by_id_download-logo","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Binary file stream","content":{"application/octet-stream":{"schema":{"type":"string","format":"binary"}}}},"404":{"description":"File not found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/StreamingResponseBody"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/admin/global-banners/get-active":{"get":{"tags":["admin/global-banners"],"operationId":"admin_global-banners_get-active","responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/GlobalBanner"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/admin/funding-agencies/{id}/download-logo":{"get":{"tags":["admin/funding-agencies"],"summary":"Download logo or file","description":"Returns a binary stream (image or file)","operationId":"admin_funding-agencies_by_id_download-logo","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Binary file stream","content":{"application/octet-stream":{"schema":{"type":"string","format":"binary"}}}},"404":{"description":"File not found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/StreamingResponseBody"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/admin/authorized-organizational-units":{"get":{"tags":["admin/authorized-organizational-units"],"operationId":"admin_authorized-organizational-units_listAll","parameters":[{"name":"closingDate","in":"query","description":"The closing date of the organizational unit.","required":false,"schema":{"type":"string","format":"date"}},{"name":"description","in":"query","description":"The description of the organizational unit.","required":false,"schema":{"type":"string"}},{"name":"isEmpty","in":"query","description":"If the organizational unit contains any data (deposits, sip, aip).","required":false,"schema":{"type":"boolean"}},{"name":"name","in":"query","description":"The name of the organizational unit.","required":false,"schema":{"type":"string"}},{"name":"openOnly","in":"query","required":false,"schema":{"type":"boolean","default":true}},{"name":"openingDate","in":"query","description":"The opening date of the organizational unit.","required":false,"schema":{"type":"string","format":"date"}},{"name":"page","in":"query","description":"Zero-based page index (0..N)","required":false,"schema":{"minimum":0,"type":"integer","default":0}},{"name":"resId","in":"query","description":"The identifier of the resource. The default format is a Universally Unique IDentifier (UUID).","required":false,"schema":{"type":"string"}},{"name":"roleSuperiorToVisitor","in":"query","required":false,"schema":{"type":"boolean","default":false}},{"name":"size","in":"query","description":"The size of the page to be returned","required":false,"schema":{"minimum":1,"type":"integer","default":20}},{"name":"sort","in":"query","description":"Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported.","required":false,"schema":{"type":"array","items":{"type":"string"}}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestCollectionAuthorizedOrganizationalUnitDto"}}}}}}},"/admin/authorized-organizational-units/{id}":{"get":{"tags":["admin/authorized-organizational-units"],"operationId":"admin_authorized-organizational-units_by_id_getAuthorizedOrganizationalUnit","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/AuthorizedOrganizationalUnitDto"}}}}}}},"/admin/authorized-institutions":{"get":{"tags":["admin/authorized-institutions"],"operationId":"admin_authorized-institutions_listAll","parameters":[{"name":"description","in":"query","description":"The description of the institution.","required":false,"schema":{"type":"string"}},{"name":"name","in":"query","description":"The name of the institution.","required":false,"schema":{"type":"string"}},{"name":"page","in":"query","description":"Zero-based page index (0..N)","required":false,"schema":{"minimum":0,"type":"integer","default":0}},{"name":"resId","in":"query","description":"The identifier of the resource. The default format is a Universally Unique IDentifier (UUID).","required":false,"schema":{"type":"string"}},{"name":"rorId","in":"query","description":"The ROR identifier of the institution.","required":false,"schema":{"type":"string"}},{"name":"showMembers","in":"query","required":false,"schema":{"type":"boolean","default":false}},{"name":"size","in":"query","description":"The size of the page to be returned","required":false,"schema":{"minimum":1,"type":"integer","default":20}},{"name":"sort","in":"query","description":"Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported.","required":false,"schema":{"type":"array","items":{"type":"string"}}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestCollectionAuthorizedInstitutionDto"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/admin/archive-types/list-reference-types":{"get":{"tags":["admin/archive-types"],"operationId":"admin_archive-types_list-reference-types","responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"type":"string"}}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/admin/archive-statistics/{id}":{"get":{"tags":["admin/archive-statistics"],"operationId":"admin_archive-statistics_by_id_get","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ArchiveStatistics"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/admin/archive-statistics/{id}/statistics":{"get":{"tags":["admin/archive-statistics"],"operationId":"admin_archive-statistics_by_id_statistics_getArchive","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ArchiveStatisticsDto"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/admin/archive-statistics/{id}/average-ratings":{"get":{"tags":["admin/archive-statistics"],"operationId":"admin_archive-statistics_by_id_average-ratings_getAverageRating","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/AverageRating"}}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/admin/archive-acl/{id}/download-dua":{"get":{"tags":["admin/archive-acl"],"summary":"Download logo or file","description":"Returns a binary stream (image or file)","operationId":"admin_archive-acl_by_id_download-dua_downloadFile","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Binary file stream","content":{"application/octet-stream":{"schema":{"type":"string","format":"binary"}}}},"404":{"description":"File not found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/StreamingResponseBody"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/admin/archive-acl/list-all-archive-acl":{"get":{"tags":["admin/archive-acl"],"operationId":"admin_archive-acl_list-all-archive-acl","parameters":[{"name":"deleted","in":"query","required":false,"schema":{"type":"boolean"}},{"name":"search","in":"query","required":true,"schema":{"$ref":"#/components/schemas/ArchiveACL"}},{"name":"page","in":"query","description":"Zero-based page index (0..N)","required":false,"schema":{"minimum":0,"type":"integer","default":0}},{"name":"size","in":"query","description":"The size of the page to be returned","required":false,"schema":{"minimum":1,"type":"integer","default":20}},{"name":"sort","in":"query","description":"Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported.","required":false,"schema":{"type":"array","items":{"type":"string"}}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestCollectionArchiveACL"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/admin/archive-acl/get-my-active-acl-for-archive/{aipId}":{"get":{"tags":["admin/archive-acl"],"operationId":"admin_archive-acl_get-my-active-acl-for-archive_by_id_getMyActiveACLForArchive","parameters":[{"name":"aipId","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ArchiveACL"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/admin/archive-acl/get-my-acls":{"get":{"tags":["admin/archive-acl"],"operationId":"admin_archive-acl_get-my-acls_listMyACL","parameters":[{"name":"page","in":"query","description":"Zero-based page index (0..N)","required":false,"schema":{"minimum":0,"type":"integer","default":0}},{"name":"size","in":"query","description":"The size of the page to be returned","required":false,"schema":{"minimum":1,"type":"integer","default":20}},{"name":"sort","in":"query","description":"Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported.","required":false,"schema":{"type":"array","items":{"type":"string"}}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestCollectionArchiveACL"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/access":{"get":{"tags":["access"],"operationId":"access_home","responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/Module"}}}}}}},"/access/system-properties":{"get":{"tags":["access/system-properties"],"operationId":"access_system-properties","responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/SystemProperties"}}}}}}},"/access/private-metadata":{"get":{"tags":["access/private-metadata"],"operationId":"access_private-metadata_list","parameters":[{"name":"index","in":"query","description":"Name of the index","required":false,"schema":{"type":"string"}},{"name":"page","in":"query","description":"Zero-based page index (0..N)","required":false,"schema":{"minimum":0,"type":"integer","default":0}},{"name":"resId","in":"query","required":false,"schema":{"type":"string"}},{"name":"size","in":"query","description":"The size of the page to be returned","required":false,"schema":{"minimum":1,"type":"integer","default":20}},{"name":"sort","in":"query","description":"Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported.","required":false,"schema":{"type":"array","items":{"type":"string"}}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestCollectionArchiveMetadata"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/access/private-metadata/{orderId}/download-status":{"get":{"tags":["access/private-metadata"],"operationId":"access_private-metadata_by_id_download-status_getDownloadStatus","parameters":[{"name":"orderId","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"type":"string","enum":["DOWNLOADING","IN_DISSEMINATION_PREPARATION","IN_ERROR","IN_PREPARATION","IN_PROGRESS","READY","SUBMITTED"]}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/access/private-metadata/{id}":{"get":{"tags":["access/private-metadata"],"operationId":"access_private-metadata_by_id_get","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ArchiveMetadata"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/access/private-metadata/{id}/citations":{"get":{"tags":["access/private-metadata"],"operationId":"access_private-metadata_by_id_citations","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/CitationDto"}}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/access/private-metadata/{id}/bibliographies":{"get":{"tags":["access/private-metadata"],"operationId":"access_private-metadata_by_id_bibliographies","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/CitationDto"}}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/access/private-metadata/{dipName}/download":{"get":{"tags":["access/private-metadata"],"operationId":"access_private-metadata_by_id_download","parameters":[{"name":"dipName","in":"path","required":true,"schema":{"type":"string"}},{"name":"orderId","in":"query","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"type":"string","format":"binary"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/access/private-metadata/list-download-status":{"get":{"tags":["access/private-metadata"],"operationId":"access_private-metadata_list-download-status","responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"type":"string","enum":["DOWNLOADING","IN_DISSEMINATION_PREPARATION","IN_ERROR","IN_PREPARATION","IN_PROGRESS","READY","SUBMITTED"]}}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/access/organizational-units":{"get":{"tags":["access/organizational-units"],"operationId":"access_organizational-units_list","parameters":[{"name":"closingDate","in":"query","description":"The closing date of the organizational unit.","required":false,"schema":{"type":"string","format":"date"}},{"name":"description","in":"query","description":"The description of the organizational unit.","required":false,"schema":{"type":"string"}},{"name":"name","in":"query","description":"The name of the organizational unit.","required":false,"schema":{"type":"string"}},{"name":"openingDate","in":"query","description":"The opening date of the organizational unit.","required":false,"schema":{"type":"string","format":"date"}},{"name":"page","in":"query","description":"Zero-based page index (0..N)","required":false,"schema":{"minimum":0,"type":"integer","default":0}},{"name":"resId","in":"query","required":false,"schema":{"type":"string"}},{"name":"size","in":"query","description":"The size of the page to be returned","required":false,"schema":{"minimum":1,"type":"integer","default":20}},{"name":"sort","in":"query","description":"Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported.","required":false,"schema":{"type":"array","items":{"type":"string"}}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestCollectionOrgUnit"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/access/organizational-units/{parentId}/archives":{"get":{"tags":["access/organizational-units"],"operationId":"access_organizational-units_by_id_archives_list","parameters":[{"name":"index","in":"query","description":"Name of the index","required":false,"schema":{"type":"string"}},{"name":"page","in":"query","description":"Zero-based page index (0..N)","required":false,"schema":{"minimum":0,"type":"integer","default":0}},{"name":"parentId","in":"path","required":true,"schema":{"type":"string"}},{"name":"resId","in":"query","required":false,"schema":{"type":"string"}},{"name":"size","in":"query","description":"The size of the page to be returned","required":false,"schema":{"minimum":1,"type":"integer","default":20}},{"name":"sort","in":"query","description":"Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported.","required":false,"schema":{"type":"array","items":{"type":"string"}}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestCollectionArchiveMetadata"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/access/organizational-units/{parentId}/archives/{id}":{"get":{"tags":["access/organizational-units"],"operationId":"access_organizational-units_by_id_archives_by_id_get","parameters":[{"name":"parentId","in":"path","required":true,"schema":{"type":"string"}},{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ArchiveMetadata"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/access/organizational-units/{id}":{"get":{"tags":["access/organizational-units"],"operationId":"access_organizational-units_by_id_get","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/OrgUnit"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/access/organizational-units/{id}/download-logo":{"get":{"tags":["access/organizational-units"],"summary":"Download Logo of an organizational unit","description":"Returns a binary stream (image or file) for the given organizational unit ID.","operationId":"access_organizational-units_by_id_download-logo","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Binary file stream","content":{"application/octet-stream":{"schema":{"type":"string","format":"binary"}}}},"404":{"description":"Logo of an organizational unit not found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/StreamingResponseBody"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/access/orders/{id}/view":{"get":{"tags":["access/orders"],"operationId":"access_orders_by_id_view","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}},{"name":"allInfo","in":"query","required":false,"schema":{"type":"boolean","default":false}},{"name":"pageable","in":"query","required":true,"schema":{"$ref":"#/components/schemas/Pageable"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestCollectionOrderArchive"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/access/orders/{id}/history":{"get":{"tags":["access/orders"],"operationId":"access_orders_by_id_history","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}},{"name":"pageable","in":"query","required":true,"schema":{"$ref":"#/components/schemas/Pageable"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestCollectionStatusHistory"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/access/orders/{id}/download":{"get":{"tags":["access/orders"],"operationId":"access_orders_by_id_download_getFiles","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"type":"string","format":"binary"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/access/orders/{id}/download-token":{"get":{"tags":["access/orders"],"operationId":"access_orders_by_id_download-token_getTokenForOrder","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/DownloadToken"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/access/orders/list-status":{"get":{"tags":["access/orders"],"operationId":"access_orders_list-status","responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"type":"string","enum":["DOWNLOADING","IN_DISSEMINATION_PREPARATION","IN_ERROR","IN_PREPARATION","IN_PROGRESS","READY","SUBMITTED"]}}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/access/orders/list-query-types":{"get":{"tags":["access/orders"],"operationId":"access_orders_list-query-types","responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"type":"string","enum":["ADVANCED","DIRECT","SIMPLE"]}}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/access/orders/list-public":{"get":{"tags":["access/orders"],"operationId":"access_orders_list-public","parameters":[{"name":"disseminationPolicyId","in":"query","description":"The dissemination policy identifier linked to the order.","required":false,"schema":{"type":"string"}},{"name":"metadataVersion","in":"query","description":"The metadata version of the order query.","required":false,"schema":{"type":"string","enum":["1.0","1.1","2.0","2.1","3.0","3.1","4.0","5.0"]}},{"name":"name","in":"query","description":"The name of the order query.","required":false,"schema":{"type":"string"}},{"name":"order","in":"query","required":true,"schema":{"$ref":"#/components/schemas/Order"}},{"name":"organizationalUnitDisseminationPolicyId","in":"query","description":"The dissemination policy identifier linked to the orgunit.","required":false,"schema":{"type":"string"}},{"name":"pageable","in":"query","required":true,"schema":{"$ref":"#/components/schemas/Pageable"}},{"name":"publicOrder","in":"query","description":"If the order is public, false otherwise.","required":false,"schema":{"type":"boolean"}},{"name":"query","in":"query","description":"The query of the order query.","required":false,"schema":{"type":"string"}},{"name":"queryType","in":"query","description":"The type of the order query.","required":false,"schema":{"type":"string","enum":["ADVANCED","DIRECT","SIMPLE"]}},{"name":"resId","in":"query","description":"The identifier of the resource. The default format is a Universally Unique IDentifier (UUID).","required":false,"schema":{"type":"string"}},{"name":"status","in":"query","description":"The status of the order query.","required":false,"schema":{"type":"string","enum":["DOWNLOADING","IN_DISSEMINATION_PREPARATION","IN_ERROR","IN_PREPARATION","IN_PROGRESS","READY","SUBMITTED"]}},{"name":"statusMessage","in":"query","description":"The message related to the status of the order query.","required":false,"schema":{"type":"string"}},{"name":"subitemsChecksum","in":"query","description":"The checksum of the order subitems list.","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestCollectionOrder"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/access/orders/list-created-by-user":{"get":{"tags":["access/orders"],"operationId":"access_orders_list-created-by-user","parameters":[{"name":"disseminationPolicyId","in":"query","description":"The dissemination policy identifier linked to the order.","required":false,"schema":{"type":"string"}},{"name":"metadataVersion","in":"query","description":"The metadata version of the order query.","required":false,"schema":{"type":"string","enum":["1.0","1.1","2.0","2.1","3.0","3.1","4.0","5.0"]}},{"name":"name","in":"query","description":"The name of the order query.","required":false,"schema":{"type":"string"}},{"name":"order","in":"query","required":true,"schema":{"$ref":"#/components/schemas/Order"}},{"name":"organizationalUnitDisseminationPolicyId","in":"query","description":"The dissemination policy identifier linked to the orgunit.","required":false,"schema":{"type":"string"}},{"name":"pageable","in":"query","required":true,"schema":{"$ref":"#/components/schemas/Pageable"}},{"name":"publicOrder","in":"query","description":"If the order is public, false otherwise.","required":false,"schema":{"type":"boolean"}},{"name":"query","in":"query","description":"The query of the order query.","required":false,"schema":{"type":"string"}},{"name":"queryType","in":"query","description":"The type of the order query.","required":false,"schema":{"type":"string","enum":["ADVANCED","DIRECT","SIMPLE"]}},{"name":"resId","in":"query","description":"The identifier of the resource. The default format is a Universally Unique IDentifier (UUID).","required":false,"schema":{"type":"string"}},{"name":"status","in":"query","description":"The status of the order query.","required":false,"schema":{"type":"string","enum":["DOWNLOADING","IN_DISSEMINATION_PREPARATION","IN_ERROR","IN_PREPARATION","IN_PROGRESS","READY","SUBMITTED"]}},{"name":"statusMessage","in":"query","description":"The message related to the status of the order query.","required":false,"schema":{"type":"string"}},{"name":"subitemsChecksum","in":"query","description":"The checksum of the order subitems list.","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestCollectionOrder"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/access/metadata":{"get":{"tags":["access/metadata"],"operationId":"access_metadata_list","parameters":[{"name":"index","in":"query","description":"Name of the index","required":false,"schema":{"type":"string"}},{"name":"page","in":"query","description":"Zero-based page index (0..N)","required":false,"schema":{"minimum":0,"type":"integer","default":0}},{"name":"resId","in":"query","required":false,"schema":{"type":"string"}},{"name":"size","in":"query","description":"The size of the page to be returned","required":false,"schema":{"minimum":1,"type":"integer","default":20}},{"name":"sort","in":"query","description":"Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported.","required":false,"schema":{"type":"array","items":{"type":"string"}}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestCollectionArchiveMetadata"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/access/metadata/{parentId}/ratings/list-for-user":{"get":{"tags":["access/metadata"],"operationId":"access_metadata_by_id_ratings_list-for-user_getUserRating","parameters":[{"name":"parentId","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestCollectionArchiveUserRating"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/access/metadata/{parentId}/data/{id}":{"get":{"tags":["access/metadata"],"operationId":"access_metadata_by_id_data_by_id_getDataFile","parameters":[{"name":"parentId","in":"path","required":true,"schema":{"type":"string"}},{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ArchiveMetadata"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/access/metadata/{parentId}/data/{id}/ready-for-download":{"get":{"tags":["access/metadata"],"operationId":"access_metadata_by_id_data_by_id_ready-for-download_checkDataFileIfIsReadyDownload","parameters":[{"name":"parentId","in":"path","required":true,"schema":{"type":"string"}},{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK"}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/access/metadata/{parentId}/data/{id}/download":{"get":{"tags":["access/metadata"],"summary":"Download data file","description":"Returns a binary stream (file).","operationId":"access_metadata_by_id_data_by_id_download","parameters":[{"name":"parentId","in":"path","required":true,"schema":{"type":"string"}},{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Binary file stream","content":{"application/octet-stream":{"schema":{"type":"string","format":"binary"}}}},"404":{"description":"Archive not found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/StreamingResponseBody"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/access/metadata/{parentId}/data/{id}/download-token":{"get":{"tags":["access/metadata"],"operationId":"access_metadata_by_id_data_by_id_download-token_getTokenForDataFile","parameters":[{"name":"parentId","in":"path","required":true,"schema":{"type":"string"}},{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/DownloadToken"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/access/metadata/{orderId}/download-status":{"get":{"tags":["access/metadata"],"operationId":"access_metadata_by_id_download-status_getDownloadStatus","parameters":[{"name":"orderId","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"type":"string","enum":["DOWNLOADING","IN_DISSEMINATION_PREPARATION","IN_ERROR","IN_PREPARATION","IN_PROGRESS","READY","SUBMITTED"]}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/access/metadata/{id}":{"get":{"tags":["access/metadata"],"operationId":"access_metadata_by_id_get","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ArchiveMetadata"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/access/metadata/{id}/thumbnail":{"get":{"tags":["access/metadata"],"summary":"Download thumbnail of an archive","description":"Returns a binary stream (image or file) for the given archive ID.","operationId":"access_metadata_by_id_thumbnail_downloadThumbnail","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Binary file stream","content":{"application/octet-stream":{"schema":{"type":"string","format":"binary"}}}},"404":{"description":"Thumbnail of an archive not found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/StreamingResponseBody"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/access/metadata/{id}/statistics":{"get":{"tags":["access/metadata"],"operationId":"access_metadata_by_id_statistics_getStatistics","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ArchiveStatisticsDto"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/access/metadata/{id}/readme":{"get":{"tags":["access/metadata"],"summary":"Download readme of an archive","description":"Returns a binary stream (file) for the given archive ID.","operationId":"access_metadata_by_id_readme_downloadReadme","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Binary file stream","content":{"application/octet-stream":{"schema":{"type":"string","format":"binary"}}}},"404":{"description":"Readme of an archive not found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/StreamingResponseBody"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/access/metadata/{id}/packages":{"get":{"tags":["access/metadata"],"operationId":"access_metadata_by_id_packages_getPackages","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ArchiveMetadata"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/access/metadata/{id}/list-folders":{"get":{"tags":["access/metadata"],"operationId":"access_metadata_by_id_list-folders","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"type":"string"}}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/access/metadata/{id}/dua":{"get":{"tags":["access/metadata"],"summary":"Download DUA of an archive","description":"Returns a binary stream (image or file) for the given archive ID.","operationId":"access_metadata_by_id_dua_downloadDua","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Binary file stream","content":{"application/octet-stream":{"schema":{"type":"string","format":"binary"}}}},"404":{"description":"DUA of an archive not found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/StreamingResponseBody"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/access/metadata/{id}/data":{"get":{"tags":["access/metadata"],"operationId":"access_metadata_by_id_data_getDataFiles","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}},{"name":"path","in":"query","required":false,"schema":{"type":"string"}},{"name":"file","in":"query","required":false,"schema":{"type":"string","default":"*"}},{"name":"minSize","in":"query","required":false,"schema":{"type":"string","default":"0"}},{"name":"maxSize","in":"query","required":false,"schema":{"type":"string"}},{"name":"pageable","in":"query","required":true,"schema":{"$ref":"#/components/schemas/Pageable"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestCollectionArchiveMetadata"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/access/metadata/{id}/citations":{"get":{"tags":["access/metadata"],"operationId":"access_metadata_by_id_citations","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/CitationDto"}}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/access/metadata/{id}/bibliographies":{"get":{"tags":["access/metadata"],"operationId":"access_metadata_by_id_bibliographies","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/CitationDto"}}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/access/metadata/{id}/aip":{"get":{"tags":["access/metadata"],"operationId":"access_metadata_by_id_aip_getAip","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}},{"name":"minSize","in":"query","required":false,"schema":{"type":"string","default":"0"}},{"name":"maxSize","in":"query","required":false,"schema":{"type":"string"}},{"name":"pageable","in":"query","required":true,"schema":{"$ref":"#/components/schemas/Pageable"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestCollectionArchiveMetadata"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/access/metadata/{dipName}/download":{"get":{"tags":["access/metadata"],"operationId":"access_metadata_by_id_download","parameters":[{"name":"dipName","in":"path","required":true,"schema":{"type":"string"}},{"name":"orderId","in":"query","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"type":"string","format":"binary"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/access/metadata/{dipName}/download-token":{"get":{"tags":["access/metadata"],"operationId":"access_metadata_by_id_download-token_getTokenForArchive","parameters":[{"name":"dipName","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/DownloadToken"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/access/metadata/search-doi":{"get":{"tags":["access/metadata"],"operationId":"access_metadata_search-doi","parameters":[{"name":"doi","in":"query","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ArchiveMetadata"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/access/metadata/list-download-status":{"get":{"tags":["access/metadata"],"operationId":"access_metadata_list-download-status","responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"type":"string","enum":["DOWNLOADING","IN_DISSEMINATION_PREPARATION","IN_ERROR","IN_PREPARATION","IN_PROGRESS","READY","SUBMITTED"]}}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/access/dip/{parentId}/data/{id}/history":{"get":{"tags":["access/dip"],"operationId":"access_dip_by_id_data_by_id_history","parameters":[{"name":"parentId","in":"path","required":true,"schema":{"type":"string"}},{"name":"id","in":"path","required":true,"schema":{"type":"string"}},{"name":"pageable","in":"query","required":true,"schema":{"$ref":"#/components/schemas/Pageable"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestCollectionStatusHistory"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/access/dip/{parentId}/data/{id}/download":{"get":{"tags":["access/dip"],"operationId":"access_dip_by_id_data_by_id_download","parameters":[{"name":"parentId","in":"path","required":true,"schema":{"type":"string"}},{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"type":"string","format":"binary"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/access/dip/{parentId}/data/{id}/download-token":{"get":{"tags":["access/dip"],"operationId":"access_dip_by_id_data_by_id_download-token_getTokenForDipDataFile","parameters":[{"name":"parentId","in":"path","required":true,"schema":{"type":"string"}},{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/DownloadToken"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/access/dip/{parentId}/data/list-status":{"get":{"tags":["access/dip"],"operationId":"access_dip_by_id_data_list-status","parameters":[{"name":"parentId","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"type":"string","enum":["CHANGE_RELATIVE_LOCATION","CHANGE_DATA_CATEGORY","CLEANED","CLEANING","EXCLUDED_FILE","CHECK_COMPLIANCE","CHECK_COMPLIANCE_CLEANED","CHECKED_COMPLIANCE","CHECKED_COMPLIANCE_CLEANED","IGNORED_FILE","DOWNLOAD_IN_PROGRESS","FILE_FORMAT_IDENTIFIED","FILE_FORMAT_SKIPPED","FILE_FORMAT_UNKNOWN","IN_ERROR","PROCESSED","READY","RECEIVED","TO_PROCESS","VIRUS_CHECKED","VIRUS_SKIPPED"]}}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/access/dip/{parentId}/aip/status":{"get":{"tags":["access/dip"],"operationId":"access_dip_by_id_aip_status_listStatus","parameters":[{"name":"parentId","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"type":"string","description":"OAIS Package Status:\n- CHECKED => Checked package during archiving process\n- CHECKING => A package verification is in progress during checking process\n- CHECK_PENDING => A package verification is pending during checking process\n- CLEANED => Cleaned package during cleaning process for SIP only\n- CLEANING => A package clean is in progress during cleaning process for SIP only\n- COMPLIANCE_LEVEL_UPDATE_PENDING => A package compliance update is pending\n- COMPLIANCE_LEVEL_UPDATED => The compliance levels of the package have been updated\n- COMPLETED => Completed package\n- DISPOSABLE => The Package is candidate for disposal process for AIP only\n- DISPOSAL_APPROVED_BY_ORGUNIT => Disposal org. unit approval done during disposal process for AIP only\n- DISPOSAL_APPROVED => Disposal approval done during disposal process for AIP only\n- DISPOSED => Disposed package for AIP only\n- DOWNLOADING => A package download is in progress\n- EDITING_METADATA => A package metadata edition is in progress\n- FIXING => A package correction is in progress\n- FIXITY_ERROR => Error when checking checksums\n- FIX_PENDING => A package correction is pending\n- INDEXING => A package indexing is in progress\n- IN_ERROR => Package in error during archiving process\n- IN_PREPARATION => Package in preparation during archiving process\n- IN_PROGRESS => A package archiving process is in progress\n- METADATA_EDITION_PENDING => A metadata edition is pending\n- METADATA_UPGRADE_PENDING => A metadata version upgrade is pending\n- PACKAGE_REPLICATION_PENDING => A package replication is pending\n- PRESERVATION_ERROR => Package in error during checking process\n- READY => Package Ready\n- REINDEXING => A package re-indexing is in progress\n- RELOADED => Reloaded package from storage location\n- REPLICATING_PACKAGE => A package replication is in progress\n- REPLICATING_TOMBSTONE => A tombstone package replication is in progress\n- RESUBMITTING => A package re-submission is in progress\n- STORED => Package stored on storage location\n- TOMBSTONE_REPLICATION_PENDING => A tombstone replication is pending\n- UPDATING_COMPLIANCE_LEVEL => A package compliance update is in progress\n- UPDATING_RETENTION => A package retention update is in progress during disposal process\n- UPGRADING_METADATA => A metadata version upgrade is in progress\n","enum":["CHECK_PENDING","CHECKING","CHECKED","CLEANING","CLEANED","COMPLETED","DOWNLOADING","IN_PREPARATION","IN_PROGRESS","STORED","INDEXING","READY","RETRIEVING","RETRIEVING_PENDING","IN_ERROR","PRESERVATION_ERROR","FIXITY_ERROR","DISPOSABLE","DISPOSAL_APPROVED_BY_ORGUNIT","DISPOSAL_APPROVED","DISPOSED","FIX_PENDING","FIXING","METADATA_EDITION_PENDING","EDITING_METADATA","UPDATING_RETENTION","METADATA_UPGRADE_PENDING","UPGRADING_METADATA","COMPLIANCE_LEVEL_UPDATE_PENDING","UPDATING_COMPLIANCE_LEVEL","COMPLIANCE_LEVEL_UPDATED","REINDEXING","RELOADED","RESUBMITTING","PACKAGE_REPLICATION_PENDING","REPLICATING_PACKAGE","TOMBSTONE_REPLICATION_PENDING","REPLICATING_TOMBSTONE"]}}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/access/dip/{id}/history":{"get":{"tags":["access/dip"],"operationId":"access_dip_by_id_history","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}},{"name":"pageable","in":"query","required":true,"schema":{"$ref":"#/components/schemas/Pageable"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestCollectionStatusHistory"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/access/dip/{id}/download":{"get":{"tags":["access/dip"],"operationId":"access_dip_by_id_download_getFiles","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"type":"string","format":"binary"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/access/dip/{id}/download-token":{"get":{"tags":["access/dip"],"operationId":"access_dip_by_id_download-token_getTokenDip","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/DownloadToken"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/access/dip/total-for-completed-order":{"get":{"tags":["access/dip"],"operationId":"access_dip_total-for-completed-order_getCountForCompletedOrders","responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"type":"integer","format":"int32"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/access/dip/schema":{"get":{"tags":["access/dip"],"summary":"Download schema of a DIP","description":"Returns a binary stream (file) for the given DIP ID.","operationId":"access_dip_schema","parameters":[{"name":"version","in":"query","required":false,"schema":{"type":"string"}},{"name":"disseminationPolicy","in":"query","required":false,"schema":{"type":"string","description":"Type of dissemination: IIIF or WEB.","default":"PUBLIC","enum":["IIIF","HEDERA","BASIC","OAIS"]}}],"responses":{"200":{"description":"Binary file stream","content":{"application/octet-stream":{"schema":{"type":"string","format":"binary"}}}},"404":{"description":"Schema DIP not found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/StreamingResponseBody"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/access/dip/profile":{"get":{"tags":["access/dip"],"summary":"Download profile of a package","description":"Returns a binary stream (file).","operationId":"access_dip_profile","parameters":[{"name":"version","in":"query","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"Binary file stream","content":{"application/octet-stream":{"schema":{"type":"string","format":"binary"}}}},"404":{"description":"Profile not found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/StreamingResponseBody"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/access/dip/list-status":{"get":{"tags":["access/dip"],"operationId":"access_dip_list-status","responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"type":"string","description":"OAIS Package Status:\n- CHECKED => Checked package during archiving process\n- CHECKING => A package verification is in progress during checking process\n- CHECK_PENDING => A package verification is pending during checking process\n- CLEANED => Cleaned package during cleaning process for SIP only\n- CLEANING => A package clean is in progress during cleaning process for SIP only\n- COMPLIANCE_LEVEL_UPDATE_PENDING => A package compliance update is pending\n- COMPLIANCE_LEVEL_UPDATED => The compliance levels of the package have been updated\n- COMPLETED => Completed package\n- DISPOSABLE => The Package is candidate for disposal process for AIP only\n- DISPOSAL_APPROVED_BY_ORGUNIT => Disposal org. unit approval done during disposal process for AIP only\n- DISPOSAL_APPROVED => Disposal approval done during disposal process for AIP only\n- DISPOSED => Disposed package for AIP only\n- DOWNLOADING => A package download is in progress\n- EDITING_METADATA => A package metadata edition is in progress\n- FIXING => A package correction is in progress\n- FIXITY_ERROR => Error when checking checksums\n- FIX_PENDING => A package correction is pending\n- INDEXING => A package indexing is in progress\n- IN_ERROR => Package in error during archiving process\n- IN_PREPARATION => Package in preparation during archiving process\n- IN_PROGRESS => A package archiving process is in progress\n- METADATA_EDITION_PENDING => A metadata edition is pending\n- METADATA_UPGRADE_PENDING => A metadata version upgrade is pending\n- PACKAGE_REPLICATION_PENDING => A package replication is pending\n- PRESERVATION_ERROR => Package in error during checking process\n- READY => Package Ready\n- REINDEXING => A package re-indexing is in progress\n- RELOADED => Reloaded package from storage location\n- REPLICATING_PACKAGE => A package replication is in progress\n- REPLICATING_TOMBSTONE => A tombstone package replication is in progress\n- RESUBMITTING => A package re-submission is in progress\n- STORED => Package stored on storage location\n- TOMBSTONE_REPLICATION_PENDING => A tombstone replication is pending\n- UPDATING_COMPLIANCE_LEVEL => A package compliance update is in progress\n- UPDATING_RETENTION => A package retention update is in progress during disposal process\n- UPGRADING_METADATA => A metadata version upgrade is in progress\n","enum":["CHECK_PENDING","CHECKING","CHECKED","CLEANING","CLEANED","COMPLETED","DOWNLOADING","IN_PREPARATION","IN_PROGRESS","STORED","INDEXING","READY","RETRIEVING","RETRIEVING_PENDING","IN_ERROR","PRESERVATION_ERROR","FIXITY_ERROR","DISPOSABLE","DISPOSAL_APPROVED_BY_ORGUNIT","DISPOSAL_APPROVED","DISPOSED","FIX_PENDING","FIXING","METADATA_EDITION_PENDING","EDITING_METADATA","UPDATING_RETENTION","METADATA_UPGRADE_PENDING","UPGRADING_METADATA","COMPLIANCE_LEVEL_UPDATE_PENDING","UPDATING_COMPLIANCE_LEVEL","COMPLIANCE_LEVEL_UPDATED","REINDEXING","RELOADED","RESUBMITTING","PACKAGE_REPLICATION_PENDING","REPLICATING_PACKAGE","TOMBSTONE_REPLICATION_PENDING","REPLICATING_TOMBSTONE"]}}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/access/dip/list-metadata-versions":{"get":{"tags":["access/dip"],"operationId":"access_dip_list-metadata-versions","responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"type":"string"}}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/access/dip/list-data-types":{"get":{"tags":["access/dip"],"operationId":"access_dip_list-data-types","parameters":[{"name":"category","in":"query","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"type":"string","enum":["Primary","Observational","Experimental","Simulation","Derived","Reference","Digitalized","Secondary","Publication","DataPaper","Documentation","Software","Code","Binaries","VirtualMachine","Administrative","Document","WebSite","Other","Package","InformationPackage","UpdatePackage","Metadata","CustomMetadata","UpdatedMetadata","Internal","DatasetThumbnail","ArchiveThumbnail","ArchiveReadme","DatafileThumbnail","ArchiveDataUseAgreement"]}}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/access/dip/list-data-categories":{"get":{"tags":["access/dip"],"operationId":"access_dip_list-data-categories","responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"type":"string","enum":["Primary","Observational","Experimental","Simulation","Derived","Reference","Digitalized","Secondary","Publication","DataPaper","Documentation","Software","Code","Binaries","VirtualMachine","Administrative","Document","WebSite","Other","Package","InformationPackage","UpdatePackage","Metadata","CustomMetadata","UpdatedMetadata","Internal","DatasetThumbnail","ArchiveThumbnail","ArchiveReadme","DatafileThumbnail","ArchiveDataUseAgreement"]}}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/access/dip/get-by-aip-id/{id}":{"get":{"tags":["access/dip"],"operationId":"access_dip_get-by-aip-id_by_id_getDipContainingAip","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}},{"name":"pageable","in":"query","required":true,"schema":{"$ref":"#/components/schemas/Pageable"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestCollectionDisseminationInfoPackage"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/access/archives/metadata/**":{"get":{"tags":["access/archives"],"operationId":"access_archives_metadata_get","responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ArchiveMetadata"}}}}}}},"/access/all-metadata":{"get":{"tags":["access/all-metadata"],"operationId":"access_all-metadata_list","parameters":[{"name":"index","in":"query","description":"Name of the index","required":false,"schema":{"type":"string"}},{"name":"page","in":"query","description":"Zero-based page index (0..N)","required":false,"schema":{"minimum":0,"type":"integer","default":0}},{"name":"resId","in":"query","required":false,"schema":{"type":"string"}},{"name":"size","in":"query","description":"The size of the page to be returned","required":false,"schema":{"minimum":1,"type":"integer","default":20}},{"name":"sort","in":"query","description":"Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported.","required":false,"schema":{"type":"array","items":{"type":"string"}}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestCollectionArchiveMetadata"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/access/all-metadata/{orderId}/download-status":{"get":{"tags":["access/all-metadata"],"operationId":"access_all-metadata_by_id_download-status_getDownloadStatus","parameters":[{"name":"orderId","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"type":"string","enum":["DOWNLOADING","IN_DISSEMINATION_PREPARATION","IN_ERROR","IN_PREPARATION","IN_PROGRESS","READY","SUBMITTED"]}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/access/all-metadata/{id}":{"get":{"tags":["access/all-metadata"],"operationId":"access_all-metadata_by_id_get","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ArchiveMetadata"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/access/all-metadata/{id}/citations":{"get":{"tags":["access/all-metadata"],"operationId":"access_all-metadata_by_id_citations","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/CitationDto"}}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/access/all-metadata/{id}/bibliographies":{"get":{"tags":["access/all-metadata"],"operationId":"access_all-metadata_by_id_bibliographies","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/CitationDto"}}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/access/all-metadata/{dipName}/download":{"get":{"tags":["access/all-metadata"],"operationId":"access_all-metadata_by_id_download","parameters":[{"name":"dipName","in":"path","required":true,"schema":{"type":"string"}},{"name":"orderId","in":"query","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"type":"string","format":"binary"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/access/all-metadata/list-download-status":{"get":{"tags":["access/all-metadata"],"operationId":"access_all-metadata_list-download-status","responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"type":"string","enum":["DOWNLOADING","IN_DISSEMINATION_PREPARATION","IN_ERROR","IN_PREPARATION","IN_PROGRESS","READY","SUBMITTED"]}}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/access/aip/{parentId}/data/{id}/history":{"get":{"tags":["access/aip"],"operationId":"access_aip_by_id_data_by_id_history","parameters":[{"name":"parentId","in":"path","required":true,"schema":{"type":"string"}},{"name":"id","in":"path","required":true,"schema":{"type":"string"}},{"name":"pageable","in":"query","required":true,"schema":{"$ref":"#/components/schemas/Pageable"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestCollectionStatusHistory"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/access/aip/{parentId}/data/{id}/download":{"get":{"tags":["access/aip"],"operationId":"access_aip_by_id_data_by_id_download","parameters":[{"name":"parentId","in":"path","required":true,"schema":{"type":"string"}},{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"type":"string","format":"binary"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/access/aip/{parentId}/data/{id}/download-token":{"get":{"tags":["access/aip"],"operationId":"access_aip_by_id_data_by_id_download-token_getTokenForAipDownloadedDataFile","parameters":[{"name":"parentId","in":"path","required":true,"schema":{"type":"string"}},{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/DownloadToken"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/access/aip/{parentId}/data/list-status":{"get":{"tags":["access/aip"],"operationId":"access_aip_by_id_data_list-status","parameters":[{"name":"parentId","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"type":"string","enum":["CHANGE_RELATIVE_LOCATION","CHANGE_DATA_CATEGORY","CLEANED","CLEANING","EXCLUDED_FILE","CHECK_COMPLIANCE","CHECK_COMPLIANCE_CLEANED","CHECKED_COMPLIANCE","CHECKED_COMPLIANCE_CLEANED","IGNORED_FILE","DOWNLOAD_IN_PROGRESS","FILE_FORMAT_IDENTIFIED","FILE_FORMAT_SKIPPED","FILE_FORMAT_UNKNOWN","IN_ERROR","PROCESSED","READY","RECEIVED","TO_PROCESS","VIRUS_CHECKED","VIRUS_SKIPPED"]}}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/access/aip/{parentId}/aip/status":{"get":{"tags":["access/aip"],"operationId":"access_aip_by_id_aip_status_listStatus","parameters":[{"name":"parentId","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"type":"string","description":"OAIS Package Status:\n- CHECKED => Checked package during archiving process\n- CHECKING => A package verification is in progress during checking process\n- CHECK_PENDING => A package verification is pending during checking process\n- CLEANED => Cleaned package during cleaning process for SIP only\n- CLEANING => A package clean is in progress during cleaning process for SIP only\n- COMPLIANCE_LEVEL_UPDATE_PENDING => A package compliance update is pending\n- COMPLIANCE_LEVEL_UPDATED => The compliance levels of the package have been updated\n- COMPLETED => Completed package\n- DISPOSABLE => The Package is candidate for disposal process for AIP only\n- DISPOSAL_APPROVED_BY_ORGUNIT => Disposal org. unit approval done during disposal process for AIP only\n- DISPOSAL_APPROVED => Disposal approval done during disposal process for AIP only\n- DISPOSED => Disposed package for AIP only\n- DOWNLOADING => A package download is in progress\n- EDITING_METADATA => A package metadata edition is in progress\n- FIXING => A package correction is in progress\n- FIXITY_ERROR => Error when checking checksums\n- FIX_PENDING => A package correction is pending\n- INDEXING => A package indexing is in progress\n- IN_ERROR => Package in error during archiving process\n- IN_PREPARATION => Package in preparation during archiving process\n- IN_PROGRESS => A package archiving process is in progress\n- METADATA_EDITION_PENDING => A metadata edition is pending\n- METADATA_UPGRADE_PENDING => A metadata version upgrade is pending\n- PACKAGE_REPLICATION_PENDING => A package replication is pending\n- PRESERVATION_ERROR => Package in error during checking process\n- READY => Package Ready\n- REINDEXING => A package re-indexing is in progress\n- RELOADED => Reloaded package from storage location\n- REPLICATING_PACKAGE => A package replication is in progress\n- REPLICATING_TOMBSTONE => A tombstone package replication is in progress\n- RESUBMITTING => A package re-submission is in progress\n- STORED => Package stored on storage location\n- TOMBSTONE_REPLICATION_PENDING => A tombstone replication is pending\n- UPDATING_COMPLIANCE_LEVEL => A package compliance update is in progress\n- UPDATING_RETENTION => A package retention update is in progress during disposal process\n- UPGRADING_METADATA => A metadata version upgrade is in progress\n","enum":["CHECK_PENDING","CHECKING","CHECKED","CLEANING","CLEANED","COMPLETED","DOWNLOADING","IN_PREPARATION","IN_PROGRESS","STORED","INDEXING","READY","RETRIEVING","RETRIEVING_PENDING","IN_ERROR","PRESERVATION_ERROR","FIXITY_ERROR","DISPOSABLE","DISPOSAL_APPROVED_BY_ORGUNIT","DISPOSAL_APPROVED","DISPOSED","FIX_PENDING","FIXING","METADATA_EDITION_PENDING","EDITING_METADATA","UPDATING_RETENTION","METADATA_UPGRADE_PENDING","UPGRADING_METADATA","COMPLIANCE_LEVEL_UPDATE_PENDING","UPDATING_COMPLIANCE_LEVEL","COMPLIANCE_LEVEL_UPDATED","REINDEXING","RELOADED","RESUBMITTING","PACKAGE_REPLICATION_PENDING","REPLICATING_PACKAGE","TOMBSTONE_REPLICATION_PENDING","REPLICATING_TOMBSTONE"]}}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/access/aip/{id}/history":{"get":{"tags":["access/aip"],"operationId":"access_aip_by_id_history","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}},{"name":"pageable","in":"query","required":true,"schema":{"$ref":"#/components/schemas/Pageable"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RestCollectionStatusHistory"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/access/aip/{id}/download":{"get":{"tags":["access/aip"],"operationId":"access_aip_by_id_download_getFiles","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"type":"string","format":"binary"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/access/aip/{id}/download-token":{"get":{"tags":["access/aip"],"operationId":"access_aip_by_id_download-token_getTokenAip","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/DownloadToken"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/access/aip/total-for-completed-order":{"get":{"tags":["access/aip"],"operationId":"access_aip_total-for-completed-order_getCountForCompletedOrders","responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"type":"integer","format":"int32"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/access/aip/profile":{"get":{"tags":["access/aip"],"summary":"Download profile of a package","description":"Returns a binary stream (file).","operationId":"access_aip_profile","parameters":[{"name":"version","in":"query","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"Binary file stream","content":{"application/octet-stream":{"schema":{"type":"string","format":"binary"}}}},"404":{"description":"Profile not found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/StreamingResponseBody"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/access/aip/list-status":{"get":{"tags":["access/aip"],"operationId":"access_aip_list-status","responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"type":"string","description":"OAIS Package Status:\n- CHECKED => Checked package during archiving process\n- CHECKING => A package verification is in progress during checking process\n- CHECK_PENDING => A package verification is pending during checking process\n- CLEANED => Cleaned package during cleaning process for SIP only\n- CLEANING => A package clean is in progress during cleaning process for SIP only\n- COMPLIANCE_LEVEL_UPDATE_PENDING => A package compliance update is pending\n- COMPLIANCE_LEVEL_UPDATED => The compliance levels of the package have been updated\n- COMPLETED => Completed package\n- DISPOSABLE => The Package is candidate for disposal process for AIP only\n- DISPOSAL_APPROVED_BY_ORGUNIT => Disposal org. unit approval done during disposal process for AIP only\n- DISPOSAL_APPROVED => Disposal approval done during disposal process for AIP only\n- DISPOSED => Disposed package for AIP only\n- DOWNLOADING => A package download is in progress\n- EDITING_METADATA => A package metadata edition is in progress\n- FIXING => A package correction is in progress\n- FIXITY_ERROR => Error when checking checksums\n- FIX_PENDING => A package correction is pending\n- INDEXING => A package indexing is in progress\n- IN_ERROR => Package in error during archiving process\n- IN_PREPARATION => Package in preparation during archiving process\n- IN_PROGRESS => A package archiving process is in progress\n- METADATA_EDITION_PENDING => A metadata edition is pending\n- METADATA_UPGRADE_PENDING => A metadata version upgrade is pending\n- PACKAGE_REPLICATION_PENDING => A package replication is pending\n- PRESERVATION_ERROR => Package in error during checking process\n- READY => Package Ready\n- REINDEXING => A package re-indexing is in progress\n- RELOADED => Reloaded package from storage location\n- REPLICATING_PACKAGE => A package replication is in progress\n- REPLICATING_TOMBSTONE => A tombstone package replication is in progress\n- RESUBMITTING => A package re-submission is in progress\n- STORED => Package stored on storage location\n- TOMBSTONE_REPLICATION_PENDING => A tombstone replication is pending\n- UPDATING_COMPLIANCE_LEVEL => A package compliance update is in progress\n- UPDATING_RETENTION => A package retention update is in progress during disposal process\n- UPGRADING_METADATA => A metadata version upgrade is in progress\n","enum":["CHECK_PENDING","CHECKING","CHECKED","CLEANING","CLEANED","COMPLETED","DOWNLOADING","IN_PREPARATION","IN_PROGRESS","STORED","INDEXING","READY","RETRIEVING","RETRIEVING_PENDING","IN_ERROR","PRESERVATION_ERROR","FIXITY_ERROR","DISPOSABLE","DISPOSAL_APPROVED_BY_ORGUNIT","DISPOSAL_APPROVED","DISPOSED","FIX_PENDING","FIXING","METADATA_EDITION_PENDING","EDITING_METADATA","UPDATING_RETENTION","METADATA_UPGRADE_PENDING","UPGRADING_METADATA","COMPLIANCE_LEVEL_UPDATE_PENDING","UPDATING_COMPLIANCE_LEVEL","COMPLIANCE_LEVEL_UPDATED","REINDEXING","RELOADED","RESUBMITTING","PACKAGE_REPLICATION_PENDING","REPLICATING_PACKAGE","TOMBSTONE_REPLICATION_PENDING","REPLICATING_TOMBSTONE"]}}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/access/aip/list-metadata-versions":{"get":{"tags":["access/aip"],"operationId":"access_aip_list-metadata-versions","responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"type":"string"}}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/access/aip/list-data-types":{"get":{"tags":["access/aip"],"operationId":"access_aip_list-data-types","parameters":[{"name":"category","in":"query","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"type":"string","enum":["Primary","Observational","Experimental","Simulation","Derived","Reference","Digitalized","Secondary","Publication","DataPaper","Documentation","Software","Code","Binaries","VirtualMachine","Administrative","Document","WebSite","Other","Package","InformationPackage","UpdatePackage","Metadata","CustomMetadata","UpdatedMetadata","Internal","DatasetThumbnail","ArchiveThumbnail","ArchiveReadme","DatafileThumbnail","ArchiveDataUseAgreement"]}}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/access/aip/list-data-categories":{"get":{"tags":["access/aip"],"operationId":"access_aip_list-data-categories","responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"type":"string","enum":["Primary","Observational","Experimental","Simulation","Derived","Reference","Digitalized","Secondary","Publication","DataPaper","Documentation","Software","Code","Binaries","VirtualMachine","Administrative","Document","WebSite","Other","Package","InformationPackage","UpdatePackage","Metadata","CustomMetadata","UpdatedMetadata","Internal","DatasetThumbnail","ArchiveThumbnail","ArchiveReadme","DatafileThumbnail","ArchiveDataUseAgreement"]}}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/":{"get":{"tags":["dlcm"],"operationId":"","responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/Module"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/index/settings/delete-all":{"delete":{"tags":["index/settings"],"operationId":"index_settings_delete-all","parameters":[{"name":"confirm","in":"query","required":false,"schema":{"type":"string","default":"no"}}],"responses":{"200":{"description":"OK"}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/data-mgmt/archive-public-data/{id}/delete-dataset-file":{"delete":{"tags":["data-mgmt/archive-public-data"],"operationId":"data-mgmt_archive-public-data_by_id_delete-dataset-file","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ArchivePublicData"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/admin/submission-agreements/{id}/delete-file":{"delete":{"tags":["admin/submission-agreements"],"operationId":"admin_submission-agreements_by_id_delete-file","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/SubmissionAgreement"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/admin/people/{id}/delete-avatar":{"delete":{"tags":["admin/people"],"operationId":"admin_people_by_id_delete-avatar","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/Person"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/admin/organizational-units/{id}/delete-logo":{"delete":{"tags":["admin/organizational-units"],"operationId":"admin_organizational-units_by_id_delete-logo","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/OrganizationalUnit"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/admin/notifications/{id}/delete-dua":{"delete":{"tags":["admin/notifications"],"operationId":"admin_notifications_by_id_delete-dua_deleteFile","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/Notification"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/admin/notifications/delete-notifications-on-deposit/{id}":{"delete":{"tags":["admin/notifications"],"operationId":"admin_notifications_delete-notifications-on-deposit_by_id_deleteNotificationsOnDeposit","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK"}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/admin/licenses/{id}/delete-logo":{"delete":{"tags":["admin/licenses"],"operationId":"admin_licenses_by_id_delete-logo","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/License"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/admin/institutions/{id}/delete-logo":{"delete":{"tags":["admin/institutions"],"operationId":"admin_institutions_by_id_delete-logo","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/Institution"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/admin/funding-agencies/{id}/delete-logo":{"delete":{"tags":["admin/funding-agencies"],"operationId":"admin_funding-agencies_by_id_delete-logo","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/FundingAgency"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/admin/archive-acl/{id}/delete-dua":{"delete":{"tags":["admin/archive-acl"],"operationId":"admin_archive-acl_by_id_delete-dua_deleteFile","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ArchiveACL"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}},"/access/metadata/{parentId}/ratings/by-rating":{"delete":{"tags":["access/metadata"],"operationId":"access_metadata_by_id_ratings_by-rating_delete","parameters":[{"name":"parentId","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"string"}}},"required":true},"responses":{"200":{"description":"OK"}},"security":[{"tokenAuth":[]},{"auth":[]}]}}},"components":{"schemas":{"ChangeInfo":{"type":"object","properties":{"fullName":{"type":"string","description":"The full name of the user who did the action on the resource.","readOnly":true},"when":{"type":"string","description":"The date when the action was done on the resources.","format":"date-time","readOnly":true},"who":{"type":"string","description":"The user who did the action on the resource.","readOnly":true}},"description":"The change information of an action."},"JobScheduling":{"type":"object","properties":{"hour":{"type":"integer","format":"int32"},"month":{"type":"integer","format":"int32"},"monthDay":{"type":"integer","format":"int32"},"weekDay":{"type":"integer","format":"int32"}}},"PreservationJob":{"type":"object","properties":{"creation":{"$ref":"#/components/schemas/ChangeInfo"},"lastUpdate":{"$ref":"#/components/schemas/ChangeInfo"},"resId":{"maxLength":50,"minLength":0,"type":"string","description":"The identifier of the resource. The default format is a Universally Unique IDentifier (UUID)."},"enable":{"type":"boolean","description":"If the preservation job is enable."},"jobRecurrence":{"type":"string","description":"The recurrence of the preservation job.","enum":["DAILY","MONTHLY","ONCE","WEEKLY","YEARLY"]},"jobType":{"type":"string","description":"Preservation job type","enum":["ARCHIVE_CHECK","ARCHIVE_PRELOAD_BIG","ARCHIVE_PRELOAD_SMALL","CHECK_COMPLIANCE_LEVEL","CLEAN_SUBMISSION","COMPLIANCE_LEVEL_UPDATE","DISPOSAL","FIXITY","METADATA_MIGRATION","PURGE_ORDER","PURGE_SUBMISSION_TEMP_FILES","REINDEX_ALL","REINDEX","RELOAD","RELOAD_INGEST","REPLICATION_CHECK","REPLICATION","SIMPLE_CLEAN_SUBMISSION"]},"name":{"maxLength":255,"minLength":1,"type":"string","description":"The name of the preservation job."},"scheduling":{"$ref":"#/components/schemas/JobScheduling"},"maxItems":{"type":"integer","description":"The maximum items to process of the preservation job.\nThe 0 value means no limit => all items.\n","format":"int64"},"parameters":{"type":"string","description":"The parameters of the preservation job.\nThe format is 'param1=value1&param2=value2&...&paramN=valueN.\nParameters (not exhaustive list):\n- filter on metadata version: info.metadataVersion=<value>\n- filter on org. unit: info.organizationalUnitId=<value>\n- filter on archive size: archiveSize=<value>\n- filter on archive unit: archivalUnit=true\n- sort in last modification: sort=lastUpdate.when,asc\n"},"lastExecutionStatus":{"type":"string","description":"The status of the last job execution.","readOnly":true,"enum":["COMPLETED","CREATED","IN_ERROR","IN_PROGRESS","READY"]},"executionNumber":{"type":"integer","description":"The number of the preservation job executions.","format":"int32","readOnly":true},"_links":{"$ref":"#/components/schemas/Links"}},"description":"The preservation job allows to run manage mass processing of archives. There are different types of job:\n- ARCHIVE_CHECK => Run the archive check on all archives\n- ARCHIVE_PRELOAD_BIG => Preload the archives bigger than 4GB to prepare DIP\n- ARCHIVE_PRELOAD_SMALL => Preload the archives smaller than 4GB to prepare DIP\n- CHECK_COMPLIANCE_LEVEL => coming soon\n- CLEAN_SUBMISSION => Purge deposits & SIP when archives are completed and replicated based on submission policy\n- SIMPLE_CLEAN_SUBMISSION => Purge deposits & SIP when archives are completed without checking replication based on submission policy\n- DISPOSAL => Trigger the disposal process\n- FIXITY => Run the fixity check for all archives\n- METADATA_MIGRATION => Metadata Version Upgrade\n- PURGE_ORDER => Purge order data when order completed\n- PURGE_SUBMISSION_TEMP_FILES => Purge temporary files of submission process\n- REINDEX => Re-index all archives on main storage\n- REINDEX_ALL => Re-index all archives on all storages\n- RELOAD => Reload all archives from the storage\n- RELOAD_INGEST => Reload all SIP & deposits from the archives\n- REPLICATION => Run the replication process on different storage nodes\n- REPLICATION_CHECK => Run the replication check on all archives\n"},"JobExecution":{"type":"object","properties":{"creation":{"$ref":"#/components/schemas/ChangeInfo"},"lastUpdate":{"$ref":"#/components/schemas/ChangeInfo"},"resId":{"maxLength":50,"minLength":0,"type":"string","description":"The identifier of the resource. The default format is a Universally Unique IDentifier (UUID)."},"preservationJob":{"$ref":"#/components/schemas/PreservationJob"},"completionStatus":{"type":"integer","format":"int32"},"endDate":{"type":"string","format":"date-time"},"runNumber":{"type":"integer","format":"int64"},"startDate":{"type":"string","format":"date-time"},"status":{"type":"string","enum":["COMPLETED","CREATED","IN_ERROR","IN_PROGRESS","READY"]},"statusMessage":{"maxLength":1024,"minLength":0,"type":"string"},"totalItems":{"type":"integer","format":"int64","readOnly":true},"processedItems":{"type":"integer","format":"int64","readOnly":true},"ignoredItems":{"type":"integer","format":"int64","readOnly":true},"inErrorItems":{"type":"integer","format":"int64","readOnly":true},"reportNumber":{"type":"integer","format":"int32","readOnly":true},"_links":{"$ref":"#/components/schemas/Links"}},"description":"Preservation job execution information"},"Result":{"type":"object","properties":{"message":{"type":"string","description":"The detailed message on what happens"},"resId":{"type":"string","description":"The ID of the object"},"status":{"type":"string","description":"The status of the launched action","enum":["EXECUTED","NON_APPLICABLE","NOT_EXECUTED"]},"messsage":{"type":"string","writeOnly":true},"_links":{"$ref":"#/components/schemas/Links"}},"description":"The result is the result of REST action (HTTP POST) with the status:\n- EXECUTED => the action was executed successfully\n- NOT_EXECUTED => the action failed and the message details the reason\n- NON_APPLICABLE => the action cannot be executed and the message details the reason\n"},"FacetResult":{"type":"object","properties":{"name":{"type":"string"},"field":{"type":"string"},"values":{"type":"array","items":{"$ref":"#/components/schemas/FacetResultValue"}}}},"FacetResultValue":{"type":"object","properties":{"value":{"type":"string"},"count":{"type":"integer","format":"int64"}}},"RestCollectionPage":{"type":"object","properties":{"currentPage":{"type":"integer","format":"int64"},"sizePage":{"type":"integer","format":"int64"},"totalItems":{"type":"integer","format":"int64"},"totalPages":{"type":"integer","format":"int64"}}},"RestCollectionPreservationJob":{"type":"object","properties":{"_links":{"$ref":"#/components/schemas/Links"},"_data":{"type":"array","items":{"$ref":"#/components/schemas/PreservationJob"}},"_facets":{"type":"array","items":{"$ref":"#/components/schemas/FacetResult"}},"_page":{"$ref":"#/components/schemas/RestCollectionPage"}},"description":"The structure of the REST response:\n- data: the list of objects\n- page: the pagination information\n- links: the HATEOAS links\n- facets: the search information\n"},"ArchiveType":{"type":"object","properties":{"creation":{"$ref":"#/components/schemas/ChangeInfo"},"lastUpdate":{"$ref":"#/components/schemas/ChangeInfo"},"resId":{"maxLength":50,"minLength":0,"type":"string","description":"The identifier of the resource. The default format is a Universally Unique IDentifier (UUID)."},"masterType":{"$ref":"#/components/schemas/ArchiveType"},"typeName":{"type":"string","description":"The name of the archive type."},"masterArchiveType":{"type":"boolean","description":"If the archive type is a master type.","readOnly":true},"_links":{"$ref":"#/components/schemas/Links"}},"description":"Archive type based on DataCite notion."},"Deposit":{"type":"object","properties":{"creation":{"$ref":"#/components/schemas/ChangeInfo"},"lastUpdate":{"$ref":"#/components/schemas/ChangeInfo"},"resId":{"maxLength":50,"minLength":0,"type":"string","description":"The identifier of the resource. The default format is a Universally Unique IDentifier (UUID)."},"searchCriterias":{"type":"array","items":{"$ref":"#/components/schemas/SearchCriteria"}},"access":{"type":"string","description":"Access level of the archive:\n- PUBLIC => Open Access & Everyone\n- RESTRICTED => Team members (i.e., Org. Unit) & Trusted parties\n- CLOSED => Case by case & Individuals\n","enum":["PUBLIC","RESTRICTED","CLOSED"]},"dataSensitivity":{"type":"string","description":"DataTage represents the data sensitivity of the archive:\n- UNDEFINED => Not defined (Data sensitivity not set to support previous archives)\n- BLUE => Public (Non-confidential information, stored and shared freely)\n- GREEN => Controlled public (Not harmful personal information, shared with some access control)\n- YELLOW => Accountable (Potentially harmful personal information, shared with loosely verified and/or approved recipients)\n- ORANGE => More accountable (Sensitive personal information, shared with verified and/or approved recipients under agreement)\n- RED => Fully accountable (Very sensitive personal information, shared with strong verification of approved recipients under signed agreement)\n- CRIMSON => Maximum restricted (Maximum sensitive, explicit permission for each transaction, strong verification of approved recipients under signed agreement)\n","enum":["UNDEFINED","BLUE","GREEN","YELLOW","ORANGE","RED","CRIMSON"]},"dataUsePolicy":{"type":"string","description":"Data use policy defines the terms to conditions to access to an archive:\n- NONE => no policy\n- LICENSE => To respect the license\n- CLICK_THROUGH_DUA => To click to accept the Data Use Agreement (DUA)\n- SIGNED_DUA => To sign to accept the Data Use Agreement (DUA)\n- EXTERNAL_DUA => The Data Use Agreement (DUA) is managed externally\n","enum":["NONE","LICENSE","CLICK_THROUGH_DUA","SIGNED_DUA","EXTERNAL_DUA"]},"dataFileNumber":{"type":"integer","description":"The number of deposit data files.","format":"int32","readOnly":true},"complianceLevel":{"type":"string","description":"Compliance level to define the preservation quality based on data file format:\n- NOT_ASSESSED => The format could not be evaluated\n- NO_COMPLIANCE => The format could not be determined\n- WEAK_COMPLIANCE => The format was determined: content type detected\n- AVERAGE_COMPLIANCE => The format was determined: WEAK_COMPLIANCE + PRONOM identifier detected\n- FULL_COMPLIANCE => The format was determined: AVERAGE_COMPLIANCE + the format is part of golden formats\n","enum":["NOT_ASSESSED","NO_COMPLIANCE","WEAK_COMPLIANCE","AVERAGE_COMPLIANCE","FULL_COMPLIANCE"]},"collectionBegin":{"type":"string","description":"The start date of the deposit for collecting data.","format":"date-time"},"collectionEnd":{"type":"string","description":"The end date of the deposit for collecting data.","format":"date-time"},"description":{"maxLength":4096,"minLength":1,"type":"string","description":"The description of the deposit."},"doi":{"type":"string","description":"The Digital Object Identifier (DOI) of the deposit."},"ark":{"type":"string","description":"The ARK Identifier of the deposit."},"embargo":{"$ref":"#/components/schemas/EmbargoInfo"},"keywords":{"type":"array","description":"The keyword List of the deposit.","items":{"type":"string","description":"The keyword List of the deposit."}},"language":{"$ref":"#/components/schemas/Language"},"languageId":{"maxLength":50,"minLength":0,"type":"string","description":"The language identifier of the deposit."},"licenseId":{"type":"string","description":"The license identifier of the deposit."},"archiveTypeId":{"type":"string","description":"The archive type identifier of the deposit."},"archiveType":{"$ref":"#/components/schemas/ArchiveType"},"metadataVersion":{"type":"string","description":"DLCM metadata are based on METS container, DataCite as descriptive metadata and PREMIS as administrative metadata.\nMetadata version:\n- 1.0 = DataCite 4.0 + PREMIS 3.0 + DLCM Info 1.0\n- 1.1 = DataCite 4.0 + PREMIS 3.0 + DLCM Info 1.0\n- 2.0 = DataCite 4.3 + PREMIS 3.0 + DLCM Info 2.0 + Data File Categories\n- 2.1 = DataCite 4.3 + PREMIS 3.0 + DLCM Info 2.1 + Dataset Thumbnail support\n- 3.0 = DataCite 4.4 + PREMIS 3.0 + DLCM Info 2.1\n- 3.1 = DataCite 4.4 + PREMIS 3.0 + DLCM Info 2.2 + Archive Thumbnail & DUA & README support\n- 4.0 = Datacite 4.5 + PREMIS 3.0 + DLCM Info 3.0 + Update of Archive Thumbnail & DUA & README\n- 5.0 = Datacite 4.6 + PREMIS 3.0 + DLCM Info 3.0 + Modern ARK\n","enum":["1.0","1.1","2.0","2.1","3.0","3.1","4.0","5.0"]},"organizationalUnit":{"$ref":"#/components/schemas/OrganizationalUnit"},"organizationalUnitId":{"maxLength":2147483647,"minLength":1,"type":"string","description":"The organizational unit identifier of the deposit."},"preparationId":{"maxLength":50,"minLength":0,"type":"string","description":"The preparation identifier of the deposit."},"preservationPolicy":{"$ref":"#/components/schemas/PreservationPolicy"},"preservationPolicyId":{"maxLength":50,"minLength":0,"type":"string","description":"The preservation policy identifier of the deposit."},"publicationDate":{"type":"string","description":"The publication date of the deposit.","format":"date"},"sipId":{"maxLength":50,"minLength":0,"type":"string","description":"The generated SIP identifier of the deposit."},"status":{"type":"string","description":"The status of the deposit.","enum":["APPROVED","CHECKED","CLEANED","CLEANING","COMPLETED","DELETING","IN_ERROR","IN_PROGRESS","IN_VALIDATION","REJECTED","SUBMITTED","EDITING_METADATA","UPGRADING_METADATA","CHECKING_COMPLIANCE","CHECKING_COMPLIANCE_CLEANED","COMPLIANCE_ERROR","CANCEL_EDITING_METADATA","EDITING_METADATA_REJECTED","SUBMISSION_AGREEMENT_APPROVED","RELOADING"]},"statusMessage":{"maxLength":1024,"minLength":0,"type":"string","description":"The detailed message related to the deposit status."},"submissionPolicy":{"$ref":"#/components/schemas/SubmissionPolicy"},"submissionPolicyId":{"maxLength":50,"minLength":0,"type":"string","description":"The submission policy identifier of the deposit."},"title":{"maxLength":255,"minLength":1,"type":"string","description":"The title of the deposit."},"containsUpdatedMetadata":{"type":"boolean","description":"If the package contains updated metadata."},"contentStructurePublic":{"type":"boolean","description":"If the archive structure content is public."},"isIdenticalTo":{"type":"string","description":"DOI indicates that Archive A is identical to B, used to register two separate instances of the same resource."},"isObsoletedBy":{"type":"string","description":"DOI indicates A is replaced by B."},"isReferencedBy":{"type":"array","description":"List of DOI or ARK which indicates A is used as a source of information by B.","items":{"type":"string","description":"List of DOI or ARK which indicates A is used as a source of information by B."}},"anonymizedDepositPageId":{"type":"string","description":"The id of the page listing all anonymized deposits of a given deposit"},"additionalFieldsValues":{"type":"string","description":"Some eventual additional fields values generated through an additional fields form."},"additionalFieldsFormId":{"maxLength":50,"minLength":0,"type":"string","description":"The additional fields form ID used to generate the additional fields values."},"errorStatusWithMessage":{"type":"string","writeOnly":true},"collectionSize":{"type":"integer","description":"The number of archives in the deposit.","format":"int32","readOnly":true},"hasEmbargo":{"type":"boolean"},"_links":{"$ref":"#/components/schemas/Links"}},"description":"A deposit is a simple package to prepare a SIP.\nDeposit status:\n- APPROVED => Approved deposit. The SIP preparation is in progress.\n- CANCEL_EDITING_METADATA => A cancellation of metadata edition is in progress.\n- CHECKED => Checked deposit. The deposit is ready for SIP preparation.\n- CHECKING_COMPLIANCE => A compliance check is in progress for completed deposits.\n- CHECKING_COMPLIANCE_CLEANED => A compliance check is in progress for cleaned deposits.\n- CLEANED => Cleaned deposit: the data file are purged based on submission policy.\n- CLEANING => A clean process is in progress.\n- COMPLETED => Completed deposit. The preparation of SIP is completed.\n- COMPLIANCE_ERROR => An error occurred during a compliance check.\n- DELETING => A deletion process is in progress.\n- EDITING_METADATA_REJECTED => The metadata edition was rejected.\n- EDITING_METADATA => The deposit is in edition mode for metadata.\n- IN_ERROR => An error occurred during the SIP preparation.\n- IN_PROGRESS => The deposit is in progress, ready for adding data files.\n- IN_VALIDATION => The deposit is waiting for an approval.\n- REJECTED => The deposit was rejected.\n- RELOADING => The deposit is a reload process.\n- SUBMITTED => Submitted deposit. The SIP preparation is in progress.\n- UPGRADING_METADATA => The deposit is in upgrade mode of metadata version.\n"},"EmbargoInfo":{"type":"object","properties":{"access":{"type":"string","description":"Access level of the archive:\n- PUBLIC => Open Access & Everyone\n- RESTRICTED => Team members (i.e., Org. Unit) & Trusted parties\n- CLOSED => Case by case & Individuals\n","enum":["PUBLIC","RESTRICTED","CLOSED"]},"months":{"type":"integer","description":"The month number of the embargo duration.","format":"int32"},"startDate":{"type":"string","description":"The starting date of the embargo period.","format":"date-time"}},"description":"Embargo information."},"Institution":{"type":"object","properties":{"creation":{"$ref":"#/components/schemas/ChangeInfo"},"lastUpdate":{"$ref":"#/components/schemas/ChangeInfo"},"resId":{"maxLength":50,"minLength":0,"type":"string","description":"The identifier of the resource. The default format is a Universally Unique IDentifier (UUID)."},"description":{"maxLength":1024,"minLength":0,"type":"string","description":"The description of the institution."},"emailSuffixes":{"type":"array","description":"The email suffixes list of the institution.","items":{"type":"string","description":"The email suffixes list of the institution."}},"name":{"maxLength":2147483647,"minLength":1,"type":"string","description":"The name of the institution."},"url":{"type":"string","description":"The URL of the institution.","format":"url"},"rorId":{"type":"string","description":"The ROR identifier of the institution."},"logo":{"$ref":"#/components/schemas/InstitutionLogo"},"identifiers":{"type":"object","additionalProperties":true,"description":"The other identifiers list of the institution."},"organizationalUnit":{"type":"array","writeOnly":true,"items":{"$ref":"#/components/schemas/OrganizationalUnit"}},"_links":{"$ref":"#/components/schemas/Links"}},"description":"An institution represents academic institutions, such as UNIGE and HES-SO."},"InstitutionLogo":{"type":"object","properties":{"creation":{"$ref":"#/components/schemas/ChangeInfo"},"lastUpdate":{"$ref":"#/components/schemas/ChangeInfo"},"resId":{"maxLength":50,"minLength":0,"type":"string","description":"The identifier of the resource. The default format is a Universally Unique IDentifier (UUID)."},"fileName":{"maxLength":2024,"minLength":0,"type":"string","description":"The file name."},"fileSize":{"type":"integer","description":"The file size in bytes.","format":"int64"},"mimeType":{"type":"string","description":"The content type of the file. It could be named as MIME type or media type."},"_links":{"$ref":"#/components/schemas/Links"}},"description":"The logo of the institution."},"Label":{"type":"object","properties":{"language":{"$ref":"#/components/schemas/LanguageDTO"},"text":{"maxLength":1024,"minLength":0,"type":"string"}}},"Language":{"type":"object","properties":{"creation":{"$ref":"#/components/schemas/ChangeInfo"},"lastUpdate":{"$ref":"#/components/schemas/ChangeInfo"},"resId":{"maxLength":50,"minLength":0,"type":"string","description":"The identifier of the resource. The default format is a Universally Unique IDentifier (UUID)."},"code":{"type":"string","description":"The ISO 639-1 code of the language"},"iso6392":{"type":"string","description":"The ISO 639-2 code of the language"},"sortValue":{"type":"integer","description":"Property allowing to sort languages in lists","format":"int32"},"labels":{"type":"array","items":{"$ref":"#/components/schemas/Label"}},"_links":{"$ref":"#/components/schemas/Links"}},"description":"The language for internationalization (i18n) & localization (L10n)"},"LanguageDTO":{"type":"object","properties":{"resId":{"type":"string"},"code":{"type":"string"},"iso6392":{"type":"string"},"sortValue":{"type":"integer","format":"int32"}}},"License":{"type":"object","properties":{"creation":{"$ref":"#/components/schemas/ChangeInfo"},"lastUpdate":{"$ref":"#/components/schemas/ChangeInfo"},"resId":{"maxLength":50,"minLength":0,"type":"string","description":"The identifier of the resource. The default format is a Universally Unique IDentifier (UUID)."},"domainContent":{"type":"boolean","description":"If the license is applicable for content."},"domainData":{"type":"boolean","description":"If the license is applicable for data."},"domainSoftware":{"type":"boolean","description":"If the license is applicable for software."},"family":{"type":"string","description":"The family of the license."},"isGeneric":{"type":"boolean","description":"If the license is generic."},"maintainer":{"type":"string","description":"The maintainer of the license."},"odConformance":{"type":"string","description":"Conformance Status.","enum":["approved","","not reviewed","rejected"]},"openLicenseId":{"type":"string","description":"The open license identifier of the license. The recommanded format is SPDX short identifier."},"osdConformance":{"type":"string","description":"Conformance Status.","enum":["approved","","not reviewed","rejected"]},"status":{"type":"string","description":"License status.","enum":["active","retired","superseded"]},"title":{"type":"string","description":"The title of the license."},"url":{"type":"string","description":"The source URL of the license.","format":"url"},"logo":{"$ref":"#/components/schemas/LicenseLogo"},"description":{"type":"string","description":"The description of the license. The format is: <openLicenseId> (<title>).","readOnly":true},"_links":{"$ref":"#/components/schemas/Links"}},"description":"A license represents software licenses (Academic Free License 3.0, Design Science License, MIT License…​)."},"LicenseLogo":{"type":"object","properties":{"creation":{"$ref":"#/components/schemas/ChangeInfo"},"lastUpdate":{"$ref":"#/components/schemas/ChangeInfo"},"resId":{"maxLength":50,"minLength":0,"type":"string","description":"The identifier of the resource. The default format is a Universally Unique IDentifier (UUID)."},"fileName":{"maxLength":2024,"minLength":0,"type":"string","description":"The file name."},"fileSize":{"type":"integer","description":"The file size in bytes.","format":"int64"},"mimeType":{"type":"string","description":"The content type of the file. It could be named as MIME type or media type."},"_links":{"$ref":"#/components/schemas/Links"}},"description":"The logo of the license."},"OrganizationalUnit":{"type":"object","properties":{"creation":{"$ref":"#/components/schemas/ChangeInfo"},"lastUpdate":{"$ref":"#/components/schemas/ChangeInfo"},"resId":{"maxLength":50,"minLength":0,"type":"string","description":"The identifier of the resource. The default format is a Universally Unique IDentifier (UUID)."},"closingDate":{"type":"string","description":"The closing date of the organizational unit.","format":"date"},"defaultLicense":{"$ref":"#/components/schemas/License"},"defaultPreservationPolicy":{"$ref":"#/components/schemas/PreservationPolicy"},"defaultSubmissionPolicy":{"$ref":"#/components/schemas/SubmissionPolicy"},"description":{"maxLength":1024,"minLength":0,"type":"string","description":"The description of the organizational unit."},"institutions":{"type":"array","writeOnly":true,"items":{"$ref":"#/components/schemas/Institution"}},"isEmpty":{"type":"boolean","description":"If the organizational unit contains any data (deposits, sip, aip)."},"keywords":{"type":"array","description":"The keywords associated with this organizational unit, they are used as default for deposits created within this organizational unit.","items":{"type":"string","description":"The keywords associated with this organizational unit, they are used as default for deposits created within this organizational unit."}},"name":{"maxLength":2147483647,"minLength":1,"type":"string","description":"The name of the organizational unit."},"openingDate":{"type":"string","description":"The opening date of the organizational unit.","format":"date"},"url":{"type":"string","description":"The URL of the organizational unit.","format":"url"},"logo":{"$ref":"#/components/schemas/OrganizationalUnitLogo"},"open":{"type":"boolean","description":"If the organizational unit is currently open."},"_links":{"$ref":"#/components/schemas/Links"}},"description":"An organizational unit is a logical entity that represents a research project or laboratory or any other organizational group of researchers. A preservation space is associated to it."},"OrganizationalUnitLogo":{"type":"object","properties":{"creation":{"$ref":"#/components/schemas/ChangeInfo"},"lastUpdate":{"$ref":"#/components/schemas/ChangeInfo"},"resId":{"maxLength":50,"minLength":0,"type":"string","description":"The identifier of the resource. The default format is a Universally Unique IDentifier (UUID)."},"fileName":{"maxLength":2024,"minLength":0,"type":"string","description":"The file name."},"fileSize":{"type":"integer","description":"The file size in bytes.","format":"int64"},"mimeType":{"type":"string","description":"The content type of the file. It could be named as MIME type or media type."},"_links":{"$ref":"#/components/schemas/Links"}},"description":"The logo of the organizational unit."},"PreservationPolicy":{"type":"object","properties":{"creation":{"$ref":"#/components/schemas/ChangeInfo"},"lastUpdate":{"$ref":"#/components/schemas/ChangeInfo"},"resId":{"maxLength":50,"minLength":0,"type":"string","description":"The identifier of the resource. The default format is a Universally Unique IDentifier (UUID)."},"dispositionApproval":{"type":"boolean","description":"If the approval step is mandatory during the AIP disposal process."},"retention":{"type":"integer","description":"The retention duration in days of the preservation policy. O means forever.","format":"int32"},"mainStorage":{"type":"integer","description":"The main storage indice in configuration of the preservation policy. O means default storage (first one).","format":"int32"},"name":{"maxLength":255,"minLength":1,"type":"string","description":"The name of the preservation policy."},"useNumber":{"type":"integer","description":"The number of the preservation policy use in organizational units.","format":"int32","readOnly":true},"smartRetention":{"type":"string","description":"The retention duration in human-readable format of the package.","readOnly":true},"_links":{"$ref":"#/components/schemas/Links"}},"description":"A preservation policy defines whether approval is required for an AIP’s disposition as well as how long it should be kept."},"SearchCriteria":{"type":"object","properties":{"caseInsensitive":{"type":"boolean"},"caseType":{"type":"string"},"key":{"type":"string"},"operation":{"type":"string"},"operationType":{"type":"string","enum":["BETWEEN","CONTAINS","ENDS_WITH","EQUALITY","GREATER_EQUAL","GREATER_THAN","LESS_EQUAL","LESS_THAN","NEGATION","ORACLE_CONTAINS","STARTS_WITH"]},"value":{"type":"object"}}},"SubmissionAgreement":{"type":"object","properties":{"creation":{"$ref":"#/components/schemas/ChangeInfo"},"lastUpdate":{"$ref":"#/components/schemas/ChangeInfo"},"resId":{"maxLength":50,"minLength":0,"type":"string","description":"The identifier of the resource. The default format is a Universally Unique IDentifier (UUID)."},"title":{"type":"string","description":"The title of the submission agreement"},"description":{"maxLength":1024,"minLength":0,"type":"string","description":"The description of the submission agreement"},"version":{"type":"string","description":"The version of the submission agreement"},"submissionAgreementFile":{"$ref":"#/components/schemas/SubmissionAgreementFile"},"_links":{"$ref":"#/components/schemas/Links"}},"description":"A submission agreement defines the conditions of the submissions."},"SubmissionAgreementFile":{"type":"object","properties":{"creation":{"$ref":"#/components/schemas/ChangeInfo"},"lastUpdate":{"$ref":"#/components/schemas/ChangeInfo"},"resId":{"maxLength":50,"minLength":0,"type":"string","description":"The identifier of the resource. The default format is a Universally Unique IDentifier (UUID)."},"fileName":{"maxLength":2024,"minLength":0,"type":"string","description":"The file name."},"fileSize":{"type":"integer","description":"The file size in bytes.","format":"int64"},"mimeType":{"type":"string","description":"The content type of the file. It could be named as MIME type or media type."},"_links":{"$ref":"#/components/schemas/Links"}},"description":"The submission agreement file"},"SubmissionPolicy":{"type":"object","properties":{"creation":{"$ref":"#/components/schemas/ChangeInfo"},"lastUpdate":{"$ref":"#/components/schemas/ChangeInfo"},"resId":{"maxLength":50,"minLength":0,"type":"string","description":"The identifier of the resource. The default format is a Universally Unique IDentifier (UUID)."},"name":{"maxLength":255,"minLength":1,"type":"string","description":"The name of the submission policy."},"submissionApproval":{"type":"boolean","description":"If approval step is mandatory for submitting a deposit."},"timeToKeep":{"type":"integer","description":"The time in days to keep completed deposit before purge.","format":"int32"},"submissionAgreementType":{"type":"string","description":"The type of submission agreement when submitting a deposit:\n- WITHOUT => No submission agreement needed.\n- ON_FIRST_DEPOSIT => For the first deposit submission, the user has to approve the submission agreement once.\n- FOR_EACH_DEPOSIT => At each deposit submission, the user has to approve the submission agreement.\n","enum":["WITHOUT","ON_FIRST_DEPOSIT","FOR_EACH_DEPOSIT"]},"submissionAgreement":{"$ref":"#/components/schemas/SubmissionAgreement"},"useNumber":{"type":"integer","description":"The number of the submission policy use in organizational units.","format":"int32","readOnly":true},"_links":{"$ref":"#/components/schemas/Links"}},"description":"A submission policy is a policy that can be associated to an SIP. It defines whether an SIP can submitted with or without approval and the amount of time it should be kept."},"SubjectArea":{"type":"object","properties":{"creation":{"$ref":"#/components/schemas/ChangeInfo"},"lastUpdate":{"$ref":"#/components/schemas/ChangeInfo"},"resId":{"maxLength":50,"minLength":0,"type":"string","description":"The identifier of the resource. The default format is a Universally Unique IDentifier (UUID)."},"searchCriterias":{"type":"array","items":{"$ref":"#/components/schemas/SearchCriteria"}},"code":{"maxLength":50,"minLength":1,"type":"string","description":"The code of the subject area."},"labels":{"type":"array","description":"The name labels for each supported languages of the subject area.","items":{"$ref":"#/components/schemas/Label"}},"name":{"maxLength":1024,"minLength":0,"type":"string","description":"The name of the subject area."},"source":{"maxLength":30,"minLength":1,"type":"string","description":"The source of the subject area."},"_links":{"$ref":"#/components/schemas/Links"}},"description":"A subject area delineates a range of academic, administrative, and patrimonial disciplines.\nEach of these disciplines may follow its own classification system, reflecting their unique attributes and contexts (for example: SNF Disciplines, http://www.snf.ch/SiteCollectionDocuments/allg_disziplinenliste.pdf, or re3data Subjects, https://www.re3data.org/browse/by-subject/, for academic disciplines). A subject area could be associated with a specific organizational unit."},"DataFileChecksum":{"type":"object","properties":{"checksum":{"type":"string"},"checksumAlgo":{"type":"string","enum":["CRC32","MD5","SHA-1","SHA-256","SHA-512"]},"checksumOrigin":{"type":"string","enum":["DLCM","DLCM_TOMBSTONE","USER","PORTAL"]},"checksumType":{"type":"string","enum":["COMPLETE","PARTIAL"]},"creationTime":{"type":"string","format":"date-time"}}},"DepositDataFile":{"type":"object","properties":{"creation":{"$ref":"#/components/schemas/ChangeInfo"},"lastUpdate":{"$ref":"#/components/schemas/ChangeInfo"},"resId":{"maxLength":50,"minLength":0,"type":"string","description":"The identifier of the resource. The default format is a Universally Unique IDentifier (UUID)."},"searchCriterias":{"type":"array","items":{"$ref":"#/components/schemas/SearchCriteria"}},"complianceLevel":{"type":"string","description":"Compliance level to define the preservation quality based on data file format:\n- NOT_ASSESSED => The format could not be evaluated\n- NO_COMPLIANCE => The format could not be determined\n- WEAK_COMPLIANCE => The format was determined: content type detected\n- AVERAGE_COMPLIANCE => The format was determined: WEAK_COMPLIANCE + PRONOM identifier detected\n- FULL_COMPLIANCE => The format was determined: AVERAGE_COMPLIANCE + the format is part of golden formats\n","enum":["NOT_ASSESSED","NO_COMPLIANCE","WEAK_COMPLIANCE","AVERAGE_COMPLIANCE","FULL_COMPLIANCE"]},"dataCategory":{"type":"string","enum":["Primary","Observational","Experimental","Simulation","Derived","Reference","Digitalized","Secondary","Publication","DataPaper","Documentation","Software","Code","Binaries","VirtualMachine","Administrative","Document","WebSite","Other","Package","InformationPackage","UpdatePackage","Metadata","CustomMetadata","UpdatedMetadata","Internal","DatasetThumbnail","ArchiveThumbnail","ArchiveReadme","DatafileThumbnail","ArchiveDataUseAgreement"]},"dataType":{"type":"string","enum":["Primary","Observational","Experimental","Simulation","Derived","Reference","Digitalized","Secondary","Publication","DataPaper","Documentation","Software","Code","Binaries","VirtualMachine","Administrative","Document","WebSite","Other","Package","InformationPackage","UpdatePackage","Metadata","CustomMetadata","UpdatedMetadata","Internal","DatasetThumbnail","ArchiveThumbnail","ArchiveReadme","DatafileThumbnail","ArchiveDataUseAgreement"]},"fileFormat":{"$ref":"#/components/schemas/FileFormat"},"fileSize":{"type":"integer","format":"int64"},"finalData":{"type":"string","format":"uri"},"fileName":{"type":"string","readOnly":true},"metadataType":{"$ref":"#/components/schemas/MetadataType"},"relativeLocation":{"maxLength":460,"minLength":0,"pattern":"(^\\/$)|(^\\/.*(?<!\\/)$)","type":"string"},"sourceData":{"type":"string","format":"uri"},"status":{"type":"string","enum":["CHANGE_RELATIVE_LOCATION","CHANGE_DATA_CATEGORY","CLEANED","CLEANING","EXCLUDED_FILE","CHECK_COMPLIANCE","CHECK_COMPLIANCE_CLEANED","CHECKED_COMPLIANCE","CHECKED_COMPLIANCE_CLEANED","IGNORED_FILE","DOWNLOAD_IN_PROGRESS","FILE_FORMAT_IDENTIFIED","FILE_FORMAT_SKIPPED","FILE_FORMAT_UNKNOWN","IN_ERROR","PROCESSED","READY","RECEIVED","TO_PROCESS","VIRUS_CHECKED","VIRUS_SKIPPED"]},"statusMessage":{"maxLength":1024,"minLength":0,"type":"string"},"virusCheck":{"$ref":"#/components/schemas/VirusCheck"},"checksums":{"type":"array","items":{"$ref":"#/components/schemas/DataFileChecksum"}},"infoPackage":{"$ref":"#/components/schemas/Deposit"},"fileStatus":{"type":"string","writeOnly":true,"enum":["CHANGE_RELATIVE_LOCATION","CHANGE_DATA_CATEGORY","CLEANED","CLEANING","EXCLUDED_FILE","CHECK_COMPLIANCE","CHECK_COMPLIANCE_CLEANED","CHECKED_COMPLIANCE","CHECKED_COMPLIANCE_CLEANED","IGNORED_FILE","DOWNLOAD_IN_PROGRESS","FILE_FORMAT_IDENTIFIED","FILE_FORMAT_SKIPPED","FILE_FORMAT_UNKNOWN","IN_ERROR","PROCESSED","READY","RECEIVED","TO_PROCESS","VIRUS_CHECKED","VIRUS_SKIPPED"]},"fullFileName":{"type":"string","readOnly":true},"inProgress":{"type":"boolean"},"smartSize":{"type":"string","readOnly":true},"_links":{"$ref":"#/components/schemas/Links"}}},"FileFormat":{"type":"object","properties":{"contentType":{"maxLength":100,"minLength":0,"type":"string","description":"The content type of the file."},"details":{"type":"string","description":"The result details of the file format identification."},"format":{"type":"string","description":"The format description of the file."},"md5":{"maxLength":256,"minLength":0,"type":"string","description":"The MD5 checksum of the file."},"puid":{"maxLength":20,"minLength":0,"type":"string","description":"The format PRONOM identifier of the  file."},"tool":{"$ref":"#/components/schemas/Tool"},"version":{"maxLength":50,"minLength":0,"type":"string","description":"The format version of the file."}},"description":"File format informations."},"MetadataType":{"type":"object","properties":{"creation":{"$ref":"#/components/schemas/ChangeInfo"},"lastUpdate":{"$ref":"#/components/schemas/ChangeInfo"},"resId":{"maxLength":50,"minLength":0,"type":"string","description":"The identifier of the resource. The default format is a Universally Unique IDentifier (UUID)."},"description":{"maxLength":1024,"minLength":0,"type":"string","description":"The description of the metadata type."},"metadataFormat":{"type":"string","description":"The metadata format:\n- JSON\n- XML\n- SCHEMA_LESS\n- CUSTOM\n","enum":["CUSTOM","JSON","SCHEMA_LESS","XML"]},"metadataSchema":{"type":"string","description":"The schema of the metadata type."},"name":{"maxLength":255,"minLength":1,"type":"string","description":"The name of the metadata type."},"url":{"type":"string","description":"The URL of the metadata type.","format":"url"},"version":{"maxLength":50,"minLength":1,"type":"string","description":"The version of the metadata type."},"fullName":{"type":"string","description":"The name and the version of the metadata type.","readOnly":true},"_links":{"$ref":"#/components/schemas/Links"}},"description":"The metadata type allow to define custom metadata."},"Tool":{"type":"object","properties":{"description":{"type":"string","description":"The description of the tool."},"name":{"type":"string","description":"The name of the tool."},"puid":{"type":"string","description":"The PRONOM identifier of the tool."},"version":{"type":"string","description":"The version of the tool."}},"description":"Software tool information."},"VirusCheck":{"type":"object","properties":{"checkDate":{"type":"string","description":"The execution date of the virus check.","format":"date-time"},"details":{"type":"string","description":"The result details of the virus check."},"tool":{"$ref":"#/components/schemas/Tool"}},"description":"Virus check information."},"OrcidToken":{"type":"object","properties":{"creation":{"$ref":"#/components/schemas/ChangeInfo"},"lastUpdate":{"$ref":"#/components/schemas/ChangeInfo"},"resId":{"maxLength":50,"minLength":0,"type":"string","description":"The identifier of the resource. The default format is a Universally Unique IDentifier (UUID)."},"scope":{"type":"string"},"name":{"type":"string"},"orcid":{"type":"string"},"expiresIn":{"type":"string","format":"date-time"},"_links":{"$ref":"#/components/schemas/Links"}},"description":"Personal token allowing to interact with ORCID API."},"Person":{"type":"object","properties":{"creation":{"$ref":"#/components/schemas/ChangeInfo"},"lastUpdate":{"$ref":"#/components/schemas/ChangeInfo"},"resId":{"maxLength":50,"minLength":0,"type":"string","description":"The identifier of the resource. The default format is a Universally Unique IDentifier (UUID)."},"searchCriterias":{"type":"array","items":{"$ref":"#/components/schemas/SearchCriteria"}},"firstName":{"maxLength":255,"minLength":1,"type":"string","description":"The first name of the person."},"lastName":{"maxLength":255,"minLength":1,"type":"string","description":"The last name of the person."},"orcid":{"pattern":"|[0-9]{4}-[0-9]{4}-[0-9]{4}-[0-9]{4}|[0-9]{4}-[0-9]{4}-[0-9]{4}-[0-9]{3}X","type":"string","description":"The ORCID of the person (Format: xxxx-xxxx-xxxx-xxxx)."},"verifiedOrcid":{"type":"boolean","description":"if the person ORCID is verified with ORCID authentication."},"orcidToken":{"$ref":"#/components/schemas/OrcidToken"},"avatar":{"$ref":"#/components/schemas/PersonAvatar"},"fullName":{"type":"string","description":"The full name of the person."},"_links":{"$ref":"#/components/schemas/Links"}},"description":"A person is associated to a user on the platform. It contains information such as the person’s ORCID, institution and organizational units it belongs to."},"PersonAvatar":{"type":"object","properties":{"creation":{"$ref":"#/components/schemas/ChangeInfo"},"lastUpdate":{"$ref":"#/components/schemas/ChangeInfo"},"resId":{"maxLength":50,"minLength":0,"type":"string","description":"The identifier of the resource. The default format is a Universally Unique IDentifier (UUID)."},"fileName":{"maxLength":2024,"minLength":0,"type":"string","description":"The file name."},"fileSize":{"type":"integer","description":"The file size in bytes.","format":"int64"},"mimeType":{"type":"string","description":"The content type of the file. It could be named as MIME type or media type."},"_links":{"$ref":"#/components/schemas/Links"}},"description":"The avatar of the person."},"ArchivalInfoPackage":{"type":"object","properties":{"creation":{"$ref":"#/components/schemas/ChangeInfo"},"lastUpdate":{"$ref":"#/components/schemas/ChangeInfo"},"resId":{"maxLength":50,"minLength":0,"type":"string","description":"The identifier of the resource. The default format is a Universally Unique IDentifier (UUID)."},"dispositionApproval":{"type":"boolean","description":"If the approval step the AIP disposal is mandatory."},"retention":{"type":"integer","description":"The retention duration in days of the AIP: O means forever.","format":"int32"},"archiveContainer":{"type":"string","description":"The container type of the AIP.","enum":["UNDEFINED","ZIP","BAG_IT"]},"archivalUnit":{"type":"boolean","description":"if the AIP is an unit (AIU) or a collection (AIC)."},"archiveId":{"type":"string","description":"The storage URI of the AIP."},"archiveFileNumber":{"type":"integer","description":"The total number of files in the AIP.","format":"int64"},"updateNumber":{"type":"integer","description":"The number of updates in the AIP.","format":"int64"},"collectionFileNumber":{"type":"integer","description":"The total number of filed in the collection AIP.","format":"int64"},"archiveSize":{"type":"integer","description":"The size in bytes of the AIP.","format":"int64"},"tombstoneSize":{"type":"integer","description":"The size in bytes of the tombstone AIP.","format":"int64"},"collectionArchiveSize":{"type":"integer","description":"The total size in bytes of the collection AIP.","format":"int64"},"checksumCheck":{"$ref":"#/components/schemas/ChecksumCheck"},"checksums":{"type":"array","description":"The checksum list of the AIP.","items":{"$ref":"#/components/schemas/DataFileChecksum"}},"fileFormat":{"$ref":"#/components/schemas/FileFormat"},"info":{"$ref":"#/components/schemas/RepresentationInfo"},"sipIds":{"type":"array","description":"The source SIP list (IDs) of the AIP.","items":{"type":"string","description":"The source SIP list (IDs) of the AIP."}},"virusCheck":{"$ref":"#/components/schemas/VirusCheck"},"publicationDate":{"type":"string","description":"The publication date of the AIP.","format":"date"},"lastArchiving":{"type":"string","description":"The last archiving process date of the AIP: the first archiving date or the last metadata edition.","format":"date-time"},"ready":{"type":"boolean","description":"If AIP package is ready.","readOnly":true},"complianceLevel":{"type":"string","description":"Compliance level to define the preservation quality based on data file format:\n- NOT_ASSESSED => The format could not be evaluated\n- NO_COMPLIANCE => The format could not be determined\n- WEAK_COMPLIANCE => The format was determined: content type detected\n- AVERAGE_COMPLIANCE => The format was determined: WEAK_COMPLIANCE + PRONOM identifier detected\n- FULL_COMPLIANCE => The format was determined: AVERAGE_COMPLIANCE + the format is part of golden formats\n","writeOnly":true,"enum":["NOT_ASSESSED","NO_COMPLIANCE","WEAK_COMPLIANCE","AVERAGE_COMPLIANCE","FULL_COMPLIANCE"]},"dataFileNumber":{"type":"integer","description":"The number of AIP data files.","format":"int32","readOnly":true},"smartSize":{"type":"string","description":"The size in human-readable format of the AIP.","readOnly":true},"retentionEnd":{"type":"string","description":"The end of the AIP retention.","format":"date-time","readOnly":true},"collectionSize":{"type":"integer","description":"The number of AIPs in collection AIP.","format":"int32","readOnly":true},"smartTombstoneSize":{"type":"string","description":"The size in human-readable format of the tombstone AIP.","readOnly":true},"smartCollectionArchiveSize":{"type":"string","description":"The total size in human-readable format of the collection AIP.","readOnly":true},"packageStatus":{"type":"string","description":"OAIS Package Status:\n- CHECKED => Checked package during archiving process\n- CHECKING => A package verification is in progress during checking process\n- CHECK_PENDING => A package verification is pending during checking process\n- CLEANED => Cleaned package during cleaning process for SIP only\n- CLEANING => A package clean is in progress during cleaning process for SIP only\n- COMPLIANCE_LEVEL_UPDATE_PENDING => A package compliance update is pending\n- COMPLIANCE_LEVEL_UPDATED => The compliance levels of the package have been updated\n- COMPLETED => Completed package\n- DISPOSABLE => The Package is candidate for disposal process for AIP only\n- DISPOSAL_APPROVED_BY_ORGUNIT => Disposal org. unit approval done during disposal process for AIP only\n- DISPOSAL_APPROVED => Disposal approval done during disposal process for AIP only\n- DISPOSED => Disposed package for AIP only\n- DOWNLOADING => A package download is in progress\n- EDITING_METADATA => A package metadata edition is in progress\n- FIXING => A package correction is in progress\n- FIXITY_ERROR => Error when checking checksums\n- FIX_PENDING => A package correction is pending\n- INDEXING => A package indexing is in progress\n- IN_ERROR => Package in error during archiving process\n- IN_PREPARATION => Package in preparation during archiving process\n- IN_PROGRESS => A package archiving process is in progress\n- METADATA_EDITION_PENDING => A metadata edition is pending\n- METADATA_UPGRADE_PENDING => A metadata version upgrade is pending\n- PACKAGE_REPLICATION_PENDING => A package replication is pending\n- PRESERVATION_ERROR => Package in error during checking process\n- READY => Package Ready\n- REINDEXING => A package re-indexing is in progress\n- RELOADED => Reloaded package from storage location\n- REPLICATING_PACKAGE => A package replication is in progress\n- REPLICATING_TOMBSTONE => A tombstone package replication is in progress\n- RESUBMITTING => A package re-submission is in progress\n- STORED => Package stored on storage location\n- TOMBSTONE_REPLICATION_PENDING => A tombstone replication is pending\n- UPDATING_COMPLIANCE_LEVEL => A package compliance update is in progress\n- UPDATING_RETENTION => A package retention update is in progress during disposal process\n- UPGRADING_METADATA => A metadata version upgrade is in progress\n","writeOnly":true,"enum":["CHECK_PENDING","CHECKING","CHECKED","CLEANING","CLEANED","COMPLETED","DOWNLOADING","IN_PREPARATION","IN_PROGRESS","STORED","INDEXING","READY","RETRIEVING","RETRIEVING_PENDING","IN_ERROR","PRESERVATION_ERROR","FIXITY_ERROR","DISPOSABLE","DISPOSAL_APPROVED_BY_ORGUNIT","DISPOSAL_APPROVED","DISPOSED","FIX_PENDING","FIXING","METADATA_EDITION_PENDING","EDITING_METADATA","UPDATING_RETENTION","METADATA_UPGRADE_PENDING","UPGRADING_METADATA","COMPLIANCE_LEVEL_UPDATE_PENDING","UPDATING_COMPLIANCE_LEVEL","COMPLIANCE_LEVEL_UPDATED","REINDEXING","RELOADED","RESUBMITTING","PACKAGE_REPLICATION_PENDING","REPLICATING_PACKAGE","TOMBSTONE_REPLICATION_PENDING","REPLICATING_TOMBSTONE"]},"smartRetention":{"type":"string","description":"The retention duration in human-readable format of the package.","readOnly":true},"_links":{"$ref":"#/components/schemas/Links"}},"description":"Archival Information Package (AIP)"},"ChecksumCheck":{"type":"object","properties":{"checkDate":{"type":"string","description":"The execution date of checksum verification.","format":"date-time"},"checkingSucceed":{"type":"boolean","description":"The execution result of checksum verification."}},"description":"Checksum verification information."},"RepresentationInfo":{"type":"object","properties":{"access":{"type":"string","description":"Access level of the archive:\n- PUBLIC => Open Access & Everyone\n- RESTRICTED => Team members (i.e., Org. Unit) & Trusted parties\n- CLOSED => Case by case & Individuals\n","enum":["PUBLIC","RESTRICTED","CLOSED"]},"dataSensitivity":{"type":"string","description":"DataTage represents the data sensitivity of the archive:\n- UNDEFINED => Not defined (Data sensitivity not set to support previous archives)\n- BLUE => Public (Non-confidential information, stored and shared freely)\n- GREEN => Controlled public (Not harmful personal information, shared with some access control)\n- YELLOW => Accountable (Potentially harmful personal information, shared with loosely verified and/or approved recipients)\n- ORANGE => More accountable (Sensitive personal information, shared with verified and/or approved recipients under agreement)\n- RED => Fully accountable (Very sensitive personal information, shared with strong verification of approved recipients under signed agreement)\n- CRIMSON => Maximum restricted (Maximum sensitive, explicit permission for each transaction, strong verification of approved recipients under signed agreement)\n","enum":["UNDEFINED","BLUE","GREEN","YELLOW","ORANGE","RED","CRIMSON"]},"dataUsePolicy":{"type":"string","description":"Data use policy defines the terms to conditions to access to an archive:\n- NONE => no policy\n- LICENSE => To respect the license\n- CLICK_THROUGH_DUA => To click to accept the Data Use Agreement (DUA)\n- SIGNED_DUA => To sign to accept the Data Use Agreement (DUA)\n- EXTERNAL_DUA => The Data Use Agreement (DUA) is managed externally\n","enum":["NONE","LICENSE","CLICK_THROUGH_DUA","SIGNED_DUA","EXTERNAL_DUA"]},"complianceLevel":{"type":"string","description":"Compliance level to define the preservation quality based on data file format:\n- NOT_ASSESSED => The format could not be evaluated\n- NO_COMPLIANCE => The format could not be determined\n- WEAK_COMPLIANCE => The format was determined: content type detected\n- AVERAGE_COMPLIANCE => The format was determined: WEAK_COMPLIANCE + PRONOM identifier detected\n- FULL_COMPLIANCE => The format was determined: AVERAGE_COMPLIANCE + the format is part of golden formats\n","enum":["NOT_ASSESSED","NO_COMPLIANCE","WEAK_COMPLIANCE","AVERAGE_COMPLIANCE","FULL_COMPLIANCE"]},"description":{"maxLength":1024,"minLength":0,"type":"string","description":"The description of the package."},"embargo":{"$ref":"#/components/schemas/EmbargoInfo"},"licenseId":{"type":"string","description":"The license identifier of the package."},"metadataVersion":{"type":"string","description":"DLCM metadata are based on METS container, DataCite as descriptive metadata and PREMIS as administrative metadata.\nMetadata version:\n- 1.0 = DataCite 4.0 + PREMIS 3.0 + DLCM Info 1.0\n- 1.1 = DataCite 4.0 + PREMIS 3.0 + DLCM Info 1.0\n- 2.0 = DataCite 4.3 + PREMIS 3.0 + DLCM Info 2.0 + Data File Categories\n- 2.1 = DataCite 4.3 + PREMIS 3.0 + DLCM Info 2.1 + Dataset Thumbnail support\n- 3.0 = DataCite 4.4 + PREMIS 3.0 + DLCM Info 2.1\n- 3.1 = DataCite 4.4 + PREMIS 3.0 + DLCM Info 2.2 + Archive Thumbnail & DUA & README support\n- 4.0 = Datacite 4.5 + PREMIS 3.0 + DLCM Info 3.0 + Update of Archive Thumbnail & DUA & README\n- 5.0 = Datacite 4.6 + PREMIS 3.0 + DLCM Info 3.0 + Modern ARK\n","enum":["1.0","1.1","2.0","2.1","3.0","3.1","4.0","5.0"]},"name":{"maxLength":255,"minLength":1,"type":"string","description":"The name of the package."},"organizationalUnitId":{"maxLength":50,"minLength":1,"type":"string","description":"The organizational Unit ID of the package."},"status":{"type":"string","description":"OAIS Package Status:\n- CHECKED => Checked package during archiving process\n- CHECKING => A package verification is in progress during checking process\n- CHECK_PENDING => A package verification is pending during checking process\n- CLEANED => Cleaned package during cleaning process for SIP only\n- CLEANING => A package clean is in progress during cleaning process for SIP only\n- COMPLIANCE_LEVEL_UPDATE_PENDING => A package compliance update is pending\n- COMPLIANCE_LEVEL_UPDATED => The compliance levels of the package have been updated\n- COMPLETED => Completed package\n- DISPOSABLE => The Package is candidate for disposal process for AIP only\n- DISPOSAL_APPROVED_BY_ORGUNIT => Disposal org. unit approval done during disposal process for AIP only\n- DISPOSAL_APPROVED => Disposal approval done during disposal process for AIP only\n- DISPOSED => Disposed package for AIP only\n- DOWNLOADING => A package download is in progress\n- EDITING_METADATA => A package metadata edition is in progress\n- FIXING => A package correction is in progress\n- FIXITY_ERROR => Error when checking checksums\n- FIX_PENDING => A package correction is pending\n- INDEXING => A package indexing is in progress\n- IN_ERROR => Package in error during archiving process\n- IN_PREPARATION => Package in preparation during archiving process\n- IN_PROGRESS => A package archiving process is in progress\n- METADATA_EDITION_PENDING => A metadata edition is pending\n- METADATA_UPGRADE_PENDING => A metadata version upgrade is pending\n- PACKAGE_REPLICATION_PENDING => A package replication is pending\n- PRESERVATION_ERROR => Package in error during checking process\n- READY => Package Ready\n- REINDEXING => A package re-indexing is in progress\n- RELOADED => Reloaded package from storage location\n- REPLICATING_PACKAGE => A package replication is in progress\n- REPLICATING_TOMBSTONE => A tombstone package replication is in progress\n- RESUBMITTING => A package re-submission is in progress\n- STORED => Package stored on storage location\n- TOMBSTONE_REPLICATION_PENDING => A tombstone replication is pending\n- UPDATING_COMPLIANCE_LEVEL => A package compliance update is in progress\n- UPDATING_RETENTION => A package retention update is in progress during disposal process\n- UPGRADING_METADATA => A metadata version upgrade is in progress\n","enum":["CHECK_PENDING","CHECKING","CHECKED","CLEANING","CLEANED","COMPLETED","DOWNLOADING","IN_PREPARATION","IN_PROGRESS","STORED","INDEXING","READY","RETRIEVING","RETRIEVING_PENDING","IN_ERROR","PRESERVATION_ERROR","FIXITY_ERROR","DISPOSABLE","DISPOSAL_APPROVED_BY_ORGUNIT","DISPOSAL_APPROVED","DISPOSED","FIX_PENDING","FIXING","METADATA_EDITION_PENDING","EDITING_METADATA","UPDATING_RETENTION","METADATA_UPGRADE_PENDING","UPGRADING_METADATA","COMPLIANCE_LEVEL_UPDATE_PENDING","UPDATING_COMPLIANCE_LEVEL","COMPLIANCE_LEVEL_UPDATED","REINDEXING","RELOADED","RESUBMITTING","PACKAGE_REPLICATION_PENDING","REPLICATING_PACKAGE","TOMBSTONE_REPLICATION_PENDING","REPLICATING_TOMBSTONE"]},"statusMessage":{"maxLength":1024,"minLength":0,"type":"string","description":"The detailed message related to the package status."},"containsUpdatedMetadata":{"type":"boolean","description":"If the package contains updated metadata."},"contentStructurePublic":{"type":"boolean","description":"If the archive structure content is public."},"currentAccess":{"type":"string","description":"Access level of the archive:\n- PUBLIC => Open Access & Everyone\n- RESTRICTED => Team members (i.e., Org. Unit) & Trusted parties\n- CLOSED => Case by case & Individuals\n","readOnly":true,"enum":["PUBLIC","RESTRICTED","CLOSED"]},"accessCurrentlyPublic":{"type":"boolean","description":"If the current access level is public"}},"description":"OAIS Information Package: SIP, AIP or DIP."},"RestCollectionDeposit":{"type":"object","properties":{"_links":{"$ref":"#/components/schemas/Links"},"_data":{"type":"array","items":{"$ref":"#/components/schemas/Deposit"}},"_facets":{"type":"array","items":{"$ref":"#/components/schemas/FacetResult"}},"_page":{"$ref":"#/components/schemas/RestCollectionPage"}},"description":"The structure of the REST response:\n- data: the list of objects\n- page: the pagination information\n- links: the HATEOAS links\n- facets: the search information\n"},"OAISet":{"type":"object","properties":{"creation":{"$ref":"#/components/schemas/ChangeInfo"},"lastUpdate":{"$ref":"#/components/schemas/ChangeInfo"},"resId":{"maxLength":50,"minLength":0,"type":"string","description":"The identifier of the resource. The default format is a Universally Unique IDentifier (UUID)."},"description":{"maxLength":1024,"minLength":1,"type":"string","description":"The description of the OAI set."},"enabled":{"type":"boolean","description":"If the OAI set is enable."},"name":{"maxLength":2147483647,"minLength":1,"type":"string","description":"The name of the OAI set."},"query":{"maxLength":1024,"minLength":1,"type":"string","description":"The criteria to define the OAI set: query compliant with indexing search."},"spec":{"maxLength":2147483647,"minLength":1,"type":"string","description":"The spec of OAI set, which is an unique identifier for the set."},"_links":{"$ref":"#/components/schemas/Links"}},"description":"OAI set."},"RestCollectionOAISet":{"type":"object","properties":{"_links":{"$ref":"#/components/schemas/Links"},"_data":{"type":"array","items":{"$ref":"#/components/schemas/OAISet"}},"_facets":{"type":"array","items":{"$ref":"#/components/schemas/FacetResult"}},"_page":{"$ref":"#/components/schemas/RestCollectionPage"}},"description":"The structure of the REST response:\n- data: the list of objects\n- page: the pagination information\n- links: the HATEOAS links\n- facets: the search information\n"},"MultiValueMapStringString":{"type":"object","properties":{"all":{"type":"object","additionalProperties":{"type":"string"},"writeOnly":true},"empty":{"type":"boolean"}},"additionalProperties":{"type":"array","items":{"type":"string"}}},"OAIMetadataPrefix":{"type":"object","properties":{"creation":{"$ref":"#/components/schemas/ChangeInfo"},"lastUpdate":{"$ref":"#/components/schemas/ChangeInfo"},"resId":{"maxLength":50,"minLength":0,"type":"string","description":"The identifier of the resource. The default format is a Universally Unique IDentifier (UUID)."},"prefix":{"maxLength":255,"minLength":1,"type":"string","description":"The name of the OAI metadata prefix."},"schemaUrl":{"type":"string","description":"The XML schema URL of the OAI metadata prefix.","format":"url"},"schemaNamespace":{"type":"string","description":"The XML schema namespace of the OAI metadata prefix."},"name":{"maxLength":255,"minLength":1,"type":"string","description":"The name of the OAI metadata prefix."},"description":{"maxLength":1024,"minLength":1,"type":"string","description":"The description of the OAI metadata prefix."},"enabled":{"type":"boolean","description":"If the OAI metadata prefix is enable."},"reference":{"type":"boolean","description":"If the OAI metadata prefix is the reference prefix."},"xmlClass":{"type":"string","description":"The XML class of the OAI metadata prefix.."},"metadataSchema":{"maxLength":102400,"minLength":0,"type":"string","description":"The XML schema content of the OAI metadata prefix."},"metadataXmlTransformation":{"maxLength":102400,"minLength":0,"type":"string","description":"The XML transformation from reference prefix to the OAI metadata prefix."},"_links":{"$ref":"#/components/schemas/Links"}},"description":"The OAI metadata prefixes defined the metadata formats supported by OAI-PMH provider. The default metadata prefix is oai_dc, derived from Dublin Core."},"RestCollectionOAIMetadataPrefix":{"type":"object","properties":{"_links":{"$ref":"#/components/schemas/Links"},"_data":{"type":"array","items":{"$ref":"#/components/schemas/OAIMetadataPrefix"}},"_facets":{"type":"array","items":{"$ref":"#/components/schemas/FacetResult"}},"_page":{"$ref":"#/components/schemas/RestCollectionPage"}},"description":"The structure of the REST response:\n- data: the list of objects\n- page: the pagination information\n- links: the HATEOAS links\n- facets: the search information\n"},"SubmissionInfoPackage":{"type":"object","properties":{"creation":{"$ref":"#/components/schemas/ChangeInfo"},"lastUpdate":{"$ref":"#/components/schemas/ChangeInfo"},"resId":{"maxLength":50,"minLength":0,"type":"string","description":"The identifier of the resource. The default format is a Universally Unique IDentifier (UUID)."},"dispositionApproval":{"type":"boolean","description":"If the approval step the AIP disposal is mandatory."},"retention":{"type":"integer","description":"The retention duration in days of the AIP: O means forever.","format":"int32"},"mainStorage":{"type":"integer","description":"The main storage indice in configuration if the SIP. O means default storage (first one).","format":"int32"},"aipId":{"maxLength":50,"minLength":0,"type":"string","description":"The generated AIP identifier of the SIP."},"depositId":{"maxLength":50,"minLength":0,"type":"string","description":"The source deposit identifier of the SIP."},"info":{"$ref":"#/components/schemas/RepresentationInfo"},"organizationalUnit":{"$ref":"#/components/schemas/OrganizationalUnit"},"submissionPolicy":{"$ref":"#/components/schemas/SubmissionPolicy"},"submissionPolicyId":{"maxLength":50,"minLength":0,"type":"string","description":"The submission policy identifier of the SIP."},"publicationDate":{"type":"string","description":"The publication date of the deposit.","format":"date"},"organizationalUnitId":{"type":"string","description":"The organizational unit identifier of the SIP."},"ready":{"type":"boolean","description":"If SIP package is ready.","readOnly":true},"dataFileNumber":{"type":"integer","description":"The number of SIP data files.","format":"int32","readOnly":true},"collectionSize":{"type":"integer","description":"The number of AIPs in collection AIP.","format":"int32","readOnly":true},"packageStatus":{"type":"string","description":"OAIS Package Status:\n- CHECKED => Checked package during archiving process\n- CHECKING => A package verification is in progress during checking process\n- CHECK_PENDING => A package verification is pending during checking process\n- CLEANED => Cleaned package during cleaning process for SIP only\n- CLEANING => A package clean is in progress during cleaning process for SIP only\n- COMPLIANCE_LEVEL_UPDATE_PENDING => A package compliance update is pending\n- COMPLIANCE_LEVEL_UPDATED => The compliance levels of the package have been updated\n- COMPLETED => Completed package\n- DISPOSABLE => The Package is candidate for disposal process for AIP only\n- DISPOSAL_APPROVED_BY_ORGUNIT => Disposal org. unit approval done during disposal process for AIP only\n- DISPOSAL_APPROVED => Disposal approval done during disposal process for AIP only\n- DISPOSED => Disposed package for AIP only\n- DOWNLOADING => A package download is in progress\n- EDITING_METADATA => A package metadata edition is in progress\n- FIXING => A package correction is in progress\n- FIXITY_ERROR => Error when checking checksums\n- FIX_PENDING => A package correction is pending\n- INDEXING => A package indexing is in progress\n- IN_ERROR => Package in error during archiving process\n- IN_PREPARATION => Package in preparation during archiving process\n- IN_PROGRESS => A package archiving process is in progress\n- METADATA_EDITION_PENDING => A metadata edition is pending\n- METADATA_UPGRADE_PENDING => A metadata version upgrade is pending\n- PACKAGE_REPLICATION_PENDING => A package replication is pending\n- PRESERVATION_ERROR => Package in error during checking process\n- READY => Package Ready\n- REINDEXING => A package re-indexing is in progress\n- RELOADED => Reloaded package from storage location\n- REPLICATING_PACKAGE => A package replication is in progress\n- REPLICATING_TOMBSTONE => A tombstone package replication is in progress\n- RESUBMITTING => A package re-submission is in progress\n- STORED => Package stored on storage location\n- TOMBSTONE_REPLICATION_PENDING => A tombstone replication is pending\n- UPDATING_COMPLIANCE_LEVEL => A package compliance update is in progress\n- UPDATING_RETENTION => A package retention update is in progress during disposal process\n- UPGRADING_METADATA => A metadata version upgrade is in progress\n","writeOnly":true,"enum":["CHECK_PENDING","CHECKING","CHECKED","CLEANING","CLEANED","COMPLETED","DOWNLOADING","IN_PREPARATION","IN_PROGRESS","STORED","INDEXING","READY","RETRIEVING","RETRIEVING_PENDING","IN_ERROR","PRESERVATION_ERROR","FIXITY_ERROR","DISPOSABLE","DISPOSAL_APPROVED_BY_ORGUNIT","DISPOSAL_APPROVED","DISPOSED","FIX_PENDING","FIXING","METADATA_EDITION_PENDING","EDITING_METADATA","UPDATING_RETENTION","METADATA_UPGRADE_PENDING","UPGRADING_METADATA","COMPLIANCE_LEVEL_UPDATE_PENDING","UPDATING_COMPLIANCE_LEVEL","COMPLIANCE_LEVEL_UPDATED","REINDEXING","RELOADED","RESUBMITTING","PACKAGE_REPLICATION_PENDING","REPLICATING_PACKAGE","TOMBSTONE_REPLICATION_PENDING","REPLICATING_TOMBSTONE"]},"smartRetention":{"type":"string","description":"The retention duration in human-readable format of the package.","readOnly":true},"_links":{"$ref":"#/components/schemas/Links"}},"description":"Submission Information Package (SIP)"},"SipDataFile":{"type":"object","properties":{"creation":{"$ref":"#/components/schemas/ChangeInfo"},"lastUpdate":{"$ref":"#/components/schemas/ChangeInfo"},"resId":{"maxLength":50,"minLength":0,"type":"string","description":"The identifier of the resource. The default format is a Universally Unique IDentifier (UUID)."},"searchCriterias":{"type":"array","items":{"$ref":"#/components/schemas/SearchCriteria"}},"complianceLevel":{"type":"string","description":"Compliance level to define the preservation quality based on data file format:\n- NOT_ASSESSED => The format could not be evaluated\n- NO_COMPLIANCE => The format could not be determined\n- WEAK_COMPLIANCE => The format was determined: content type detected\n- AVERAGE_COMPLIANCE => The format was determined: WEAK_COMPLIANCE + PRONOM identifier detected\n- FULL_COMPLIANCE => The format was determined: AVERAGE_COMPLIANCE + the format is part of golden formats\n","enum":["NOT_ASSESSED","NO_COMPLIANCE","WEAK_COMPLIANCE","AVERAGE_COMPLIANCE","FULL_COMPLIANCE"]},"dataCategory":{"type":"string","enum":["Primary","Observational","Experimental","Simulation","Derived","Reference","Digitalized","Secondary","Publication","DataPaper","Documentation","Software","Code","Binaries","VirtualMachine","Administrative","Document","WebSite","Other","Package","InformationPackage","UpdatePackage","Metadata","CustomMetadata","UpdatedMetadata","Internal","DatasetThumbnail","ArchiveThumbnail","ArchiveReadme","DatafileThumbnail","ArchiveDataUseAgreement"]},"dataType":{"type":"string","enum":["Primary","Observational","Experimental","Simulation","Derived","Reference","Digitalized","Secondary","Publication","DataPaper","Documentation","Software","Code","Binaries","VirtualMachine","Administrative","Document","WebSite","Other","Package","InformationPackage","UpdatePackage","Metadata","CustomMetadata","UpdatedMetadata","Internal","DatasetThumbnail","ArchiveThumbnail","ArchiveReadme","DatafileThumbnail","ArchiveDataUseAgreement"]},"fileFormat":{"$ref":"#/components/schemas/FileFormat"},"fileSize":{"type":"integer","format":"int64"},"finalData":{"type":"string","format":"uri"},"fileName":{"type":"string","readOnly":true},"metadataType":{"$ref":"#/components/schemas/MetadataType"},"relativeLocation":{"maxLength":460,"minLength":0,"pattern":"(^\\/$)|(^\\/.*(?<!\\/)$)","type":"string"},"sourceData":{"type":"string","format":"uri"},"status":{"type":"string","enum":["CHANGE_RELATIVE_LOCATION","CHANGE_DATA_CATEGORY","CLEANED","CLEANING","EXCLUDED_FILE","CHECK_COMPLIANCE","CHECK_COMPLIANCE_CLEANED","CHECKED_COMPLIANCE","CHECKED_COMPLIANCE_CLEANED","IGNORED_FILE","DOWNLOAD_IN_PROGRESS","FILE_FORMAT_IDENTIFIED","FILE_FORMAT_SKIPPED","FILE_FORMAT_UNKNOWN","IN_ERROR","PROCESSED","READY","RECEIVED","TO_PROCESS","VIRUS_CHECKED","VIRUS_SKIPPED"]},"statusMessage":{"maxLength":1024,"minLength":0,"type":"string"},"virusCheck":{"$ref":"#/components/schemas/VirusCheck"},"checksums":{"type":"array","items":{"$ref":"#/components/schemas/DataFileChecksum"}},"infoPackage":{"$ref":"#/components/schemas/SubmissionInfoPackage"},"fileStatus":{"type":"string","writeOnly":true,"enum":["CHANGE_RELATIVE_LOCATION","CHANGE_DATA_CATEGORY","CLEANED","CLEANING","EXCLUDED_FILE","CHECK_COMPLIANCE","CHECK_COMPLIANCE_CLEANED","CHECKED_COMPLIANCE","CHECKED_COMPLIANCE_CLEANED","IGNORED_FILE","DOWNLOAD_IN_PROGRESS","FILE_FORMAT_IDENTIFIED","FILE_FORMAT_SKIPPED","FILE_FORMAT_UNKNOWN","IN_ERROR","PROCESSED","READY","RECEIVED","TO_PROCESS","VIRUS_CHECKED","VIRUS_SKIPPED"]},"fullFileName":{"type":"string","readOnly":true},"inProgress":{"type":"boolean"},"smartSize":{"type":"string","readOnly":true},"_links":{"$ref":"#/components/schemas/Links"}}},"RestCollectionSubmissionInfoPackage":{"type":"object","properties":{"_links":{"$ref":"#/components/schemas/Links"},"_data":{"type":"array","items":{"$ref":"#/components/schemas/SubmissionInfoPackage"}},"_facets":{"type":"array","items":{"$ref":"#/components/schemas/FacetResult"}},"_page":{"$ref":"#/components/schemas/RestCollectionPage"}},"description":"The structure of the REST response:\n- data: the list of objects\n- page: the pagination information\n- links: the HATEOAS links\n- facets: the search information\n"},"IndexProperties":{"type":"object","properties":{"resId":{"type":"string"},"settings":{"type":"object","additionalProperties":{"type":"object"}},"mapping":{"type":"object","additionalProperties":{"type":"object"}},"_links":{"$ref":"#/components/schemas/Links"}},"description":"An IndexProperties defines the settings and the mapping of the index."},"IndexFieldAlias":{"type":"object","properties":{"creation":{"$ref":"#/components/schemas/ChangeInfo"},"lastUpdate":{"$ref":"#/components/schemas/ChangeInfo"},"resId":{"maxLength":50,"minLength":0,"type":"string","description":"The identifier of the resource. The default format is a Universally Unique IDentifier (UUID)."},"indexName":{"maxLength":255,"minLength":1,"type":"string","description":"The name of index field alias."},"alias":{"maxLength":255,"minLength":1,"type":"string","description":"The name that will be exposed to clients (as a field or a facet."},"field":{"maxLength":255,"minLength":1,"type":"string","description":"The field path in the index"},"facet":{"type":"boolean","description":"If the index field alias is a facet."},"system":{"type":"boolean","description":"If the index field alias is mandatory for the system."},"facetMinCount":{"type":"integer","description":"The minimum number of occurrences of a facet value to be returned in facet results if the index Field alias is a facet.","format":"int32"},"facetLimit":{"type":"integer","description":"The maximum number of facets values to return if the index field alias is a facet.","format":"int32"},"facetOrder":{"type":"integer","description":"The order determines the position of a facet in the user interface.","format":"int32"},"facetDefaultVisibleValues":{"type":"integer","description":"The number of facet values to display by default in the user interface.","format":"int32"},"labels":{"type":"array","description":"The translated labels by languages for the index field alias.","items":{"$ref":"#/components/schemas/Label"}},"descriptionLabels":{"type":"array","description":"The translated descriptions of the index field alias.","items":{"$ref":"#/components/schemas/LargeLabel"}},"withDescription":{"type":"boolean","description":"If the index field alias has a description.","readOnly":true},"_links":{"$ref":"#/components/schemas/Links"}},"description":"A index field alias defines a facet/category for indexing and searching."},"LargeLabel":{"type":"object","properties":{"language":{"$ref":"#/components/schemas/LanguageDTO"},"text":{"maxLength":2147483646,"minLength":0,"type":"string"}},"description":"The translated descriptions of the index field alias."},"RestCollectionIndexFieldAlias":{"type":"object","properties":{"_links":{"$ref":"#/components/schemas/Links"},"_data":{"type":"array","items":{"$ref":"#/components/schemas/IndexFieldAlias"}},"_facets":{"type":"array","items":{"$ref":"#/components/schemas/FacetResult"}},"_page":{"$ref":"#/components/schemas/RestCollectionPage"}},"description":"The structure of the REST response:\n- data: the list of objects\n- page: the pagination information\n- links: the HATEOAS links\n- facets: the search information\n"},"ArchiveMetadata":{"type":"object","properties":{"resId":{"type":"string"},"index":{"type":"string","description":"Name of the index"},"metadata":{"type":"object","additionalProperties":true,"description":"The dynamic metadata list of the index."},"currentAccess":{"type":"string","description":"Access level of the archive:\n- PUBLIC => Open Access & Everyone\n- RESTRICTED => Team members (i.e., Org. Unit) & Trusted parties\n- CLOSED => Case by case & Individuals\n","readOnly":true,"enum":["PUBLIC","RESTRICTED","CLOSED"]},"_links":{"$ref":"#/components/schemas/Links"}},"description":"Public metadata of an archive"},"SearchCondition":{"type":"object","properties":{"type":{"type":"string","enum":["MATCH","TERM","WILDCARD","RANGE","QUERY","SIMPLE_QUERY","NESTED_BOOLEAN"]},"searchOperator":{"type":"string","enum":["AND","OR"]},"booleanClauseType":{"type":"string","enum":["MUST","FILTER","SHOULD","MUST_NOT"]},"field":{"type":"string"},"multiMatchFields":{"type":"array","items":{"type":"string"}},"value":{"type":"string"},"terms":{"type":"array","items":{"type":"string"}},"upperValue":{"type":"string"},"lowerValue":{"type":"string"},"nestedConditions":{"type":"array","items":{"$ref":"#/components/schemas/SearchCondition"}}},"description":"The search conditions describes the query to search in the indexes.\n"},"RestCollectionArchiveMetadata":{"type":"object","properties":{"_links":{"$ref":"#/components/schemas/Links"},"_data":{"type":"array","items":{"$ref":"#/components/schemas/ArchiveMetadata"}},"_facets":{"type":"array","items":{"$ref":"#/components/schemas/FacetResult"}},"_page":{"$ref":"#/components/schemas/RestCollectionPage"}},"description":"The structure of the REST response:\n- data: the list of objects\n- page: the pagination information\n- links: the HATEOAS links\n- facets: the search information\n"},"ArchivePublicData":{"type":"object","properties":{"creation":{"$ref":"#/components/schemas/ChangeInfo"},"lastUpdate":{"$ref":"#/components/schemas/ChangeInfo"},"resId":{"maxLength":50,"minLength":0,"type":"string","description":"The identifier of the resource. The default format is a Universally Unique IDentifier (UUID)."},"aipId":{"maxLength":50,"minLength":0,"type":"string","description":"The archive identifier of the archive public data."},"dataFileType":{"type":"string","description":"The data file type of the archive public data.","enum":["ARCHIVE_THUMBNAIL","ARCHIVE_README","ARCHIVE_DUA"]},"dataFile":{"$ref":"#/components/schemas/ArchivePublicDataFile"},"_links":{"$ref":"#/components/schemas/Links"}},"description":"Archive public data are data files which stored in the archive but with a public access:\n- ARCHIVE_THUMBNAIL => Dataset Thumbnail\n- ARCHIVE_README    => Dataset README\n- ARCHIVE_DUA       => Dataset Data Use Agreement\n"},"ArchivePublicDataFile":{"type":"object","properties":{"creation":{"$ref":"#/components/schemas/ChangeInfo"},"lastUpdate":{"$ref":"#/components/schemas/ChangeInfo"},"resId":{"maxLength":50,"minLength":0,"type":"string","description":"The identifier of the resource. The default format is a Universally Unique IDentifier (UUID)."},"fileName":{"maxLength":2024,"minLength":0,"type":"string","description":"The file name."},"fileSize":{"type":"integer","description":"The file size in bytes.","format":"int64"},"mimeType":{"type":"string","description":"The content type of the file. It could be named as MIME type or media type."},"_links":{"$ref":"#/components/schemas/Links"}},"description":"The data file of the archive public data."},"RestCollectionArchivePublicData":{"type":"object","properties":{"_links":{"$ref":"#/components/schemas/Links"},"_data":{"type":"array","items":{"$ref":"#/components/schemas/ArchivePublicData"}},"_facets":{"type":"array","items":{"$ref":"#/components/schemas/FacetResult"}},"_page":{"$ref":"#/components/schemas/RestCollectionPage"}},"description":"The structure of the REST response:\n- data: the list of objects\n- page: the pagination information\n- links: the HATEOAS links\n- facets: the search information\n"},"StoredAIP":{"type":"object","properties":{"resId":{"type":"string"},"aipId":{"maxLength":2147483647,"minLength":1,"type":"string"},"archiveUri":{"type":"string","format":"uri"},"organizationalUnitId":{"maxLength":2147483647,"minLength":1,"type":"string"},"archiveId":{"type":"string"},"aip":{"$ref":"#/components/schemas/ArchivalInfoPackage"},"dataSensitivity":{"type":"string","description":"DataTage represents the data sensitivity of the archive:\n- UNDEFINED => Not defined (Data sensitivity not set to support previous archives)\n- BLUE => Public (Non-confidential information, stored and shared freely)\n- GREEN => Controlled public (Not harmful personal information, shared with some access control)\n- YELLOW => Accountable (Potentially harmful personal information, shared with loosely verified and/or approved recipients)\n- ORANGE => More accountable (Sensitive personal information, shared with verified and/or approved recipients under agreement)\n- RED => Fully accountable (Very sensitive personal information, shared with strong verification of approved recipients under signed agreement)\n- CRIMSON => Maximum restricted (Maximum sensitive, explicit permission for each transaction, strong verification of approved recipients under signed agreement)\n","enum":["UNDEFINED","BLUE","GREEN","YELLOW","ORANGE","RED","CRIMSON"]},"archiveContainer":{"type":"string","enum":["UNDEFINED","ZIP","BAG_IT"]},"_links":{"$ref":"#/components/schemas/Links"}}},"AipDataFile":{"type":"object","properties":{"creation":{"$ref":"#/components/schemas/ChangeInfo"},"lastUpdate":{"$ref":"#/components/schemas/ChangeInfo"},"resId":{"maxLength":50,"minLength":0,"type":"string","description":"The identifier of the resource. The default format is a Universally Unique IDentifier (UUID)."},"searchCriterias":{"type":"array","items":{"$ref":"#/components/schemas/SearchCriteria"}},"complianceLevel":{"type":"string","description":"Compliance level to define the preservation quality based on data file format:\n- NOT_ASSESSED => The format could not be evaluated\n- NO_COMPLIANCE => The format could not be determined\n- WEAK_COMPLIANCE => The format was determined: content type detected\n- AVERAGE_COMPLIANCE => The format was determined: WEAK_COMPLIANCE + PRONOM identifier detected\n- FULL_COMPLIANCE => The format was determined: AVERAGE_COMPLIANCE + the format is part of golden formats\n","enum":["NOT_ASSESSED","NO_COMPLIANCE","WEAK_COMPLIANCE","AVERAGE_COMPLIANCE","FULL_COMPLIANCE"]},"dataCategory":{"type":"string","enum":["Primary","Observational","Experimental","Simulation","Derived","Reference","Digitalized","Secondary","Publication","DataPaper","Documentation","Software","Code","Binaries","VirtualMachine","Administrative","Document","WebSite","Other","Package","InformationPackage","UpdatePackage","Metadata","CustomMetadata","UpdatedMetadata","Internal","DatasetThumbnail","ArchiveThumbnail","ArchiveReadme","DatafileThumbnail","ArchiveDataUseAgreement"]},"dataType":{"type":"string","enum":["Primary","Observational","Experimental","Simulation","Derived","Reference","Digitalized","Secondary","Publication","DataPaper","Documentation","Software","Code","Binaries","VirtualMachine","Administrative","Document","WebSite","Other","Package","InformationPackage","UpdatePackage","Metadata","CustomMetadata","UpdatedMetadata","Internal","DatasetThumbnail","ArchiveThumbnail","ArchiveReadme","DatafileThumbnail","ArchiveDataUseAgreement"]},"fileFormat":{"$ref":"#/components/schemas/FileFormat"},"fileSize":{"type":"integer","format":"int64"},"finalData":{"type":"string","format":"uri"},"fileName":{"type":"string","readOnly":true},"metadataType":{"$ref":"#/components/schemas/MetadataType"},"relativeLocation":{"maxLength":460,"minLength":0,"pattern":"(^\\/$)|(^\\/.*(?<!\\/)$)","type":"string"},"sourceData":{"type":"string","format":"uri"},"status":{"type":"string","enum":["CHANGE_RELATIVE_LOCATION","CHANGE_DATA_CATEGORY","CLEANED","CLEANING","EXCLUDED_FILE","CHECK_COMPLIANCE","CHECK_COMPLIANCE_CLEANED","CHECKED_COMPLIANCE","CHECKED_COMPLIANCE_CLEANED","IGNORED_FILE","DOWNLOAD_IN_PROGRESS","FILE_FORMAT_IDENTIFIED","FILE_FORMAT_SKIPPED","FILE_FORMAT_UNKNOWN","IN_ERROR","PROCESSED","READY","RECEIVED","TO_PROCESS","VIRUS_CHECKED","VIRUS_SKIPPED"]},"statusMessage":{"maxLength":1024,"minLength":0,"type":"string"},"virusCheck":{"$ref":"#/components/schemas/VirusCheck"},"checksums":{"type":"array","items":{"$ref":"#/components/schemas/DataFileChecksum"}},"infoPackage":{"$ref":"#/components/schemas/ArchivalInfoPackage"},"fileStatus":{"type":"string","writeOnly":true,"enum":["CHANGE_RELATIVE_LOCATION","CHANGE_DATA_CATEGORY","CLEANED","CLEANING","EXCLUDED_FILE","CHECK_COMPLIANCE","CHECK_COMPLIANCE_CLEANED","CHECKED_COMPLIANCE","CHECKED_COMPLIANCE_CLEANED","IGNORED_FILE","DOWNLOAD_IN_PROGRESS","FILE_FORMAT_IDENTIFIED","FILE_FORMAT_SKIPPED","FILE_FORMAT_UNKNOWN","IN_ERROR","PROCESSED","READY","RECEIVED","TO_PROCESS","VIRUS_CHECKED","VIRUS_SKIPPED"]},"fullFileName":{"type":"string","readOnly":true},"inProgress":{"type":"boolean"},"smartSize":{"type":"string","readOnly":true},"_links":{"$ref":"#/components/schemas/Links"}}},"RestCollectionArchivalInfoPackage":{"type":"object","properties":{"_links":{"$ref":"#/components/schemas/Links"},"_data":{"type":"array","items":{"$ref":"#/components/schemas/ArchivalInfoPackage"}},"_facets":{"type":"array","items":{"$ref":"#/components/schemas/FacetResult"}},"_page":{"$ref":"#/components/schemas/RestCollectionPage"}},"description":"The structure of the REST response:\n- data: the list of objects\n- page: the pagination information\n- links: the HATEOAS links\n- facets: the search information\n"},"ApplicationRole":{"type":"object","properties":{"name":{"type":"string","description":"The name of the application role."},"level":{"type":"integer","description":"The level of the application role. The lowest value has more privileges.","format":"int32"},"resId":{"type":"string","description":"The identifier of the resource. The default format is a Universally Unique IDentifier (UUID)."}},"description":"The application role defines the priviledge of the user."},"User":{"type":"object","properties":{"creation":{"$ref":"#/components/schemas/ChangeInfo"},"lastUpdate":{"$ref":"#/components/schemas/ChangeInfo"},"resId":{"maxLength":50,"minLength":0,"type":"string","description":"The identifier of the resource. The default format is a Universally Unique IDentifier (UUID)."},"searchCriterias":{"type":"array","items":{"$ref":"#/components/schemas/SearchCriteria"}},"lastLoginTime":{"type":"string","description":"The date of the user last login.","format":"date-time"},"lastLoginIpAddress":{"maxLength":255,"minLength":0,"type":"string","description":"The IP address from last login of the user."},"applicationRole":{"$ref":"#/components/schemas/ApplicationRole"},"disabled":{"type":"boolean","writeOnly":true},"email":{"maxLength":255,"minLength":1,"type":"string","description":"The user email which must be a valid address."},"externalUid":{"maxLength":255,"minLength":1,"type":"string","description":"The external unique ID of the user."},"firstName":{"maxLength":255,"minLength":1,"type":"string","description":"The first name of the user."},"lastName":{"maxLength":255,"minLength":1,"type":"string","description":"The last name of the user."},"homeOrganization":{"maxLength":512,"minLength":1,"type":"string","description":"The home organization of the user."},"person":{"$ref":"#/components/schemas/Person"},"lastSyncFromAuthServerTime":{"type":"string","description":"The last time the user was updated with info coming from the authorization server","format":"date-time"},"enabled":{"type":"boolean","description":"If the user is enable."},"fullName":{"type":"string","description":"The full name of the user."},"_links":{"$ref":"#/components/schemas/Links"}},"description":"A user represents a user of the platform. A person and roles are associated to it."},"RestCollectionUser":{"type":"object","properties":{"_links":{"$ref":"#/components/schemas/Links"},"_data":{"type":"array","items":{"$ref":"#/components/schemas/User"}},"_facets":{"type":"array","items":{"$ref":"#/components/schemas/FacetResult"}},"_page":{"$ref":"#/components/schemas/RestCollectionPage"}},"description":"The structure of the REST response:\n- data: the list of objects\n- page: the pagination information\n- links: the HATEOAS links\n- facets: the search information\n"},"RestCollectionSubmissionPolicy":{"type":"object","properties":{"_links":{"$ref":"#/components/schemas/Links"},"_data":{"type":"array","items":{"$ref":"#/components/schemas/SubmissionPolicy"}},"_facets":{"type":"array","items":{"$ref":"#/components/schemas/FacetResult"}},"_page":{"$ref":"#/components/schemas/RestCollectionPage"}},"description":"The structure of the REST response:\n- data: the list of objects\n- page: the pagination information\n- links: the HATEOAS links\n- facets: the search information\n"},"JoinResourceContainerSubmissionAgreementUser":{"type":"object","properties":{"joinResource":{"$ref":"#/components/schemas/SubmissionAgreementUser"}}},"SubmissionAgreementUser":{"type":"object","properties":{"creation":{"$ref":"#/components/schemas/ChangeInfo"},"lastUpdate":{"$ref":"#/components/schemas/ChangeInfo"},"submissionAgreement":{"$ref":"#/components/schemas/SubmissionAgreement"},"user":{"$ref":"#/components/schemas/User"},"approbationTime":{"type":"string","format":"date-time"},"_links":{"$ref":"#/components/schemas/Links"}}},"RestCollectionSubmissionAgreement":{"type":"object","properties":{"_links":{"$ref":"#/components/schemas/Links"},"_data":{"type":"array","items":{"$ref":"#/components/schemas/SubmissionAgreement"}},"_facets":{"type":"array","items":{"$ref":"#/components/schemas/FacetResult"}},"_page":{"$ref":"#/components/schemas/RestCollectionPage"}},"description":"The structure of the REST response:\n- data: the list of objects\n- page: the pagination information\n- links: the HATEOAS links\n- facets: the search information\n"},"RestCollectionSubjectArea":{"type":"object","properties":{"_links":{"$ref":"#/components/schemas/Links"},"_data":{"type":"array","items":{"$ref":"#/components/schemas/SubjectArea"}},"_facets":{"type":"array","items":{"$ref":"#/components/schemas/FacetResult"}},"_page":{"$ref":"#/components/schemas/RestCollectionPage"}},"description":"The structure of the REST response:\n- data: the list of objects\n- page: the pagination information\n- links: the HATEOAS links\n- facets: the search information\n"},"ScheduledTask":{"type":"object","properties":{"creation":{"$ref":"#/components/schemas/ChangeInfo"},"lastUpdate":{"$ref":"#/components/schemas/ChangeInfo"},"resId":{"maxLength":50,"minLength":0,"type":"string","description":"The identifier of the resource. The default format is a Universally Unique IDentifier (UUID)."},"name":{"maxLength":255,"minLength":1,"type":"string","description":"The name of the scheduled task."},"taskType":{"type":"string","description":"The type of the scheduled task.","enum":["NOTIFY_DEPOSITS_TO_VALIDATE","NOTIFY_APPROVED_DEPOSITS_CREATOR","NOTIFY_REJECTED_DEPOSITS_CREATOR","NOTIFY_COMPLETED_DEPOSITS_CREATOR","NOTIFY_COMPLETED_DEPOSITS_CONTRIBUTORS","NOTIFY_FORGOTTEN_DEPOSITS_TO_VALIDATE","NOTIFY_DEPOSITS_IN_ERROR","NOTIFY_COMPLETED_ARCHIVES_CREATOR","NOTIFY_COMPLETED_ARCHIVES_APPROVERS","NOTIFY_ORG_UNIT_CREATION_TO_VALIDATE","NOTIFY_JOIN_MEMBER_ORG_UNIT_TO_VALIDATE","NOTIFY_ARCHIVE_ACCESS_REQUEST"]},"cronExpression":{"maxLength":2147483647,"minLength":11,"type":"string","description":"The CRON expression (Seconds Minutes Hours Day-of-month Month Year, 11 characters) of the scheduled task."},"lastExecutionStart":{"type":"string","description":"The last execution start of the scheduled task.","format":"date-time"},"lastExecutionEnd":{"type":"string","description":"The last execution end of the scheduled task.","format":"date-time"},"enabled":{"type":"boolean","description":"If the scheduled task is enable."},"nextExecution":{"type":"string","description":"The  next execution date of the scheduled task.","format":"date-time","readOnly":true},"_links":{"$ref":"#/components/schemas/Links"}},"description":"The scheduled task."},"RestCollectionScheduledTask":{"type":"object","properties":{"_links":{"$ref":"#/components/schemas/Links"},"_data":{"type":"array","items":{"$ref":"#/components/schemas/ScheduledTask"}},"_facets":{"type":"array","items":{"$ref":"#/components/schemas/FacetResult"}},"_page":{"$ref":"#/components/schemas/RestCollectionPage"}},"description":"The structure of the REST response:\n- data: the list of objects\n- page: the pagination information\n- links: the HATEOAS links\n- facets: the search information\n"},"Role":{"type":"object","properties":{"creation":{"$ref":"#/components/schemas/ChangeInfo"},"lastUpdate":{"$ref":"#/components/schemas/ChangeInfo"},"resId":{"maxLength":50,"minLength":0,"type":"string","description":"The identifier of the resource. The default format is a Universally Unique IDentifier (UUID)."},"name":{"type":"string","description":"The name of the role."},"level":{"type":"integer","description":"The level of the role.","format":"int32"},"_links":{"$ref":"#/components/schemas/Links"}},"description":"A role defines a user’s access level on the platform, giving different permissions for performing actions on it."},"RestCollectionRole":{"type":"object","properties":{"_links":{"$ref":"#/components/schemas/Links"},"_data":{"type":"array","items":{"$ref":"#/components/schemas/Role"}},"_facets":{"type":"array","items":{"$ref":"#/components/schemas/FacetResult"}},"_page":{"$ref":"#/components/schemas/RestCollectionPage"}},"description":"The structure of the REST response:\n- data: the list of objects\n- page: the pagination information\n- links: the HATEOAS links\n- facets: the search information\n"},"RatingType":{"type":"object","properties":{"creation":{"$ref":"#/components/schemas/ChangeInfo"},"lastUpdate":{"$ref":"#/components/schemas/ChangeInfo"},"resId":{"maxLength":50,"minLength":0,"type":"string","description":"The identifier of the resource. The default format is a Universally Unique IDentifier (UUID)."},"name":{"type":"string","description":"The name of the rating type."},"_links":{"$ref":"#/components/schemas/Links"}},"description":"The rating types is the type of grade for a dataset: Quality or Usefulness."},"RestCollectionRatingType":{"type":"object","properties":{"_links":{"$ref":"#/components/schemas/Links"},"_data":{"type":"array","items":{"$ref":"#/components/schemas/RatingType"}},"_facets":{"type":"array","items":{"$ref":"#/components/schemas/FacetResult"}},"_page":{"$ref":"#/components/schemas/RestCollectionPage"}},"description":"The structure of the REST response:\n- data: the list of objects\n- page: the pagination information\n- links: the HATEOAS links\n- facets: the search information\n"},"RestCollectionPreservationPolicy":{"type":"object","properties":{"_links":{"$ref":"#/components/schemas/Links"},"_data":{"type":"array","items":{"$ref":"#/components/schemas/PreservationPolicy"}},"_facets":{"type":"array","items":{"$ref":"#/components/schemas/FacetResult"}},"_page":{"$ref":"#/components/schemas/RestCollectionPage"}},"description":"The structure of the REST response:\n- data: the list of objects\n- page: the pagination information\n- links: the HATEOAS links\n- facets: the search information\n"},"OrganizationalUnitPersonRole":{"type":"object","properties":{"creation":{"$ref":"#/components/schemas/ChangeInfo"},"lastUpdate":{"$ref":"#/components/schemas/ChangeInfo"},"_links":{"$ref":"#/components/schemas/Links"}}},"NotificationType":{"type":"object","properties":{"creation":{"$ref":"#/components/schemas/ChangeInfo"},"lastUpdate":{"$ref":"#/components/schemas/ChangeInfo"},"resId":{"maxLength":50,"minLength":0,"type":"string","description":"The identifier of the resource. The default format is a Universally Unique IDentifier (UUID)."},"notifiedOrgUnitRole":{"$ref":"#/components/schemas/Role"},"notifiedInstitutionManager":{"type":"boolean","description":"If the institution manage has to be notified."},"notifiedApplicationRole":{"$ref":"#/components/schemas/ApplicationRole"},"notificationCategory":{"type":"string","description":"The category of the notification type.","enum":["INFO","REQUEST"]},"_links":{"$ref":"#/components/schemas/Links"}},"description":"List of notification type:\n- ACCESS_DATASET_REQUEST\n- APPROVE_DISPOSAL_BY_ORGUNIT_REQUEST\n- APPROVE_DISPOSAL_REQUEST\n- COMPLETED_ARCHIVE_INFO\n- CREATED_DEPOSIT_INFO\n- IN_ERROR_AIP_INFO\n- IN_ERROR_DEPOSIT_INFO\n- IN_ERROR_DIP_INFO\n- IN_ERROR_DOWNLOADED_AIP_INFO\n- IN_ERROR_SIP_INFO\n- JOIN_ORGUNIT_REQUEST\n- MY_APPROVED_DEPOSIT_INFO\n- MY_REJECTED_DEPOSIT_INFO\n- MY_COMPLETED_ARCHIVE_INFO\n- MY_COMPLETED_DEPOSIT_INFO\n- MY_INDIRECT_COMPLETED_DEPOSIT_INFO\n- VALIDATE_DEPOSIT_REQUEST\n- DEPOSITS_FORGOTTEN_IN_PROGRESS\n"},"InstitutionPersonRole":{"type":"object","properties":{"creation":{"$ref":"#/components/schemas/ChangeInfo"},"lastUpdate":{"$ref":"#/components/schemas/ChangeInfo"},"_links":{"$ref":"#/components/schemas/Links"}}},"RestCollectionPerson":{"type":"object","properties":{"_links":{"$ref":"#/components/schemas/Links"},"_data":{"type":"array","items":{"$ref":"#/components/schemas/Person"}},"_facets":{"type":"array","items":{"$ref":"#/components/schemas/FacetResult"}},"_page":{"$ref":"#/components/schemas/RestCollectionPage"}},"description":"The structure of the REST response:\n- data: the list of objects\n- page: the pagination information\n- links: the HATEOAS links\n- facets: the search information\n"},"JoinResourceContainerOrganizationalUnitSubmissionPolicy":{"type":"object","properties":{"joinResource":{"$ref":"#/components/schemas/OrganizationalUnitSubmissionPolicy"}}},"OrganizationalUnitSubmissionPolicy":{"type":"object","properties":{"creation":{"$ref":"#/components/schemas/ChangeInfo"},"lastUpdate":{"$ref":"#/components/schemas/ChangeInfo"},"defaultPolicy":{"type":"boolean"},"compositeKey":{"$ref":"#/components/schemas/OrganizationalUnitSubmissionPolicyId"},"_links":{"$ref":"#/components/schemas/Links"}}},"OrganizationalUnitSubmissionPolicyId":{"type":"object"},"JoinResourceContainerOrganizationalUnitPreservationPolicy":{"type":"object","properties":{"joinResource":{"$ref":"#/components/schemas/OrganizationalUnitPreservationPolicy"}}},"OrganizationalUnitPreservationPolicy":{"type":"object","properties":{"creation":{"$ref":"#/components/schemas/ChangeInfo"},"lastUpdate":{"$ref":"#/components/schemas/ChangeInfo"},"defaultPolicy":{"type":"boolean"},"compositeKey":{"$ref":"#/components/schemas/OrganizationalUnitPreservationPolicyId"},"_links":{"$ref":"#/components/schemas/Links"}}},"OrganizationalUnitPreservationPolicyId":{"type":"object"},"OrgUnitPersonRoleDTO":{"type":"object","properties":{"creation":{"$ref":"#/components/schemas/ChangeInfo"},"lastUpdate":{"$ref":"#/components/schemas/ChangeInfo"},"resId":{"maxLength":50,"minLength":0,"type":"string","description":"The identifier of the resource. The default format is a Universally Unique IDentifier (UUID)."},"name":{"type":"string","description":"The name of the role."},"level":{"type":"integer","description":"The level of the role.","format":"int32"},"joinResource":{"$ref":"#/components/schemas/OrganizationalUnitPersonRole"},"_links":{"$ref":"#/components/schemas/Links"}}},"OrgUnitPersonRoleListDTO":{"type":"object","properties":{"creation":{"$ref":"#/components/schemas/ChangeInfo"},"lastUpdate":{"$ref":"#/components/schemas/ChangeInfo"},"resId":{"maxLength":50,"minLength":0,"type":"string","description":"The identifier of the resource. The default format is a Universally Unique IDentifier (UUID)."},"searchCriterias":{"type":"array","items":{"$ref":"#/components/schemas/SearchCriteria"}},"firstName":{"maxLength":255,"minLength":1,"type":"string","description":"The first name of the person."},"lastName":{"maxLength":255,"minLength":1,"type":"string","description":"The last name of the person."},"orcid":{"pattern":"|[0-9]{4}-[0-9]{4}-[0-9]{4}-[0-9]{4}|[0-9]{4}-[0-9]{4}-[0-9]{4}-[0-9]{3}X","type":"string","description":"The ORCID of the person (Format: xxxx-xxxx-xxxx-xxxx)."},"verifiedOrcid":{"type":"boolean","description":"if the person ORCID is verified with ORCID authentication."},"orcidToken":{"$ref":"#/components/schemas/OrcidToken"},"avatar":{"$ref":"#/components/schemas/PersonAvatar"},"fullName":{"type":"string","description":"The full name of the person."},"_links":{"$ref":"#/components/schemas/Links"},"roles":{"type":"array","items":{"$ref":"#/components/schemas/OrgUnitPersonRoleDTO"}}}},"FundingAgency":{"type":"object","properties":{"creation":{"$ref":"#/components/schemas/ChangeInfo"},"lastUpdate":{"$ref":"#/components/schemas/ChangeInfo"},"resId":{"maxLength":50,"minLength":0,"type":"string","description":"The identifier of the resource. The default format is a Universally Unique IDentifier (UUID)."},"acronym":{"maxLength":100,"minLength":1,"type":"string","description":"The acronym of the funding agency."},"description":{"maxLength":1024,"minLength":0,"type":"string","description":"The description of the funding agency."},"name":{"maxLength":2147483647,"minLength":1,"type":"string","description":"The name of the funding agency."},"url":{"type":"string","description":"The URL of the funding agency.","format":"url"},"rorId":{"type":"string","description":"The ROR identifier of the funding agency."},"logo":{"$ref":"#/components/schemas/FundingAgencyLogo"},"identifiers":{"type":"object","additionalProperties":true,"description":"The other identifier list of the funding agency."},"_links":{"$ref":"#/components/schemas/Links"}},"description":"A funding agency represents organizations or groups who provide funds for research projects."},"FundingAgencyLogo":{"type":"object","properties":{"creation":{"$ref":"#/components/schemas/ChangeInfo"},"lastUpdate":{"$ref":"#/components/schemas/ChangeInfo"},"resId":{"maxLength":50,"minLength":0,"type":"string","description":"The identifier of the resource. The default format is a Universally Unique IDentifier (UUID)."},"fileName":{"maxLength":2024,"minLength":0,"type":"string","description":"The file name."},"fileSize":{"type":"integer","description":"The file size in bytes.","format":"int64"},"mimeType":{"type":"string","description":"The content type of the file. It could be named as MIME type or media type."},"_links":{"$ref":"#/components/schemas/Links"}},"description":"The logo of the funding agency."},"DisseminationPolicy":{"type":"object","properties":{"creation":{"$ref":"#/components/schemas/ChangeInfo"},"lastUpdate":{"$ref":"#/components/schemas/ChangeInfo"},"resId":{"maxLength":50,"minLength":0,"type":"string","description":"The identifier of the resource. The default format is a Universally Unique IDentifier (UUID)."},"name":{"maxLength":255,"minLength":1,"type":"string","description":"The name of the dissemination policy."},"type":{"type":"string","description":"Type of dissemination: IIIF or WEB.","enum":["IIIF","HEDERA","BASIC","OAIS"]},"parameters":{"maxLength":2147483646,"minLength":1,"type":"string","description":"The parameters of the dissemination policy."},"prefix":{"maxLength":255,"minLength":0,"type":"string","description":"The prefix used when downloading a file with this dissemination policy."},"downloadFileName":{"type":"string","description":"Name used when downloading file: ARCHIVE_ID or ARCHIVE_NAME","enum":["ARCHIVE_ID","ARCHIVE_NAME"]},"suffix":{"maxLength":255,"minLength":0,"type":"string","description":"The suffix used when downloading a file with this dissemination policy."},"useNumber":{"type":"integer","description":"The number of the dissemination policy use in organizational units.","format":"int32","readOnly":true},"_links":{"$ref":"#/components/schemas/Links"}},"description":"A dissemination policy defines how to disseminate archives."},"JoinResourceContainerOrganizationalUnitDisseminationPolicy":{"type":"object","properties":{"joinResource":{"$ref":"#/components/schemas/OrganizationalUnitDisseminationPolicy"}}},"OrganizationalUnitDisseminationPolicy":{"type":"object","properties":{"creation":{"$ref":"#/components/schemas/ChangeInfo"},"lastUpdate":{"$ref":"#/components/schemas/ChangeInfo"},"organizationalUnit":{"$ref":"#/components/schemas/OrganizationalUnit"},"disseminationPolicy":{"$ref":"#/components/schemas/DisseminationPolicy"},"parameters":{"maxLength":2147483646,"minLength":1,"type":"string","description":"The parameters of the dissemination policy."},"compositeKey":{"type":"string"},"_links":{"$ref":"#/components/schemas/Links"}}},"AdditionalFieldsForm":{"type":"object","properties":{"creation":{"$ref":"#/components/schemas/ChangeInfo"},"lastUpdate":{"$ref":"#/components/schemas/ChangeInfo"},"resId":{"maxLength":50,"minLength":0,"type":"string","description":"The identifier of the resource. The default format is a Universally Unique IDentifier (UUID)."},"type":{"type":"string","enum":["FORMLY"]},"name":{"type":"string"},"description":{"type":"string"},"_links":{"$ref":"#/components/schemas/Links"}}},"RestCollectionOrganizationalUnit":{"type":"object","properties":{"_links":{"$ref":"#/components/schemas/Links"},"_data":{"type":"array","items":{"$ref":"#/components/schemas/OrganizationalUnit"}},"_facets":{"type":"array","items":{"$ref":"#/components/schemas/FacetResult"}},"_page":{"$ref":"#/components/schemas/RestCollectionPage"}},"description":"The structure of the REST response:\n- data: the list of objects\n- page: the pagination information\n- links: the HATEOAS links\n- facets: the search information\n"},"DlcmOrcidSynchronization":{"type":"object","properties":{"creation":{"$ref":"#/components/schemas/ChangeInfo"},"lastUpdate":{"$ref":"#/components/schemas/ChangeInfo"},"resId":{"maxLength":50,"minLength":0,"type":"string","description":"The identifier of the resource. The default format is a Universally Unique IDentifier (UUID)."},"objectId":{"maxLength":50,"minLength":0,"type":"string","description":"The resId of the object synchronized with ORCID"},"personId":{"maxLength":50,"minLength":0,"type":"string","description":"The identifier of the person for whom the object is synchronised"},"uploadDate":{"type":"string","description":"Date on which the item was exported to ORCID profile","format":"date-time"},"downloadDate":{"type":"string","description":"Date on which the item was imported from ORCID profile","format":"date-time"},"putCode":{"type":"integer","description":"The ORCID's work put code"},"person":{"$ref":"#/components/schemas/Person"},"aipId":{"type":"string"},"_links":{"$ref":"#/components/schemas/Links"}}},"RestCollectionDlcmOrcidSynchronization":{"type":"object","properties":{"_links":{"$ref":"#/components/schemas/Links"},"_data":{"type":"array","items":{"$ref":"#/components/schemas/DlcmOrcidSynchronization"}},"_facets":{"type":"array","items":{"$ref":"#/components/schemas/FacetResult"}},"_page":{"$ref":"#/components/schemas/RestCollectionPage"}},"description":"The structure of the REST response:\n- data: the list of objects\n- page: the pagination information\n- links: the HATEOAS links\n- facets: the search information\n"},"Notification":{"type":"object","properties":{"creation":{"$ref":"#/components/schemas/ChangeInfo"},"lastUpdate":{"$ref":"#/components/schemas/ChangeInfo"},"resId":{"maxLength":50,"minLength":0,"type":"string","description":"The identifier of the resource. The default format is a Universally Unique IDentifier (UUID)."},"signedDuaFile":{"$ref":"#/components/schemas/SignedDuaFile"},"recipient":{"$ref":"#/components/schemas/Person"},"emitter":{"$ref":"#/components/schemas/User"},"message":{"maxLength":4096,"minLength":1,"type":"string","description":"The message sent by the notification."},"responseMessage":{"maxLength":4096,"minLength":1,"type":"string","description":"Any message sent in response to the notification."},"notificationStatus":{"type":"string","description":"The status of the notification.","enum":["APPROVED","PENDING","REFUSED","NON_APPLICABLE"]},"notificationMark":{"type":"string","description":"The mark (read/unread) of the notification.","enum":["READ","UNREAD"]},"notificationType":{"$ref":"#/components/schemas/NotificationType"},"notifiedOrgUnit":{"$ref":"#/components/schemas/OrganizationalUnit"},"objectId":{"type":"string","description":"The target object identifer of the notification."},"statusMessage":{"maxLength":1024,"minLength":0,"type":"string","description":"The message related to the status of the notification."},"sentTime":{"type":"string","description":"The date and the time when the notification was sent.","format":"date-time"},"_links":{"$ref":"#/components/schemas/Links"}},"description":"Notifications can be sent to organizational units managers in order to request access to closed archive, or to ask for membership."},"SignedDuaFile":{"type":"object","properties":{"creation":{"$ref":"#/components/schemas/ChangeInfo"},"lastUpdate":{"$ref":"#/components/schemas/ChangeInfo"},"resId":{"maxLength":50,"minLength":0,"type":"string","description":"The identifier of the resource. The default format is a Universally Unique IDentifier (UUID)."},"fileName":{"maxLength":2024,"minLength":0,"type":"string","description":"The file name."},"fileSize":{"type":"integer","description":"The file size in bytes.","format":"int64"},"mimeType":{"type":"string","description":"The content type of the file. It could be named as MIME type or media type."},"_links":{"$ref":"#/components/schemas/Links"}},"description":"The signed DUA of the notification."},"RestCollectionNotification":{"type":"object","properties":{"_links":{"$ref":"#/components/schemas/Links"},"_data":{"type":"array","items":{"$ref":"#/components/schemas/Notification"}},"_facets":{"type":"array","items":{"$ref":"#/components/schemas/FacetResult"}},"_page":{"$ref":"#/components/schemas/RestCollectionPage"}},"description":"The structure of the REST response:\n- data: the list of objects\n- page: the pagination information\n- links: the HATEOAS links\n- facets: the search information\n"},"NotificationContributorDto":{"type":"object","properties":{"notification":{"$ref":"#/components/schemas/Notification"},"contributorsId":{"type":"string"}}},"NotificationsContributorDto":{"type":"object","properties":{"listNotifications":{"type":"array","items":{"$ref":"#/components/schemas/NotificationContributorDto"}}}},"RestCollectionMetadataType":{"type":"object","properties":{"_links":{"$ref":"#/components/schemas/Links"},"_data":{"type":"array","items":{"$ref":"#/components/schemas/MetadataType"}},"_facets":{"type":"array","items":{"$ref":"#/components/schemas/FacetResult"}},"_page":{"$ref":"#/components/schemas/RestCollectionPage"}},"description":"The structure of the REST response:\n- data: the list of objects\n- page: the pagination information\n- links: the HATEOAS links\n- facets: the search information\n"},"RestCollectionLicense":{"type":"object","properties":{"_links":{"$ref":"#/components/schemas/Links"},"_data":{"type":"array","items":{"$ref":"#/components/schemas/License"}},"_facets":{"type":"array","items":{"$ref":"#/components/schemas/FacetResult"}},"_page":{"$ref":"#/components/schemas/RestCollectionPage"}},"description":"The structure of the REST response:\n- data: the list of objects\n- page: the pagination information\n- links: the HATEOAS links\n- facets: the search information\n"},"RestCollectionLanguage":{"type":"object","properties":{"_links":{"$ref":"#/components/schemas/Links"},"_data":{"type":"array","items":{"$ref":"#/components/schemas/Language"}},"_facets":{"type":"array","items":{"$ref":"#/components/schemas/FacetResult"}},"_page":{"$ref":"#/components/schemas/RestCollectionPage"}},"description":"The structure of the REST response:\n- data: the list of objects\n- page: the pagination information\n- links: the HATEOAS links\n- facets: the search information\n"},"RestCollectionInstitution":{"type":"object","properties":{"_links":{"$ref":"#/components/schemas/Links"},"_data":{"type":"array","items":{"$ref":"#/components/schemas/Institution"}},"_facets":{"type":"array","items":{"$ref":"#/components/schemas/FacetResult"}},"_page":{"$ref":"#/components/schemas/RestCollectionPage"}},"description":"The structure of the REST response:\n- data: the list of objects\n- page: the pagination information\n- links: the HATEOAS links\n- facets: the search information\n"},"GlobalBanner":{"type":"object","properties":{"creation":{"$ref":"#/components/schemas/ChangeInfo"},"lastUpdate":{"$ref":"#/components/schemas/ChangeInfo"},"resId":{"maxLength":50,"minLength":0,"type":"string","description":"The identifier of the resource. The default format is a Universally Unique IDentifier (UUID)."},"name":{"type":"string","description":"The name of the global banner."},"type":{"type":"string","description":"The type of the global banner.","enum":["CRITICAL","WARNING","INFO"]},"titleLabels":{"type":"array","description":"The title list by language of the global banner.","items":{"$ref":"#/components/schemas/Label"}},"descriptionLabels":{"type":"array","description":"The description list by language of the global banner.","items":{"$ref":"#/components/schemas/LargeLabel"}},"enabled":{"type":"boolean","description":"If the global banner is enable."},"startDate":{"type":"string","description":"The start date of the global banner.","format":"date-time"},"endDate":{"type":"string","description":"The end date of the global banner.","format":"date-time"},"withDescription":{"type":"boolean","description":"If the global banner has a description.","readOnly":true},"_links":{"$ref":"#/components/schemas/Links"}},"description":"The global banner allows to communicate general informations."},"RestCollectionGlobalBanner":{"type":"object","properties":{"_links":{"$ref":"#/components/schemas/Links"},"_data":{"type":"array","items":{"$ref":"#/components/schemas/GlobalBanner"}},"_facets":{"type":"array","items":{"$ref":"#/components/schemas/FacetResult"}},"_page":{"$ref":"#/components/schemas/RestCollectionPage"}},"description":"The structure of the REST response:\n- data: the list of objects\n- page: the pagination information\n- links: the HATEOAS links\n- facets: the search information\n"},"RestCollectionFundingAgency":{"type":"object","properties":{"_links":{"$ref":"#/components/schemas/Links"},"_data":{"type":"array","items":{"$ref":"#/components/schemas/FundingAgency"}},"_facets":{"type":"array","items":{"$ref":"#/components/schemas/FacetResult"}},"_page":{"$ref":"#/components/schemas/RestCollectionPage"}},"description":"The structure of the REST response:\n- data: the list of objects\n- page: the pagination information\n- links: the HATEOAS links\n- facets: the search information\n"},"RestCollectionDisseminationPolicy":{"type":"object","properties":{"_links":{"$ref":"#/components/schemas/Links"},"_data":{"type":"array","items":{"$ref":"#/components/schemas/DisseminationPolicy"}},"_facets":{"type":"array","items":{"$ref":"#/components/schemas/FacetResult"}},"_page":{"$ref":"#/components/schemas/RestCollectionPage"}},"description":"The structure of the REST response:\n- data: the list of objects\n- page: the pagination information\n- links: the HATEOAS links\n- facets: the search information\n"},"RestCollectionArchiveType":{"type":"object","properties":{"_links":{"$ref":"#/components/schemas/Links"},"_data":{"type":"array","items":{"$ref":"#/components/schemas/ArchiveType"}},"_facets":{"type":"array","items":{"$ref":"#/components/schemas/FacetResult"}},"_page":{"$ref":"#/components/schemas/RestCollectionPage"}},"description":"The structure of the REST response:\n- data: the list of objects\n- page: the pagination information\n- links: the HATEOAS links\n- facets: the search information\n"},"ArchiveStatistics":{"type":"object","properties":{"creation":{"$ref":"#/components/schemas/ChangeInfo"},"lastUpdate":{"$ref":"#/components/schemas/ChangeInfo"},"resId":{"maxLength":50,"minLength":0,"type":"string","description":"The identifier of the resource. The default format is a Universally Unique IDentifier (UUID)."},"viewNumber":{"type":"integer","description":"The view number of the archive.","format":"int64"},"downloadNumber":{"type":"integer","description":"The download number of the archive.","format":"int64"},"lastDownloadDate":{"type":"string","format":"date-time"},"_links":{"$ref":"#/components/schemas/Links"}},"description":"Archive statistics are the number of view/download for an archive."},"StatisticsInfo":{"type":"object","properties":{"viewNumber":{"type":"integer","description":"The view number of the archive.","format":"int64"},"downloadNumber":{"type":"integer","description":"The download number of the archive.","format":"int64"},"lastDownloadDate":{"type":"string","format":"date-time"}},"description":"Archive statistics information."},"RestCollectionArchiveStatistics":{"type":"object","properties":{"_links":{"$ref":"#/components/schemas/Links"},"_data":{"type":"array","items":{"$ref":"#/components/schemas/ArchiveStatistics"}},"_facets":{"type":"array","items":{"$ref":"#/components/schemas/FacetResult"}},"_page":{"$ref":"#/components/schemas/RestCollectionPage"}},"description":"The structure of the REST response:\n- data: the list of objects\n- page: the pagination information\n- links: the HATEOAS links\n- facets: the search information\n"},"ArchiveUserRating":{"type":"object","properties":{"creation":{"$ref":"#/components/schemas/ChangeInfo"},"lastUpdate":{"$ref":"#/components/schemas/ChangeInfo"},"resId":{"maxLength":50,"minLength":0,"type":"string","description":"The identifier of the resource. The default format is a Universally Unique IDentifier (UUID)."},"archiveId":{"type":"string","description":"The archive identifier of the archive rating."},"user":{"$ref":"#/components/schemas/User"},"ratingType":{"$ref":"#/components/schemas/RatingType"},"grade":{"type":"integer","description":"The grade of the archive rating.","format":"int32"},"_links":{"$ref":"#/components/schemas/Links"}},"description":"Archive ratings are the grade assigned by an user to an archive."},"RestCollectionArchiveUserRating":{"type":"object","properties":{"_links":{"$ref":"#/components/schemas/Links"},"_data":{"type":"array","items":{"$ref":"#/components/schemas/ArchiveUserRating"}},"_facets":{"type":"array","items":{"$ref":"#/components/schemas/FacetResult"}},"_page":{"$ref":"#/components/schemas/RestCollectionPage"}},"description":"The structure of the REST response:\n- data: the list of objects\n- page: the pagination information\n- links: the HATEOAS links\n- facets: the search information\n"},"ArchiveACL":{"type":"object","properties":{"creation":{"$ref":"#/components/schemas/ChangeInfo"},"lastUpdate":{"$ref":"#/components/schemas/ChangeInfo"},"resId":{"maxLength":50,"minLength":0,"type":"string","description":"The identifier of the resource. The default format is a Universally Unique IDentifier (UUID)."},"signedDuaFile":{"$ref":"#/components/schemas/SignedDuaFile"},"aipId":{"maxLength":50,"minLength":0,"type":"string","description":"The archive identifier of the ACL."},"organizationalUnit":{"$ref":"#/components/schemas/OrganizationalUnit"},"user":{"$ref":"#/components/schemas/User"},"expiration":{"type":"string","description":"The expiration date of the ACL.","format":"date-time"},"deleted":{"type":"boolean","description":"If the archive ACL is deleted (logical deletion)."},"expired":{"type":"boolean","description":"If the archive ACL is expired.","readOnly":true},"_links":{"$ref":"#/components/schemas/Links"}},"description":"An archive access control list (ACL) is used to grant users access to restricted or closed archives."},"RestCollectionArchiveACL":{"type":"object","properties":{"_links":{"$ref":"#/components/schemas/Links"},"_data":{"type":"array","items":{"$ref":"#/components/schemas/ArchiveACL"}},"_facets":{"type":"array","items":{"$ref":"#/components/schemas/FacetResult"}},"_page":{"$ref":"#/components/schemas/RestCollectionPage"}},"description":"The structure of the REST response:\n- data: the list of objects\n- page: the pagination information\n- links: the HATEOAS links\n- facets: the search information\n"},"SolidifyApplicationRole":{"type":"object","properties":{"creation":{"$ref":"#/components/schemas/ChangeInfo"},"lastUpdate":{"$ref":"#/components/schemas/ChangeInfo"},"resId":{"maxLength":50,"minLength":0,"type":"string","description":"The identifier of the resource. The default format is a Universally Unique IDentifier (UUID)."},"name":{"type":"string","description":"The name of the application role."},"level":{"type":"integer","description":"The level of the application role. The lowest value has more privileges.","format":"int32"},"_links":{"$ref":"#/components/schemas/Links"}},"description":"A role at the application level, one of USER, ADMIN, ROOT."},"RestCollectionSolidifyApplicationRole":{"type":"object","properties":{"_links":{"$ref":"#/components/schemas/Links"},"_data":{"type":"array","items":{"$ref":"#/components/schemas/SolidifyApplicationRole"}},"_facets":{"type":"array","items":{"$ref":"#/components/schemas/FacetResult"}},"_page":{"$ref":"#/components/schemas/RestCollectionPage"}},"description":"The structure of the REST response:\n- data: the list of objects\n- page: the pagination information\n- links: the HATEOAS links\n- facets: the search information\n"},"DisseminationPolicyDto":{"type":"object","properties":{"disseminationPolicyId":{"type":"string"},"organizationalUnitDisseminationPolicyId":{"type":"string"},"subsetItemList":{"type":"array","items":{"$ref":"#/components/schemas/OrderSubsetItem"}}}},"OrderSubsetItem":{"type":"object","properties":{"creation":{"$ref":"#/components/schemas/ChangeInfo"},"lastUpdate":{"$ref":"#/components/schemas/ChangeInfo"},"resId":{"maxLength":50,"minLength":0,"type":"string","description":"The identifier of the resource. The default format is a Universally Unique IDentifier (UUID)."},"itemPath":{"type":"string"},"_links":{"$ref":"#/components/schemas/Links"}}},"Order":{"type":"object","properties":{"creation":{"$ref":"#/components/schemas/ChangeInfo"},"lastUpdate":{"$ref":"#/components/schemas/ChangeInfo"},"resId":{"maxLength":50,"minLength":0,"type":"string","description":"The identifier of the resource. The default format is a Universally Unique IDentifier (UUID)."},"publicOrder":{"type":"boolean","description":"If the order is public, false otherwise."},"subsetItems":{"type":"array","items":{"$ref":"#/components/schemas/OrderSubsetItem"}},"metadataVersion":{"type":"string","description":"DLCM metadata are based on METS container, DataCite as descriptive metadata and PREMIS as administrative metadata.\nMetadata version:\n- 1.0 = DataCite 4.0 + PREMIS 3.0 + DLCM Info 1.0\n- 1.1 = DataCite 4.0 + PREMIS 3.0 + DLCM Info 1.0\n- 2.0 = DataCite 4.3 + PREMIS 3.0 + DLCM Info 2.0 + Data File Categories\n- 2.1 = DataCite 4.3 + PREMIS 3.0 + DLCM Info 2.1 + Dataset Thumbnail support\n- 3.0 = DataCite 4.4 + PREMIS 3.0 + DLCM Info 2.1\n- 3.1 = DataCite 4.4 + PREMIS 3.0 + DLCM Info 2.2 + Archive Thumbnail & DUA & README support\n- 4.0 = Datacite 4.5 + PREMIS 3.0 + DLCM Info 3.0 + Update of Archive Thumbnail & DUA & README\n- 5.0 = Datacite 4.6 + PREMIS 3.0 + DLCM Info 3.0 + Modern ARK\n","enum":["1.0","1.1","2.0","2.1","3.0","3.1","4.0","5.0"]},"name":{"maxLength":255,"minLength":1,"type":"string","description":"The name of the order query."},"query":{"maxLength":5099,"minLength":0,"type":"string","description":"The query of the order query."},"queryType":{"type":"string","description":"The type of the order query.","enum":["ADVANCED","DIRECT","SIMPLE"]},"status":{"type":"string","description":"The status of the order query.","enum":["DOWNLOADING","IN_DISSEMINATION_PREPARATION","IN_ERROR","IN_PREPARATION","IN_PROGRESS","READY","SUBMITTED"]},"statusMessage":{"maxLength":1024,"minLength":0,"type":"string","description":"The message related to the status of the order query."},"disseminationPolicyId":{"maxLength":2147483647,"minLength":1,"type":"string","description":"The dissemination policy identifier linked to the order."},"organizationalUnitDisseminationPolicyId":{"maxLength":2147483647,"minLength":1,"type":"string","description":"The dissemination policy identifier linked to the orgunit."},"subitemsChecksum":{"type":"string","description":"The checksum of the order subitems list."},"orderStatus":{"type":"string","writeOnly":true,"enum":["DOWNLOADING","IN_DISSEMINATION_PREPARATION","IN_ERROR","IN_PREPARATION","IN_PROGRESS","READY","SUBMITTED"]},"errorStatus":{"type":"string","writeOnly":true},"aipNumber":{"type":"integer","description":"The AIP number of the order query.","format":"int32"},"dipNumber":{"type":"integer","description":"The DIP number of the order query.","format":"int32"},"_links":{"$ref":"#/components/schemas/Links"}},"description":"Orders allow to prepare archive download (DIP) from the archives (AIP)."},"DisseminationInfoPackage":{"type":"object","properties":{"creation":{"$ref":"#/components/schemas/ChangeInfo"},"lastUpdate":{"$ref":"#/components/schemas/ChangeInfo"},"resId":{"maxLength":50,"minLength":0,"type":"string","description":"The identifier of the resource. The default format is a Universally Unique IDentifier (UUID)."},"info":{"$ref":"#/components/schemas/RepresentationInfo"},"ready":{"type":"boolean","description":"If DIP package is ready.","readOnly":true},"aipIds":{"type":"array","description":"The source AIP identifier list of the DIP.","readOnly":true,"items":{"type":"string","description":"The source AIP identifier list of the DIP."}},"packageStatus":{"type":"string","description":"OAIS Package Status:\n- CHECKED => Checked package during archiving process\n- CHECKING => A package verification is in progress during checking process\n- CHECK_PENDING => A package verification is pending during checking process\n- CLEANED => Cleaned package during cleaning process for SIP only\n- CLEANING => A package clean is in progress during cleaning process for SIP only\n- COMPLIANCE_LEVEL_UPDATE_PENDING => A package compliance update is pending\n- COMPLIANCE_LEVEL_UPDATED => The compliance levels of the package have been updated\n- COMPLETED => Completed package\n- DISPOSABLE => The Package is candidate for disposal process for AIP only\n- DISPOSAL_APPROVED_BY_ORGUNIT => Disposal org. unit approval done during disposal process for AIP only\n- DISPOSAL_APPROVED => Disposal approval done during disposal process for AIP only\n- DISPOSED => Disposed package for AIP only\n- DOWNLOADING => A package download is in progress\n- EDITING_METADATA => A package metadata edition is in progress\n- FIXING => A package correction is in progress\n- FIXITY_ERROR => Error when checking checksums\n- FIX_PENDING => A package correction is pending\n- INDEXING => A package indexing is in progress\n- IN_ERROR => Package in error during archiving process\n- IN_PREPARATION => Package in preparation during archiving process\n- IN_PROGRESS => A package archiving process is in progress\n- METADATA_EDITION_PENDING => A metadata edition is pending\n- METADATA_UPGRADE_PENDING => A metadata version upgrade is pending\n- PACKAGE_REPLICATION_PENDING => A package replication is pending\n- PRESERVATION_ERROR => Package in error during checking process\n- READY => Package Ready\n- REINDEXING => A package re-indexing is in progress\n- RELOADED => Reloaded package from storage location\n- REPLICATING_PACKAGE => A package replication is in progress\n- REPLICATING_TOMBSTONE => A tombstone package replication is in progress\n- RESUBMITTING => A package re-submission is in progress\n- STORED => Package stored on storage location\n- TOMBSTONE_REPLICATION_PENDING => A tombstone replication is pending\n- UPDATING_COMPLIANCE_LEVEL => A package compliance update is in progress\n- UPDATING_RETENTION => A package retention update is in progress during disposal process\n- UPGRADING_METADATA => A metadata version upgrade is in progress\n","writeOnly":true,"enum":["CHECK_PENDING","CHECKING","CHECKED","CLEANING","CLEANED","COMPLETED","DOWNLOADING","IN_PREPARATION","IN_PROGRESS","STORED","INDEXING","READY","RETRIEVING","RETRIEVING_PENDING","IN_ERROR","PRESERVATION_ERROR","FIXITY_ERROR","DISPOSABLE","DISPOSAL_APPROVED_BY_ORGUNIT","DISPOSAL_APPROVED","DISPOSED","FIX_PENDING","FIXING","METADATA_EDITION_PENDING","EDITING_METADATA","UPDATING_RETENTION","METADATA_UPGRADE_PENDING","UPGRADING_METADATA","COMPLIANCE_LEVEL_UPDATE_PENDING","UPDATING_COMPLIANCE_LEVEL","COMPLIANCE_LEVEL_UPDATED","REINDEXING","RELOADED","RESUBMITTING","PACKAGE_REPLICATION_PENDING","REPLICATING_PACKAGE","TOMBSTONE_REPLICATION_PENDING","REPLICATING_TOMBSTONE"]},"_links":{"$ref":"#/components/schemas/Links"}},"description":"Dissemination Information Package (DIP)"},"RestCollectionOrder":{"type":"object","properties":{"_links":{"$ref":"#/components/schemas/Links"},"_data":{"type":"array","items":{"$ref":"#/components/schemas/Order"}},"_facets":{"type":"array","items":{"$ref":"#/components/schemas/FacetResult"}},"_page":{"$ref":"#/components/schemas/RestCollectionPage"}},"description":"The structure of the REST response:\n- data: the list of objects\n- page: the pagination information\n- links: the HATEOAS links\n- facets: the search information\n"},"DipDataFile":{"type":"object","properties":{"creation":{"$ref":"#/components/schemas/ChangeInfo"},"lastUpdate":{"$ref":"#/components/schemas/ChangeInfo"},"resId":{"maxLength":50,"minLength":0,"type":"string","description":"The identifier of the resource. The default format is a Universally Unique IDentifier (UUID)."},"searchCriterias":{"type":"array","items":{"$ref":"#/components/schemas/SearchCriteria"}},"complianceLevel":{"type":"string","description":"Compliance level to define the preservation quality based on data file format:\n- NOT_ASSESSED => The format could not be evaluated\n- NO_COMPLIANCE => The format could not be determined\n- WEAK_COMPLIANCE => The format was determined: content type detected\n- AVERAGE_COMPLIANCE => The format was determined: WEAK_COMPLIANCE + PRONOM identifier detected\n- FULL_COMPLIANCE => The format was determined: AVERAGE_COMPLIANCE + the format is part of golden formats\n","enum":["NOT_ASSESSED","NO_COMPLIANCE","WEAK_COMPLIANCE","AVERAGE_COMPLIANCE","FULL_COMPLIANCE"]},"dataCategory":{"type":"string","enum":["Primary","Observational","Experimental","Simulation","Derived","Reference","Digitalized","Secondary","Publication","DataPaper","Documentation","Software","Code","Binaries","VirtualMachine","Administrative","Document","WebSite","Other","Package","InformationPackage","UpdatePackage","Metadata","CustomMetadata","UpdatedMetadata","Internal","DatasetThumbnail","ArchiveThumbnail","ArchiveReadme","DatafileThumbnail","ArchiveDataUseAgreement"]},"dataType":{"type":"string","enum":["Primary","Observational","Experimental","Simulation","Derived","Reference","Digitalized","Secondary","Publication","DataPaper","Documentation","Software","Code","Binaries","VirtualMachine","Administrative","Document","WebSite","Other","Package","InformationPackage","UpdatePackage","Metadata","CustomMetadata","UpdatedMetadata","Internal","DatasetThumbnail","ArchiveThumbnail","ArchiveReadme","DatafileThumbnail","ArchiveDataUseAgreement"]},"fileFormat":{"$ref":"#/components/schemas/FileFormat"},"fileSize":{"type":"integer","format":"int64"},"finalData":{"type":"string","format":"uri"},"fileName":{"type":"string","readOnly":true},"metadataType":{"$ref":"#/components/schemas/MetadataType"},"relativeLocation":{"maxLength":460,"minLength":0,"pattern":"(^\\/$)|(^\\/.*(?<!\\/)$)","type":"string"},"sourceData":{"type":"string","format":"uri"},"status":{"type":"string","enum":["CHANGE_RELATIVE_LOCATION","CHANGE_DATA_CATEGORY","CLEANED","CLEANING","EXCLUDED_FILE","CHECK_COMPLIANCE","CHECK_COMPLIANCE_CLEANED","CHECKED_COMPLIANCE","CHECKED_COMPLIANCE_CLEANED","IGNORED_FILE","DOWNLOAD_IN_PROGRESS","FILE_FORMAT_IDENTIFIED","FILE_FORMAT_SKIPPED","FILE_FORMAT_UNKNOWN","IN_ERROR","PROCESSED","READY","RECEIVED","TO_PROCESS","VIRUS_CHECKED","VIRUS_SKIPPED"]},"statusMessage":{"maxLength":1024,"minLength":0,"type":"string"},"virusCheck":{"$ref":"#/components/schemas/VirusCheck"},"checksums":{"type":"array","items":{"$ref":"#/components/schemas/DataFileChecksum"}},"infoPackage":{"$ref":"#/components/schemas/DisseminationInfoPackage"},"fileStatus":{"type":"string","writeOnly":true,"enum":["CHANGE_RELATIVE_LOCATION","CHANGE_DATA_CATEGORY","CLEANED","CLEANING","EXCLUDED_FILE","CHECK_COMPLIANCE","CHECK_COMPLIANCE_CLEANED","CHECKED_COMPLIANCE","CHECKED_COMPLIANCE_CLEANED","IGNORED_FILE","DOWNLOAD_IN_PROGRESS","FILE_FORMAT_IDENTIFIED","FILE_FORMAT_SKIPPED","FILE_FORMAT_UNKNOWN","IN_ERROR","PROCESSED","READY","RECEIVED","TO_PROCESS","VIRUS_CHECKED","VIRUS_SKIPPED"]},"fullFileName":{"type":"string","readOnly":true},"inProgress":{"type":"boolean"},"smartSize":{"type":"string","readOnly":true},"_links":{"$ref":"#/components/schemas/Links"}}},"RestCollectionDisseminationInfoPackage":{"type":"object","properties":{"_links":{"$ref":"#/components/schemas/Links"},"_data":{"type":"array","items":{"$ref":"#/components/schemas/DisseminationInfoPackage"}},"_facets":{"type":"array","items":{"$ref":"#/components/schemas/FacetResult"}},"_page":{"$ref":"#/components/schemas/RestCollectionPage"}},"description":"The structure of the REST response:\n- data: the list of objects\n- page: the pagination information\n- links: the HATEOAS links\n- facets: the search information\n"},"Sitemapindex":{"type":"object","properties":{"any":{"type":"array","items":{"type":"object"}},"sitemap":{"type":"array","items":{"$ref":"#/components/schemas/TSitemap"}}},"xml":{"name":"sitemapindex","namespace":"http://www.sitemaps.org/schemas/sitemap/0.9"}},"TSitemap":{"type":"object","properties":{"loc":{"type":"string"},"lastmod":{"type":"string"},"any":{"type":"array","items":{"type":"object"}}}},"TUrl":{"type":"object","properties":{"loc":{"type":"string"},"lastmod":{"type":"string"},"changefreq":{"type":"string","enum":["ALWAYS","HOURLY","DAILY","WEEKLY","MONTHLY","YEARLY","NEVER"]},"priority":{"type":"number"},"any":{"type":"array","items":{"type":"object"}}}},"Urlset":{"type":"object","properties":{"any":{"type":"array","items":{"type":"object"}},"url":{"type":"array","items":{"$ref":"#/components/schemas/TUrl"}}},"xml":{"name":"urlset","namespace":"http://www.sitemaps.org/schemas/sitemap/0.9"}},"Module":{"type":"object","properties":{"name":{"type":"string","description":"The name of the module."},"_links":{"$ref":"#/components/schemas/Links"}},"description":"The functional module."},"RestCollectionJobExecution":{"type":"object","properties":{"_links":{"$ref":"#/components/schemas/Links"},"_data":{"type":"array","items":{"$ref":"#/components/schemas/JobExecution"}},"_facets":{"type":"array","items":{"$ref":"#/components/schemas/FacetResult"}},"_page":{"$ref":"#/components/schemas/RestCollectionPage"}},"description":"The structure of the REST response:\n- data: the list of objects\n- page: the pagination information\n- links: the HATEOAS links\n- facets: the search information\n"},"JobExecutionReport":{"type":"object","properties":{"creation":{"$ref":"#/components/schemas/ChangeInfo"},"lastUpdate":{"$ref":"#/components/schemas/ChangeInfo"},"resId":{"maxLength":50,"minLength":0,"type":"string","description":"The identifier of the resource. The default format is a Universally Unique IDentifier (UUID)."},"executionNumber":{"type":"integer","format":"int64"},"ignoredItems":{"type":"integer","format":"int64"},"inErrorItems":{"type":"integer","format":"int64"},"jobExecutionId":{"maxLength":50,"minLength":0,"type":"string"},"processedItems":{"type":"integer","format":"int64"},"totalItems":{"type":"integer","format":"int64","readOnly":true},"_links":{"$ref":"#/components/schemas/Links"}}},"RestCollectionJobExecutionReport":{"type":"object","properties":{"_links":{"$ref":"#/components/schemas/Links"},"_data":{"type":"array","items":{"$ref":"#/components/schemas/JobExecutionReport"}},"_facets":{"type":"array","items":{"$ref":"#/components/schemas/FacetResult"}},"_page":{"$ref":"#/components/schemas/RestCollectionPage"}},"description":"The structure of the REST response:\n- data: the list of objects\n- page: the pagination information\n- links: the HATEOAS links\n- facets: the search information\n"},"JobExecutionReportLine":{"type":"object","properties":{"changeTime":{"type":"string","format":"date-time"},"errorMessage":{"maxLength":1024,"minLength":0,"type":"string"},"reportId":{"maxLength":50,"minLength":0,"type":"string"},"resId":{"maxLength":50,"minLength":0,"type":"string"},"status":{"type":"string","enum":["ERROR","IGNORED","PROCESSED"]},"url":{"type":"string"}}},"RestCollectionJobExecutionReportLine":{"type":"object","properties":{"_links":{"$ref":"#/components/schemas/Links"},"_data":{"type":"array","items":{"$ref":"#/components/schemas/JobExecutionReportLine"}},"_facets":{"type":"array","items":{"$ref":"#/components/schemas/FacetResult"}},"_page":{"$ref":"#/components/schemas/RestCollectionPage"}},"description":"The structure of the REST response:\n- data: the list of objects\n- page: the pagination information\n- links: the HATEOAS links\n- facets: the search information\n"},"Pageable":{"type":"object","properties":{"page":{"minimum":0,"type":"integer","format":"int32"},"size":{"minimum":1,"type":"integer","format":"int32"},"sort":{"type":"array","items":{"type":"string"}}}},"RestCollectionStatusHistory":{"type":"object","properties":{"_links":{"$ref":"#/components/schemas/Links"},"_data":{"type":"array","items":{"$ref":"#/components/schemas/StatusHistory"}},"_facets":{"type":"array","items":{"$ref":"#/components/schemas/FacetResult"}},"_page":{"$ref":"#/components/schemas/RestCollectionPage"}},"description":"The structure of the REST response:\n- data: the list of objects\n- page: the pagination information\n- links: the HATEOAS links\n- facets: the search information\n"},"StatusHistory":{"type":"object","properties":{"changeTime":{"type":"string","format":"date-time"},"createdBy":{"type":"string"},"creatorName":{"type":"string"},"description":{"maxLength":1024,"minLength":0,"type":"string"},"status":{"type":"string"}}},"ModuleList":{"type":"object","properties":{"authorization":{"type":"string","description":"The URL of Authoriration module."},"admin":{"type":"string","description":"The URL of Admin module."},"dataManagement":{"type":"string","description":"The URL of Data Management module."},"index":{"type":"string","description":"The URL of Index module."},"preingest":{"type":"string","description":"The URL of Pre-Ingest module."},"ingest":{"type":"string","description":"The URL of Ingest module."},"access":{"type":"string","description":"The URL of Access module."},"oaiInfo":{"type":"string","description":"The URL of OAI-PMH module."},"preservationPlanning":{"type":"string","description":"The URL of Preservation Planning module."},"oaiPmh":{"type":"string","description":"The URL of OAI-PMH provider."},"archivalStorage":{"type":"array","description":"The URL list of Archival Storage module.","items":{"type":"string","description":"The URL list of Archival Storage module."}},"_links":{"$ref":"#/components/schemas/Links"}},"description":"The functional module list."},"AipCopy":{"type":"object","properties":{"aip":{"$ref":"#/components/schemas/ArchivalInfoPackage"},"storageUrl":{"type":"string"},"noUpdatedCopy":{"type":"boolean"},"status":{"type":"string","description":"OAIS Package Status:\n- CHECKED => Checked package during archiving process\n- CHECKING => A package verification is in progress during checking process\n- CHECK_PENDING => A package verification is pending during checking process\n- CLEANED => Cleaned package during cleaning process for SIP only\n- CLEANING => A package clean is in progress during cleaning process for SIP only\n- COMPLIANCE_LEVEL_UPDATE_PENDING => A package compliance update is pending\n- COMPLIANCE_LEVEL_UPDATED => The compliance levels of the package have been updated\n- COMPLETED => Completed package\n- DISPOSABLE => The Package is candidate for disposal process for AIP only\n- DISPOSAL_APPROVED_BY_ORGUNIT => Disposal org. unit approval done during disposal process for AIP only\n- DISPOSAL_APPROVED => Disposal approval done during disposal process for AIP only\n- DISPOSED => Disposed package for AIP only\n- DOWNLOADING => A package download is in progress\n- EDITING_METADATA => A package metadata edition is in progress\n- FIXING => A package correction is in progress\n- FIXITY_ERROR => Error when checking checksums\n- FIX_PENDING => A package correction is pending\n- INDEXING => A package indexing is in progress\n- IN_ERROR => Package in error during archiving process\n- IN_PREPARATION => Package in preparation during archiving process\n- IN_PROGRESS => A package archiving process is in progress\n- METADATA_EDITION_PENDING => A metadata edition is pending\n- METADATA_UPGRADE_PENDING => A metadata version upgrade is pending\n- PACKAGE_REPLICATION_PENDING => A package replication is pending\n- PRESERVATION_ERROR => Package in error during checking process\n- READY => Package Ready\n- REINDEXING => A package re-indexing is in progress\n- RELOADED => Reloaded package from storage location\n- REPLICATING_PACKAGE => A package replication is in progress\n- REPLICATING_TOMBSTONE => A tombstone package replication is in progress\n- RESUBMITTING => A package re-submission is in progress\n- STORED => Package stored on storage location\n- TOMBSTONE_REPLICATION_PENDING => A tombstone replication is pending\n- UPDATING_COMPLIANCE_LEVEL => A package compliance update is in progress\n- UPDATING_RETENTION => A package retention update is in progress during disposal process\n- UPGRADING_METADATA => A metadata version upgrade is in progress\n","enum":["CHECK_PENDING","CHECKING","CHECKED","CLEANING","CLEANED","COMPLETED","DOWNLOADING","IN_PREPARATION","IN_PROGRESS","STORED","INDEXING","READY","RETRIEVING","RETRIEVING_PENDING","IN_ERROR","PRESERVATION_ERROR","FIXITY_ERROR","DISPOSABLE","DISPOSAL_APPROVED_BY_ORGUNIT","DISPOSAL_APPROVED","DISPOSED","FIX_PENDING","FIXING","METADATA_EDITION_PENDING","EDITING_METADATA","UPDATING_RETENTION","METADATA_UPGRADE_PENDING","UPGRADING_METADATA","COMPLIANCE_LEVEL_UPDATE_PENDING","UPDATING_COMPLIANCE_LEVEL","COMPLIANCE_LEVEL_UPDATED","REINDEXING","RELOADED","RESUBMITTING","PACKAGE_REPLICATION_PENDING","REPLICATING_PACKAGE","TOMBSTONE_REPLICATION_PENDING","REPLICATING_TOMBSTONE"]}}},"AipCopyList":{"type":"object","properties":{"resId":{"type":"string"},"copies":{"type":"array","items":{"$ref":"#/components/schemas/AipCopy"}},"creationDate":{"type":"string","format":"date-time"},"_links":{"$ref":"#/components/schemas/Links"}}},"RestCollectionAipCopyList":{"type":"object","properties":{"_links":{"$ref":"#/components/schemas/Links"},"_data":{"type":"array","items":{"$ref":"#/components/schemas/AipCopyList"}},"_facets":{"type":"array","items":{"$ref":"#/components/schemas/FacetResult"}},"_page":{"$ref":"#/components/schemas/RestCollectionPage"}},"description":"The structure of the REST response:\n- data: the list of objects\n- page: the pagination information\n- links: the HATEOAS links\n- facets: the search information\n"},"RestCollectionDepositDataFile":{"type":"object","properties":{"_links":{"$ref":"#/components/schemas/Links"},"_data":{"type":"array","items":{"$ref":"#/components/schemas/DepositDataFile"}},"_facets":{"type":"array","items":{"$ref":"#/components/schemas/FacetResult"}},"_page":{"$ref":"#/components/schemas/RestCollectionPage"}},"description":"The structure of the REST response:\n- data: the list of objects\n- page: the pagination information\n- links: the HATEOAS links\n- facets: the search information\n"},"DownloadToken":{"type":"object","properties":{"creation":{"$ref":"#/components/schemas/ChangeInfo"},"lastUpdate":{"$ref":"#/components/schemas/ChangeInfo"},"resId":{"maxLength":50,"minLength":0,"type":"string","description":"The identifier of the resource. The default format is a Universally Unique IDentifier (UUID)."},"userId":{"maxLength":50,"minLength":0,"type":"string","description":"The user identifier of the download token."},"resourceId":{"maxLength":50,"minLength":0,"type":"string","description":"The resource identifier of the download token."},"resourceType":{"type":"string","description":"The resource type of the download token."},"token":{"type":"string","description":"The token of the download token."},"_links":{"$ref":"#/components/schemas/Links"}},"description":"The download token."},"StreamingResponseBody":{"type":"object"},"FileList":{"type":"object","properties":{"files":{"type":"array","items":{"type":"string"}},"puids":{"type":"array","items":{"type":"string"}}}},"Contributor":{"type":"object","properties":{"resId":{"type":"string"},"depositNumber":{"type":"integer","description":"The deposit number of the contributor.","format":"int32"},"fullName":{"type":"string"},"lastUpdate":{"$ref":"#/components/schemas/ChangeInfo"},"orcid":{"type":"string"},"firstName":{"type":"string"},"lastName":{"type":"string"},"verifiedOrcid":{"type":"boolean"},"creation":{"$ref":"#/components/schemas/ChangeInfo"},"avatar":{"$ref":"#/components/schemas/PersonAvatar"},"_links":{"$ref":"#/components/schemas/Links"}},"description":"Contributors are people who are involved in archives."},"RestCollectionContributor":{"type":"object","properties":{"_links":{"$ref":"#/components/schemas/Links"},"_data":{"type":"array","items":{"$ref":"#/components/schemas/Contributor"}},"_facets":{"type":"array","items":{"$ref":"#/components/schemas/FacetResult"}},"_page":{"$ref":"#/components/schemas/RestCollectionPage"}},"description":"The structure of the REST response:\n- data: the list of objects\n- page: the pagination information\n- links: the HATEOAS links\n- facets: the search information\n"},"DepositContributor":{"type":"object","properties":{"creation":{"$ref":"#/components/schemas/ChangeInfo"},"lastUpdate":{"$ref":"#/components/schemas/ChangeInfo"},"position":{"type":"integer","format":"int32"},"compositeKey":{"$ref":"#/components/schemas/DepositContributorId"},"_links":{"$ref":"#/components/schemas/Links"}}},"DepositContributorId":{"type":"object"},"AboutType":{"type":"object","properties":{"any":{"type":"object"}}},"DescriptionType":{"type":"object","properties":{"any":{"type":"object"}}},"GetRecordType":{"type":"object","properties":{"record":{"$ref":"#/components/schemas/RecordType"}}},"HeaderType":{"type":"object","properties":{"identifier":{"type":"string"},"datestamp":{"type":"string"},"setSpec":{"type":"array","items":{"type":"string"}},"status":{"type":"string","xml":{"attribute":true},"enum":["DELETED"]}}},"IdentifyType":{"type":"object","properties":{"repositoryName":{"type":"string"},"baseURL":{"type":"string"},"protocolVersion":{"type":"string"},"adminEmail":{"type":"array","items":{"type":"string"}},"earliestDatestamp":{"type":"string"},"deletedRecord":{"type":"string","enum":["NO","PERSISTENT","TRANSIENT"]},"granularity":{"type":"string","enum":["YYYY_MM_DD","YYYY_MM_DD_THH_MM_SS_Z"]},"compression":{"type":"array","items":{"type":"string"}},"description":{"type":"array","items":{"$ref":"#/components/schemas/DescriptionType"}}}},"ListIdentifiersType":{"type":"object","properties":{"header":{"type":"array","items":{"$ref":"#/components/schemas/HeaderType"}},"resumptionToken":{"$ref":"#/components/schemas/ResumptionTokenType"}}},"ListMetadataFormatsType":{"type":"object","properties":{"metadataFormat":{"type":"array","items":{"$ref":"#/components/schemas/MetadataFormatType"}}}},"ListRecordsType":{"type":"object","properties":{"record":{"type":"array","items":{"$ref":"#/components/schemas/RecordType"}},"resumptionToken":{"$ref":"#/components/schemas/ResumptionTokenType"}}},"ListSetsType":{"type":"object","properties":{"set":{"type":"array","items":{"$ref":"#/components/schemas/SetType"}},"resumptionToken":{"$ref":"#/components/schemas/ResumptionTokenType"}}},"MetadataFormatType":{"type":"object","properties":{"metadataPrefix":{"type":"string"},"schema":{"type":"string"},"metadataNamespace":{"type":"string"}}},"OAIPMH":{"type":"object","properties":{"oai":{"$ref":"#/components/schemas/OAIPMHtype"},"_links":{"$ref":"#/components/schemas/Links"}},"description":"OAI-PMH Provider\nSpecifications: http://www.openarchives.org/OAI/openarchivesprotocol.html\n"},"OAIPMHerrorType":{"type":"object","properties":{"value":{"type":"string"},"code":{"type":"string","xml":{"attribute":true},"enum":["CANNOT_DISSEMINATE_FORMAT","ID_DOES_NOT_EXIST","BAD_ARGUMENT","BAD_VERB","NO_METADATA_FORMATS","NO_RECORDS_MATCH","BAD_RESUMPTION_TOKEN","NO_SET_HIERARCHY"]}}},"OAIPMHtype":{"type":"object","properties":{"responseDate":{"type":"string","format":"date-time"},"request":{"$ref":"#/components/schemas/RequestType"},"error":{"type":"array","items":{"$ref":"#/components/schemas/OAIPMHerrorType"}},"identify":{"$ref":"#/components/schemas/IdentifyType"},"listMetadataFormats":{"$ref":"#/components/schemas/ListMetadataFormatsType"},"listSets":{"$ref":"#/components/schemas/ListSetsType"},"getRecord":{"$ref":"#/components/schemas/GetRecordType"},"listIdentifiers":{"$ref":"#/components/schemas/ListIdentifiersType"},"listRecords":{"$ref":"#/components/schemas/ListRecordsType"}}},"RecordType":{"type":"object","properties":{"header":{"$ref":"#/components/schemas/HeaderType"},"metadata":{"$ref":"#/components/schemas/MetadataType"},"about":{"type":"array","items":{"$ref":"#/components/schemas/AboutType"}}}},"RequestType":{"type":"object","properties":{"value":{"type":"string"},"verb":{"type":"string","xml":{"attribute":true},"enum":["IDENTIFY","LIST_METADATA_FORMATS","LIST_SETS","GET_RECORD","LIST_IDENTIFIERS","LIST_RECORDS"]},"identifier":{"type":"string","xml":{"attribute":true}},"metadataPrefix":{"type":"string","xml":{"attribute":true}},"from":{"type":"string","xml":{"attribute":true}},"until":{"type":"string","xml":{"attribute":true}},"set":{"type":"string","xml":{"attribute":true}},"resumptionToken":{"type":"string","xml":{"attribute":true}}}},"ResumptionTokenType":{"type":"object","properties":{"value":{"type":"string"},"expirationDate":{"type":"string","format":"date-time","xml":{"attribute":true}},"completeListSize":{"type":"integer","xml":{"attribute":true}},"cursor":{"type":"integer","xml":{"attribute":true}}}},"SetType":{"type":"object","properties":{"setSpec":{"type":"string"},"setName":{"type":"string"},"setDescription":{"type":"array","items":{"$ref":"#/components/schemas/DescriptionType"}}}},"RestCollectionSipDataFile":{"type":"object","properties":{"_links":{"$ref":"#/components/schemas/Links"},"_data":{"type":"array","items":{"$ref":"#/components/schemas/SipDataFile"}},"_facets":{"type":"array","items":{"$ref":"#/components/schemas/FacetResult"}},"_page":{"$ref":"#/components/schemas/RestCollectionPage"}},"description":"The structure of the REST response:\n- data: the list of objects\n- page: the pagination information\n- links: the HATEOAS links\n- facets: the search information\n"},"RestCollectionIndexProperties":{"type":"object","properties":{"_links":{"$ref":"#/components/schemas/Links"},"_data":{"type":"array","items":{"$ref":"#/components/schemas/IndexProperties"}},"_facets":{"type":"array","items":{"$ref":"#/components/schemas/FacetResult"}},"_page":{"$ref":"#/components/schemas/RestCollectionPage"}},"description":"The structure of the REST response:\n- data: the list of objects\n- page: the pagination information\n- links: the HATEOAS links\n- facets: the search information\n"},"FacetRequest":{"type":"object","properties":{"name":{"type":"string"},"minCount":{"type":"integer","format":"int32"},"limit":{"type":"integer","format":"int32"},"field":{"type":"string"}}},"RestCollectionFacetRequest":{"type":"object","properties":{"_links":{"$ref":"#/components/schemas/Links"},"_data":{"type":"array","items":{"$ref":"#/components/schemas/FacetRequest"}},"_facets":{"type":"array","items":{"$ref":"#/components/schemas/FacetResult"}},"_page":{"$ref":"#/components/schemas/RestCollectionPage"}},"description":"The structure of the REST response:\n- data: the list of objects\n- page: the pagination information\n- links: the HATEOAS links\n- facets: the search information\n"},"Build":{"type":"object","properties":{"host":{"type":"string"},"time":{"type":"string"},"version":{"type":"string"},"user":{"$ref":"#/components/schemas/User"}}},"Commit":{"type":"object","properties":{"time":{"type":"string"},"id":{"$ref":"#/components/schemas/Id"},"message":{"$ref":"#/components/schemas/Message"},"user":{"$ref":"#/components/schemas/User"}}},"DLCMDefaultConfig":{"type":"object","properties":{"solidify":{"$ref":"#/components/schemas/SolidifyProperties"},"dlcm.repository":{"type":"object"},"solidify.index":{"type":"object"},"solidify.oai-pmh":{"type":"object"},"solidify.citation":{"type":"object"},"dlcm":{"type":"object"},"management.endpoints.web":{"type":"object"},"auth":{"type":"object"},"spring.datasource":{"type":"object"},"spring.jpa":{"type":"object"},"spring.activemq":{"type":"object"},"spring.jms":{"type":"object"},"spring.mail":{"type":"object"},"springdoc":{"type":"object"}}},"Debug":{"type":"object","properties":{"badRequestStacktrace":{"type":"boolean"},"accessDeniedStacktrace":{"type":"boolean"}}},"Email":{"type":"object","properties":{"senderAddress":{"type":"string"},"ccList":{"type":"array","items":{"type":"string"}},"bccList":{"type":"array","items":{"type":"string"}},"externalTemplates":{"type":"string"},"internalTemplates":{"type":"string"}}},"GitInfoProperties":{"type":"object","properties":{"branch":{"type":"string"},"build":{"$ref":"#/components/schemas/Build"},"commit":{"$ref":"#/components/schemas/Commit"},"remote":{"$ref":"#/components/schemas/Remote"}}},"Id":{"type":"object","properties":{"abbrev":{"type":"string"}}},"Message":{"type":"object","properties":{"full":{"type":"string"}}},"Orcid":{"type":"object","properties":{"baseUrl":{"type":"string"},"clientId":{"type":"string"},"clientSecret":{"type":"string"},"grantType":{"type":"string"},"scope":{"type":"string"},"apiBaseUrl":{"type":"string"},"websites":{"type":"array","items":{"$ref":"#/components/schemas/OrcidWebsite"}},"tokenUrl":{"type":"string"},"authorizeUrl":{"type":"string"}}},"OrcidWebsite":{"type":"object","properties":{"labels":{"type":"array","items":{"$ref":"#/components/schemas/WebPageLabel"}},"checkUrl":{"type":"string"}}},"Origin":{"type":"object","properties":{"url":{"type":"string"}}},"Remote":{"type":"object","properties":{"origin":{"$ref":"#/components/schemas/Origin"}}},"Security":{"type":"object","properties":{"downloadTokenLifeTimeMinutes":{"type":"integer","format":"int32"},"cipherPassword":{"type":"string"},"downloadToken":{"$ref":"#/components/schemas/DownloadToken"}}},"Sitemap":{"type":"object","properties":{"enable":{"type":"boolean"},"pageSize":{"type":"integer","format":"int32"},"locationPrefix":{"type":"string"}}},"SolidifyProperties":{"type":"object","properties":{"applicationName":{"type":"string"},"serverDisplayName":{"type":"string"},"email":{"$ref":"#/components/schemas/Email"},"orcid":{"$ref":"#/components/schemas/Orcid"},"sitemap":{"$ref":"#/components/schemas/Sitemap"},"debug":{"$ref":"#/components/schemas/Debug"},"security":{"$ref":"#/components/schemas/Security"},"sse":{"$ref":"#/components/schemas/Sse"},"applicationVersion":{"type":"string"},"gitInfoService":{"$ref":"#/components/schemas/GitInfoProperties"}}},"Sse":{"type":"object","properties":{"timeoutMinutes":{"type":"integer","format":"int32"}}},"WebPageLabel":{"type":"object","properties":{"language":{"$ref":"#/components/schemas/LanguageDTO"},"text":{"maxLength":1024,"minLength":0,"type":"string"},"url":{"type":"string"}}},"DLCMConfig":{"type":"object","properties":{"solidify":{"$ref":"#/components/schemas/SolidifyProperties"},"dlcm.repository":{"type":"object"},"solidify.index":{"type":"object"},"solidify.oai-pmh":{"type":"object"},"solidify.citation":{"type":"object"},"dlcm":{"type":"object"},"management.endpoints.web":{"type":"object"},"auth":{"type":"object"},"spring.datasource":{"type":"object"},"spring.jpa":{"type":"object"},"spring.activemq":{"type":"object"},"spring.jms":{"type":"object"},"spring.mail":{"type":"object"},"springdoc":{"type":"object"}}},"RestCollectionStoredAIP":{"type":"object","properties":{"_links":{"$ref":"#/components/schemas/Links"},"_data":{"type":"array","items":{"$ref":"#/components/schemas/StoredAIP"}},"_facets":{"type":"array","items":{"$ref":"#/components/schemas/FacetResult"}},"_page":{"$ref":"#/components/schemas/RestCollectionPage"}},"description":"The structure of the REST response:\n- data: the list of objects\n- page: the pagination information\n- links: the HATEOAS links\n- facets: the search information\n"},"RestCollectionAipDataFile":{"type":"object","properties":{"_links":{"$ref":"#/components/schemas/Links"},"_data":{"type":"array","items":{"$ref":"#/components/schemas/AipDataFile"}},"_facets":{"type":"array","items":{"$ref":"#/components/schemas/FacetResult"}},"_page":{"$ref":"#/components/schemas/RestCollectionPage"}},"description":"The structure of the REST response:\n- data: the list of objects\n- page: the pagination information\n- links: the HATEOAS links\n- facets: the search information\n"},"AipStatus":{"type":"object","properties":{"creationTime":{"type":"string","format":"date-time"},"resId":{"type":"string"},"status":{"type":"string","description":"OAIS Package Status:\n- CHECKED => Checked package during archiving process\n- CHECKING => A package verification is in progress during checking process\n- CHECK_PENDING => A package verification is pending during checking process\n- CLEANED => Cleaned package during cleaning process for SIP only\n- CLEANING => A package clean is in progress during cleaning process for SIP only\n- COMPLIANCE_LEVEL_UPDATE_PENDING => A package compliance update is pending\n- COMPLIANCE_LEVEL_UPDATED => The compliance levels of the package have been updated\n- COMPLETED => Completed package\n- DISPOSABLE => The Package is candidate for disposal process for AIP only\n- DISPOSAL_APPROVED_BY_ORGUNIT => Disposal org. unit approval done during disposal process for AIP only\n- DISPOSAL_APPROVED => Disposal approval done during disposal process for AIP only\n- DISPOSED => Disposed package for AIP only\n- DOWNLOADING => A package download is in progress\n- EDITING_METADATA => A package metadata edition is in progress\n- FIXING => A package correction is in progress\n- FIXITY_ERROR => Error when checking checksums\n- FIX_PENDING => A package correction is pending\n- INDEXING => A package indexing is in progress\n- IN_ERROR => Package in error during archiving process\n- IN_PREPARATION => Package in preparation during archiving process\n- IN_PROGRESS => A package archiving process is in progress\n- METADATA_EDITION_PENDING => A metadata edition is pending\n- METADATA_UPGRADE_PENDING => A metadata version upgrade is pending\n- PACKAGE_REPLICATION_PENDING => A package replication is pending\n- PRESERVATION_ERROR => Package in error during checking process\n- READY => Package Ready\n- REINDEXING => A package re-indexing is in progress\n- RELOADED => Reloaded package from storage location\n- REPLICATING_PACKAGE => A package replication is in progress\n- REPLICATING_TOMBSTONE => A tombstone package replication is in progress\n- RESUBMITTING => A package re-submission is in progress\n- STORED => Package stored on storage location\n- TOMBSTONE_REPLICATION_PENDING => A tombstone replication is pending\n- UPDATING_COMPLIANCE_LEVEL => A package compliance update is in progress\n- UPDATING_RETENTION => A package retention update is in progress during disposal process\n- UPGRADING_METADATA => A metadata version upgrade is in progress\n","enum":["CHECK_PENDING","CHECKING","CHECKED","CLEANING","CLEANED","COMPLETED","DOWNLOADING","IN_PREPARATION","IN_PROGRESS","STORED","INDEXING","READY","RETRIEVING","RETRIEVING_PENDING","IN_ERROR","PRESERVATION_ERROR","FIXITY_ERROR","DISPOSABLE","DISPOSAL_APPROVED_BY_ORGUNIT","DISPOSAL_APPROVED","DISPOSED","FIX_PENDING","FIXING","METADATA_EDITION_PENDING","EDITING_METADATA","UPDATING_RETENTION","METADATA_UPGRADE_PENDING","UPGRADING_METADATA","COMPLIANCE_LEVEL_UPDATE_PENDING","UPDATING_COMPLIANCE_LEVEL","COMPLIANCE_LEVEL_UPDATED","REINDEXING","RELOADED","RESUBMITTING","PACKAGE_REPLICATION_PENDING","REPLICATING_PACKAGE","TOMBSTONE_REPLICATION_PENDING","REPLICATING_TOMBSTONE"]},"updateTime":{"type":"string","format":"date-time"}}},"RestCollectionAipStatus":{"type":"object","properties":{"_links":{"$ref":"#/components/schemas/Links"},"_data":{"type":"array","items":{"$ref":"#/components/schemas/AipStatus"}},"_facets":{"type":"array","items":{"$ref":"#/components/schemas/FacetResult"}},"_page":{"$ref":"#/components/schemas/RestCollectionPage"}},"description":"The structure of the REST response:\n- data: the list of objects\n- page: the pagination information\n- links: the HATEOAS links\n- facets: the search information\n"},"DisseminationPolicyParameters":{"type":"object","properties":{"type":{"type":"string"},"parameters":{"type":"string"}},"description":"Dissemination policy parameters"},"FacetProperties":{"type":"object","properties":{"name":{"type":"string"},"defaultVisibleValues":{"type":"integer","format":"int32"},"labels":{"type":"array","items":{"$ref":"#/components/schemas/LabelDTO"}},"descriptionLabels":{"type":"array","items":{"$ref":"#/components/schemas/LabelDTO"}},"withDescription":{"type":"boolean"}},"description":"Describes facet properties used on archives search page."},"LabelDTO":{"type":"object","properties":{"text":{"type":"string"},"languageId":{"type":"string"}}},"OrcidConfigDTO":{"type":"object","properties":{"baseUrl":{"type":"string"},"authorizeUrl":{"type":"string"},"tokenUrl":{"type":"string"},"clientId":{"type":"string"},"scope":{"type":"string"}},"description":"ORCID configuration (authorizeUrl, clientId, scope)"},"SystemProperties":{"type":"object","properties":{"defaultChecksum":{"type":"string","description":"The default checksum type used by the system"},"checksums":{"type":"array","description":"The list of checksum algo used by the system","items":{"type":"string","description":"The list of checksum algo used by the system"}},"defaultLicense":{"type":"string","description":"The default license used by the system."},"uploadFileSizeLimit":{"type":"string","description":"The maximum upload file size, in bytes."},"goldenFormats":{"type":"array","description":"The list of golden formats of the system.","items":{"type":"string","description":"The list of golden formats of the system."}},"forbiddenCharacters":{"type":"array","description":"The list of forbidden characters the system.","items":{"type":"string","description":"The list of forbidden characters the system."}},"researchDataSupported":{"type":"boolean","description":"If archiving research data is supported"},"administrativeDataSupported":{"type":"boolean","description":"If archiving administrative data is supported."},"defaultIdentifierType":{"type":"string","description":"The default identifier type used by the system: DOI or ARK."},"searchFacets":{"type":"array","description":"Describes facet properties used on archives search page.","items":{"$ref":"#/components/schemas/FacetProperties"}},"orcid":{"$ref":"#/components/schemas/OrcidConfigDTO"},"disseminationPolicyParameters":{"type":"array","description":"Dissemination policy parameters","items":{"$ref":"#/components/schemas/DisseminationPolicyParameters"}},"_links":{"$ref":"#/components/schemas/Links"}},"description":"A system property is defined by the back-end administrators, for the whole system."},"RestCollectionJoinResourceContainerSubmissionAgreementUser":{"type":"object","properties":{"_links":{"$ref":"#/components/schemas/Links"},"_data":{"type":"array","items":{"$ref":"#/components/schemas/JoinResourceContainerSubmissionAgreementUser"}},"_facets":{"type":"array","items":{"$ref":"#/components/schemas/FacetResult"}},"_page":{"$ref":"#/components/schemas/RestCollectionPage"}},"description":"The structure of the REST response:\n- data: the list of objects\n- page: the pagination information\n- links: the HATEOAS links\n- facets: the search information\n"},"RestCollectionSubmissionAgreementUser":{"type":"object","properties":{"_links":{"$ref":"#/components/schemas/Links"},"_data":{"type":"array","items":{"$ref":"#/components/schemas/SubmissionAgreementUser"}},"_facets":{"type":"array","items":{"$ref":"#/components/schemas/FacetResult"}},"_page":{"$ref":"#/components/schemas/RestCollectionPage"}},"description":"The structure of the REST response:\n- data: the list of objects\n- page: the pagination information\n- links: the HATEOAS links\n- facets: the search information\n"},"JoinResourceContainer":{"type":"object","properties":{"joinResource":{"$ref":"#/components/schemas/JoinResourceObject"}}},"JoinResourceObject":{"type":"object","properties":{"creation":{"$ref":"#/components/schemas/ChangeInfo"},"lastUpdate":{"$ref":"#/components/schemas/ChangeInfo"},"compositeKey":{"type":"object"},"_links":{"$ref":"#/components/schemas/Links"}}},"Relation3TiersChildDTO":{"type":"object","properties":{"grandChildren":{"type":"array","items":{"$ref":"#/components/schemas/JoinResourceContainer"}}}},"RestCollectionRelation3TiersChildDTO":{"type":"object","properties":{"_links":{"$ref":"#/components/schemas/Links"},"_data":{"type":"array","items":{"$ref":"#/components/schemas/Relation3TiersChildDTO"}},"_facets":{"type":"array","items":{"$ref":"#/components/schemas/FacetResult"}},"_page":{"$ref":"#/components/schemas/RestCollectionPage"}},"description":"The structure of the REST response:\n- data: the list of objects\n- page: the pagination information\n- links: the HATEOAS links\n- facets: the search information\n"},"JoinResourceContainerJoinResourceObject":{"type":"object","properties":{"joinResource":{"$ref":"#/components/schemas/JoinResourceObject"}}},"RestCollectionNotificationType":{"type":"object","properties":{"_links":{"$ref":"#/components/schemas/Links"},"_data":{"type":"array","items":{"$ref":"#/components/schemas/NotificationType"}},"_facets":{"type":"array","items":{"$ref":"#/components/schemas/FacetResult"}},"_page":{"$ref":"#/components/schemas/RestCollectionPage"}},"description":"The structure of the REST response:\n- data: the list of objects\n- page: the pagination information\n- links: the HATEOAS links\n- facets: the search information\n"},"RestCollectionJoinResourceContainerOrganizationalUnitSubmissionPolicy":{"type":"object","properties":{"_links":{"$ref":"#/components/schemas/Links"},"_data":{"type":"array","items":{"$ref":"#/components/schemas/JoinResourceContainerOrganizationalUnitSubmissionPolicy"}},"_facets":{"type":"array","items":{"$ref":"#/components/schemas/FacetResult"}},"_page":{"$ref":"#/components/schemas/RestCollectionPage"}},"description":"The structure of the REST response:\n- data: the list of objects\n- page: the pagination information\n- links: the HATEOAS links\n- facets: the search information\n"},"RestCollectionJoinResourceContainerOrganizationalUnitPreservationPolicy":{"type":"object","properties":{"_links":{"$ref":"#/components/schemas/Links"},"_data":{"type":"array","items":{"$ref":"#/components/schemas/JoinResourceContainerOrganizationalUnitPreservationPolicy"}},"_facets":{"type":"array","items":{"$ref":"#/components/schemas/FacetResult"}},"_page":{"$ref":"#/components/schemas/RestCollectionPage"}},"description":"The structure of the REST response:\n- data: the list of objects\n- page: the pagination information\n- links: the HATEOAS links\n- facets: the search information\n"},"RestCollectionJoinResourceContainerOrganizationalUnitDisseminationPolicy":{"type":"object","properties":{"_links":{"$ref":"#/components/schemas/Links"},"_data":{"type":"array","items":{"$ref":"#/components/schemas/JoinResourceContainerOrganizationalUnitDisseminationPolicy"}},"_facets":{"type":"array","items":{"$ref":"#/components/schemas/FacetResult"}},"_page":{"$ref":"#/components/schemas/RestCollectionPage"}},"description":"The structure of the REST response:\n- data: the list of objects\n- page: the pagination information\n- links: the HATEOAS links\n- facets: the search information\n"},"RestCollectionAdditionalFieldsForm":{"type":"object","properties":{"_links":{"$ref":"#/components/schemas/Links"},"_data":{"type":"array","items":{"$ref":"#/components/schemas/AdditionalFieldsForm"}},"_facets":{"type":"array","items":{"$ref":"#/components/schemas/FacetResult"}},"_page":{"$ref":"#/components/schemas/RestCollectionPage"}},"description":"The structure of the REST response:\n- data: the list of objects\n- page: the pagination information\n- links: the HATEOAS links\n- facets: the search information\n"},"I18nLink":{"type":"object","properties":{"url":{"type":"string"},"languageCode":{"type":"string"},"text":{"type":"string"}}},"OrcidWebsiteDTO":{"type":"object","properties":{"links":{"type":"array","items":{"$ref":"#/components/schemas/I18nLink"}}}},"AuthorizedOrganizationalUnitDto":{"type":"object","properties":{"creation":{"$ref":"#/components/schemas/ChangeInfo"},"lastUpdate":{"$ref":"#/components/schemas/ChangeInfo"},"resId":{"maxLength":50,"minLength":0,"type":"string","description":"The identifier of the resource. The default format is a Universally Unique IDentifier (UUID)."},"closingDate":{"type":"string","description":"The closing date of the organizational unit.","format":"date"},"defaultLicense":{"$ref":"#/components/schemas/License"},"defaultPreservationPolicy":{"$ref":"#/components/schemas/PreservationPolicy"},"defaultSubmissionPolicy":{"$ref":"#/components/schemas/SubmissionPolicy"},"description":{"maxLength":1024,"minLength":0,"type":"string","description":"The description of the organizational unit."},"institutions":{"type":"array","writeOnly":true,"items":{"$ref":"#/components/schemas/Institution"}},"isEmpty":{"type":"boolean","description":"If the organizational unit contains any data (deposits, sip, aip)."},"keywords":{"type":"array","description":"The keywords associated with this organizational unit, they are used as default for deposits created within this organizational unit.","items":{"type":"string","description":"The keywords associated with this organizational unit, they are used as default for deposits created within this organizational unit."}},"name":{"maxLength":2147483647,"minLength":1,"type":"string","description":"The name of the organizational unit."},"openingDate":{"type":"string","description":"The opening date of the organizational unit.","format":"date"},"url":{"type":"string","description":"The URL of the organizational unit.","format":"url"},"logo":{"$ref":"#/components/schemas/OrganizationalUnitLogo"},"role":{"$ref":"#/components/schemas/Role"},"roleFromOrganizationalUnit":{"$ref":"#/components/schemas/Role"},"roleFromInstitution":{"$ref":"#/components/schemas/Role"},"open":{"type":"boolean","description":"If the organizational unit is currently open."},"_links":{"$ref":"#/components/schemas/Links"}}},"RestCollectionAuthorizedOrganizationalUnitDto":{"type":"object","properties":{"_links":{"$ref":"#/components/schemas/Links"},"_data":{"type":"array","items":{"$ref":"#/components/schemas/AuthorizedOrganizationalUnitDto"}},"_facets":{"type":"array","items":{"$ref":"#/components/schemas/FacetResult"}},"_page":{"$ref":"#/components/schemas/RestCollectionPage"}},"description":"The structure of the REST response:\n- data: the list of objects\n- page: the pagination information\n- links: the HATEOAS links\n- facets: the search information\n"},"AuthorizedInstitutionDto":{"type":"object","properties":{"creation":{"$ref":"#/components/schemas/ChangeInfo"},"lastUpdate":{"$ref":"#/components/schemas/ChangeInfo"},"resId":{"maxLength":50,"minLength":0,"type":"string","description":"The identifier of the resource. The default format is a Universally Unique IDentifier (UUID)."},"description":{"maxLength":1024,"minLength":0,"type":"string","description":"The description of the institution."},"emailSuffixes":{"type":"array","description":"The email suffixes list of the institution.","items":{"type":"string","description":"The email suffixes list of the institution."}},"name":{"maxLength":2147483647,"minLength":1,"type":"string","description":"The name of the institution."},"url":{"type":"string","description":"The URL of the institution.","format":"url"},"rorId":{"type":"string","description":"The ROR identifier of the institution."},"logo":{"$ref":"#/components/schemas/InstitutionLogo"},"identifiers":{"type":"object","additionalProperties":true,"description":"The other identifiers list of the institution."},"role":{"$ref":"#/components/schemas/Role"},"organizationalUnit":{"type":"array","writeOnly":true,"items":{"$ref":"#/components/schemas/OrganizationalUnit"}},"_links":{"$ref":"#/components/schemas/Links"}}},"RestCollectionAuthorizedInstitutionDto":{"type":"object","properties":{"_links":{"$ref":"#/components/schemas/Links"},"_data":{"type":"array","items":{"$ref":"#/components/schemas/AuthorizedInstitutionDto"}},"_facets":{"type":"array","items":{"$ref":"#/components/schemas/FacetResult"}},"_page":{"$ref":"#/components/schemas/RestCollectionPage"}},"description":"The structure of the REST response:\n- data: the list of objects\n- page: the pagination information\n- links: the HATEOAS links\n- facets: the search information\n"},"ArchiveStatisticsDto":{"type":"object","properties":{"statistics":{"$ref":"#/components/schemas/StatisticsInfo"},"averageRatings":{"type":"array","items":{"$ref":"#/components/schemas/AverageRating"}},"averageRating":{"type":"array","writeOnly":true,"items":{"$ref":"#/components/schemas/AverageRating"}}}},"AverageRating":{"type":"object","properties":{"ratingType":{"type":"string"},"averageValue":{"type":"integer","format":"int32"},"numberVotes":{"type":"integer","format":"int64"}}},"CitationDto":{"type":"object","properties":{"language":{"type":"string"},"text":{"type":"string"},"style":{"type":"string"},"outputFormat":{"type":"string"}}},"OrgUnit":{"type":"object","properties":{"resId":{"type":"string"},"creation":{"$ref":"#/components/schemas/ChangeInfo"},"description":{"type":"string","description":"The description of the organizational unit."},"lastUpdate":{"$ref":"#/components/schemas/ChangeInfo"},"name":{"type":"string","description":"The name of the organizational unit."},"url":{"type":"string","description":"The URL of the organizational unit.","format":"url"},"openingDate":{"type":"string","description":"The opening date of the organizational unit.","format":"date"},"closingDate":{"type":"string","description":"The closing date of the organizational unit.","format":"date"},"logo":{"$ref":"#/components/schemas/OrganizationalUnitLogo"},"_links":{"$ref":"#/components/schemas/Links"}},"description":"A organizational unit is a logical entity which could represent a research project or laboratory or all other organizational group of researchers. This entity contains public information of a organizational unit."},"RestCollectionOrgUnit":{"type":"object","properties":{"_links":{"$ref":"#/components/schemas/Links"},"_data":{"type":"array","items":{"$ref":"#/components/schemas/OrgUnit"}},"_facets":{"type":"array","items":{"$ref":"#/components/schemas/FacetResult"}},"_page":{"$ref":"#/components/schemas/RestCollectionPage"}},"description":"The structure of the REST response:\n- data: the list of objects\n- page: the pagination information\n- links: the HATEOAS links\n- facets: the search information\n"},"OrderArchive":{"type":"object","properties":{"archive":{"$ref":"#/components/schemas/ArchivalInfoPackage"},"metadata":{"$ref":"#/components/schemas/ArchiveMetadata"}}},"RestCollectionOrderArchive":{"type":"object","properties":{"_links":{"$ref":"#/components/schemas/Links"},"_data":{"type":"array","items":{"$ref":"#/components/schemas/OrderArchive"}},"_facets":{"type":"array","items":{"$ref":"#/components/schemas/FacetResult"}},"_page":{"$ref":"#/components/schemas/RestCollectionPage"}},"description":"The structure of the REST response:\n- data: the list of objects\n- page: the pagination information\n- links: the HATEOAS links\n- facets: the search information\n"},"RestCollectionDipDataFile":{"type":"object","properties":{"_links":{"$ref":"#/components/schemas/Links"},"_data":{"type":"array","items":{"$ref":"#/components/schemas/DipDataFile"}},"_facets":{"type":"array","items":{"$ref":"#/components/schemas/FacetResult"}},"_page":{"$ref":"#/components/schemas/RestCollectionPage"}},"description":"The structure of the REST response:\n- data: the list of objects\n- page: the pagination information\n- links: the HATEOAS links\n- facets: the search information\n"},"Link":{"type":"object","properties":{"href":{"type":"string"},"hreflang":{"type":"string"},"title":{"type":"string"},"type":{"type":"string"},"deprecation":{"type":"string"},"profile":{"type":"string"},"name":{"type":"string"},"templated":{"type":"boolean"}}},"Links":{"type":"object","additionalProperties":{"$ref":"#/components/schemas/Link"}}},"securitySchemes":{"tokenAuth":{"type":"http","scheme":"bearer","bearerFormat":"JWT"},"auth":{"type":"oauth2","flows":{"authorizationCode":{"authorizationUrl":"doc/oauth/authorize","tokenUrl":"doc/oauth/token","scopes":{"app-dlcm":"DLCM Solution"}}}}}}}