Sha256: aad7a8342e4f490d586b0deee92ce9f63fdb162eab634e70ce4c29f137c1c332

Contents?: true

Size: 810 Bytes

Versions: 2

Compression:

Stored size: 810 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"
        }
    }
}

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
hephaestus-0.0.2 templates/lib/plug_app/schemas/api/2023-03-06/openapi.json
hephaestus-0.0.1 templates/lib/plug_app/schemas/api/2023-03-06/openapi.json