.dockerignore
.editorconfig
AUTHORS.rst
CHANGES.rst
CONTRIBUTING.rst
INSTALL.rst
LICENSE
MANIFEST.in
README.rst
babel.ini
pytest.ini
requirements-devel.txt
run-tests.sh
setup.cfg
setup.py
.tx/config
docs/Makefile
docs/api.rst
docs/authors.rst
docs/changes.rst
docs/conf.py
docs/configuration.rst
docs/contributing.rst
docs/examplesapp.rst
docs/index.rst
docs/installation.rst
docs/license.rst
docs/make.bat
docs/requirements.txt
docs/usage.rst
examples/app-fixtures.sh
examples/app-setup.sh
examples/app-teardown.sh
examples/app.py
invenio_rdm_records/__init__.py
invenio_rdm_records/cli.py
invenio_rdm_records/config.py
invenio_rdm_records/ext.py
invenio_rdm_records/metadata_extensions.py
invenio_rdm_records/models.py
invenio_rdm_records/permissions.py
invenio_rdm_records/pid_manager.py
invenio_rdm_records/resources.py
invenio_rdm_records/search.py
invenio_rdm_records/services.py
invenio_rdm_records/tasks.py
invenio_rdm_records/utils.py
invenio_rdm_records/version.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/data/objecttypes.json
invenio_rdm_records/jsonschemas/__init__.py
invenio_rdm_records/jsonschemas/records/record-v1.0.0.json
invenio_rdm_records/loaders/__init__.py
invenio_rdm_records/mappings/__init__.py
invenio_rdm_records/mappings/drafts/__init__.py
invenio_rdm_records/mappings/drafts/v6/__init__.py
invenio_rdm_records/mappings/drafts/v6/drafts/draft-v1.0.0.json
invenio_rdm_records/mappings/drafts/v7/__init__.py
invenio_rdm_records/mappings/drafts/v7/drafts/draft-v1.0.0.json
invenio_rdm_records/mappings/records/__init__.py
invenio_rdm_records/mappings/records/v6/__init__.py
invenio_rdm_records/mappings/records/v6/records/record-v1.0.0.json
invenio_rdm_records/mappings/records/v7/__init__.py
invenio_rdm_records/mappings/records/v7/records/record-v1.0.0.json
invenio_rdm_records/marshmallow/__init__.py
invenio_rdm_records/marshmallow/fields.py
invenio_rdm_records/marshmallow/json.py
invenio_rdm_records/marshmallow/utils.py
invenio_rdm_records/serializers/__init__.py
invenio_rdm_records/theme/__init__.py
invenio_rdm_records/theme/views.py
invenio_rdm_records/theme/webpack.py
invenio_rdm_records/theme/assets/semantic-ui/js/invenio_rdm_records/rdmrecords.js
invenio_rdm_records/theme/assets/semantic-ui/less/invenio_rdm_records/theme.less
invenio_rdm_records/theme/assets/semantic-ui/less/invenio_rdm_records/variables.less
invenio_rdm_records/theme/static/images/coming-soon.svg
invenio_rdm_records/theme/static/images/orcid.svg
invenio_rdm_records/theme/templates/invenio_rdm_records/coming_soon_page.html
invenio_rdm_records/theme/templates/invenio_rdm_records/iiif_preview.html
invenio_rdm_records/theme/templates/invenio_rdm_records/record_landing_page.html
invenio_rdm_records/theme/templates/invenio_rdm_records/details/citation.html
invenio_rdm_records/theme/templates/invenio_rdm_records/details/contact.html
invenio_rdm_records/theme/templates/invenio_rdm_records/details/contributors.html
invenio_rdm_records/theme/templates/invenio_rdm_records/details/creators.html
invenio_rdm_records/theme/templates/invenio_rdm_records/details/description.html
invenio_rdm_records/theme/templates/invenio_rdm_records/details/doi.html
invenio_rdm_records/theme/templates/invenio_rdm_records/details/keywords.html
invenio_rdm_records/theme/templates/invenio_rdm_records/details/licenses.html
invenio_rdm_records/theme/templates/invenio_rdm_records/details/list_entities.html
invenio_rdm_records/theme/templates/invenio_rdm_records/details/side_bar.html
invenio_rdm_records/theme/templates/invenio_rdm_records/macros/files.html
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/contributor_role.py
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/vocabulary.py
tests/conftest.py
tests/test_invenio_rdm_records.py
tests/api/conftest.py
tests/api/test_elasticsearch_mapping.py
tests/api/test_jsonschema.py
tests/api/test_schemas_json_dump.py
tests/api/test_serializers.py
tests/api/data/access_right.csv
tests/api/data/contributor_role.csv
tests/api/data/resource_types.csv
tests/api/data/title_type.csv
tests/new_api/conftest.py
tests/new_api/test_demo_cli.py
tests/new_api/test_new_api_flow.py
tests/new_api/test_schemas_json_load.py
tests/new_api/test_serialized_links.py
tests/new_api/data/access_right.csv
tests/new_api/data/contributor_role.csv
tests/new_api/data/resource_types.csv
tests/new_api/data/title_type.csv
tests/ui/conftest.py
tests/ui/test_views.py