ProtocolSchema¶
-
class
propertyestimator.workflow.schemas.ProtocolSchema[source]¶ A json serializable representation of a workflow protocol.
Methods
__init__()Constructs a new ProtocolSchema object.
json()Creates a JSON representation of this class.
parse_json(string_contents[, encoding])Parses a typed json string into the corresponding class structure.
-
json()¶ Creates a JSON representation of this class.
- Returns
The JSON representation of this class.
- Return type
-