{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://api-evangelist.github.io/benchling/json-schema/BenchlingAppsArchivalChange.json", "title": "BenchlingAppsArchivalChange", "additionalProperties": false, "description": "IDs of all items that were archived or unarchived, grouped by resource type. This includes the IDs of apps that were archived / unarchived.\n", "properties": { "appIds": { "example": [ "app_J39na03L1nsLS34o", "app_ae92kBv9aNSl593z", "app_e59sjL23Pqn30xHg" ], "items": { "type": "string" }, "type": "array" } }, "type": "object" }