{ "components": { "schemas": { "Context": { "items": { "type": "string" }, "type": "array" }, "Error": { "properties": { "message": { "example": "An error message", "type": "string" } }, "type": "object" }, "ResultList": { "properties": { "context": { "$ref": "#/components/schemas/Context" }, "data": { "items": { "type": "object" }, "type": "array" } }, "type": "object" }, "ResultSingleton": { "properties": { "context": { "$ref": "#/components/schemas/Context" }, "data": { "type": "object" } }, "type": "object" } }, "securitySchemes": { "bearer": { "bearerFormat": "JWT", "description": "JWT Authorization header using the Bearer scheme.", "scheme": "bearer", "type": "http" } } }, "definitions": {}, "info": { "description": "A sample API for getting started with Couchbase Server and the SDK.", "termsOfService": "", "title": "Travel Sample API", "version": "1.0" }, "openapi": "3.0.3", "paths": { "/": { "get": { "responses": { "200": { "content": { "text/html": { "example": "