{
  "openapi": "3.1.0",
  "info": {
    "title": "梦蝶幻像科技公开业务资料",
    "version": "1.0.0",
    "description": "内容整理自公司现有官网，属于公司公开业务介绍。具体项目适配、硬件型号、接入路数、准确率、时延、价格与交付周期需结合需求和 PoC 评估确认；未公开的信息不代表已承诺支持。应用场景不等同于具名客户案例。"
  },
  "servers": [
    {
      "url": "https://www.butterflyillusion.com"
    }
  ],
  "paths": {
    "/api/company.json": {
      "get": {
        "operationId": "getPublicCompanyCatalog",
        "summary": "读取官网公开公司资料",
        "responses": {
          "200": {
            "description": "公司资料与来源链接",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "schemaVersion": {
                      "type": "string"
                    },
                    "updatedAt": {
                      "type": "string",
                      "format": "date"
                    },
                    "sourceUrl": {
                      "type": "string",
                      "format": "uri"
                    },
                    "scopeNote": {
                      "type": "string"
                    },
                    "company": {
                      "type": "object"
                    },
                    "capabilities": {
                      "type": "array",
                      "items": {
                        "type": "object"
                      }
                    },
                    "scenarios": {
                      "type": "array",
                      "items": {
                        "type": "object"
                      }
                    },
                    "deployments": {
                      "type": "array",
                      "items": {
                        "type": "object"
                      }
                    },
                    "applications": {
                      "type": "array",
                      "items": {
                        "type": "object"
                      }
                    },
                    "faqs": {
                      "type": "array",
                      "items": {
                        "type": "object"
                      }
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  }
}