{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://api-evangelist.github.io/benchling/json-schema/AaSequencesSearchBases.json", "title": "AaSequencesSearchBases", "additionalProperties": false, "properties": { "aminoAcids": { "minLength": 3, "type": "string" }, "archiveReason": { "default": "NOT_ARCHIVED", "enum": [ "NOT_ARCHIVED", "Other", "Archived" ], "type": "string" }, "nextToken": { "type": "string" }, "pageSize": { "default": 50, "maximum": 100, "minimum": 0, "type": "integer" }, "registryId": { "description": "ID of a registry. Restricts results to those registered in this registry. Specifying `null` returns unregistered items.\n", "nullable": true, "type": "string" }, "sort": { "default": "modifiedAt:desc", "enum": [ "modifiedAt:asc", "modifiedAt:desc", "name:asc", "name:desc" ], "type": "string" } }, "required": [ "aminoAcids" ], "type": "object" }