Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
openbis
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
sispub
openbis
Commits
06c52810
Commit
06c52810
authored
5 years ago
by
Swen Vermeul
Browse files
Options
Downloads
Patches
Plain Diff
changed validationPluginId to validationPlugin. Fixed typo in ExperimentTypeUpdate
parent
cd5beb8d
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
pybis/src/python/pybis/definitions.py
+7
-7
7 additions, 7 deletions
pybis/src/python/pybis/definitions.py
with
7 additions
and
7 deletions
pybis/src/python/pybis/definitions.py
+
7
−
7
View file @
06c52810
...
...
@@ -82,8 +82,8 @@ def openbis_definitions(entity):
"
identifier
"
:
"
typeId
"
,
},
"
materialType
"
:
{
"
attrs_new
"
:
"
code description validationPlugin
Id
"
.
split
(),
"
attrs_up
"
:
"
description validationPlugin
Id
"
.
split
(),
"
attrs_new
"
:
"
code description validationPlugin
"
.
split
(),
"
attrs_up
"
:
"
description validationPlugin
"
.
split
(),
"
attrs
"
:
"
permId code description validationPlugin
"
.
split
(),
"
search
"
:
{
"
@type
"
:
"
as.dto.material.search.MaterialTypeSearchCriteria
"
...
...
@@ -103,8 +103,8 @@ def openbis_definitions(entity):
"
identifier
"
:
"
typeId
"
,
},
"
dataSetType
"
:
{
"
attrs_new
"
:
"
code description mainDataSetPattern mainDataSetPath disallowDeletion validationPlugin
Id
"
.
split
(),
"
attrs_up
"
:
"
description mainDataSetPattern mainDataSetPath disallowDeletion validationPlugin
Id
"
.
split
(),
"
attrs_new
"
:
"
code description mainDataSetPattern mainDataSetPath disallowDeletion validationPlugin
"
.
split
(),
"
attrs_up
"
:
"
description mainDataSetPattern mainDataSetPath disallowDeletion validationPlugin
"
.
split
(),
"
attrs
"
:
"
permId code description mainDataSetPattern mainDataSetPath disallowDeletion modificationDate validationPlugin
"
.
split
(),
"
search
"
:
{
"
@type
"
:
"
as.dto.dataset.search.DataSetTypeSearchCriteria
"
...
...
@@ -124,8 +124,8 @@ def openbis_definitions(entity):
"
identifier
"
:
"
typeId
"
,
},
"
experimentType
"
:
{
"
attrs_new
"
:
"
code description
modificationDate
validationPlugin
Id
"
.
split
(),
"
attrs_up
"
:
"
description modificationDate validationPlugin
Id
"
.
split
(),
"
attrs_new
"
:
"
code description validationPlugin
"
.
split
(),
"
attrs_up
"
:
"
description modificationDate validationPlugin
"
.
split
(),
"
attrs
"
:
"
permId code description modificationDate validationPlugin
"
.
split
(),
"
search
"
:
{
"
@type
"
:
"
as.dto.experiment.search.ExperimentTypeSearchCriteria
"
...
...
@@ -137,7 +137,7 @@ def openbis_definitions(entity):
"
@type
"
:
"
as.dto.experiment.create.ExperimentTypeCreation
"
},
"
update
"
:
{
"
@type
"
:
"
as.dto.experiment.
cre
ate.ExperimentTypeUpdate
"
"
@type
"
:
"
as.dto.experiment.
upd
ate.ExperimentTypeUpdate
"
},
"
delete
"
:
{
"
@type
"
:
"
as.dto.experiment.delete.ExperimentTypeDeletionOptions
"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment