{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://api-evangelist.github.io/benchling/json-schema/WarehouseCredentialSummary.json", "title": "WarehouseCredentialSummary", "properties": { "createdAt": { "format": "date-time", "readOnly": true, "type": "string" }, "id": { "readOnly": true, "type": "string" }, "label": { "type": "string" }, "modifiedAt": { "format": "date-time", "readOnly": true, "type": "string" }, "userId": { "readOnly": true, "type": "string" }, "username": { "description": "The username to connect to the warehouse.", "example": "u$lpasteur_az", "readOnly": true, "type": "string" } }, "type": "object" }