{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/hyperdrive_api-response-single", "title": "hyperdrive_api-response-single", "allOf": [ { "$ref": "#/components/schemas/hyperdrive_api-response-common" }, { "properties": { "result": { "anyOf": [ { "type": "object" }, { "type": "string" } ], "nullable": true, "type": "object" } } } ], "type": "object" }