rpgoldman

Results 183 comments of rpgoldman

@galvusdamor I'm not sure I have it right, but I *think* we now have exit status from SAT, as well as forward search.

Here's that schema: ``` { "$id": "opentronsLabwareSchemaV2", "$schema": "http://json-schema.org/draft-07/schema#", "definitions": { "positiveNumber": { "type": "number", "minimum": 0 }, "brandData": { "type": "object", "additionalProperties": false, "required": ["brand"], "properties": { "brand": {...