{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://api-evangelist.github.io/benchling/json-schema/OAuthUnauthorizedError.json", "title": "OAuthUnauthorizedError", "properties": { "error": { "allOf": [ { "$ref": "#/components/schemas/BaseError" }, { "properties": { "type": { "enum": [ "invalid_client" ], "type": "string" } } } ] } }, "type": "object" }