Patsnap Specification Drafting API

Specification Drafting APIs.

Operations 5

POST /ai/specification/init-result/cnipa AI37-2 Patent Drafting (CNIPA) - Initialization Summary Result #
POST /ai/specification/extract-feature/cnipa AI37-3 Patent Specification Drafting (CNIPA) - Technical Feature Extraction #
POST /ai/specification/init/cnipa AI37-1 Patent Drafting (CNIPA) - Initialization Summary #
POST /ai/specification/generate-report/cnipa AI37-4 Patent Specification Drafting (CNIPA) - Report Generation #
POST /ai/specification/download-report AI37-5 Patent Specification Drafting (CNIPA) - Report Download #

Work with this as data

Every API here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for apis

7 MCP tools reach this
  • find_apisBrowse and filter every API in the catalog.
  • get_api_artifactsOne API's artifacts, grouped by type.
  • get_openapiThe primary OpenAPI for this API.
  • find_similar_apisAPIs that look like this one.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This API
curl "https://apis.io/api/v1/apis/patsnap-specification-drafting-api"
All apis
curl "https://apis.io/api/v1/apis?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.

OpenAPI Specification

patsnap-specification-drafting-api-openapi.yml Raw ↑
openapi: 3.2.0
info:
  title: Patsnap Open Platform AI Translation Specification Drafting API
  version: 1.0.0
  description: OpenAPI specification for Patsnap Open Platform APIs, including patent search, analytics, and Eureka AI capabilities.
servers:
- url: https://connect.patsnap.com
  description: Patsnap Open Platform API gateway
tags:
- name: Specification Drafting
  description: Specification Drafting APIs.
