{
  "openapi": "3.1.0",
  "info": {
    "title": "星媄数据公开知识API",
    "version": "2026-07-22.1",
    "description": "只读公开API，仅输出已审核公开数据。"
  },
  "servers": [
    {
      "url": "https://hfxmsw.cn/api/public/v1"
    }
  ],
  "paths": {
    "/organization": {
      "get": {
        "summary": "读取organization",
        "responses": {
          "200": {
            "description": "公开数据",
            "headers": {
              "ETag": {
                "schema": {
                  "type": "string"
                }
              },
              "Last-Modified": {
                "schema": {
                  "type": "string"
                }
              }
            },
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          }
        }
      }
    },
    "/services": {
      "get": {
        "summary": "读取services",
        "responses": {
          "200": {
            "description": "公开数据",
            "headers": {
              "ETag": {
                "schema": {
                  "type": "string"
                }
              },
              "Last-Modified": {
                "schema": {
                  "type": "string"
                }
              }
            },
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          }
        }
      }
    },
    "/solutions": {
      "get": {
        "summary": "读取solutions",
        "responses": {
          "200": {
            "description": "公开数据",
            "headers": {
              "ETag": {
                "schema": {
                  "type": "string"
                }
              },
              "Last-Modified": {
                "schema": {
                  "type": "string"
                }
              }
            },
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          }
        }
      }
    },
    "/experts": {
      "get": {
        "summary": "读取experts",
        "responses": {
          "200": {
            "description": "公开数据",
            "headers": {
              "ETag": {
                "schema": {
                  "type": "string"
                }
              },
              "Last-Modified": {
                "schema": {
                  "type": "string"
                }
              }
            },
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          }
        }
      }
    },
    "/glossary": {
      "get": {
        "summary": "读取glossary",
        "responses": {
          "200": {
            "description": "公开数据",
            "headers": {
              "ETag": {
                "schema": {
                  "type": "string"
                }
              },
              "Last-Modified": {
                "schema": {
                  "type": "string"
                }
              }
            },
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          }
        }
      }
    },
    "/faq": {
      "get": {
        "summary": "读取faq",
        "responses": {
          "200": {
            "description": "公开数据",
            "headers": {
              "ETag": {
                "schema": {
                  "type": "string"
                }
              },
              "Last-Modified": {
                "schema": {
                  "type": "string"
                }
              }
            },
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          }
        }
      }
    },
    "/research-index": {
      "get": {
        "summary": "读取research-index",
        "responses": {
          "200": {
            "description": "公开数据",
            "headers": {
              "ETag": {
                "schema": {
                  "type": "string"
                }
              },
              "Last-Modified": {
                "schema": {
                  "type": "string"
                }
              }
            },
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          }
        }
      }
    },
    "/citations": {
      "get": {
        "summary": "读取citations",
        "responses": {
          "200": {
            "description": "公开数据",
            "headers": {
              "ETag": {
                "schema": {
                  "type": "string"
                }
              },
              "Last-Modified": {
                "schema": {
                  "type": "string"
                }
              }
            },
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          }
        }
      }
    },
    "/knowledge-graph": {
      "get": {
        "summary": "读取knowledge-graph",
        "responses": {
          "200": {
            "description": "公开数据",
            "headers": {
              "ETag": {
                "schema": {
                  "type": "string"
                }
              },
              "Last-Modified": {
                "schema": {
                  "type": "string"
                }
              }
            },
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          }
        }
      }
    }
  }
}