Sha256: 750c03f9d1762be492fe1619bc0ca98364aadb5cc7b327d13443d02f492b410d

Contents?: true

Size: 914 Bytes

Versions: 3

Compression:

Stored size: 914 Bytes

Contents

{
    "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/after_create/plug_installation": {
            "$ref": "paths/yetto/after_create_plug_installation.json"
        },
        "/api/2023-03-06/after_create/message": {
            "$ref": "paths/yetto/after_create_message.json"
        },
        "/${app}/2023-03-06/{plugInstallationId}": {
            "$ref": "paths/${app}.json"
        }
    }
}

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
hephaestus-0.1.3 templates/lib/plug_app/schemas/api/2023-03-06/openapi.json
hephaestus-0.1.2 templates/lib/plug_app/schemas/api/2023-03-06/openapi.json
hephaestus-0.1.1 templates/lib/plug_app/schemas/api/2023-03-06/openapi.json