{"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":{"/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","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","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":[]}]}},"/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":[]}]}},"/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","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","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":[]}]}},"/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","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","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ArchiveACL"}}}}},"security":[{"tokenAuth":[]},{"auth":[]}]}}},"components":{"schemas":{"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."},"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."},"OrcidToken":{"required":["orcid","scope"],"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":{"required":["firstName","lastName","verifiedOrcid"],"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."},"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"}}},"User":{"required":["applicationRole","email","externalUid","firstName","homeOrganization","lastName"],"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."},"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"}}},"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"},"SubmissionAgreement":{"required":["submissionAgreementFile","title","version"],"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":{"required":["name"],"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."},"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":{"required":["approbationTime"],"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"},"Label":{"required":["text"],"type":"object","properties":{"language":{"$ref":"#/components/schemas/LanguageDTO"},"text":{"maxLength":1024,"minLength":0,"type":"string"}},"description":"The name labels for each supported languages of the subject area."},"LanguageDTO":{"type":"object","properties":{"resId":{"type":"string"},"code":{"type":"string"},"iso6392":{"type":"string"},"sortValue":{"type":"integer","format":"int32"}}},"SubjectArea":{"required":["code","name","source"],"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."},"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":{"required":["cronExpression","name","taskType"],"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":{"required":["level","name"],"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":{"required":["name"],"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"},"PreservationPolicy":{"required":["name"],"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."},"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":{"required":["notificationCategory","notifiedInstitutionManager"],"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"},"Institution":{"required":["name"],"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."},"License":{"required":["openLicenseId","title","url"],"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":{"required":["name","openingDate"],"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."},"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":{"required":["level","name"],"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":{"required":["firstName","lastName","verifiedOrcid"],"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":{"required":["acronym","name"],"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":{"required":["downloadFileName","name","type"],"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":{"required":["description","name","type"],"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":{"required":["objectId","person","personId","putCode"],"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":{"required":["emitter","message","notificationMark","notificationStatus","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)."},"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"}}}},"MetadataType":{"required":["metadataFormat","name","version"],"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."},"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"},"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)"},"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":{"required":["endDate","name","startDate","type"],"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."},"LargeLabel":{"required":["text"],"type":"object","properties":{"language":{"$ref":"#/components/schemas/LanguageDTO"},"text":{"maxLength":2147483646,"minLength":0,"type":"string"}},"description":"The description list by language of the global banner."},"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"},"ArchiveType":{"required":["typeName"],"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."},"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":{"required":["archiveId","grade","ratingType","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)."},"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":{"required":["aipId","deleted","expiration","organizationalUnit","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)."},"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":{"required":["level","name"],"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"},"Module":{"type":"object","properties":{"name":{"type":"string","description":"The name of the module."},"_links":{"$ref":"#/components/schemas/Links"}},"description":"The functional module."},"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"},"Pageable":{"type":"object","properties":{"page":{"minimum":0,"type":"integer","format":"int32"},"size":{"minimum":1,"type":"integer","format":"int32"},"sort":{"type":"array","items":{"type":"string"}}}},"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"},"StreamingResponseBody":{"type":"object"},"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"},"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":{"required":["changeTime","status"],"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"}}},"DownloadToken":{"required":["resourceType"],"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."},"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":{"required":["name","openingDate"],"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":{"required":["name"],"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"}}},"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"}}}}}}}