oarepo-runtime 1.5.70__py3-none-any.whl → 1.5.71__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- oarepo_runtime/services/schema/rdm.py +14 -0
- {oarepo_runtime-1.5.70.dist-info → oarepo_runtime-1.5.71.dist-info}/METADATA +1 -1
- {oarepo_runtime-1.5.70.dist-info → oarepo_runtime-1.5.71.dist-info}/RECORD +7 -6
- {oarepo_runtime-1.5.70.dist-info → oarepo_runtime-1.5.71.dist-info}/LICENSE +0 -0
- {oarepo_runtime-1.5.70.dist-info → oarepo_runtime-1.5.71.dist-info}/WHEEL +0 -0
- {oarepo_runtime-1.5.70.dist-info → oarepo_runtime-1.5.71.dist-info}/entry_points.txt +0 -0
- {oarepo_runtime-1.5.70.dist-info → oarepo_runtime-1.5.71.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,14 @@
|
|
1
|
+
import marshmallow as ma
|
2
|
+
|
3
|
+
from marshmallow import fields as ma_fields
|
4
|
+
from marshmallow_utils.fields.nestedattr import NestedAttribute
|
5
|
+
from invenio_rdm_records.services.schemas.versions import VersionsSchema
|
6
|
+
from invenio_rdm_records.services.schemas.tombstone import DeletionStatusSchema
|
7
|
+
from invenio_rdm_records.services.schemas.access import AccessSchema
|
8
|
+
|
9
|
+
|
10
|
+
class RDMRecordMixin(ma.Schema):
|
11
|
+
|
12
|
+
versions = NestedAttribute(VersionsSchema, dump_only=True)
|
13
|
+
deletion_status = ma_fields.Nested(DeletionStatusSchema, dump_only=True)
|
14
|
+
access = NestedAttribute(AccessSchema)
|
@@ -114,6 +114,7 @@ oarepo_runtime/services/schema/marshmallow.py,sha256=LmcSxvbZ9jIhkNHCqqxt1SA2UNi
|
|
114
114
|
oarepo_runtime/services/schema/marshmallow_to_json_schema.py,sha256=VYLnVWHOoaxWCD_gqJO8-8u1SbaPEFBjDZ5HGgGr0Ow,2027
|
115
115
|
oarepo_runtime/services/schema/oneofschema.py,sha256=GnWH4Or_G5M0NgSmCoqMI6PBrJg5AC9RHrcB5QDKRq0,6661
|
116
116
|
oarepo_runtime/services/schema/polymorphic.py,sha256=bAbUoTIeDBiJPYPhpLEKKZekEdkHlpqkmNxk1hN3PDw,564
|
117
|
+
oarepo_runtime/services/schema/rdm.py,sha256=XQ5p72Q_WVRTQkFeJvDiave8F5YSXU05IduTuYFO4gA,574
|
117
118
|
oarepo_runtime/services/schema/ui.py,sha256=xQgW-zLyZoHldGw47uVtXQj-5LexVNKTholyq4MiBZo,3777
|
118
119
|
oarepo_runtime/services/schema/validation.py,sha256=uIDJ0Phh62tDE0Mme-7Z3R_2TZY7k0MwjB3hrn5be_g,1356
|
119
120
|
oarepo_runtime/translations/default_translations.py,sha256=060GBlA1ghWxfeumo6NqxCCZDb-6OezOuF6pr-_GEOQ,104
|
@@ -130,9 +131,9 @@ tests/marshmallow_to_json/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJW
|
|
130
131
|
tests/marshmallow_to_json/test_datacite_ui_schema.py,sha256=82iLj8nW45lZOUewpWbLX3mpSkpa9lxo-vK-Qtv_1bU,48552
|
131
132
|
tests/marshmallow_to_json/test_simple_schema.py,sha256=izZN9p0v6kovtSZ6AdxBYmK_c6ZOti2_z_wPT_zXIr0,1500
|
132
133
|
tests/pkg_data/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
133
|
-
oarepo_runtime-1.5.
|
134
|
-
oarepo_runtime-1.5.
|
135
|
-
oarepo_runtime-1.5.
|
136
|
-
oarepo_runtime-1.5.
|
137
|
-
oarepo_runtime-1.5.
|
138
|
-
oarepo_runtime-1.5.
|
134
|
+
oarepo_runtime-1.5.71.dist-info/LICENSE,sha256=h2uWz0OaB3EN-J1ImdGJZzc7yvfQjvHVYdUhQ-H7ypY,1064
|
135
|
+
oarepo_runtime-1.5.71.dist-info/METADATA,sha256=AWuYzAfF4eHqe4KwSfk-wbenh4tgwaUl6NEoEdSSLUM,4720
|
136
|
+
oarepo_runtime-1.5.71.dist-info/WHEEL,sha256=R0nc6qTxuoLk7ShA2_Y-UWkN8ZdfDBG2B6Eqpz2WXbs,91
|
137
|
+
oarepo_runtime-1.5.71.dist-info/entry_points.txt,sha256=0cschM0RHc6UJ1uudhu4EP0hrVStPGpgMO-XEDGRtY4,430
|
138
|
+
oarepo_runtime-1.5.71.dist-info/top_level.txt,sha256=bHhlkT1_RQC4IkfTQCqA3iN4KCB6cSFQlsXpQMSP-bE,21
|
139
|
+
oarepo_runtime-1.5.71.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|