Skip to content
Snippets Groups Projects
Commit 6def9674 authored by Swen Vermeul's avatar Swen Vermeul
Browse files

removed container from the deref-attributes list

parent afbd188d
No related branches found
No related tags found
No related merge requests found
...@@ -16,8 +16,9 @@ def parse_jackson(input_json): ...@@ -16,8 +16,9 @@ def parse_jackson(input_json):
Any further findings only carry this reference id. Any further findings only carry this reference id.
This function is used to dereference the output. This function is used to dereference the output.
""" """
interesting=['tags', 'registrator', 'modifier', 'owner', 'type', 'parents', interesting=['tags', 'registrator', 'modifier', 'owner', 'type',
'children', 'containers', 'container', 'properties', 'experiment', 'sample', 'parents', 'children', 'containers', # 'container',
'properties', 'experiment', 'sample',
'project', 'space', 'propertyType', 'entityType', 'propertyType', 'propertyAssignment', 'project', 'space', 'propertyType', 'entityType', 'propertyType', 'propertyAssignment',
'externalDms', 'roleAssignments', 'user', 'users', 'authorizationGroup', 'vocabulary', 'externalDms', 'roleAssignments', 'user', 'users', 'authorizationGroup', 'vocabulary',
'validationPlugin', 'dataSetPermId', 'dataStore' 'validationPlugin', 'dataSetPermId', 'dataStore'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment