{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/GremlinErrorResponse", "title": "GremlinErrorResponse", "type": "object", "properties": { "requestId": { "type": "string", "format": "uuid" }, "code": { "type": "string", "description": "The error code." }, "detailedMessage": { "type": "string", "description": "A detailed description of the error." } } }