.dockerignore
.editorconfig
AUTHORS.rst
CHANGES.rst
CONTRIBUTING.rst
INSTALL.rst
LICENSE
MANIFEST.in
README.rst
babel.ini
pytest.ini
run-tests.sh
setup.cfg
setup.py
.github/workflows/codeql-analysis.yml
.github/workflows/pypi-publish.yml
.github/workflows/stale.yml
.github/workflows/tests.yml
.tx/config
docs/Makefile
docs/api.rst
docs/authors.rst
docs/changes.rst
docs/conf.py
docs/configuration.rst
docs/contributing.rst
docs/index.rst
docs/installation.rst
docs/license.rst
docs/make.bat
docs/requirements.txt
docs/usage.rst
invenio_rdm_records/__init__.py
invenio_rdm_records/cli.py
invenio_rdm_records/config.py
invenio_rdm_records/ext.py
invenio_rdm_records/proxies.py
invenio_rdm_records/version.py
invenio_rdm_records/views.py
invenio_rdm_records.egg-info/PKG-INFO
invenio_rdm_records.egg-info/SOURCES.txt
invenio_rdm_records.egg-info/dependency_links.txt
invenio_rdm_records.egg-info/entry_points.txt
invenio_rdm_records.egg-info/not-zip-safe
invenio_rdm_records.egg-info/requires.txt
invenio_rdm_records.egg-info/top_level.txt
invenio_rdm_records/alembic/0cf260eb8e97_create_table_for_secret_links.py
invenio_rdm_records/alembic/4a15e8671f4d_create_rdm_records_tables.py
invenio_rdm_records/alembic/88d1463de5c0_create_parent_record_table.py
invenio_rdm_records/alembic/8ed1a438601c_migrate_secret_links.py
invenio_rdm_records/alembic/__init__.py
invenio_rdm_records/alembic/a3957490361d_remove_pidrelations_tables.py
invenio_rdm_records/alembic/b822ba22c688_create_rdm_records_branch.py
invenio_rdm_records/fixtures/__init__.py
invenio_rdm_records/fixtures/demo.py
invenio_rdm_records/fixtures/tasks.py
invenio_rdm_records/fixtures/users.py
invenio_rdm_records/fixtures/vocabularies.py
invenio_rdm_records/fixtures/data/users.yaml
invenio_rdm_records/fixtures/data/vocabularies.yaml
invenio_rdm_records/fixtures/data/vocabularies/affiliations.yaml
invenio_rdm_records/fixtures/data/vocabularies/languages.py
invenio_rdm_records/fixtures/data/vocabularies/languages.yaml
invenio_rdm_records/fixtures/data/vocabularies/licenses.csv
invenio_rdm_records/fixtures/data/vocabularies/resource_types.yaml
invenio_rdm_records/records/__init__.py
invenio_rdm_records/records/api.py
invenio_rdm_records/records/models.py
invenio_rdm_records/records/dumpers/__init__.py
invenio_rdm_records/records/dumpers/access.py
invenio_rdm_records/records/dumpers/edtf.py
invenio_rdm_records/records/dumpers/locations.py
invenio_rdm_records/records/dumpers/pids.py
invenio_rdm_records/records/jsonschemas/__init__.py
invenio_rdm_records/records/jsonschemas/records/definitions-v1.0.0.json
invenio_rdm_records/records/jsonschemas/records/definitions-v1.1.0.json
invenio_rdm_records/records/jsonschemas/records/parent-v1.0.0.json
invenio_rdm_records/records/jsonschemas/records/record-v2.0.0.json
invenio_rdm_records/records/jsonschemas/records/record-v3.0.0.json
invenio_rdm_records/records/mappings/__init__.py
invenio_rdm_records/records/mappings/v6/__init__.py
invenio_rdm_records/records/mappings/v6/rdmrecords/drafts/draft-v2.0.0.json
invenio_rdm_records/records/mappings/v6/rdmrecords/drafts/draft-v3.0.0.json
invenio_rdm_records/records/mappings/v6/rdmrecords/records/record-v2.0.0.json
invenio_rdm_records/records/mappings/v6/rdmrecords/records/record-v3.0.0.json
invenio_rdm_records/records/mappings/v7/__init__.py
invenio_rdm_records/records/mappings/v7/rdmrecords/drafts/draft-v2.0.0.json
invenio_rdm_records/records/mappings/v7/rdmrecords/drafts/draft-v3.0.0.json
invenio_rdm_records/records/mappings/v7/rdmrecords/records/record-v2.0.0.json
invenio_rdm_records/records/mappings/v7/rdmrecords/records/record-v3.0.0.json
invenio_rdm_records/records/systemfields/__init__.py
invenio_rdm_records/records/systemfields/has_draftcheck.py
invenio_rdm_records/records/systemfields/access/__init__.py
invenio_rdm_records/records/systemfields/access/embargo.py
invenio_rdm_records/records/systemfields/access/grants.py
invenio_rdm_records/records/systemfields/access/links.py
invenio_rdm_records/records/systemfields/access/owners.py
invenio_rdm_records/records/systemfields/access/protection.py
invenio_rdm_records/records/systemfields/access/field/__init__.py
invenio_rdm_records/records/systemfields/access/field/parent.py
invenio_rdm_records/records/systemfields/access/field/record.py
invenio_rdm_records/resources/__init__.py
invenio_rdm_records/resources/config.py
invenio_rdm_records/resources/iiif.py
invenio_rdm_records/resources/resources.py
invenio_rdm_records/resources/serializers/__init__.py
invenio_rdm_records/resources/serializers/datacite/__init__.py
invenio_rdm_records/resources/serializers/datacite/schema.py
invenio_rdm_records/resources/serializers/ui/__init__.py
invenio_rdm_records/resources/serializers/ui/fields.py
invenio_rdm_records/resources/serializers/ui/schema.py
invenio_rdm_records/secret_links/__init__.py
invenio_rdm_records/secret_links/errors.py
invenio_rdm_records/secret_links/models.py
invenio_rdm_records/secret_links/permissions.py
invenio_rdm_records/secret_links/serializers.py
invenio_rdm_records/secret_links/signals.py
invenio_rdm_records/services/__init__.py
invenio_rdm_records/services/config.py
invenio_rdm_records/services/generators.py
invenio_rdm_records/services/permissions.py
invenio_rdm_records/services/result_items.py
invenio_rdm_records/services/services.py
invenio_rdm_records/services/components/__init__.py
invenio_rdm_records/services/components/access.py
invenio_rdm_records/services/components/metadata.py
invenio_rdm_records/services/components/parent.py
invenio_rdm_records/services/components/pids.py
invenio_rdm_records/services/components/relations.py
invenio_rdm_records/services/pids/__init__.py
invenio_rdm_records/services/pids/providers/__init__.py
invenio_rdm_records/services/pids/providers/base.py
invenio_rdm_records/services/pids/providers/datacite.py
invenio_rdm_records/services/pids/providers/unmanaged.py
invenio_rdm_records/services/schemas/__init__.py
invenio_rdm_records/services/schemas/access.py
invenio_rdm_records/services/schemas/communities.py
invenio_rdm_records/services/schemas/files.py
invenio_rdm_records/services/schemas/metadata.py
invenio_rdm_records/services/schemas/metadata_extensions.py
invenio_rdm_records/services/schemas/pids.py
invenio_rdm_records/services/schemas/relations.py
invenio_rdm_records/services/schemas/stats.py
invenio_rdm_records/services/schemas/utils.py
invenio_rdm_records/services/schemas/versions.py
invenio_rdm_records/services/schemas/parent/__init__.py
invenio_rdm_records/services/schemas/parent/access.py
invenio_rdm_records/services/secret_links/__init__.py
invenio_rdm_records/services/secret_links/service.py
invenio_rdm_records/translations/messages.pot
invenio_rdm_records/translations/en/LC_MESSAGES/messages.po
invenio_rdm_records/vocabularies/__init__.py
invenio_rdm_records/vocabularies/contributor_role.csv
invenio_rdm_records/vocabularies/convert_to_new_vocabulary.py
invenio_rdm_records/vocabularies/creatibutor_role.py
invenio_rdm_records/vocabularies/creator_role.csv
invenio_rdm_records/vocabularies/resource_type.py
invenio_rdm_records/vocabularies/resource_types.csv
invenio_rdm_records/vocabularies/title_type.csv
invenio_rdm_records/vocabularies/title_type.py
invenio_rdm_records/vocabularies/views.py
invenio_rdm_records/vocabularies/vocabularies.py
invenio_rdm_records/vocabularies/vocabulary.py
tests/conftest.py
tests/test_alembic.py
tests/test_invenio_rdm_records.py
tests/fixtures/conftest.py
tests/fixtures/test_cli.py
tests/fixtures/test_fixtures.py
tests/fixtures/app_data/users.yaml
tests/fixtures/app_data/vocabularies.yaml
tests/fixtures/app_data/vocabularies/resource_types.yaml
tests/fixtures/data/vocabularies.yaml
tests/fixtures/data/vocabularies/languages.yaml
tests/fixtures/data/vocabularies/resource_types.yaml
tests/records/conftest.py
tests/records/full-record.json
tests/records/test_api.py
tests/records/test_jsonschema.py
tests/records/test_relations_languages.py
tests/records/test_relations_resource_types.py
tests/records/tombstone.json
tests/records/dumpers/conftest.py
tests/records/dumpers/test_access_dumpers.py
tests/records/dumpers/test_edtf_dumpers.py
tests/records/dumpers/test_location_dumpers.py
tests/records/dumpers/test_pids_dumper.py
tests/records/systemfields/conftest.py
tests/records/systemfields/test_access_systemfield.py
tests/resources/conftest.py
tests/resources/test_draft_file_permissions.py
tests/resources/test_iiif.py
tests/resources/test_publish_errors.py
tests/resources/test_record_file_permissions.py
tests/resources/test_resources.py
tests/resources/test_serialized_links.py
tests/resources/serializers/test_datacite_serializer.py
tests/resources/serializers/test_ui_serializer.py
tests/secret_links/conftest.py
tests/secret_links/test_secret_links.py
tests/secret_links/test_sharing.py
tests/secret_links/test_token_serializers.py
tests/services/conftest.py
tests/services/test_generators.py
tests/services/test_permissions_policy.py
tests/services/test_rdm_service.py
tests/services/test_sort.py
tests/services/components/conftest.py
tests/services/components/test_access_component.py
tests/services/components/test_external_pids_component.py
tests/services/components/test_metadata_component.py
tests/services/components/test_relations_component.py
tests/services/data/contributor_role.csv
tests/services/pids/providers/test_base_pid_provider.py
tests/services/pids/providers/test_datacite_pid_provider.py
tests/services/pids/providers/test_unmanaged_pid_provider.py
tests/services/schemas/__init__.py
tests/services/schemas/conftest.py
tests/services/schemas/test_access.py
tests/services/schemas/test_additional_description.py
tests/services/schemas/test_additional_title.py
tests/services/schemas/test_affiliation.py
tests/services/schemas/test_award.py
tests/services/schemas/test_creator_contributor.py
tests/services/schemas/test_dates.py
tests/services/schemas/test_formats.py
tests/services/schemas/test_funder.py
tests/services/schemas/test_funding.py
tests/services/schemas/test_identifier.py
tests/services/schemas/test_languages.py
tests/services/schemas/test_location.py
tests/services/schemas/test_metadata.py
tests/services/schemas/test_pids.py
tests/services/schemas/test_publication_date.py
tests/services/schemas/test_rdm_record_schema.py
tests/services/schemas/test_reference.py
tests/services/schemas/test_related_identifier.py
tests/services/schemas/test_resource_type.py
tests/services/schemas/test_rights.py
tests/services/schemas/test_sizes.py
tests/services/schemas/test_subject.py
tests/services/schemas/test_utils.py
tests/services/schemas/test_version.py