File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -270,7 +270,14 @@ curl -k -XPOST -H "Content-Type: application/json" https://localhost:5000/api/re
270
270
"_owners": [1],
271
271
"_created_by": 1,
272
272
"access_right": "open",
273
+ "community": {
274
+ "primary": "Maincom",
275
+ "secondary": ["Subcom One", "Subcom Two"]
276
+ },
273
277
"creators": [],
278
+ "identifiers": {
279
+ "DOI": "10.9999/rdm.9999999"
280
+ },
274
281
"resource_type": {
275
282
"type": "image",
276
283
"subtype": "image-photo"
@@ -280,6 +287,13 @@ curl -k -XPOST -H "Content-Type: application/json" https://localhost:5000/api/re
280
287
"type": "Other",
281
288
"lang": "eng"
282
289
}],
290
+ "descriptions": [
291
+ {
292
+ "description": "A story on how Julio Cesar relates to Gladiator.",
293
+ "type": "Abstract",
294
+ "lang": "eng"
295
+ }
296
+ ],
283
297
"extensions": {
284
298
"dwc:family": "Felidae",
285
299
"dwc:behavior": "Plays with yarn, sleeps in cardboard box.",
You can’t perform that action at this time.
0 commit comments