{
  "openapi": "3.1.0",
  "info": {
    "title": "fresco",
    "version": "1.0.0"
  },
  "servers": [
    {
      "url": "https://fresco.dibbayajyoti.com"
    }
  ],
  "paths": {
    "/ahtml/": {
      "get": {
        "summary": "AHTML snapshot of /",
        "responses": {
          "200": {
            "description": "snapshot",
            "content": {
              "application/ahtml+text": {
                "schema": {
                  "type": "string"
                }
              },
              "application/ahtml+json": {
                "schema": {
                  "$ref": "#/components/schemas/Snapshot"
                }
              }
            }
          },
          "304": {
            "description": "not modified"
          }
        }
      }
    },
    "https://github.com/DibbayajyotiRoy/fresco/releases/latest": {
      "get": {
        "summary": "Install via the one-line script",
        "operationId": "install_script",
        "responses": {
          "200": {
            "description": "success"
          }
        },
        "x-ahtml-cost": {
          "category": "free"
        }
      }
    },
    "https://github.com/DibbayajyotiRoy/fresco": {
      "get": {
        "summary": "View the source on GitHub",
        "operationId": "view_source",
        "responses": {
          "200": {
            "description": "success"
          }
        },
        "x-ahtml-cost": {
          "category": "free"
        }
      }
    },
    "https://github.com/DibbayajyotiRoy/fresco#installation": {
      "get": {
        "summary": "Read the install guide",
        "operationId": "read_install_guide",
        "responses": {
          "200": {
            "description": "success"
          }
        },
        "x-ahtml-cost": {
          "category": "free"
        }
      }
    },
    "https://github.com/DibbayajyotiRoy/fresco/issues": {
      "get": {
        "summary": "Report a bug",
        "operationId": "report_issue",
        "responses": {
          "200": {
            "description": "success"
          }
        },
        "x-ahtml-cost": {
          "category": "free"
        }
      }
    }
  },
  "components": {
    "schemas": {
      "Snapshot": {
        "$ref": "https://raw.githubusercontent.com/DibbayajyotiRoy/AHTML/main/packages/schema/src/schema.json"
      }
    }
  }
}