{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://api-evangelist.github.io/benchling/json-schema/BenchlingApp.json", "title": "BenchlingApp", "additionalProperties": false, "allOf": [ { "$ref": "#/components/schemas/BenchlingAppUpdate" }, { "additionalProperties": false, "properties": { "apiURL": { "example": "https://benchling.com/api/v2/apps/app_e59sjL23Pqn30xHg", "format": "uri", "readOnly": true, "type": "string" }, "archiveRecord": { "allOf": [ { "$ref": "#/components/schemas/ArchiveRecord" } ], "nullable": true, "readOnly": true }, "createdAt": { "description": "DateTime at which the the app was created", "format": "date-time", "readOnly": true, "type": "string" }, "creator": { "allOf": [ { "$ref": "#/components/schemas/UserSummary" } ], "readOnly": true }, "id": { "example": "app_e59sjL23Pqn30xHg", "readOnly": true, "type": "string" }, "modifiedAt": { "description": "DateTime at which the the app was last modified", "format": "date-time", "readOnly": true, "type": "string" }, "webURL": { "example": "https://benchling.com/developer/apps/app_e59sjL23Pqn30xHg", "format": "uri", "readOnly": true, "type": "string" } }, "type": "object" } ] }