{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://api-evangelist.github.io/benchling/json-schema/BenchlingAppsUnarchive.json", "title": "BenchlingAppsUnarchive", "additionalProperties": false, "properties": { "appIds": { "description": "Array of app IDs", "example": [ "app_J39na03L1nsLS34o", "app_ae92kBv9aNSl593z", "app_e59sjL23Pqn30xHg" ], "items": { "type": "string" }, "type": "array" } }, "required": [ "appIds" ], "type": "object" }