omnipy.components.isa.models.protocol_schema
| CLASS | DESCRIPTION |
|---|---|
Component |
|
FieldType |
|
IsaProtocolModel |
|
IsaProtocolSchema |
|
Component
| ATTRIBUTE | DESCRIPTION |
|---|---|
comments |
TYPE:
|
componentName |
TYPE:
|
componentType |
TYPE:
|
Source code in src/omnipy/components/isa/models/protocol_schema.py
comments
class-attribute
instance-attribute
comments: Optional[List[comment_schema.IsaCommentModel]] = None
componentType
class-attribute
instance-attribute
componentType: Optional[ontology_annotation_schema.IsaOntologyReferenceModel] = None
FieldType
IsaProtocolModel
IsaProtocolSchema
| CLASS | DESCRIPTION |
|---|---|
Config |
|
| ATTRIBUTE | DESCRIPTION |
|---|---|
comments |
TYPE:
|
components |
TYPE:
|
description |
TYPE:
|
field_context |
TYPE:
|
field_id |
TYPE:
|
field_type |
TYPE:
|
name |
TYPE:
|
parameters |
TYPE:
|
protocolType |
TYPE:
|
uri |
TYPE:
|
version |
TYPE:
|
Source code in src/omnipy/components/isa/models/protocol_schema.py
comments
class-attribute
instance-attribute
comments: Optional[List[comment_schema.IsaCommentModel]] = None
field_context
class-attribute
instance-attribute
field_type
class-attribute
instance-attribute
parameters
class-attribute
instance-attribute
parameters: Optional[List[protocol_parameter_schema.IsaProtocolParameterModel]] = None
protocolType
class-attribute
instance-attribute
protocolType: Optional[ontology_annotation_schema.IsaOntologyReferenceModel] = None
Config
| ATTRIBUTE | DESCRIPTION |
|---|---|
extra |
|
use_enum_values |
|