paths:
  /ai/specification/init-result/cnipa:
    post:
      operationId: ai37-2InitResultCnipa
      summary: AI37-2 Patent Drafting (CNIPA) - Initialization Summary Result
      description: Based on the input task_id, get initialization result
      tags:
      - Specification Drafting
      security:
      - bearerAuth: []
      responses:
        '200':
          description: Successful ai37-2 patent drafting (cnipa) - initialization summary result response.
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/AI37-2InitResultCnipaResponse'
        '201':
          description: Created.
        '401':
          description: Unauthorized.
        '403':
          description: Forbidden.
        '404':
          description: Not Found.
      externalDocs:
        description: API Reference documentation
        url: https://open.patsnap.com/devportal/api-reference/ai/specification/init-result/cnipa
      requestBody:
        required: true
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/AI37-2InitResultCnipaRequest'
  /ai/specification/extract-feature/cnipa:
    post:
      operationId: ai37-3ExtractFeatureCnipa
      summary: AI37-3 Patent Specification Drafting (CNIPA) - Technical Feature Extraction
      description: Based on the task_id and technology category returned by the specification initialization interface, extract the technical feature information of the specification, including feature tree (containing claim features and concept words) and term lists, providing basic data for subsequent report generation.
      tags:
      - Specification Drafting
      security:
      - bearerAuth: []
      responses:
        '200':
          description: Successful ai37-3 patent specification drafting (cnipa) - technical feature extraction response.
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/AI37-3ExtractFeatureCnipaResponse'
        '201':
          description: Created.
        '401':
          description: Unauthorized.
        '403':
          description: Forbidden.
        '404':
          description: Not Found.
      externalDocs:
        description: API Reference documentation
        url: https://open.patsnap.com/devportal/api-reference/ai/specification/extract-feature/cnipa
      requestBody:
        required: true
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/AI37-3ExtractFeatureCnipaRequest'
  /ai/specification/init/cnipa:
    post:
      operationId: ai37-1InitCnipa
      summary: AI37-1 Patent Drafting (CNIPA) - Initialization Summary
      description: Based on the input disclosure content and claims content, perform specification initialization processing, including sensitive word detection, language detection, obtaining classification numbers, technology type recognition, technical problem/technical methods/technical benefits extraction, embodiment outline generation, etc., and return task_id for subsequent processes.
      tags:
      - Specification Drafting
      security:
      - bearerAuth: []
      responses:
        '200':
          description: Successful ai37-1 patent drafting (cnipa) - initialization summary response.
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/AI37-1InitCnipaResponse'
        '201':
          description: Created.
        '401':
          description: Unauthorized.
        '403':
          description: Forbidden.
        '404':
          description: Not Found.
      externalDocs:
        description: API Reference documentation
        url: https://open.patsnap.com/devportal/api-reference/ai/specification/init/cnipa
      requestBody:
        required: true
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/AI37-1InitCnipaRequest'
  /ai/specification/generate-report/cnipa:
    post:
      operationId: ai37-4GenerateReportCnipa
      summary: AI37-4 Patent Specification Drafting (CNIPA) - Report Generation
      description: Based on the technical features obtained from previous interfaces and complete information input by users (including invention title, classification numbers, technical problems/methods/benefits, feature tree, term lists, embodiments, images, etc.), generate a complete patent specification report, support asynchronous processing, and return task_id for querying generation status.
      tags:
      - Specification Drafting
      security:
      - bearerAuth: []
      responses:
        '200':
          description: Successful ai37-4 patent specification drafting (cnipa) - report generation response.
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/AI37-4GenerateReportCnipaResponse'
        '201':
          description: Created.
        '401':
          description: Unauthorized.
        '403':
          description: Forbidden.
        '404':
          description: Not Found.
      externalDocs:
        description: API Reference documentation
        url: https://open.patsnap.com/devportal/api-reference/ai/specification/generate-report/cnipa
      requestBody:
        required: true
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/AI37-4GenerateReportCnipaRequest'
  /ai/specification/download-report:
    post:
      operationId: ai37-5SpecificationDownloadReport
      summary: AI37-5 Patent Specification Drafting (CNIPA) - Report Download
      description: Based on the task_id returned by the generate specification report interface, query the report generation status and obtain the download link. After the report generation is completed, the complete patent specification document can be obtained through the returned download link.
      tags:
      - Specification Drafting
      security:
      - bearerAuth: []
      responses:
        '200':
          description: Successful ai37-5 patent specification drafting (cnipa) - report download response.
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/AI37-5SpecificationDownloadReportResponse'
        '201':
          description: Created.
        '401':
          description: Unauthorized.
        '403':
          description: Forbidden.
        '404':
          description: Not Found.
      externalDocs:
        description: API Reference documentation
        url: https://open.patsnap.com/devportal/api-reference/ai/specification/download-report
      requestBody:
        required: true
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/AI37-5SpecificationDownloadReportRequest'
components:
  schemas:
    AI37-4GenerateReportCnipaResponse:
      type: object
      properties:
        data:
          $ref: '#/components/schemas/AI37-4GenerateReportCnipa_NoveltySearchDownloadResponse'
        status:
          type: boolean
          example: 'false'
          description: Status
        error_msg:
          type: string
          example: The request parameter format is incorrect!
          description: Error Message
        error_code:
          type: integer
          example: '0'
          description: Error Code
      required:
      - status
      - error_code
    AI37-1InitCnipaRequest:
      type: object
      properties:
        claim:
          type: string
          example: '1.一种用于直流气体绝缘金属封闭输电线路的试验研究装置,其具有大致“L”型的外形,包括竖直方向上布置的高压引线端、高压均压环和硅橡胶复合绝缘子高压套管;以及在水平方向上,同轴分布的位于中间的高压导杆电极和外围的试验装置外壳;1号气室、2号气室和3号气室共同组成横向的试验装置外壳,所述三个气室由1号盆式绝缘子和2号盆式绝缘子隔离成为独立的气室,所述三个气室还分别具有相应的独立充放气阀门:1号充放气阀门、2号充放气阀门和3号充放气阀门;所述每个充放气阀门上均设置有气压表或密度计;以及所述1号气室的气压保持恒定,不用于试验,所述3号气室为试验单元段,通过布置不同形式的棒板电极、同轴圆柱电极、不同规格的2号盆式绝缘子和支柱绝缘子以及金属导电微粒,在所述3号气室中进行SF6气体间隙绝缘特性试验、绝缘子闪络特性试验和金属导电微粒试验。

            2.依据权利要求1所述的用于直流气体绝缘金属封闭输电线路的试验研究装置,其特征在于

            所述3号气室的3号充放气阀门上设置有带温度补偿的气体密度计。

            3.依据权利要求2所述的用于直流气体绝缘金属封闭输电线路的试验研究装置,其特征在于

            所述支柱绝缘子上设置有屏蔽均压罩,屏蔽高压导杆电极端部的电场。

            4.依据权利要求3所述的用于直流气体绝缘金属封闭输电线路的试验研究装置,其特征在于

            所述3号气室安装不同规格尺寸的同轴外壳电极以配合高压导杆电极组成的电极对,所述高压导杆电极通过2号盆式绝缘子右端的电极过渡连接件进行更换,从而通过改变所述高压导杆电极及其配套电极的尺寸和粗糙度,进行不同形状和不同粗糙度的气体间隙绝缘特性试验。

            5.依据权利要求4所述的用于直流气体绝缘金属封闭输电线路的试验研究装置,其特征在于

            所述3号气室端部设有可拆卸法兰结构。

            6.依据权利要求5所述的用于直流气体绝缘金属封闭输电线路的试验研究装置,其特征在于

            所述2号气室安装有1个1号石英玻璃观察窗口,所述3号气室上安装有2号石英玻璃观察窗口、3号石英玻璃观察窗口和主试验石英玻璃观察窗口各1个,所述石英玻璃为远紫外材料,对放电过程中发出的波长在200nm~800nm的光谱范围内光,其透过率大于90%。

            7.依据权利要求1-6任一项所述的用于直流气体绝缘金属封闭输电线路的试验研究装置,其特征在于

            还具有不锈钢的装置支撑座和辅助支撑架支撑所述试验装置本体,使本体能够平稳放置和移动。'
          description: Claims content
        disclosure:
          type: string
          example: '技术领域

            本发明涉及高电压输电线路与绝缘技术领域,具体涉及一种用于直流气体绝缘金属封闭输电线路(GIL)的气体绝缘试验装置。


            背景技术

            气体绝缘金属封闭输电线路(GIL)是一种采用SF6气体或SF6和N2混合气体绝缘、外壳与导体同轴布置的高电压、大电流电力传输设备。其具有传输容量大、损耗小、占地空间少、安全防护性好等优点,在大容量长距离输电方面具有显著优势。全球交流GIL的电压等级范围为73~1200kV,应用历史可追溯至20世纪70年代。


            然而,长期以来,受直流输电技术发展缓慢的影响,国内外专门针对直流GIL的研究甚少,尚未形成直流GIL产品。绝缘设计是直流GIL的关键技术环节,包括同轴电极绝缘间隙尺寸的选择,盆式和支柱绝缘子外形结构的设计,以及金属导电微粒的抑制。


            目前国内外现有的SF6气体绝缘试验装置存在以下不足:


            现有大型试验容器(如德国慕尼黑大学设计的容器)体积庞大,每次试验需要充放大量气体,工作量大;

            日本关西电力公司采用GIS母线段进行盆式绝缘子试验,不方便进行各种SF6气体间隙的绝缘特性试验;

            美国麻省理工技术学院设计的试验装置可进行同轴圆柱SF6间隙绝缘试验,但无法安放盆式绝缘子;

            国内西安交通大学设计的试验容器采用立式结构,不方便进行盆式绝缘子相关试验。

            综上所述,目前国内外没有一种专门用于直流GIL绝缘试验的装置,能够同时满足SF6气体间隙绝缘试验、绝缘子沿面闪络特性试验及金属导电微粒试验的需要。


            技术问题

            现有SF6气体绝缘试验装置体积过大,气体消耗量大,充放气及净化工作量大;

            单一结构布局限制了试验类型,无法满足多样化试验需求;

            无法同时进行SF6气体间隙绝缘试验、绝缘子闪络特性试验及金属导电微粒试验;

            电极更换不便,影响试验效率。

            技术方案

            本发明提供一种用于直流气体绝缘金属封闭输电线路的试验研究装置,其具有大致\"L\"型的外形,包括:


            竖直方向上布置的高压引线端、高压均压环和硅橡胶复合绝缘子高压套管;

            水平方向上同轴分布的位于中间的高压导杆电极和外围的试验装置外壳;

            三个独立气室(1号、2号、3号气室)共同组成横向的试验装置外壳,各气室由盆式绝缘子隔离,且各气室均有独立充放气阀门和气压表或密度计;

            3号气室为主试验单元,可进行SF6气体间隙绝缘特性试验、绝缘子闪络特性试验和金属导电微粒试验;

            支柱绝缘子上设置有屏蔽均压罩,可屏蔽高压导杆电极端部的电场;

            高压导杆电极可通过电极过渡连接件进行更换;

            3号气室端部设有可拆卸法兰结构;

            多个石英玻璃观察窗口,用于观察放电过程;

            装置支撑座和辅助支撑架支撑试验装置本体。

            技术功效

            与现有技术相比,本发明具有以下优点:


            采用三个气室形式的分段结构设计,减少了试验过程中气体的使用量,简化了充放气操作;

            通过安装在盆式绝缘子与高压导杆电极之间的电极过渡连接件,可方便更换高压导杆电极,实现不同形状和不同粗糙度的气体间隙绝缘特性试验;

            支柱绝缘子上设置屏蔽均压罩,可屏蔽高压导杆电极端部的电场,避免试验时出现电晕放电;

            可拆卸法兰结构设计便于更换电极和维护;

            多个石英玻璃观察窗口允许实时观察放电过程,提高试验的可视性;

            结构紧凑,操作便捷,满足直流GIL绝缘试验的多种需求。


            典型实施例

            本发明的试验装置整体呈\"L\"型,包括竖直部分和水平部分。

            竖直部分包括高压引线端、高压均压环和硅橡胶复合绝缘子高压套管。

            水平部分由三个气室单元模块组成:1号气室、2号气室和3号气室,中间的高压导杆电极和试验装置外壳同轴分布。三个气室由1号盆式绝缘子和2号盆式绝缘子隔离,各气室均有独立的充放气阀门:1号充放气阀门、2号充放气阀门和3号充放气阀门。

            1号气室的气压保持恒定,不用于试验。3号气室为主要试验单元段,可通过布置不同形式的棒板电极、同轴圆柱电极、不同规格的盆式绝缘子和支柱绝缘子以及金属导电微粒,进行SF6气体间隙绝缘特性试验、绝缘子闪络特性试验和金属导电微粒试验。

            3号气室下部装有支柱绝缘子,支柱绝缘子上带有屏蔽均压罩,用于屏蔽高压导杆电极端部的电场,防止试验时出现电晕放电。

            高压导杆电极可以通过2号盆式绝缘子右端的电极过渡连接件进行更换,从而通过改变高压导杆电极及其配套电极的尺寸和粗糙度,进行不同形状和不同粗糙度的气体间隙绝缘特性试验。

            3号气室外端部设有可拆卸法兰结构,便于更换电极操作。2号气室和3号气室上安装有多个石英玻璃观察窗口,该石英玻璃为远紫外材料,对放电过程中发出的波长在200nm~800nm的光谱范围内光,其透过率大于90%,可通过高速摄像仪监视放电过程。

            整个试验装置由不锈钢的装置支撑座和辅助支撑架支撑,使本体能够平稳放置,方便更换电极和移动。'
          description: Disclosure content
      required:
      - claim
      - disclosure
    AI37-3ExtractFeatureCnipa_SpecificationFeatureResponse:
      type: object
      properties:
        terms:
          type: array
          example:
          - name: 直流气体绝缘
            annotated: false
            unique_id: '1'
          - name: 金属封闭输电线路
            annotated: false
            unique_id: '2'
          - name: 试验研究装置
            annotated: false
            unique_id: '3'
          - name: L型
            annotated: false
            unique_id: '4'
          - name: 外形
            annotated: false
            unique_id: '5'
          - name: 竖直方向
            annotated: false
            unique_id: '6'
          - name: 高压引线端
            annotated: false
            unique_id: '7'
          - name: 高压均压环
            annotated: false
            unique_id: '8'
          - name: 硅橡胶复合绝缘子
            annotated: false
            unique_id: '9'
          - name: 高压套管
            annotated: false
            unique_id: '10'
          - name: 水平方向
            annotated: false
            unique_id: '11'
          - name: 同轴分布
            annotated: false
            unique_id: '12'
          - name: 高压导杆电极
            annotated: false
            unique_id: '13'
          - name: 试验装置外壳
            annotated: false
            unique_id: '14'
          - name: 1号气室
            annotated: false
            unique_id: '15'
          - name: 2号气室
            annotated: false
            unique_id: '16'
          - name: 3号气室
            annotated: false
            unique_id: '17'
          - name: 横向
            annotated: false
            unique_id: '18'
          - name: 1号盆式绝缘子
            annotated: false
            unique_id: '19'
          - name: 2号盆式绝缘子
            annotated: false
            unique_id: '20'
          - name: 独立气室
            annotated: false
            unique_id: '21'
          - name: 独立充放气阀门
            annotated: false
            unique_id: '22'
          - name: 1号充放气阀门
            annotated: false
            unique_id: '23'
          - name: 2号充放气阀门
            annotated: false
            unique_id: '24'
          - name: 3号充放气阀门
            annotated: false
            unique_id: '25'
          - name: 充放气阀门
            annotated: false
            unique_id: '26'
          - name: 气压表
            annotated: false
            unique_id: '27'
          - name: 密度计
            annotated: false
            unique_id: '28'
          - name: 气压恒定
            annotated: false
            unique_id: '29'
          - name: 不用于试验
            annotated: false
            unique_id: '30'
          - name: 试验单元段
            annotated: false
            unique_id: '31'
          - name: 棒板电极
            annotated: false
            unique_id: '32'
          - name: 同轴圆柱电极
            annotated: false
            unique_id: '33'
          - name: 支柱绝缘子
            annotated: false
            unique_id: '34'
          - name: 金属导电微粒
            annotated: false
            unique_id: '35'
          - name: SF6气体间隙绝缘特性试验
            annotated: false
            unique_id: '36'
          - name: 绝缘子闪络特性试验
            annotated: false
            unique_id: '37'
          - name: 金属导电微粒试验
            annotated: false
            unique_id: '38'
          - name: 温度补偿
            annotated: false
            unique_id: '39'
          - name: 气体密度计
            annotated: false
            unique_id: '40'
          - name: 屏蔽均压罩
            annotated: false
            unique_id: '41'
          - name: 电场
            annotated: false
            unique_id: '42'
          - name: 同轴外壳电极
            annotated: false
            unique_id: '43'
          - name: 电极对
            annotated: false
            unique_id: '44'
          - name: 电极过渡连接件
            annotated: false
            unique_id: '45'
          - name: 配套电极
            annotated: false
            unique_id: '46'
          - name: 尺寸
            annotated: false
            unique_id: '47'
          - name: 粗糙度
            annotated: false
            unique_id: '48'
          - name: 气体间隙绝缘特性试验
            annotated: false
            unique_id: '49'
          - name: 可拆卸法兰结构
            annotated: false
            unique_id: '50'
          - name: 1号石英玻璃观察窗口
            annotated: false
            unique_id: '51'
          - name: 2号石英玻璃观察窗口
            annotated: false
            unique_id: '52'
          - name: 3号石英玻璃观察窗口
            annotated: false
            unique_id: '53'
          - name: 主试验石英玻璃观察窗口
            annotated: false
            unique_id: '54'
          - name: 石英玻璃
            annotated: false
            unique_id: '55'
          - name: 远紫外材料
            annotated: false
            unique_id: '56'
          - name: 放电过程
            annotated: false
            unique_id: '57'
          - name: 波长
            annotated: false
            unique_id: '58'
          - name: 光谱范围
            annotated: false
            unique_id: '59'
          - name: 透过率
            annotated: false
            unique_id: '60'
          - name: 不锈钢
            annotated: false
            unique_id: '61'
          - name: 装置支撑座
            annotated: false
            unique_id: '62'
          - name: 辅助支撑架
            annotated: false
            unique_id: '63'
          - name: 试验装置本体
            annotated: false
            unique_id: '64'
          - name: 平稳放置
            annotated: false
            unique_id: '65'
          - name: 移动
            annotated: false
            unique_id: '66'
          description: Terms list
          items:
            $ref: '#/components/schemas/AI37-3ExtractFeatureCnipa_Term'
        feature_tree:
          type: array
          example:
          - num: '1'
            parent: ''
            simple_claim: 直流气体绝缘试验装置
            claim_features:
            - feature: 一种用于直流气体绝缘金属封闭输电线路的试验研究装置
              concepts:
              - 直流气体绝缘
              - 金属封闭输电线路
              - 试验研究装置
            - feature: 具有大致“L”型的外形
              concepts:
              - L型
              - 外形
            - feature: 包括竖直方向上布置的高压引线端、高压均压环和硅橡胶复合绝缘子高压套管
              concepts:
              - 竖直方向
              - 高压引线端
              - 高压均压环
              - 硅橡胶复合绝缘子
              - 高压套管
            - feature: 在水平方向上,同轴分布的位于中间的高压导杆电极和外围的试验装置外壳
              concepts:
              - 水平方向
              - 同轴分布
              - 高压导杆电极
              - 试验装置外壳
            - feature: 1号气室、2号气室和3号气室共同组成横向的试验装置外壳
              concepts:
              - 1号气室
              - 2号气室
              - 3号气室
              - 横向
              - 试验装置外壳
            - feature: 三个气室由1号盆式绝缘子和2号盆式绝缘子隔离成为独立的气室
              concepts:
              - 1号盆式绝缘子
              - 2号盆式绝缘子
              - 独立气室
            - feature: 三个气室还分别具有相应的独立充放气阀门:1号充放气阀门、2号充放气阀门和3号充放气阀门
              concepts:
              - 独立充放气阀门
              - 1号充放气阀门
              - 2号充放气阀门
              - 3号充放气阀门
            - feature: 每个充放气阀门上均设置有气压表或密度计
              concepts:
              - 充放气阀门
              - 气压表
              - 密度计
            - feature: 1号气室的气压保持恒定,不用于试验
              concepts:
              - 1号气室
              - 气压恒定
              - 不用于试验
            - feature: 3号气室为试验单元段,通过布置不同形式的棒板电极、同轴圆柱电极、不同规格的2号盆式绝缘子和支柱绝缘子以及金属导电微粒
              concepts:
              - 3号气室
              - 试验单元段
              - 棒板电极
              - 同轴圆柱电极
              - 2号盆式绝缘子
              - 支柱绝缘子
              - 金属导电微粒
            - feature: 在3号气室中进行SF6气体间隙绝缘特性试验、绝缘子闪络特性试验和金属导电微粒试验
              concepts:
              - 3号气室
              - SF6气体间隙绝缘特性试验
              - 绝缘子闪络特性试验
              - 金属导电微粒试验
          - num: '2'
            parent: '1'
            simple_claim: 3号气室带温度补偿密度计
            claim_features:
            - feature: 3号气室的3号充放气阀门上设置有带温度补偿的气体密度计
              concepts:
              - 3号气室
              - 3号充放气阀门
              - 温度补偿
              - 气体密度计
          - num: '3'
            parent: '2'
            simple_claim: 支柱绝缘子屏蔽电场
            claim_features:
            - feature: 支柱绝缘子上设置有屏蔽均压罩,屏蔽高压导杆电极端部的电场
              concepts:
              - 支柱绝缘子
              - 屏蔽均压罩
              - 高压导杆电极
              - 电场
          - num: '4'
            parent: '3'
            simple_claim: 3号气室安装同轴外壳电极
            claim_features:
            - feature: 3号气室安装不同规格尺寸的同轴外壳电极以配合高压导杆电极组成的电极对
              concepts:
              - 3号气室
              - 同轴外壳电极
              - 高压导杆电极
              - 电极对
            - feature: 高压导杆电极通过2号盆式绝缘子右端的电极过渡连接件进行更换
              concepts:
              - 高压导杆电极
              - 2号盆式绝缘子
              - 电极过渡连接件
            - feature: 通过改变高压导杆电极及其配套电极的尺寸和粗糙度,进行不同形状和不同粗糙度的气体间隙绝缘特性试验
              concepts:
              - 高压导杆电极
              - 配套电极
              - 尺寸
              - 粗糙度
              - 气体间隙绝缘特性试验
          - num: '5'
            parent: '4'
            simple_claim: 3号气室端部可拆卸法兰
            claim_features:
            - feature: 3号气室端部设有可拆卸法兰结构
              concepts:
              - 3号气室
              - 可拆卸法兰结构
          - num: '6'
            parent: '5'
            simple_claim: 气室安装石英玻璃窗口
            claim_features:
            - feature: 2号气室安装有1个1号石英玻璃观察窗口
              concepts:
              - 2号气室
              - 1号石英玻璃观察窗口
            - feature: 3号气室上安装有2号石英玻璃观察窗口、3号石英玻璃观察窗口和主试验石英玻璃观察窗口各1个
              concepts:
              - 3号气室
              - 2号石英玻璃观察窗口
              - 3号石英玻璃观察窗口
              - 主试验石英玻璃观察窗口
            - feature: 石英玻璃为远紫外材料,对放电过程中发出的波长在200nm~800nm的光谱范围内光,其透过率大于90%
              concepts:
              - 石英玻璃
              - 远紫外材料
              - 放电过程
              - 波长
              - 光谱范围
              - 透过率
          - num: '7'
            parent: 1,2,3,4,5,6
            simple_claim: 装置支撑座和辅助支撑架
            claim_features:
            - feature: 还具有不锈钢的装置支撑座和辅助支撑架支撑所述试验装置本体,使本体能够平稳放置和移动
              concepts:
              - 不锈钢
              - 装置支撑座
              - 辅助支撑架
              - 试验装置本体
              - 平稳放置
              - 移动
          description: Feature tree list
          items:
            $ref: '#/components/schemas/AI37-3ExtractFeatureCnipa_FeatureTreeBO'
    AI37-3ExtractFeatureCnipa_ClaimFeature:
      type: object
      properties:
        feature:
          type: string
          example: 三个独立气室共同组成横向的试验装置外壳
          description: Technical feature description
        concepts:
          type: array
          example:
          - 气室
          - 试验装置
          - 外壳
          description: Concept words list
        feature_deleted:
          type: integer
          format: int32
          example: 0
          description: Feature deleted flag
    AI37-3ExtractFeatureCnipa_FeatureTreeBO:
      type: object
      properties:
        num:
          type: string
          example: 7
          description: Claim number
        parent:
          type: string
          example: 1,2,3,4,5,6
          description: Parent claim number
        simple_claim:
          type: string
          example: 一种用于直流气体绝缘金属封闭输电线路的试验研究装置
          description: Simplified claim description
        claim_features:
          type: array
          example:
          - feature: 还具有不锈钢的装置支撑座和辅助支撑架支撑所述试验装置本体,使本体能够平稳放置和移动
            concepts:
            - 不锈钢
            - 装置支撑座
            - 辅助支撑架
            - 试验装置本体
            - 平稳放置
            - 移动
          description: Claim features list
          items:
            $ref: '#/components/schemas/AI37-3ExtractFeatureCnipa_ClaimFeature'
    AI37-5SpecificationDownloadReportResponse:
      type: object
      properties:
        data:
          $ref: '#/components/schemas/AI37-5SpecificationDownloadReport_NoveltySearchDownloadResponse'
        status:
          type: boolean
          example: 'false'
          description: Status
        error_msg:
          type: string
          example: The request parameter format is incorrect!
          description: Error Message
        error_code:
          type: integer
          example: '0'
          description: Error Code
      required:
      - status
      - error_code
    AI37-4GenerateReportCnipa_Term:
      type: object
      properties:
        annotated:
          type: boolean
          example: false
          description: Whether annotated
        name:
          type: string

# --- truncated at 32 KB (73 KB total) ---
# Full source: https://raw.githubusercontent.com/api-evangelist/patsnap/refs/heads/main/openapi/patsnap-specification-drafting-api-openapi.yml