{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://api-evangelist.github.io/benchling/json-schema/InaccessibleResource.json", "title": "InaccessibleResource", "additionalProperties": false, "properties": { "inaccessibleId": { "type": "string" }, "resourceType": { "enum": [ "inaccessible_resource" ], "type": "string" }, "type": { "description": "The type of this inaccessible item. Example values: \"custom_entity\", \"container\", \"plate\", \"dna_sequence\"\n", "example": "custom_entity", "type": "string" } }, "type": "object" }