{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://api-evangelist.github.io/benchling/json-schema/LinkedAppConfigResourceSummary.json", "title": "LinkedAppConfigResourceSummary", "additionalProperties": false, "properties": { "id": { "description": "The API ID of the linked resource", "example": "tsf_e59a3b23", "type": "string" }, "name": { "description": "The name of the resource in Benchling", "example": "Parent Sample", "type": "string" } }, "type": "object" }