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