{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://api-evangelist.github.io/benchling/json-schema/FindMatchingRegionsDnaAsyncTask.json", "title": "FindMatchingRegionsDnaAsyncTask", "allOf": [ { "$ref": "#/components/schemas/AsyncTask" }, { "additionalProperties": false, "properties": { "response": { "properties": { "dnaSequenceMatches": { "items": { "properties": { "matchingDnaSequenceIds": { "items": { "type": "string" }, "type": "array" }, "targetDnaSequenceId": { "type": "string" } }, "type": "object" }, "type": "array" } }, "type": "object" } }, "type": "object" } ], "type": "object" }