{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://api-evangelist.github.io/benchling/json-schema/ConvertToASM.json",
"title": "ConvertToASM",
"additionalProperties": false,
"properties": {
"blobOrFileId": {
"description": "The ID of a blob link or the API ID of a file to process.",
"type": "string"
},
"connectionId": {
"description": "The ID of a connection to read the instrument vendor from.",
"type": "string"
},
"vendor": {
"description": "The instrument vendor to use for conversion. See /connect/list-allotropy-vendors.",
"type": "string"
}
},
"required": [
"blobOrFileId"
],
"type": "object"
}