.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/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/4a15e8671f4d_create_rdm_records_tables.py
invenio_rdm_records/alembic/__init__.py
invenio_rdm_records/alembic/b822ba22c688_create_rdm_records_branch.py
invenio_rdm_records/fixtures/__init__.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/languages.py
invenio_rdm_records/fixtures/data/vocabularies/languages.yaml
invenio_rdm_records/fixtures/data/vocabularies/licenses.csv
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/has_draft.py
invenio_rdm_records/records/dumpers/locations.py
invenio_rdm_records/records/jsonschemas/__init__.py
invenio_rdm_records/records/jsonschemas/records/record-v1.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-v1.0.0.json
invenio_rdm_records/records/mappings/v6/rdmrecords/records/record-v1.0.0.json
invenio_rdm_records/records/mappings/v7/__init__.py
invenio_rdm_records/records/mappings/v7/rdmrecords/drafts/draft-v1.0.0.json
invenio_rdm_records/records/mappings/v7/rdmrecords/records/record-v1.0.0.json
invenio_rdm_records/records/systemfields/__init__.py
invenio_rdm_records/records/systemfields/has_draftcheck.py
invenio_rdm_records/records/systemfields/record_status.py
invenio_rdm_records/records/systemfields/access/__init__.py
invenio_rdm_records/records/systemfields/access/embargo.py
invenio_rdm_records/records/systemfields/access/field.py
invenio_rdm_records/records/systemfields/access/grants.py
invenio_rdm_records/records/systemfields/access/owners.py
invenio_rdm_records/records/systemfields/access/protection.py
invenio_rdm_records/resources/__init__.py
invenio_rdm_records/resources/config.py
invenio_rdm_records/resources/links.py
invenio_rdm_records/resources/resources.py
invenio_rdm_records/resources/serializers/__init__.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/services/__init__.py
invenio_rdm_records/services/components.py
invenio_rdm_records/services/config.py
invenio_rdm_records/services/generators.py
invenio_rdm_records/services/permissions.py
invenio_rdm_records/services/services.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/translations/messages.pot
invenio_rdm_records/translations/en/LC_MESSAGES/messages.po
invenio_rdm_records/vocabularies/__init__.py
invenio_rdm_records/vocabularies/access_right.csv
invenio_rdm_records/vocabularies/access_right.py
invenio_rdm_records/vocabularies/contributor_role.csv
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/records/conftest.py
tests/records/full-record.json
tests/records/test_elasticsearch_mapping.py
tests/records/test_jsonschema.py
tests/records/tombstone.json
tests/records/data/access_right.csv
tests/records/data/contributor_role.csv
tests/records/data/resource_types.csv
tests/records/data/title_type.csv
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/systemfields/conftest.py
tests/records/systemfields/test_access_systemfield.py
tests/resources/conftest.py
tests/resources/test_draft_file_permissions.py
tests/resources/test_publish_errors.py
tests/resources/test_record_file_permissions.py
tests/resources/test_resources.py
tests/resources/test_resources_serializers.py
tests/services/conftest.py
tests/services/test_demo_cli.py
tests/services/test_generators.py
tests/services/test_permissions_poliy.py
tests/services/test_schemas_json_dump.py
tests/services/test_serialized_links.py
tests/services/test_serializers.py
tests/services/components/conftest.py
tests/services/components/test_access_component.py
tests/services/data/access_right.csv
tests/services/data/contributor_role.csv
tests/services/data/resource_types.csv
tests/services/data/title_type.csv
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_publication_date.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_right.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