{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://api-evangelist.github.io/benchling/json-schema/DnaConsensusAlignmentCreate.json", "title": "DnaConsensusAlignmentCreate", "additionalProperties": false, "allOf": [ { "$ref": "#/components/schemas/DnaAlignmentBase" }, { "properties": { "newSequence": { "properties": { "folderId": { "example": "lib_qQFY3WQH", "type": "string" } }, "type": "object" }, "sequenceId": { "type": "string" } } } ] }