{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://api-evangelist.github.io/benchling/json-schema/MixturesArchivalChange.json", "title": "MixturesArchivalChange", "description": "IDs of all mixtures that were archived or unarchived.\n", "properties": { "mixtureIds": { "items": { "example": "mxt_djw9aU", "type": "string" }, "type": "array" } }, "type": "object" }