{ "openapi": "3.0.0", "info": { "title": "App Plug API", "description": "An OpenAPI definition for the App Plug REST API.", "version": "2023-03-06", "termsOfService": "https://yetto.app/terms/", "license": { "name": "Apache 2.0", "url": "http://www.apache.org/licenses/LICENSE-2.0.html" } }, "servers": [ { "url": "https://yetto.app/2023-03-06", "description": "Production basepath" } ], "paths": { "/api/2023-03-06/plug_installation/created": { "$ref": "paths/yetto/plug_installation_created.json" }, "/api/2023-03-06/message/created": { "$ref": "paths/yetto/message_created.json" }, "/app/2023-03-06/{plugInstallationId}": { "$ref": "paths/app.json" } } }