{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://api-evangelist.github.io/benchling/json-schema/InstrumentQuery.json",
"title": "InstrumentQuery",
"properties": {
"command": {
"description": "The command used in the query",
"type": "string"
},
"connectionId": {
"description": "The connection queried",
"type": "string"
},
"createdAt": {
"description": "The time the query was created",
"format": "date-time",
"type": "string"
},
"id": {
"description": "The ID of the instrument query",
"type": "string"
},
"info": {
"description": "Additional information about the query",
"type": "string"
},
"params": {
"description": "Parameters used in the query",
"type": "object"
},
"status": {
"description": "Status of the query",
"type": "string"
},
"values": {
"description": "Values returned by the query",
"type": "object"
}
},
"type": "object"
}