{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://api-evangelist.github.io/benchling/json-schema/LocationsUnarchive.json", "title": "LocationsUnarchive", "additionalProperties": false, "properties": { "locationIds": { "description": "Array of location IDs", "items": { "type": "string" }, "type": "array" } }, "required": [ "locationIds" ], "type": "object" }