{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://api-evangelist.github.io/benchling/json-schema/AutofillSequences.json", "title": "AutofillSequences", "additionalProperties": false, "properties": { "dnaSequenceIds": { "description": "Array of DNA sequence IDs.", "items": { "type": "string" }, "type": "array" } }, "required": [ "dnaSequenceIds" ], "type": "object" }