{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "handlers.IndexResponse", "properties": { "apiDocs": { "example": "http://localhost:8090/api/v1/documentation/swagger.json", "type": "string" }, "appName": { "example": "query", "type": "string" }, "appVersion": { "example": "1.0.0", "type": "string" } }, "required": [ "apiDocs", "appName", "appVersion" ], "type": "object" }