Synthesis
albert.resources.synthesis
ColumnDescriptor
Bases: BaseAlbertModel
Show JSON schema:
{
"properties": {
"id": {
"title": "Id",
"type": "string"
},
"label": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"default": null,
"title": "Label"
},
"category": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"default": null,
"title": "Category"
},
"default": {
"anyOf": [
{},
{
"type": "null"
}
],
"default": null,
"title": "Default"
},
"type": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"default": null,
"title": "Type"
}
},
"required": [
"id"
],
"title": "ColumnDescriptor",
"type": "object"
}
Fields:
ColumnSequence
Bases: BaseAlbertModel
Show JSON schema:
{
"$defs": {
"ColumnDescriptor": {
"properties": {
"id": {
"title": "Id",
"type": "string"
},
"label": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"default": null,
"title": "Label"
},
"category": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"default": null,
"title": "Category"
},
"default": {
"anyOf": [
{},
{
"type": "null"
}
],
"default": null,
"title": "Default"
},
"type": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"default": null,
"title": "Type"
}
},
"required": [
"id"
],
"title": "ColumnDescriptor",
"type": "object"
}
},
"properties": {
"reactants": {
"items": {
"$ref": "#/$defs/ColumnDescriptor"
},
"title": "Reactants",
"type": "array"
},
"products": {
"items": {
"$ref": "#/$defs/ColumnDescriptor"
},
"title": "Products",
"type": "array"
}
},
"title": "ColumnSequence",
"type": "object"
}
Fields:
RowSequence
Bases: BaseAlbertModel
Show JSON schema:
Fields:
ReactionParticipant
Bases: BaseAlbertModel
Show JSON schema:
{
"properties": {
"rowId": {
"title": "Rowid",
"type": "string"
},
"smiles": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"default": null,
"title": "Smiles"
},
"values": {
"anyOf": [
{
"additionalProperties": true,
"type": "object"
},
{
"type": "null"
}
],
"default": null,
"title": "Values"
},
"type": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"default": null,
"title": "Type"
},
"limitingReagent": {
"anyOf": [
{
"type": "string"
},
{
"type": "boolean"
},
{
"type": "null"
}
],
"default": null,
"title": "Limitingreagent"
}
},
"required": [
"rowId"
],
"title": "ReactionParticipant",
"type": "object"
}
Fields:
Synthesis
Bases: BaseAlbertModel
Show JSON schema:
{
"$defs": {
"AuditFields": {
"description": "The audit fields for a resource",
"properties": {
"by": {
"default": null,
"title": "By",
"type": "string"
},
"byName": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"default": null,
"title": "Byname"
},
"at": {
"anyOf": [
{
"format": "date-time",
"type": "string"
},
{
"type": "null"
}
],
"default": null,
"title": "At"
}
},
"title": "AuditFields",
"type": "object"
},
"ColumnDescriptor": {
"properties": {
"id": {
"title": "Id",
"type": "string"
},
"label": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"default": null,
"title": "Label"
},
"category": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"default": null,
"title": "Category"
},
"default": {
"anyOf": [
{},
{
"type": "null"
}
],
"default": null,
"title": "Default"
},
"type": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"default": null,
"title": "Type"
}
},
"required": [
"id"
],
"title": "ColumnDescriptor",
"type": "object"
},
"ColumnSequence": {
"properties": {
"reactants": {
"items": {
"$ref": "#/$defs/ColumnDescriptor"
},
"title": "Reactants",
"type": "array"
},
"products": {
"items": {
"$ref": "#/$defs/ColumnDescriptor"
},
"title": "Products",
"type": "array"
}
},
"title": "ColumnSequence",
"type": "object"
},
"ReactionParticipant": {
"properties": {
"rowId": {
"title": "Rowid",
"type": "string"
},
"smiles": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"default": null,
"title": "Smiles"
},
"values": {
"anyOf": [
{
"additionalProperties": true,
"type": "object"
},
{
"type": "null"
}
],
"default": null,
"title": "Values"
},
"type": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"default": null,
"title": "Type"
},
"limitingReagent": {
"anyOf": [
{
"type": "string"
},
{
"type": "boolean"
},
{
"type": "null"
}
],
"default": null,
"title": "Limitingreagent"
}
},
"required": [
"rowId"
],
"title": "ReactionParticipant",
"type": "object"
},
"RowSequence": {
"properties": {
"reactants": {
"items": {
"type": "string"
},
"title": "Reactants",
"type": "array"
},
"products": {
"items": {
"type": "string"
},
"title": "Products",
"type": "array"
}
},
"title": "RowSequence",
"type": "object"
}
},
"properties": {
"albertId": {
"title": "Albertid",
"type": "string"
},
"parentId": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"default": null,
"title": "Parentid"
},
"name": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"default": null,
"title": "Name"
},
"status": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"default": null,
"title": "Status"
},
"blockId": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"default": null,
"title": "Blockid"
},
"inventoryId": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"default": null,
"title": "Inventoryid"
},
"hideReactionWorksheet": {
"anyOf": [
{
"type": "string"
},
{
"type": "boolean"
},
{
"type": "null"
}
],
"default": null,
"title": "Hidereactionworksheet"
},
"s3Key": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"default": null,
"title": "S3Key"
},
"canvasData": {
"anyOf": [
{
"additionalProperties": true,
"type": "object"
},
{
"type": "null"
}
],
"default": null,
"title": "Canvasdata"
},
"smiles": {
"items": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"title": "Smiles",
"type": "array"
},
"reactants": {
"items": {
"$ref": "#/$defs/ReactionParticipant"
},
"title": "Reactants",
"type": "array"
},
"products": {
"items": {
"$ref": "#/$defs/ReactionParticipant"
},
"title": "Products",
"type": "array"
},
"columnSequence": {
"anyOf": [
{
"$ref": "#/$defs/ColumnSequence"
},
{
"type": "null"
}
],
"default": null
},
"rowSequence": {
"anyOf": [
{
"$ref": "#/$defs/RowSequence"
},
{
"type": "null"
}
],
"default": null
},
"Created": {
"anyOf": [
{
"$ref": "#/$defs/AuditFields"
},
{
"type": "null"
}
],
"default": null
},
"Updated": {
"anyOf": [
{
"$ref": "#/$defs/AuditFields"
},
{
"type": "null"
}
],
"default": null
}
},
"required": [
"albertId"
],
"title": "Synthesis",
"type": "object"
}
Fields:
-
id(SynthesisId) -
parent_id(NotebookId | str | None) -
name(str | None) -
status(str | None) -
block_id(str | None) -
inventory_id(str | None) -
hide_reaction_worksheet(str | bool | None) -
s3_key(str | None) -
canvas_data(dict[str, Any] | None) -
smiles(list[str | None]) -
reactants(list[ReactionParticipant]) -
products(list[ReactionParticipant]) -
column_sequence(ColumnSequence | None) -
row_sequence(RowSequence | None) -
created(AuditFields | None) -
updated(AuditFields | None)
ReactantValues
Bases: BaseAlbertModel
Show JSON schema:
{
"properties": {
"mass": {
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
],
"default": null,
"title": "Mass"
},
"moles": {
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
],
"default": null,
"title": "Moles"
},
"eq": {
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
],
"default": null,
"title": "Eq"
},
"concentration": {
"anyOf": [
{
"type": "number"
},
{
"type": "integer"
},
{
"type": "null"
}
],
"default": null,
"title": "Concentration"
}
},
"title": "ReactantValues",
"type": "object"
}
Fields: