{
  "openapi": "3.1.0",
  "info": {
    "title": "Patsnap Open Platform 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": "Patsnap LLM",
      "description": "Patsnap LLM APIs."
    },
    {
      "name": "Bio-Pharma Encyclopedia Q&A",
      "description": "Bio-Pharma Encyclopedia Q&A APIs."
    },
    {
      "name": "Technical Disclosure",
      "description": "Technical Disclosure APIs."
    },
    {
      "name": "Tech Solution Exploration",
      "description": "Tech Solution Exploration APIs."
    },
    {
      "name": "Tech Pre-research Report",
      "description": "Tech Pre-research Report APIs."
    },
    {
      "name": "Novelty Search",
      "description": "Novelty Search APIs."
    },
    {
      "name": "Technical Q&A",
      "description": "Technical Q&A APIs."
    },
    {
      "name": "Specification Drafting",
      "description": "Specification Drafting APIs."
    },
    {
      "name": "Design Infringement Search",
      "description": "Design Infringement Search APIs."
    },
    {
      "name": "Design Infringement 1v1",
      "description": "Design Infringement 1v1 APIs."
    },
    {
      "name": "Feasibility Analysis Assistant",
      "description": "Feasibility Analysis Assistant APIs."
    },
    {
      "name": "Patsnap OCR",
      "description": "Patsnap OCR APIs."
    },
    {
      "name": "AI Translation",
      "description": "AI Translation APIs."
    },
    {
      "name": "FTO Search",
      "description": "FTO Search APIs."
    },
    {
      "name": "Formulation Assistant",
      "description": "Formulation Assistant APIs."
    },
    {
      "name": "Novelty Check Assistant",
      "description": "Novelty Check Assistant APIs."
    },
    {
      "name": "Others",
      "description": "Others APIs."
    },
    {
      "name": "Infringement Comparison",
      "description": "Infringement Comparison APIs."
    },
    {
      "name": "Maintenance & Annuity",
      "description": "Maintenance & Annuity APIs."
    },
    {
      "name": "Valuation",
      "description": "Valuation APIs."
    },
    {
      "name": "Customer Acquisition & Eval",
      "description": "Customer Acquisition & Eval APIs."
    },
    {
      "name": "Modeling",
      "description": "Modeling APIs."
    },
    {
      "name": "Patent Data",
      "description": "Patent Data APIs."
    },
    {
      "name": "Corporate Data",
      "description": "Corporate Data APIs."
    },
    {
      "name": "Bio-Pharma Search",
      "description": "Bio-Pharma Search APIs."
    },
    {
      "name": "Compound & Sequence",
      "description": "Compound & Sequence APIs."
    },
    {
      "name": "Drug Basic Data",
      "description": "Drug Basic Data APIs."
    },
    {
      "name": "Clinical Data",
      "description": "Clinical Data APIs."
    },
    {
      "name": "Drug Mining Data",
      "description": "Drug Mining Data APIs."
    },
    {
      "name": "R&D Institutions",
      "description": "R&D Institutions APIs."
    },
    {
      "name": "Visual Analysis",
      "description": "Visual Analysis APIs."
    }
  ],
  "paths": {
    "/chat/cc-gpt-stream": {
      "post": {
        "operationId": "ai07ChatCcGptStream",
        "summary": "AI07 Model(CC GPT)",
        "description": "-",
        "tags": [
          "Patsnap LLM"
        ],
        "security": [
          {
            "bearerAuth": []
          }
        ],
        "responses": {
          "200": {
            "description": "Successful ai07 model(cc gpt) response.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/AI07ChatCcGptStreamResponse"
                }
              }
            }
          }
        },
        "externalDocs": {
          "description": "API Reference documentation",
          "url": "https://stage-developers.zhihuiya.com/devportal/api-reference/chat/cc-gpt-stream"
        },
        "requestBody": {
          "required": true,
          "content": {
            "text/event-stream": {
              "schema": {
                "$ref": "#/components/schemas/AI07ChatCcGptStreamRequest"
              }
            }
          }
        }
      }
    },
    "/chat/pharm-gpt-stream": {
      "post": {
        "operationId": "ai06ChatPharmGptStream",
        "summary": "AI06 Life Science Large Model",
        "description": "Hiro-LS API supports inquiries related to the pharmaceutical competitive landscape, clinical trials and evidence-based medicine, sequence/compound patents, as well as policies and regulartions issues. The biopharmaceutical large model (Hiro-LS) aims to perform intelligent retrieval, analysis, and data mining in response to these questions, providing continuously evolving biopharmaceutical information to create limitless opportunities for exploration in life sciences.",
        "tags": [
          "Patsnap LLM"
        ],
        "security": [
          {
            "bearerAuth": []
          }
        ],
        "responses": {
          "200": {
            "description": "Successful ai06 life science large model response.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/AI06ChatPharmGptStreamResponse"
                }
              }
            }
          }
        },
        "externalDocs": {
          "description": "API Reference documentation",
          "url": "https://stage-developers.zhihuiya.com/devportal/api-reference/chat/pharm-gpt-stream"
        },
        "requestBody": {
          "required": true,
          "content": {
            "text/event-stream": {
              "schema": {
                "$ref": "#/components/schemas/AI06ChatPharmGptStreamRequest"
              }
            }
          }
        }
      }
    },
    "/chat/ai-ls-chat": {
      "post": {
        "operationId": "ai68-1ChatAiLsChat",
        "summary": "AI68-1 Hiro LS Researcher-Create",
        "description": "This interface is used to initialize an Biomedical Encyclopedia Q&A chat session, obtain chat ID and chat item ID, as well as related reference document information. Usage flow: first call this interface to get chatId and chatItemId, then use these IDs to call the streaming interface to get AI responses.",
        "tags": [
          "Bio-Pharma Encyclopedia Q&A"
        ],
        "security": [
          {
            "bearerAuth": []
          }
        ],
        "responses": {
          "200": {
            "description": "Successful ai68-1 hiro ls researcher-create response.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/AI68-1ChatAiLsChatResponse"
                }
              }
            }
          }
        },
        "externalDocs": {
          "description": "API Reference documentation",
          "url": "https://stage-developers.zhihuiya.com/devportal/api-reference/chat/ai-ls-chat"
        },
        "requestBody": {
          "required": true,
          "content": {
            "*/*": {
              "schema": {
                "$ref": "#/components/schemas/AI68-1ChatAiLsChatRequest"
              }
            }
          }
        }
      }
    },
    "/chat/ai-ls-stream": {
      "post": {
        "operationId": "ai68-2ChatAiLsStream",
        "summary": "AI68-2 Hiro LS Researcher-Obtain Result",
        "description": "This interface supports inputting questions related to biomedicine. The Biomedical Encyclopedia Q&A aims to intelligently retrieve, analyze, and mine data in response to the posed questions, providing relevant biomedical knowledge, concept explanations, and encyclopedia information.",
        "tags": [
          "Bio-Pharma Encyclopedia Q&A"
        ],
        "security": [
          {
            "bearerAuth": []
          }
        ],
        "responses": {
          "200": {
            "description": "Successful ai68-2 hiro ls researcher-obtain result response.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/AI68-2ChatAiLsStreamResponse"
                }
              }
            }
          }
        },
        "externalDocs": {
          "description": "API Reference documentation",
          "url": "https://stage-developers.zhihuiya.com/devportal/api-reference/chat/ai-ls-stream"
        },
        "requestBody": {
          "required": true,
          "content": {
            "text/event-stream": {
              "schema": {
                "$ref": "#/components/schemas/AI68-2ChatAiLsStreamRequest"
              }
            }
          }
        }
      }
    },
    "/search/patent/patent-disclosure/tech-means": {
      "post": {
        "operationId": "ai32-1PatentDisclosureTechMeans",
        "summary": "AI32-1 Key content extraction",
        "description": "Based on the input of technical ideas or program information, the key elements such as technical means are extracted and used to provide input for the subsequent writing of technical submissions.",
        "tags": [
          "Technical Disclosure"
        ],
        "security": [
          {
            "bearerAuth": []
          }
        ],
        "responses": {
          "200": {
            "description": "Successful ai32-1 key content extraction response.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/AI32-1PatentDisclosureTechMeansResponse"
                }
              }
            }
          },
          "201": {
            "description": "Created."
          },
          "401": {
            "description": "Unauthorized."
          },
          "403": {
            "description": "Forbidden."
          },
          "404": {
            "description": "Not Found."
          }
        },
        "externalDocs": {
          "description": "API Reference documentation",
          "url": "https://stage-developers.zhihuiya.com/devportal/api-reference/search/patent/patent-disclosure/tech-means"
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/AI32-1PatentDisclosureTechMeansRequest"
              }
            }
          }
        }
      }
    },
    "/search/patent/patent-disclosure/generate": {
      "post": {
        "operationId": "ai32-2PatentDisclosureGenerate",
        "summary": "AI32-2 Generate technical disclosure task",
        "description": "Extract the information obtained in the technical interface based on the「AI32-1」highlights and have AI assist in writing a technical submission.",
        "tags": [
          "Technical Disclosure"
        ],
        "security": [
          {
            "bearerAuth": []
          }
        ],
        "responses": {
          "200": {
            "description": "Successful ai32-2 generate technical disclosure task response.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/AI32-2PatentDisclosureGenerateResponse"
                }
              }
            }
          },
          "201": {
            "description": "Created."
          },
          "401": {
            "description": "Unauthorized."
          },
          "403": {
            "description": "Forbidden."
          },
          "404": {
            "description": "Not Found."
          }
        },
        "externalDocs": {
          "description": "API Reference documentation",
          "url": "https://stage-developers.zhihuiya.com/devportal/api-reference/search/patent/patent-disclosure/generate"
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/AI32-2PatentDisclosureGenerateRequest"
              }
            }
          }
        }
      }
    },
    "/search/patent/patent-disclosure/download": {
      "post": {
        "operationId": "ai32-3PatentDisclosureDownload",
        "summary": "AI32-3 Download technical disclosure document",
        "description": "This interface provides a download link to the Technical Submission document based on the Task ID of the generated Technical Submission.",
        "tags": [
          "Technical Disclosure"
        ],
        "security": [
          {
            "bearerAuth": []
          }
        ],
        "responses": {
          "200": {
            "description": "Successful ai32-3 download technical disclosure document response.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/AI32-3PatentDisclosureDownloadResponse"
                }
              }
            }
          },
          "201": {
            "description": "Created."
          },
          "401": {
            "description": "Unauthorized."
          },
          "403": {
            "description": "Forbidden."
          },
          "404": {
            "description": "Not Found."
          }
        },
        "externalDocs": {
          "description": "API Reference documentation",
          "url": "https://stage-developers.zhihuiya.com/devportal/api-reference/search/patent/patent-disclosure/download"
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/AI32-3PatentDisclosureDownloadRequest"
              }
            }
          }
        }
      }
    },
    "/search/patent/patent-disclosure/sse": {
      "post": {
        "operationId": "ai32-4PatentDisclosureSse",
        "summary": "AI32-4 Technical Disclosure Streaming Output",
        "description": "Stream technical disclosure content by task ID.",
        "tags": [
          "Technical Disclosure"
        ],
        "security": [
          {
            "bearerAuth": []
          }
        ],
        "responses": {
          "200": {
            "description": "Successful ai32-4 technical disclosure streaming output response.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/AI32-4PatentDisclosureSseResponse"
                }
              }
            }
          },
          "201": {
            "description": "Created."
          },
          "401": {
            "description": "Unauthorized."
          },
          "403": {
            "description": "Forbidden."
          },
          "404": {
            "description": "Not Found."
          }
        },
        "externalDocs": {
          "description": "API Reference documentation",
          "url": "https://stage-developers.zhihuiya.com/devportal/api-reference/search/patent/patent-disclosure/sse"
        },
        "requestBody": {
          "required": true,
          "content": {
            "text/event-stream": {
              "schema": {
                "$ref": "#/components/schemas/AI32-4PatentDisclosureSseRequest"
              }
            }
          }
        }
      }
    },
    "/ai/find-solution/step1/v3": {
      "post": {
        "operationId": "ai33-1Step1V3",
        "summary": "AI33-1 Find-solution - Create Task",
        "description": "Create a find-solution task and get recommendation options, used as the first step in multi-step technical solution generation process",
        "tags": [
          "Tech Solution Exploration"
        ],
        "security": [
          {
            "bearerAuth": []
          }
        ],
        "responses": {
          "200": {
            "description": "Successful ai33-1 find-solution - create task response.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/AI33-1Step1V3Response"
                }
              }
            }
          },
          "201": {
            "description": "Created."
          },
          "401": {
            "description": "Unauthorized."
          },
          "403": {
            "description": "Forbidden."
          },
          "404": {
            "description": "Not Found."
          }
        },
        "externalDocs": {
          "description": "API Reference documentation",
          "url": "https://stage-developers.zhihuiya.com/devportal/api-reference/ai/find-solution/step1/v3"
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/AI33-1Step1V3Request"
              }
            }
          }
        }
      }
    },
    "/ai/find-solution/step2/v3": {
      "post": {
        "operationId": "ai33-2Step2V3",
        "summary": "AI33-2 Find-solution - Get Recommendation",
        "description": "Get recommendation options based on the task_id returned from step 1",
        "tags": [
          "Tech Solution Exploration"
        ],
        "security": [
          {
            "bearerAuth": []
          }
        ],
        "responses": {
          "200": {
            "description": "Successful ai33-2 find-solution - get recommendation response.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/AI33-2Step2V3Response"
                }
              }
            }
          },
          "201": {
            "description": "Created."
          },
          "401": {
            "description": "Unauthorized."
          },
          "403": {
            "description": "Forbidden."
          },
          "404": {
            "description": "Not Found."
          }
        },
        "externalDocs": {
          "description": "API Reference documentation",
          "url": "https://stage-developers.zhihuiya.com/devportal/api-reference/ai/find-solution/step2/v3"
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/AI33-2Step2V3Request"
              }
            }
          }
        }
      }
    },
    "/ai/find-solution/step3-submit/v3": {
      "post": {
        "operationId": "ai33-3Step3SubmitV3",
        "summary": "AI33-3 Find-solution - Select Recommendation",
        "description": "Submit user-selected recommendation options and start the direction generation process",
        "tags": [
          "Tech Solution Exploration"
        ],
        "security": [
          {
            "bearerAuth": []
          }
        ],
        "responses": {
          "200": {
            "description": "Successful ai33-3 find-solution - select recommendation response.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/AI33-3Step3SubmitV3Response"
                }
              }
            }
          },
          "201": {
            "description": "Created."
          },
          "401": {
            "description": "Unauthorized."
          },
          "403": {
            "description": "Forbidden."
          },
          "404": {
            "description": "Not Found."
          }
        },
        "externalDocs": {
          "description": "API Reference documentation",
          "url": "https://stage-developers.zhihuiya.com/devportal/api-reference/ai/find-solution/step3-submit/v3"
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/AI33-3Step3SubmitV3Request"
              }
            }
          }
        }
      }
    },
    "/ai/find-solution/step3-query/v3": {
      "post": {
        "operationId": "ai33-4Step3QueryV3",
        "summary": "AI33-4 Find-solution - Get Direction",
        "description": "Get the direction option results for technical solutions",
        "tags": [
          "Tech Solution Exploration"
        ],
        "security": [
          {
            "bearerAuth": []
          }
        ],
        "responses": {
          "200": {
            "description": "Successful ai33-4 find-solution - get direction response.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/AI33-4Step3QueryV3Response"
                }
              }
            }
          },
          "201": {
            "description": "Created."
          },
          "401": {
            "description": "Unauthorized."
          },
          "403": {
            "description": "Forbidden."
          },
          "404": {
            "description": "Not Found."
          }
        },
        "externalDocs": {
          "description": "API Reference documentation",
          "url": "https://stage-developers.zhihuiya.com/devportal/api-reference/ai/find-solution/step3-query/v3"
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/AI33-4Step3QueryV3Request"
              }
            }
          }
        }
      }
    },
    "/ai/find-solution/step4/v3": {
      "post": {
        "operationId": "ai33-5Step4V3",
        "summary": "AI33-5 Find-solution - Select Direction",
        "description": "Submit user-selected direction options and start the final solution generation process",
        "tags": [
          "Tech Solution Exploration"
        ],
        "security": [
          {
            "bearerAuth": []
          }
        ],
        "responses": {
          "200": {
            "description": "Successful ai33-5 find-solution - select direction response.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/AI33-5Step4V3Response"
                }
              }
            }
          },
          "201": {
            "description": "Created."
          },
          "401": {
            "description": "Unauthorized."
          },
          "403": {
            "description": "Forbidden."
          },
          "404": {
            "description": "Not Found."
          }
        },
        "externalDocs": {
          "description": "API Reference documentation",
          "url": "https://stage-developers.zhihuiya.com/devportal/api-reference/ai/find-solution/step4/v3"
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/AI33-5Step4V3Request"
              }
            }
          }
        }
      }
    },
    "/ai/find-solution/step5/v3": {
      "post": {
        "operationId": "ai33-6Step5V3",
        "summary": "AI33-6 Find-solution - Get Final Solution and Details",
        "description": "Get the final results of technical solution exploration, including complete solution data",
        "tags": [
          "Tech Solution Exploration"
        ],
        "security": [
          {
            "bearerAuth": []
          }
        ],
        "responses": {
          "200": {
            "description": "Successful ai33-6 find-solution - get final solution and details response.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/AI33-6Step5V3Response"
                }
              }
            }
          },
          "201": {
            "description": "Created."
          },
          "401": {
            "description": "Unauthorized."
          },
          "403": {
            "description": "Forbidden."
          },
          "404": {
            "description": "Not Found."
          }
        },
        "externalDocs": {
          "description": "API Reference documentation",
          "url": "https://stage-developers.zhihuiya.com/devportal/api-reference/ai/find-solution/step5/v3"
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/AI33-6Step5V3Request"
              }
            }
          }
        }
      }
    },
    "/ai/agent/sse": {
      "post": {
        "operationId": "aI33AgentSse",
        "summary": "[AI33-4/AI36-4]Find-solution/Technical Q&A V2 - Agent streaming output",
        "description": "Obtain the streaming output based on inputting an Agent job_id",
        "tags": [
          "Tech Solution Exploration"
        ],
        "security": [
          {
            "bearerAuth": []
          }
        ],
        "responses": {
          "200": {
            "description": "Successful [ai33-4/ai36-4]find-solution/technical q&a v2 - agent streaming output response.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/AI33AgentSseResponse"
                }
              }
            }
          },
          "201": {
            "description": "Created."
          },
          "401": {
            "description": "Unauthorized."
          },
          "403": {
            "description": "Forbidden."
          },
          "404": {
            "description": "Not Found."
          }
        },
        "externalDocs": {
          "description": "API Reference documentation",
          "url": "https://stage-developers.zhihuiya.com/devportal/api-reference/ai/agent/sse"
        },
        "requestBody": {
          "required": true,
          "content": {
            "text/event-stream": {
              "schema": {
                "$ref": "#/components/schemas/AI33AgentSseRequest"
              }
            }
          }
        }
      }
    },
    "/ai/quick-search-report/creation": {
      "post": {
        "operationId": "ai34-1QuickSearchReportCreation",
        "summary": "AI34-1 Quick-search report creation(Beta)",
        "description": "Based on the input question related to a certain technology, generate the pre-research report of that technology.",
        "tags": [
          "Tech Pre-research Report"
        ],
        "security": [
          {
            "bearerAuth": []
          }
        ],
        "responses": {
          "200": {
            "description": "Successful ai34-1 quick-search report creation(beta) response.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/AI34-1QuickSearchReportCreationResponse"
                }
              }
            }
          },
          "201": {
            "description": "Created."
          },
          "401": {
            "description": "Unauthorized."
          },
          "403": {
            "description": "Forbidden."
          },
          "404": {
            "description": "Not Found."
          }
        },
        "externalDocs": {
          "description": "API Reference documentation",
          "url": "https://stage-developers.zhihuiya.com/devportal/api-reference/ai/quick-search-report/creation"
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/AI34-1QuickSearchReportCreationRequest"
              }
            }
          }
        }
      }
    },
    "/ai/quick-search-report/creation/custom-dir": {
      "post": {
        "operationId": "ai34-2CreationCustomDir",
        "summary": "AI34-2 Quick-search report creation - custom directory(Beta)",
        "description": "Based on the input directory related to a certain technology, generate the pre-research report of that technology.",
        "tags": [
          "Tech Pre-research Report"
        ],
        "security": [
          {
            "bearerAuth": []
          }
        ],
        "responses": {
          "200": {
            "description": "Successful ai34-2 quick-search report creation - custom directory(beta) response.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/AI34-2CreationCustomDirResponse"
                }
              }
            }
          },
          "201": {
            "description": "Created."
          },
          "401": {
            "description": "Unauthorized."
          },
          "403": {
            "description": "Forbidden."
          },
          "404": {
            "description": "Not Found."
          }
        },
        "externalDocs": {
          "description": "API Reference documentation",
          "url": "https://stage-developers.zhihuiya.com/devportal/api-reference/ai/quick-search-report/creation/custom-dir"
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/AI34-2CreationCustomDirRequest"
              }
            }
          }
        }
      }
    },
    "/ai/quick-search-report/query": {
      "get": {
        "operationId": "ai34-3QuickSearchReportQuery",
        "summary": "AI34-3 Quick-search report Query(Beta)",
        "description": "Query the status of report generation by using the report ID generated through the creation of the pre-research report interface.",
        "tags": [
          "Tech Pre-research Report"
        ],
        "security": [
          {
            "bearerAuth": []
          }
        ],
        "responses": {
          "200": {
            "description": "Successful ai34-3 quick-search report query(beta) response.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/AI34-3QuickSearchReportQueryResponse"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized."
          },
          "403": {
            "description": "Forbidden."
          },
          "404": {
            "description": "Not Found."
          }
        },
        "externalDocs": {
          "description": "API Reference documentation",
          "url": "https://stage-developers.zhihuiya.com/devportal/api-reference/ai/quick-search-report/query"
        },
        "parameters": [
          {
            "name": "report_id",
            "in": "query",
            "required": true,
            "description": "report_id",
            "schema": {
              "type": "string",
              "example": "f70a279b-c000-4a6d-8319-61672debd623",
              "description": "report_id"
            }
          }
        ]
      }
    },
    "/ai/novelty-search/agent-search": {
      "post": {
        "operationId": "ai35-7NoveltySearchAgentSearch",
        "summary": "AI35-7 Novelty Check - Confirm Search Elements",
        "description": "After the user modifies or adds/reduces search elements from [AI35-6], submit the confirmation to proceed with subsequent retrieval.",
        "tags": [
          "Novelty Search"
        ],
        "security": [
          {
            "bearerAuth": []
          }
        ],
        "responses": {
          "200": {
            "description": "Successful ai35-7 novelty check - confirm search elements response.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/AI35-7NoveltySearchAgentSearchResponse"
                }
              }
            }
          },
          "201": {
            "description": "Created."
          },
          "401": {
            "description": "Unauthorized."
          },
          "403": {
            "description": "Forbidden."
          },
          "404": {
            "description": "Not Found."
          }
        },
        "externalDocs": {
          "description": "API Reference documentation",
          "url": "https://stage-developers.zhihuiya.com/devportal/api-reference/ai/novelty-search/agent-search"
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/AI35-7NoveltySearchAgentSearchRequest"
              }
            }
          }
        }
      }
    },
    "/ai/novelty-search/query": {
      "post": {
        "operationId": "ai35-3NoveltySearchQuery",
        "summary": "AI35-3 Novelty-search query",
        "description": "Get query results",
        "tags": [
          "Novelty Search"
        ],
        "security": [
          {
            "bearerAuth": []
          }
        ],
        "responses": {
          "200": {
            "description": "Successful ai35-3 novelty-search query response.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/AI35-3NoveltySearchQueryResponse"
                }
              }
            }
          },
          "201": {
            "description": "Created."
          },
          "401": {
            "description": "Unauthorized."
          },
          "403": {
            "description": "Forbidden."
          },
          "404": {
            "description": "Not Found."
          }
        },
        "externalDocs": {
          "description": "API Reference documentation",
          "url": "https://stage-developers.zhihuiya.com/devportal/api-reference/ai/novelty-search/query"
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/AI35-3NoveltySearchQueryRequest"
              }
            }
          }
        }
      }
    },
    "/ai/novelty-search/report": {
      "post": {
        "operationId": "ai35-4NoveltySearchReport",
        "summary": "AI35-4 Novelty-search Create a report",
        "description": "The Api provides technical ideas to create a new report task, return task_id, through the task_id to [Novelty-search download report] to export results",
        "tags": [
          "Novelty Search"
        ],
        "security": [
          {
            "bearerAuth": []
          }
        ],
        "responses": {
          "200": {
            "description": "Successful ai35-4 novelty-search create a report response.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/AI35-4NoveltySearchReportResponse"
                }
              }
            }
          },
          "201": {
            "description": "Created."
          },
          "401": {
            "description": "Unauthorized."
          },
          "403": {
            "description": "Forbidden."
          },
          "404": {
            "description": "Not Found."
          }
        },
        "externalDocs": {
          "description": "API Reference documentation",
          "url": "https://stage-developers.zhihuiya.com/devportal/api-reference/ai/novelty-search/report"
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/AI35-4NoveltySearchReportRequest"
              }
            }
          }
        }
      }
    },
    "/ai/novelty-search/download": {
      "post": {
        "operationId": "ai35-5NoveltySearchDownload",
        "summary": "AI35-5 Novelty-search download report",
        "description": "Exporting technical ideas for new reports",
        "tags": [
          "Novelty Search"
        ],
        "security": [
          {
            "bearerAuth": []
          }
        ],
        "responses": {
          "200": {
            "description": "Successful ai35-5 novelty-search download report response.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/AI35-5NoveltySearchDownloadResponse"
                }
              }
            }
          },
          "201": {
            "description": "Created."
          },
          "401": {
            "description": "Unauthorized."
          },
          "403": {
            "description": "Forbidden."
          },
          "404": {
            "description": "Not Found."
          }
        },
        "externalDocs": {
          "description": "API Reference documentation",
          "url": "https://stage-developers.zhihuiya.com/devportal/api-reference/ai/novelty-search/download"
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/AI35-5NoveltySearchDownloadRequest"
              }
            }
          }
        }
      }
    },
    "/ai/novelty-search/retrieval/elements": {
      "post": {
        "operationId": "ai35-6RetrievalElements",
        "summary": "AI35-6 Novelty Check - Extract Search Elements",
        "description": "Based on the technical features confirmed in [AI35-5], generate search elements (keywords, classification numbers, etc.).",
        "tags": [
          "Novelty Search"
        ],
        "security": [
          {
            "bearerAuth": []
          }
        ],
        "responses": {
          "200": {
            "description": "Successful ai35-6 novelty check - extract search elements response.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/AI35-6RetrievalElementsResponse"
                }
              }
            }
          },
          "201": {
            "description": "Created."
          },
          "401": {
            "description": "Unauthorized."
          },
          "403": {
            "description": "Forbidden."
          },
          "404": {
            "description": "Not Found."
          }
        },
        "externalDocs": {
          "description": "API Reference documentation",
          "url": "https://stage-developers.zhihuiya.com/devportal/api-reference/ai/novelty-search/retrieval/elements"
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/AI35-6RetrievalElementsRequest"
              }
            }
          }
        }
      }
    },
    "/ai/novelty-search/agent-result": {
      "post": {
        "operationId": "ai35-8NoveltySearchAgentResult",
        "summary": "AI35-8 Novelty Check - Obtain Search Strategy and Reference List and Feature Comparison",
        "description": "Obtain the retrieval strategy, filter list, and feature comparison content based on the task_id.",
        "tags": [
          "Novelty Search"
        ],
        "security": [
          {
            "bearerAuth": []
          }
        ],
        "responses": {
          "200": {
            "description": "Successful ai35-8 novelty check - obtain search strategy and reference list and feature comparison response.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/AI35-8NoveltySearchAgentResultResponse"
                }
              }
            }
          },
          "201": {
            "description": "Created."
          },
          "401": {
            "description": "Unauthorized."
          },
          "403": {
            "description": "Forbidden."
          },
          "404": {
            "description": "Not Found."
          }
        },
        "externalDocs": {
          "description": "API Reference documentation",
          "url": "https://stage-developers.zhihuiya.com/devportal/api-reference/ai/novelty-search/agent-result"
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/AI35-8NoveltySearchAgentResultRequest"
              }
            }
          }
        }
      }
    },
    "/ai/novelty-search/feature/comparison/confirm": {
      "post": {
        "operationId": "ai35-9ComparisonConfirm",
        "summary": "AI35-9 Novelty Check - Confirm Reference List and Feature Comparison",
        "description": "After the user modifies or adds/reduces the filter list and feature comparison from [AI35-8], submit the confirmation to proceed with subsequent retrieval. Additionally, if the user needs to manually add comparison documents or patents, the output parameters of the '[AI35-12] Novelty Search - Add Comparison Document or Patent' interface can be used as part of the input parameters for the 'final_result' in this interface.",
        "tags": [
          "Novelty Search"
        ],
        "security": [
          {
            "bearerAuth": []
          }
        ],
        "responses": {
          "200": {
            "description": "Successful ai35-9 novelty check - confirm reference list and feature comparison response.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/AI35-9ComparisonConfirmResponse"
                }
              }
            }
          },
          "201": {
            "description": "Created."
          },
          "401": {
            "description": "Unauthorized."
          },
          "403": {
            "description": "Forbidden."
          },
          "404": {
            "description": "Not Found."
          }
        },
        "externalDocs": {
          "description": "API Reference documentation",
          "url": "https://stage-developers.zhihuiya.com/devportal/api-reference/ai/novelty-search/feature/comparison/confirm"
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/AI35-9ComparisonConfirmRequest"
              }
            }
          }
        }
      }
    },
    "/ai/novelty-search/feature/comparison/generate": {
      "post": {
        "operationId": "ai35-12ComparisonGenerate",
        "summary": "AI35-12 Novelty Check - Add Comparison Document or Patent",
        "description": "For cases where the user needs to manually add comparison documents or patents, the output parameters of this interface can be used as part of the input parameters for the 'final_result' in '[AI35-9] Novelty Search - Confirm Filter List and Feature Comparison'.",
        "tags": [
          "Novelty Search"
        ],
        "security": [
          {
            "bearerAuth": []
          }
        ],
        "responses": {
          "200": {
            "description": "Successful ai35-12 novelty check - add comparison document or patent response.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/AI35-12ComparisonGenerateResponse"
                }
              }
            }
          },
          "201": {
            "description": "Created."
          },
          "401": {
            "description": "Unauthorized."
          },
          "403": {
            "description": "Forbidden."
          },
          "404": {
            "description": "Not Found."
          }
        },
        "externalDocs": {
          "description": "API Reference documentation",
          "url": "https://stage-developers.zhihuiya.com/devportal/api-reference/ai/novelty-search/feature/comparison/generate"
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/AI35-12ComparisonGenerateRequest"
              }
            }
          }
        }
      }
    },
    "/ai/novelty-search/export": {
      "post": {
        "operationId": "ai35-10NoveltySearchExport",
        "summary": "AI35-10 Novelty Check - Create Report",
        "description": "Create a complete novelty search report based on the task_id, including all analysis results.",
        "tags": [
          "Novelty Search"
        ],
        "security": [
          {
            "bearerAuth": []
          }
        ],
        "responses": {
          "200": {
            "description": "Successful ai35-10 novelty check - create report response.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/AI35-10NoveltySearchExportResponse"
                }
              }
            }
          },
          "201": {
            "description": "Created."
          },
          "401": {
            "description": "Unauthorized."
          },
          "403": {
            "description": "Forbidden."
          },
          "404": {
            "description": "Not Found."
          }
        },
        "externalDocs": {
          "description": "API Reference documentation",
          "url": "https://stage-developers.zhihuiya.com/devportal/api-reference/ai/novelty-search/export"
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/AI35-10NoveltySearchExportRequest"
              }
            }
          }
        }
      }
    },
    "/ai/novelty-search/report/get": {
      "post": {
        "operationId": "ai35-11ReportGet",
        "summary": "AI35-11 Novelty Check - Download Report",
        "description": "Obtain the download link for the generated novelty search report based on the task_id.",
        "tags": [
          "Novelty Search"
        ],
        "security": [
          {
            "bearerAuth": []
          }
        ],
        "responses": {
          "200": {
            "description": "Successful ai35-11 novelty check - download report response.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/AI35-11ReportGetResponse"
                }
              }
            }
          },
          "201": {
            "description": "Created."
          },
          "401": {
            "description": "Unauthorized."
          },
          "403": {
            "description": "Forbidden."
          },
          "404": {
            "description": "Not Found."
          }
        },
        "externalDocs": {
          "description": "API Reference documentation",
          "url": "https://stage-developers.zhihuiya.com/devportal/api-reference/ai/novelty-search/report/get"
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/AI35-11ReportGetRequest"
              }
            }
          }
        }
      }
    },
    "/ai/material/find-solution/thinking": {
      "post": {
        "operationId": "ai73-4FindSolutionThinking",
        "summary": "AI73-4 Find Solutions (Materials)-Get Thinking Response",
        "description": "Get AI thinking process, including problem analysis, direction decomposition, literature search, etc.",
        "tags": [
          "Novelty Search"
        ],
        "security": [
          {
            "bearerAuth": []
          }
        ],
        "responses": {
          "200": {
            "description": "Successful ai73-4 find solutions (materials)-get thinking response response.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/AI73-4FindSolutionThinkingResponse"
                }
              }
            }
          },
          "201": {
            "description": "Created."
          },
          "401": {
            "description": "Unauthorized."
          },
          "403": {
            "description": "Forbidden."
          },
          "404": {
            "description": "Not Found."
          }
        },
        "externalDocs": {
          "description": "API Reference documentation",
          "url": "https://stage-developers.zhihuiya.com/devportal/api-reference/ai/material/find-solution/thinking"
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/AI73-4FindSolutionThinkingRequest"
              }
            }
          }
        }
      }
    },
    "/ai/material/find-solution/recommend": {
      "post": {
        "operationId": "ai73-2FindSolutionRecommend",
        "summary": "AI73-2 Find Solutions (Materials)-Get Recommend Solution",
        "description": "Get recommended technical solutions by task ID.",
        "tags": [
          "Novelty Search"
        ],
        "security": [
          {
            "bearerAuth": []
          }
        ],
        "responses": {
          "200": {
            "description": "Successful ai73-2 find solutions (materials)-get recommend solution response.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/AI73-2FindSolutionRecommendResponse"
                }
              }
            }
          },
          "201": {
            "description": "Created."
          },
          "401": {
            "description": "Unauthorized."
          },
          "403": {
            "description": "Forbidden."
          },
          "404": {
            "description": "Not Found."
          }
        },
        "externalDocs": {
          "description": "API Reference documentation",
          "url": "https://stage-developers.zhihuiya.com/devportal/api-reference/ai/material/find-solution/recommend"
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/AI73-2FindSolutionRecommendRequest"
              }
            }
          }
        }
      }
    },
    "/ai/novelty-search/feature/confirm": {
      "post": {
        "operationId": "ai35-5FeatureConfirm",
        "summary": "AI35-5 Novelty Check - Confirm Technical Features",
        "description": "After the user modifies or adds/reduces technical features from [AI35-4], submit the confirmation to proceed with subsequent retrieval.",
        "tags": [
          "Novelty Search"
        ],
        "security": [
          {
            "bearerAuth": []
          }
        ],
        "responses": {
          "200": {
            "description": "Successful ai35-5 novelty check - confirm technical features response.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/AI35-5FeatureConfirmResponse"
                }
              }
            }
          },
          "201": {
            "description": "Created."
          },
          "401": {
            "description": "Unauthorized."
          },
          "403": {
            "description": "Forbidden."
          },
          "404": {
            "description": "Not Found."
          }
        },
        "externalDocs": {
          "description": "API Reference documentation",
          "url": "https://stage-developers.zhihuiya.com/devportal/api-reference/ai/novelty-search/feature/confirm"
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/AI35-5FeatureConfirmRequest"
              }
            }
          }
        }
      }
    },
    "/ai/material/find-solution/confirm-recommend": {
      "post": {
        "operationId": "ai73-3FindSolutionConfirmRecommend",
        "summary": "AI73-3 Find Solutions (Materials)-Confirm Recommend Solution",
        "description": "Confirm selected recommended solutions and start generating technical mind map.",
        "tags": [
          "Novelty Search"
        ],
        "security": [
          {
            "bearerAuth": []
          }
        ],
        "responses": {
          "200": {
            "description": "Successful ai73-3 find solutions (materials)-confirm recommend solution response.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/AI73-3FindSolutionConfirmRecommendResponse"
                }
              }
            }
          },
          "201": {
            "description": "Created."
          },
          "401": {
            "description": "Unauthorized."
          },
          "403": {
            "description": "Forbidden."
          },
          "404": {
            "description": "Not Found."
          }
        },
        "externalDocs": {
          "description": "API Reference documentation",
          "url": "https://stage-developers.zhihuiya.com/devportal/api-reference/ai/material/find-solution/confirm-recommend"
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/AI73-3FindSolutionConfirmRecommendRequest"
              }
            }
          }
        }
      }
    },
    "/ai/image-search/report": {
      "post": {
        "operationId": "ai39-2ImageSearchReport",
        "summary": "AI39-2 Appearance Anti-Infringement Search - Get Result",
        "description": "Based on the task_id returned by [AI39-1] submit task API, poll to get the execution result of design patent search task. Returns: task status, line drawing (Base64), traditional image search results, RRF fusion search results and complete analysis report.",
        "tags": [
          "Novelty Search"
        ],
        "security": [
          {
            "bearerAuth": []
          }
        ],
        "responses": {
          "200": {
            "description": "Successful ai39-2 appearance anti-infringement search - get result response.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/AI39-2ImageSearchReportResponse"
                }
              }
            }
          },
          "201": {
            "description": "Created."
          },
          "401": {
            "description": "Unauthorized."
          },
          "403": {
            "description": "Forbidden."
          },
          "404": {
            "description": "Not Found."
          }
        },
        "externalDocs": {
          "description": "API Reference documentation",
          "url": "https://stage-developers.zhihuiya.com/devportal/api-reference/ai/image-search/report"
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/AI39-2ImageSearchReportRequest"
              }
            }
          }
        }
      }
    },
    "/ai/material/find-solution/submit": {
      "post": {
        "operationId": "ai73-1FindSolutionSubmit",
        "summary": "AI73-1 Find Solutions (Materials)-Submit Task",
        "description": "Submit a material find solution task and return the task ID.",
        "tags": [
          "Novelty Search"
        ],
        "security": [
          {
            "bearerAuth": []
          }
        ],
        "responses": {
          "200": {
            "description": "Successful ai73-1 find solutions (materials)-submit task response.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/AI73-1FindSolutionSubmitResponse"
                }
              }
            }
          },
          "201": {
            "description": "Created."
          },
          "401": {
            "description": "Unauthorized."
          },
          "403": {
            "description": "Forbidden."
          },
          "404": {
            "description": "Not Found."
          }
        },
        "externalDocs": {
          "description": "API Reference documentation",
          "url": "https://stage-developers.zhihuiya.com/devportal/api-reference/ai/material/find-solution/submit"
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/AI73-1FindSolutionSubmitRequest"
              }
            }
          }
        }
      }
    },
    "/ai/novelty-search/tech-solution/update": {
      "post": {
        "operationId": "ai35-3TechSolutionUpdate",
        "summary": "AI35-3 Novelty Check - Confirm Technical Solution",
        "description": "Confirm the summarized technical solution from [AI35-2].",
        "tags": [
          "Novelty Search"
        ],
        "security": [
          {
            "bearerAuth": []
          }
        ],
        "responses": {
          "200": {
            "description": "Successful ai35-3 novelty check - confirm technical solution response.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/AI35-3TechSolutionUpdateResponse"
                }
              }
            }
          },
          "201": {
            "description": "Created."
          },
          "401": {
            "description": "Unauthorized."
          },
          "403": {
            "description": "Forbidden."
          },
          "404": {
            "description": "Not Found."
          }
        },
        "externalDocs": {
          "description": "API Reference documentation",
          "url": "https://stage-developers.zhihuiya.com/devportal/api-reference/ai/novelty-search/tech-solution/update"
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/AI35-3TechSolutionUpdateRequest"
              }
            }
          }
        }
      }
    },
    "/ai/material/find-solution/implementation": {
      "post": {
        "operationId": "ai73-8FindSolutionImplementation",
        "summary": "AI73-8 Find Solutions (Materials)-Generate Solution",
        "description": "Generate detailed implementation plan for specified node.",
        "tags": [
          "Novelty Search"
        ],
        "security": [
          {
            "bearerAuth": []
          }
        ],
        "responses": {
          "200": {
            "description": "Successful ai73-8 find solutions (materials)-generate solution response.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/AI73-8FindSolutionImplementationResponse"
                }
              }
            }
          },
          "201": {
            "description": "Created."
          },
          "401": {
            "description": "Unauthorized."
          },
          "403": {
            "description": "Forbidden."
          },
          "404": {
            "description": "Not Found."
          }
        },
        "externalDocs": {
          "description": "API Reference documentation",
          "url": "https://stage-developers.zhihuiya.com/devportal/api-reference/ai/material/find-solution/implementation"
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/AI73-8FindSolutionImplementationRequest"
              }
            }
          }
        }
      }
    },
    "/ai/material/find-solution/mind": {
      "post": {
        "operationId": "ai73-5FindSolutionMind",
        "summary": "AI73-5 Find Solutions (Materials)-Get Mind Map",
        "description": "Get generated material technical mind map data.",
        "tags": [
          "Novelty Search"
        ],
        "security": [
          {
            "bearerAuth": []
          }
        ],
        "responses": {
          "200": {
            "description": "Successful ai73-5 find solutions (materials)-get mind map response.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/AI73-5FindSolutionMindResponse"
                }
              }
            }
          },
          "201": {
            "description": "Created."
          },
          "401": {
            "description": "Unauthorized."
          },
          "403": {
            "description": "Forbidden."
          },
          "404": {
            "description": "Not Found."
          }
        },
        "externalDocs": {
          "description": "API Reference documentation",
          "url": "https://stage-developers.zhihuiya.com/devportal/api-reference/ai/material/find-solution/mind"
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/AI73-5FindSolutionMindRequest"
              }
            }
          }
        }
      }
    },
    "/ai/material/find-solution/citation-reference-list": {
      "post": {
        "operationId": "ai73-6FindSolutionCitationReferenceList",
        "summary": "AI73-6 Find Solutions (Materials)-Get Citation Reference List",
        "description": "Get citation reference list of mind map node with pagination support.",
        "tags": [
          "Novelty Search"
        ],
        "security": [
          {
            "bearerAuth": []
          }
        ],
        "responses": {
          "200": {
            "description": "Successful ai73-6 find solutions (materials)-get citation reference list response.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/AI73-6FindSolutionCitationReferenceListResponse"
                }
              }
            }
          },
          "201": {
            "description": "Created."
          },
          "401": {
            "description": "Unauthorized."
          },
          "403": {
            "description": "Forbidden."
          },
          "404": {
            "description": "Not Found."
          }
        },
        "externalDocs": {
          "description": "API Reference documentation",
          "url": "https://stage-developers.zhihuiya.com/devportal/api-reference/ai/material/find-solution/citation-reference-list"
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/AI73-6FindSolutionCitationReferenceListRequest"
              }
            }
          }
        }
      }
    },
    "/ai/novelty-search/feature/extract": {
      "post": {
        "operationId": "ai35-4FeatureExtract",
        "summary": "AI35-4 Novelty Check - Extract Technical Features",
        "description": "Extract technical features based on the task_id.",
        "tags": [
          "Novelty Search"
        ],
        "security": [
          {
            "bearerAuth": []
          }
        ],
        "responses": {
          "200": {
            "description": "Successful ai35-4 novelty check - extract technical features response.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/AI35-4FeatureExtractResponse"
                }
              }
            }
          },
          "201": {
            "description": "Created."
          },
          "401": {
            "description": "Unauthorized."
          },
          "403": {
            "description": "Forbidden."
          },
          "404": {
            "description": "Not Found."
          }
        },
        "externalDocs": {
          "description": "API Reference documentation",
          "url": "https://stage-developers.zhihuiya.com/devportal/api-reference/ai/novelty-search/feature/extract"
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/AI35-4FeatureExtractRequest"
              }
            }
          }
        }
      }
    },
    "/ai/material/find-solution/implementation-response": {
      "post": {
        "operationId": "ai73-9FindSolutionImplementationResponse",
        "summary": "AI73-9 Find Solutions (Materials)-Get Solution",
        "description": "Get generated implementation plan content.",
        "tags": [
          "Novelty Search"
        ],
        "security": [
          {
            "bearerAuth": []
          }
        ],
        "responses": {
          "200": {
            "description": "Successful ai73-9 find solutions (materials)-get solution response.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/AI73-9FindSolutionImplementationResponseResponse"
                }
              }
            }
          },
          "201": {
            "description": "Created."
          },
          "401": {
            "description": "Unauthorized."
          },
          "403": {
            "description": "Forbidden."
          },
          "404": {
            "description": "Not Found."
          }
        },
        "externalDocs": {
          "description": "API Reference documentation",
          "url": "https://stage-developers.zhihuiya.com/devportal/api-reference/ai/material/find-solution/implementation-response"
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/AI73-9FindSolutionImplementationResponseRequest"
              }
            }
          }
        }
      }
    },
    "/ai/novelty-search/submit": {
      "post": {
        "operationId": "ai35-1NoveltySearchSubmit",
        "summary": "AI35-1 Novelty Check - Create Task",
        "description": "Submit the technical solution content to initiate a novelty search task. The system will analyze the input technical solution and generate a task ID for subsequent steps.",
        "tags": [
          "Novelty Search"
        ],
        "security": [
          {
            "bearerAuth": []
          }
        ],
        "responses": {
          "200": {
            "description": "Successful ai35-1 novelty check - create task response.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/AI35-1NoveltySearchSubmitResponse"
                }
              }
            }
          },
          "201": {
            "description": "Created."
          },
          "401": {
            "description": "Unauthorized."
          },
          "403": {
            "description": "Forbidden."
          },
          "404": {
            "description": "Not Found."
          }
        },
        "externalDocs": {
          "description": "API Reference documentation",
          "url": "https://stage-developers.zhihuiya.com/devportal/api-reference/ai/novelty-search/submit"
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/AI35-1NoveltySearchSubmitRequest"
              }
            }
          }
        }
      }
    },
    "/ai/novelty-search/tech-solution/get": {
      "post": {
        "operationId": "ai35-2TechSolutionGet",
        "summary": "AI35-2 Novelty Check - Technical Solution Summary",
        "description": "Based on the task_id from [AI35-1] and the initial technical solution content, use large model capabilities to obtain the summarized technical solution content and key points.",
        "tags": [
          "Novelty Search"
        ],
        "security": [
          {
            "bearerAuth": []
          }
        ],
        "responses": {
          "200": {
            "description": "Successful ai35-2 novelty check - technical solution summary response.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/AI35-2TechSolutionGetResponse"
                }
              }
            }
          },
          "201": {
            "description": "Created."
          },
          "401": {
            "description": "Unauthorized."
          },
          "403": {
            "description": "Forbidden."
          },
          "404": {
            "description": "Not Found."
          }
        },
        "externalDocs": {
          "description": "API Reference documentation",
          "url": "https://stage-developers.zhihuiya.com/devportal/api-reference/ai/novelty-search/tech-solution/get"
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/AI35-2TechSolutionGetRequest"
              }
            }
          }
        }
      }
    },
    "/ai/material/find-solution/node-reference": {
      "post": {
        "operationId": "ai73-7FindSolutionNodeReference",
        "summary": "AI73-7 Find Solutions (Materials)-Get Node Reference",
        "description": "Get reference information of mind map node, including technical principle, engineering reliability, expected challenges, etc.",
        "tags": [
          "Novelty Search"
        ],
        "security": [
          {
            "bearerAuth": []
          }
        ],
        "responses": {
          "200": {
            "description": "Successful ai73-7 find solutions (materials)-get node reference response.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/AI73-7FindSolutionNodeReferenceResponse"
                }
              }
            }
          },
          "201": {
            "description": "Created."
          },
          "401": {
            "description": "Unauthorized."
          },
          "403": {
            "description": "Forbidden."
          },
          "404": {
            "description": "Not Found."
          }
        },
        "externalDocs": {
          "description": "API Reference documentation",
          "url": "https://stage-developers.zhihuiya.com/devportal/api-reference/ai/material/find-solution/node-reference"
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/AI73-7FindSolutionNodeReferenceRequest"
              }
            }
          }
        }
      }
    },
    "/ai/image-search/submit": {
      "post": {
        "operationId": "ai39-1ImageSearchSubmit",
        "summary": "AI39-1 Appearance Anti-Infringement Search - Submit Task",
        "description": "Submit design patent search task based on product image and search criteria. The system will automatically perform image similarity search, AI reranking and risk analysis to generate design patent FTO report. Task is executed asynchronously, returns task_id for subsequent polling to get results.",
        "tags": [
          "Novelty Search"
        ],
        "security": [
          {
            "bearerAuth": []
          }
        ],
        "responses": {
          "200": {
            "description": "Successful ai39-1 appearance anti-infringement search - submit task response.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/AI39-1ImageSearchSubmitResponse"
                }
              }
            }
          },
          "201": {
            "description": "Created."
          },
          "401": {
            "description": "Unauthorized."
          },
          "403": {
            "description": "Forbidden."
          },
          "404": {
            "description": "Not Found."
          }
        },
        "externalDocs": {
          "description": "API Reference documentation",
          "url": "https://stage-developers.zhihuiya.com/devportal/api-reference/ai/image-search/submit"
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/AI39-1ImageSearchSubmitRequest"
              }
            }
          }
        }
      }
    },
    "/proxy/api/material/find-solution": {
      "post": {
        "operationId": "sSOMaterialFindSolution",
        "summary": "[SSO-22]material composition search",
        "description": "AI Agent-based material find solution service providing professional technical consultation and answers",
        "tags": [
          "Novelty Search"
        ],
        "security": [
          {
            "bearerAuth": []
          }
        ],
        "responses": {
          "200": {
            "description": "Successful [sso-22]material composition search response.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/SSOMaterialFindSolutionResponse"
                }
              }
            }
          }
        },
        "externalDocs": {
          "description": "API Reference documentation",
          "url": "https://stage-developers.zhihuiya.com/devportal/api-reference/proxy/api/material/find-solution"
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/SSOMaterialFindSolutionRequest"
              }
            }
          }
        }
      }
    },
    "/ai/technical-qa/submit": {
      "post": {
        "operationId": "ai36-1TechnicalQaSubmit",
        "summary": "AI36-1 Technical Q&A - Submit Task",
        "description": "Submit AI Q&A task based on technical question. The system will automatically perform question analysis, knowledge retrieval and answer generation. Task is executed asynchronously, returns task_id for subsequent polling to get results.",
        "tags": [
          "Technical Q&A"
        ],
        "security": [
          {
            "bearerAuth": []
          }
        ],
        "responses": {
          "200": {
            "description": "Successful ai36-1 technical q&a - submit task response.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/AI36-1TechnicalQaSubmitResponse"
                }
              }
            }
          },
          "201": {
            "description": "Created."
          },
          "401": {
            "description": "Unauthorized."
          },
          "403": {
            "description": "Forbidden."
          },
          "404": {
            "description": "Not Found."
          }
        },
        "externalDocs": {
          "description": "API Reference documentation",
          "url": "https://stage-developers.zhihuiya.com/devportal/api-reference/ai/technical-qa/submit"
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/AI36-1TechnicalQaSubmitRequest"
              }
            }
          }
        }
      }
    },
    "/ai/technical-qa/report": {
      "post": {
        "operationId": "ai36-2TechnicalQaReport",
        "summary": "AI36-2 Technical Q&A - Get Result",
        "description": "Based on the task_id returned by [AI36-1] submit task API, poll to get the execution result of technical Q&A task. Returns: task status, question analysis results, references and complete answer content.",
        "tags": [
          "Technical Q&A"
        ],
        "security": [
          {
            "bearerAuth": []
          }
        ],
        "responses": {
          "200": {
            "description": "Successful ai36-2 technical q&a - get result response.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/AI36-2TechnicalQaReportResponse"
                }
              }
            }
          },
          "201": {
            "description": "Created."
          },
          "401": {
            "description": "Unauthorized."
          },
          "403": {
            "description": "Forbidden."
          },
          "404": {
            "description": "Not Found."
          }
        },
        "externalDocs": {
          "description": "API Reference documentation",
          "url": "https://stage-developers.zhihuiya.com/devportal/api-reference/ai/technical-qa/report"
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/AI36-2TechnicalQaReportRequest"
              }
            }
          }
        }
      }
    },
    "/ai/technical-qa-result": {
      "post": {
        "operationId": "ai36-2AiTechnicalQaResult",
        "summary": "AI36-2 Technical Q&A Result",
        "description": "Based on the input task_id, obtain the technical solution analysis for generating this problem",
        "tags": [
          "Technical Q&A"
        ],
        "security": [
          {
            "bearerAuth": []
          }
        ],
        "responses": {
          "200": {
            "description": "Successful ai36-2 technical q&a result response.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/AI36-2AiTechnicalQaResultResponse"
                }
              }
            }
          },
          "201": {
            "description": "Created."
          },
          "401": {
            "description": "Unauthorized."
          },
          "403": {
            "description": "Forbidden."
          },
          "404": {
            "description": "Not Found."
          }
        },
        "externalDocs": {
          "description": "API Reference documentation",
          "url": "https://stage-developers.zhihuiya.com/devportal/api-reference/ai/technical-qa-result"
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/AI36-2AiTechnicalQaResultRequest"
              }
            }
          }
        }
      }
    },
    "/ai/specification/init/cnipa": {
      "post": {
        "operationId": "sp01InitCnipa",
        "summary": "SP01 Specification initialization",
        "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 sp01 specification initialization response.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/SP01InitCnipaResponse"
                }
              }
            }
          },
          "201": {
            "description": "Created."
          },
          "401": {
            "description": "Unauthorized."
          },
          "403": {
            "description": "Forbidden."
          },
          "404": {
            "description": "Not Found."
          }
        },
        "externalDocs": {
          "description": "API Reference documentation",
          "url": "https://stage-developers.zhihuiya.com/devportal/api-reference/ai/specification/init/cnipa"
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/SP01InitCnipaRequest"
              }
            }
          }
        }
      }
    },
    "/ai/specification/init-result/cnipa": {
      "post": {
        "operationId": "sp01InitResultCnipa",
        "summary": "SP01 Get Specification initialization result",
        "description": "Based on the input task_id, get initialization result",
        "tags": [
          "Specification Drafting"
        ],
        "security": [
          {
            "bearerAuth": []
          }
        ],
        "responses": {
          "200": {
            "description": "Successful sp01 get specification initialization result response.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/SP01InitResultCnipaResponse"
                }
              }
            }
          },
          "201": {
            "description": "Created."
          },
          "401": {
            "description": "Unauthorized."
          },
          "403": {
            "description": "Forbidden."
          },
          "404": {
            "description": "Not Found."
          }
        },
        "externalDocs": {
          "description": "API Reference documentation",
          "url": "https://stage-developers.zhihuiya.com/devportal/api-reference/ai/specification/init-result/cnipa"
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/SP01InitResultCnipaRequest"
              }
            }
          }
        }
      }
    },
    "/ai/specification/extract-feature/cnipa": {
      "post": {
        "operationId": "sp02ExtractFeatureCnipa",
        "summary": "SP02 Get specification features",
        "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 sp02 get specification features response.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/SP02ExtractFeatureCnipaResponse"
                }
              }
            }
          },
          "201": {
            "description": "Created."
          },
          "401": {
            "description": "Unauthorized."
          },
          "403": {
            "description": "Forbidden."
          },
          "404": {
            "description": "Not Found."
          }
        },
        "externalDocs": {
          "description": "API Reference documentation",
          "url": "https://stage-developers.zhihuiya.com/devportal/api-reference/ai/specification/extract-feature/cnipa"
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/SP02ExtractFeatureCnipaRequest"
              }
            }
          }
        }
      }
    },
    "/ai/specification/generate-report/cnipa": {
      "post": {
        "operationId": "sp03GenerateReportCnipa",
        "summary": "SP03 Generate specification report",
        "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 sp03 generate specification report response.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/SP03GenerateReportCnipaResponse"
                }
              }
            }
          },
          "201": {
            "description": "Created."
          },
          "401": {
            "description": "Unauthorized."
          },
          "403": {
            "description": "Forbidden."
          },
          "404": {
            "description": "Not Found."
          }
        },
        "externalDocs": {
          "description": "API Reference documentation",
          "url": "https://stage-developers.zhihuiya.com/devportal/api-reference/ai/specification/generate-report/cnipa"
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/SP03GenerateReportCnipaRequest"
              }
            }
          }
        }
      }
    },
    "/ai/specification/download-report": {
      "post": {
        "operationId": "sp04SpecificationDownloadReport",
        "summary": "SP04 Download specification report",
        "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 sp04 download specification report response.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/SP04SpecificationDownloadReportResponse"
                }
              }
            }
          },
          "201": {
            "description": "Created."
          },
          "401": {
            "description": "Unauthorized."
          },
          "403": {
            "description": "Forbidden."
          },
          "404": {
            "description": "Not Found."
          }
        },
        "externalDocs": {
          "description": "API Reference documentation",
          "url": "https://stage-developers.zhihuiya.com/devportal/api-reference/ai/specification/download-report"
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/SP04SpecificationDownloadReportRequest"
              }
            }
          }
        }
      }
    },
    "/ai/infringement-detection-creation": {
      "post": {
        "operationId": "ai39-1AiInfringementDetectionCreation",
        "summary": "AI39-1 Infringement detection search creation",
        "description": "Users must first query [P060] patent image retrieval - single image /[P061] patent image retrieval - multiple images to obtain similar patent results and request the interface based on these results. Required parameters: Image ulr (urls), similar patent information (patent_messages), reporting language (report_lang), optional parameters: Receiving office (country). Generate task_id with a validity period of 8 hours. It becomes invalid upon expiration.",
        "tags": [
          "Design Infringement Search"
        ],
        "security": [
          {
            "bearerAuth": []
          }
        ],
        "responses": {
          "200": {
            "description": "Successful ai39-1 infringement detection search creation response.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/AI39-1AiInfringementDetectionCreationResponse"
                }
              }
            }
          },
          "201": {
            "description": "Created."
          },
          "401": {
            "description": "Unauthorized."
          },
          "403": {
            "description": "Forbidden."
          },
          "404": {
            "description": "Not Found."
          }
        },
        "externalDocs": {
          "description": "API Reference documentation",
          "url": "https://stage-developers.zhihuiya.com/devportal/api-reference/ai/infringement-detection-creation"
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/AI39-1AiInfringementDetectionCreationRequest"
              }
            }
          }
        }
      }
    },
    "/ai/infringement-detection-query": {
      "post": {
        "operationId": "ai39-2AiInfringementDetectionQuery",
        "summary": "AI39-2 Infringement detection search query",
        "description": "According to the task_id generated by [AI39-1] Appearance Infringement Prevention Search - Task creation, query and export the appearance infringement prevention search results",
        "tags": [
          "Design Infringement Search"
        ],
        "security": [
          {
            "bearerAuth": []
          }
        ],
        "responses": {
          "200": {
            "description": "Successful ai39-2 infringement detection search query response.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/AI39-2AiInfringementDetectionQueryResponse"
                }
              }
            }
          },
          "201": {
            "description": "Created."
          },
          "401": {
            "description": "Unauthorized."
          },
          "403": {
            "description": "Forbidden."
          },
          "404": {
            "description": "Not Found."
          }
        },
        "externalDocs": {
          "description": "API Reference documentation",
          "url": "https://stage-developers.zhihuiya.com/devportal/api-reference/ai/infringement-detection-query"
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/AI39-2AiInfringementDetectionQueryRequest"
              }
            }
          }
        }
      }
    },
    "/ai/infringement-detection-1v1-creation": {
      "post": {
        "operationId": "ai67-1AiInfringementDetection1v1Creation",
        "summary": "AI67-1 Infringement Detection 1V1 - Search Creation",
        "description": "Based on the provided product drawings and patent pn numbers, conduct an infringement search for design patents. Generate task_id with a validity period of 8 hours. It becomes invalid upon expiration.",
        "tags": [
          "Design Infringement 1v1"
        ],
        "security": [
          {
            "bearerAuth": []
          }
        ],
        "responses": {
          "200": {
            "description": "Successful ai67-1 infringement detection 1v1 - search creation response.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/AI67-1AiInfringementDetection1v1CreationResponse"
                }
              }
            }
          },
          "201": {
            "description": "Created."
          },
          "401": {
            "description": "Unauthorized."
          },
          "403": {
            "description": "Forbidden."
          },
          "404": {
            "description": "Not Found."
          }
        },
        "externalDocs": {
          "description": "API Reference documentation",
          "url": "https://stage-developers.zhihuiya.com/devportal/api-reference/ai/infringement-detection-1v1-creation"
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/AI67-1AiInfringementDetection1v1CreationRequest"
              }
            }
          }
        }
      }
    },
    "/ai/infringement-detection-1v1-query": {
      "post": {
        "operationId": "ai67-2AiInfringementDetection1v1Query",
        "summary": "AI67-2 Infringement Detection 1V1 - Search Query",
        "description": "According to the task_id generated by [AI67-1] Appearance Infringement Prevention Search - Task creation, query and export the appearance infringement prevention search results",
        "tags": [
          "Design Infringement 1v1"
        ],
        "security": [
          {
            "bearerAuth": []
          }
        ],
        "responses": {
          "200": {
            "description": "Successful ai67-2 infringement detection 1v1 - search query response.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/AI67-2AiInfringementDetection1v1QueryResponse"
                }
              }
            }
          },
          "201": {
            "description": "Created."
          },
          "401": {
            "description": "Unauthorized."
          },
          "403": {
            "description": "Forbidden."
          },
          "404": {
            "description": "Not Found."
          }
        },
        "externalDocs": {
          "description": "API Reference documentation",
          "url": "https://stage-developers.zhihuiya.com/devportal/api-reference/ai/infringement-detection-1v1-query"
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/AI67-2AiInfringementDetection1v1QueryRequest"
              }
            }
          }
        }
      }
    },
    "/ai/feasibility-analysis-creation": {
      "post": {
        "operationId": "ai40-1AiFeasibilityAnalysisCreation",
        "summary": "AI40-1 Solution feasibility analysis creation",
        "description": "Based on the input of a technical solution, generate an assistant assessment report for the feasibility analysis of that technical solution",
        "tags": [
          "Feasibility Analysis Assistant"
        ],
        "security": [
          {
            "bearerAuth": []
          }
        ],
        "responses": {
          "200": {
            "description": "Successful ai40-1 solution feasibility analysis creation response.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/AI40-1AiFeasibilityAnalysisCreationResponse"
                }
              }
            }
          },
          "201": {
            "description": "Created."
          },
          "401": {
            "description": "Unauthorized."
          },
          "403": {
            "description": "Forbidden."
          },
          "404": {
            "description": "Not Found."
          }
        },
        "externalDocs": {
          "description": "API Reference documentation",
          "url": "https://stage-developers.zhihuiya.com/devportal/api-reference/ai/feasibility-analysis-creation"
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/AI40-1AiFeasibilityAnalysisCreationRequest"
              }
            }
          }
        }
      }
    },
    "/ai/feasibility-analysis-query": {
      "post": {
        "operationId": "ai40-2AiFeasibilityAnalysisQuery",
        "summary": "AI40-2 Solution feasibility analysis query",
        "description": "Obtain the task results of the Feasibility Analysis Assistant through the task_id generated by [AI40-1]",
        "tags": [
          "Feasibility Analysis Assistant"
        ],
        "security": [
          {
            "bearerAuth": []
          }
        ],
        "responses": {
          "200": {
            "description": "Successful ai40-2 solution feasibility analysis query response.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/AI40-2AiFeasibilityAnalysisQueryResponse"
                }
              }
            }
          },
          "201": {
            "description": "Created."
          },
          "401": {
            "description": "Unauthorized."
          },
          "403": {
            "description": "Forbidden."
          },
          "404": {
            "description": "Not Found."
          }
        },
        "externalDocs": {
          "description": "API Reference documentation",
          "url": "https://stage-developers.zhihuiya.com/devportal/api-reference/ai/feasibility-analysis-query"
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/AI40-2AiFeasibilityAnalysisQueryRequest"
              }
            }
          }
        }
      }
    },
    "/ai/ocr/task/create": {
      "post": {
        "operationId": "ai10TaskCreate",
        "summary": "AI10 Generate an OCR recognition task",
        "description": "This interface provides the task of creating and downloading OCR recognition, generating jobs_id, through jobs_id  Go to \"[AI10] query and export the OCR recognition results\".\nOCR recognition supports recognizing numbers, text information, table contents, and more in images or scanned PDF files. Additionally, it can analyze the layout and provide OCR recognition results in multiple formats that closely resemble the structure of the original document.",
        "tags": [
          "Patsnap OCR"
        ],
        "security": [
          {
            "bearerAuth": []
          }
        ],
        "responses": {
          "200": {
            "description": "Successful ai10 generate an ocr recognition task response.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/AI10TaskCreateResponse"
                }
              }
            }
          },
          "201": {
            "description": "Created."
          },
          "401": {
            "description": "Unauthorized."
          },
          "403": {
            "description": "Forbidden."
          },
          "404": {
            "description": "Not Found."
          }
        },
        "externalDocs": {
          "description": "API Reference documentation",
          "url": "https://stage-developers.zhihuiya.com/devportal/api-reference/ai/ocr/task/create"
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/AI10TaskCreateRequest"
              }
            }
          }
        }
      }
    },
    "/ai/ocr/job_id/status": {
      "get": {
        "operationId": "ai10JobIdStatus",
        "summary": "AI10 Query and export OCR recognition results",
        "description": "This interface provides OCR recognition results downloading(query and export OCR recognition results according to the job_id returned in the \"[AI10]Generate an OCR recognition task\")\nOCR recognition supports recognizing numbers, text information, table contents, and more in images or scanned PDF files. Additionally, it can analyze the layout and provide OCR recognition results in multiple formats that closely resemble the structure of the original document.",
        "tags": [
          "Patsnap OCR"
        ],
        "security": [
          {
            "bearerAuth": []
          }
        ],
        "responses": {
          "200": {
            "description": "Successful ai10 query and export ocr recognition results response.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/AI10JobIdStatusResponse"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized."
          },
          "403": {
            "description": "Forbidden."
          },
          "404": {
            "description": "Not Found."
          }
        },
        "externalDocs": {
          "description": "API Reference documentation",
          "url": "https://stage-developers.zhihuiya.com/devportal/api-reference/ai/ocr/job_id/status"
        },
        "parameters": [
          {
            "name": "job_id",
            "in": "query",
            "required": true,
            "description": "Query job_id, download OCR recognition result, single query.",
            "schema": {
              "type": "string",
              "example": "15362c5fae034dfc8943df299afc18b5",
              "description": "Query job_id, download OCR recognition result, single query."
            }
          }
        ]
      }
    },
    "/ai/translation": {
      "post": {
        "operationId": "ai61AiTranslation",
        "summary": "AI61 AI Translation",
        "description": "The AI Translation API leverages advanced large language model (LLM) to deliver real-time multilingual translation services worldwide. It enables accurate and seamless conversion of source text into target languages. Developers can easily integrate the API to achieve efficient and precise text translation, fully catering to multilingual application scenarios and enhancing user experience and cross-language communication efficiency.",
        "tags": [
          "AI Translation"
        ],
        "security": [
          {
            "bearerAuth": []
          }
        ],
        "responses": {
          "200": {
            "description": "Successful ai61 ai translation response.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/AI61AiTranslationResponse"
                }
              }
            }
          },
          "201": {
            "description": "Created."
          },
          "401": {
            "description": "Unauthorized."
          },
          "403": {
            "description": "Forbidden."
          },
          "404": {
            "description": "Not Found."
          }
        },
        "externalDocs": {
          "description": "API Reference documentation",
          "url": "https://stage-developers.zhihuiya.com/devportal/api-reference/ai/translation"
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/AI61AiTranslationRequest"
              }
            }
          }
        }
      }
    },
    "/docx-translation/api/v1/translations": {
      "post": {
        "operationId": "t011V1Translations",
        "summary": "T011 DOCX translation",
        "description": "Submit DOCX translation. Alias: `POST /api/translate-document`. The public API accepts JSON (`file_content_base64`) or multipart upload (`document`/`file`); **`file_url` is not supported** (use MCP tool `translation_docx` for URL submit). `enable_async=false` (default) synchronous; `enable_async=true` asynchronous.",
        "tags": [
          "AI Translation"
        ],
        "security": [
          {
            "bearerAuth": []
          }
        ],
        "responses": {
          "200": {
            "description": "Successful t011 docx translation response.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/T011V1TranslationsResponse"
                }
              }
            }
          },
          "400": {
            "description": "Missing body, invalid JSON, bad Base64, corrupt DOCX, or unsupported language pair on multipart (JSON language errors → 422). See empty-body example below."
          },
          "413": {
            "description": "Source file exceeds the size limit (default `API_MAX_UPLOAD_BYTES` = 50 MB). JSON Base64: `decoded DOCX exceeds API_MAX_UPLOAD_BYTES`; multipart: `uploaded file exceeds API_MAX_UPLOAD_BYTES`."
          },
          "415": {
            "description": "The upload filename does not end with `.docx`. An invalid `filename` in the JSON body is rejected as 422 by Pydantic first; this status is mainly for multipart uploads."
          },
          "422": {
            "description": "JSON body validation failed: missing `file_content_base64`, `filename` not ending with `.docx`, or language validation failed (unknown code, identical source/target, unimplemented pair). `detail` is the raw Pydantic error string."
          }
        },
        "externalDocs": {
          "description": "API Reference documentation",
          "url": "https://stage-developers.zhihuiya.com/devportal/api-reference/docx-translation/api/v1/translations"
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/T011V1TranslationsRequest"
              }
            }
          }
        }
      }
    },
    "/hiro_translation/translate": {
      "post": {
        "operationId": "t010HiroTranslationTranslate",
        "summary": "Translate text (SSE)",
        "description": "Translate `content` from source to target language and stream segments over SSE. Choose the strategy with `mode`: `fast` (default) segmented, `stream` sliding-window, `raw` direct model pass-through.",
        "tags": [
          "AI Translation"
        ],
        "security": [
          {
            "bearerAuth": []
          }
        ],
        "responses": {
          "200": {
            "description": "Successful translate text (sse) response.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/T010HiroTranslationTranslateResponse"
                }
              }
            }
          },
          "400": {
            "description": "Validation failed before the stream starts. Body is always `{\"error\":\"...\"}`; no `TYPE` field and no billing header."
          },
          "413": {
            "description": "Payload too large. `content` exceeds `RD_MAX_TEXT_CHARS` (default 65536) or `Content-Length` exceeds `RD_MAX_REQUEST_BYTES` (default 262144). Body is `{\"error\":\"...\"}` with no billing header."
          }
        },
        "externalDocs": {
          "description": "API Reference documentation",
          "url": "https://stage-developers.zhihuiya.com/devportal/api-reference/hiro_translation/translate"
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/T010HiroTranslationTranslateRequest"
              }
            }
          }
        }
      }
    },
    "/docx-translation/api/v1/jobs/status": {
      "post": {
        "operationId": "t012JobsStatus",
        "summary": "T012 DOCX translation status query",
        "description": "Look up a job once by `job_id` in the JSON body and return immediately (no polling). Callers poll this endpoint after an asynchronous submit. The first completed lookup is `ready` (billing header carries the actual amount); later lookups of the same successful job are `delivered` (not billed; `download_url` remains available). Pending or failed queries return billing header `0.000000`.",
        "tags": [
          "AI Translation"
        ],
        "security": [
          {
            "bearerAuth": []
          }
        ],
        "responses": {
          "200": {
            "description": "Successful t012 docx translation status query response.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/T012JobsStatusResponse"
                }
              }
            }
          },
          "404": {
            "description": "Job not found."
          },
          "422": {
            "description": "Missing `job_id`, or `job_id` is empty / longer than 64 characters. This endpoint uses FastAPI's default body validation, so `detail` is an array of error objects, not a string."
          }
        },
        "externalDocs": {
          "description": "API Reference documentation",
          "url": "https://stage-developers.zhihuiya.com/devportal/api-reference/docx-translation/api/v1/jobs/status"
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/T012JobsStatusRequest"
              }
            }
          }
        }
      }
    },
    "/ai/fto/submit": {
      "post": {
        "operationId": "ai66-1FtoSubmit",
        "summary": "AI66-1 FTO Search - Create Task",
        "description": "Submit technical solution content to initiate an FTO search task. The system will analyze the input technical solution and generate a task ID for subsequent steps.",
        "tags": [
          "FTO Search"
        ],
        "security": [
          {
            "bearerAuth": []
          }
        ],
        "responses": {
          "200": {
            "description": "Successful ai66-1 fto search - create task response.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/AI66-1FtoSubmitResponse"
                }
              }
            }
          },
          "201": {
            "description": "Created."
          },
          "401": {
            "description": "Unauthorized."
          },
          "403": {
            "description": "Forbidden."
          },
          "404": {
            "description": "Not Found."
          }
        },
        "externalDocs": {
          "description": "API Reference documentation",
          "url": "https://stage-developers.zhihuiya.com/devportal/api-reference/ai/fto/submit"
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/AI66-1FtoSubmitRequest"
              }
            }
          }
        }
      }
    },
    "/ai/fto/feature/extract": {
      "post": {
        "operationId": "ai66-2FeatureExtract",
        "summary": "AI66-2 FTO Search - Extract Technical Features",
        "description": "Extract technical features based on the task_id.",
        "tags": [
          "FTO Search"
        ],
        "security": [
          {
            "bearerAuth": []
          }
        ],
        "responses": {
          "200": {
            "description": "Successful ai66-2 fto search - extract technical features response.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/AI66-2FeatureExtractResponse"
                }
              }
            }
          },
          "201": {
            "description": "Created."
          },
          "401": {
            "description": "Unauthorized."
          },
          "403": {
            "description": "Forbidden."
          },
          "404": {
            "description": "Not Found."
          }
        },
        "externalDocs": {
          "description": "API Reference documentation",
          "url": "https://stage-developers.zhihuiya.com/devportal/api-reference/ai/fto/feature/extract"
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/AI66-2FeatureExtractRequest"
              }
            }
          }
        }
      }
    },
    "/ai/fto/feature/confirm": {
      "post": {
        "operationId": "ai66-3FeatureConfirm",
        "summary": "AI66-3 FTO Search - Confirm Technical Features",
        "description": "After the user modifies or adds/reduces technical features from [AI66-2], submit the confirmation to proceed with subsequent retrieval.",
        "tags": [
          "FTO Search"
        ],
        "security": [
          {
            "bearerAuth": []
          }
        ],
        "responses": {
          "200": {
            "description": "Successful ai66-3 fto search - confirm technical features response.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/AI66-3FeatureConfirmResponse"
                }
              }
            }
          },
          "201": {
            "description": "Created."
          },
          "401": {
            "description": "Unauthorized."
          },
          "403": {
            "description": "Forbidden."
          },
          "404": {
            "description": "Not Found."
          }
        },
        "externalDocs": {
          "description": "API Reference documentation",
          "url": "https://stage-developers.zhihuiya.com/devportal/api-reference/ai/fto/feature/confirm"
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/AI66-3FeatureConfirmRequest"
              }
            }
          }
        }
      }
    },
    "/ai/fto/search/agent": {
      "post": {
        "operationId": "ai66-4SearchAgent",
        "summary": "AI66-4 FTO Search - Start FTO Search",
        "description": "Based on the technical features confirmed in [AI66-3], start the FTO search agent to perform patent search.",
        "tags": [
          "FTO Search"
        ],
        "security": [
          {
            "bearerAuth": []
          }
        ],
        "responses": {
          "200": {
            "description": "Successful ai66-4 fto search - start fto search response.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/AI66-4SearchAgentResponse"
                }
              }
            }
          },
          "201": {
            "description": "Created."
          },
          "401": {
            "description": "Unauthorized."
          },
          "403": {
            "description": "Forbidden."
          },
          "404": {
            "description": "Not Found."
          }
        },
        "externalDocs": {
          "description": "API Reference documentation",
          "url": "https://stage-developers.zhihuiya.com/devportal/api-reference/ai/fto/search/agent"
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/AI66-4SearchAgentRequest"
              }
            }
          }
        }
      }
    },
    "/ai/fto/search/agent/result": {
      "post": {
        "operationId": "ai66-5AgentResult",
        "summary": "AI66-5 FTO Search - Obtain FTO Search Results",
        "description": "Obtain the search results of the FTO search agent based on the task_id confirmed in [AI66-4].",
        "tags": [
          "FTO Search"
        ],
        "security": [
          {
            "bearerAuth": []
          }
        ],
        "responses": {
          "200": {
            "description": "Successful ai66-5 fto search - obtain fto search results response.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/AI66-5AgentResultResponse"
                }
              }
            }
          },
          "201": {
            "description": "Created."
          },
          "401": {
            "description": "Unauthorized."
          },
          "403": {
            "description": "Forbidden."
          },
          "404": {
            "description": "Not Found."
          }
        },
        "externalDocs": {
          "description": "API Reference documentation",
          "url": "https://stage-developers.zhihuiya.com/devportal/api-reference/ai/fto/search/agent/result"
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/AI66-5AgentResultRequest"
              }
            }
          }
        }
      }
    },
    "/ai/fto/report/create": {
      "post": {
        "operationId": "ai66-6ReportCreate",
        "summary": "AI66-6 FTO Search - Create Report",
        "description": "After the user modifies or adds/reduces the search results from [AI66-5], submit the confirmation and create a complete FTO search report, including all analysis results. Additionally, if the user needs to manually add comparison documents or patents, the output parameters of the [AI66-8] FTO Search - Add Comparison Document or Patent  interface can be used as the corresponding part of the input parameters in this interface.",
        "tags": [
          "FTO Search"
        ],
        "security": [
          {
            "bearerAuth": []
          }
        ],
        "responses": {
          "200": {
            "description": "Successful ai66-6 fto search - create report response.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/AI66-6ReportCreateResponse"
                }
              }
            }
          },
          "201": {
            "description": "Created."
          },
          "401": {
            "description": "Unauthorized."
          },
          "403": {
            "description": "Forbidden."
          },
          "404": {
            "description": "Not Found."
          }
        },
        "externalDocs": {
          "description": "API Reference documentation",
          "url": "https://stage-developers.zhihuiya.com/devportal/api-reference/ai/fto/report/create"
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/AI66-6ReportCreateRequest"
              }
            }
          }
        }
      }
    },
    "/ai/fto/report/get": {
      "post": {
        "operationId": "ai66-7ReportGet",
        "summary": "AI66-7 FTO Search - Download Report",
        "description": "Obtain the download link for the generated FTO search report based on the task_id.",
        "tags": [
          "FTO Search"
        ],
        "security": [
          {
            "bearerAuth": []
          }
        ],
        "responses": {
          "200": {
            "description": "Successful ai66-7 fto search - download report response.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/AI66-7ReportGetResponse"
                }
              }
            }
          },
          "201": {
            "description": "Created."
          },
          "401": {
            "description": "Unauthorized."
          },
          "403": {
            "description": "Forbidden."
          },
          "404": {
            "description": "Not Found."
          }
        },
        "externalDocs": {
          "description": "API Reference documentation",
          "url": "https://stage-developers.zhihuiya.com/devportal/api-reference/ai/fto/report/get"
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/AI66-7ReportGetRequest"
              }
            }
          }
        }
      }
    },
    "/ai/fto/feature/comparison": {
      "post": {
        "operationId": "ai66-8FeatureComparison",
        "summary": "AI66-8 FTO Search - Add Comparison Document or Patent",
        "description": "For cases where the user needs to manually add comparison documents or patents, the output parameters of this interface can be used as the corresponding part of the input parameters in [AI66-6] FTO Search - Create Report.",
        "tags": [
          "FTO Search"
        ],
        "security": [
          {
            "bearerAuth": []
          }
        ],
        "responses": {
          "200": {
            "description": "Successful ai66-8 fto search - add comparison document or patent response.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/AI66-8FeatureComparisonResponse"
                }
              }
            }
          },
          "201": {
            "description": "Created."
          },
          "401": {
            "description": "Unauthorized."
          },
          "403": {
            "description": "Forbidden."
          },
          "404": {
            "description": "Not Found."
          }
        },
        "externalDocs": {
          "description": "API Reference documentation",
          "url": "https://stage-developers.zhihuiya.com/devportal/api-reference/ai/fto/feature/comparison"
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/AI66-8FeatureComparisonRequest"
              }
            }
          }
        }
      }
    },
    "/ai/formulation-agent-creation": {
      "post": {
        "operationId": "m001-1AiFormulationAgentCreation",
        "summary": "M001-1 Formulation agent creation",
        "description": "Based on the input of a technical requirement, generate an assistant assessment report for the formulation analysis of that requirement",
        "tags": [
          "Formulation Assistant"
        ],
        "security": [
          {
            "bearerAuth": []
          }
        ],
        "responses": {
          "200": {
            "description": "Successful m001-1 formulation agent creation response.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/M001-1AiFormulationAgentCreationResponse"
                }
              }
            }
          },
          "201": {
            "description": "Created."
          },
          "401": {
            "description": "Unauthorized."
          },
          "403": {
            "description": "Forbidden."
          },
          "404": {
            "description": "Not Found."
          }
        },
        "externalDocs": {
          "description": "API Reference documentation",
          "url": "https://stage-developers.zhihuiya.com/devportal/api-reference/ai/formulation-agent-creation"
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/M001-1AiFormulationAgentCreationRequest"
              }
            }
          }
        }
      }
    },
    "/ai/formulation-agent-query": {
      "post": {
        "operationId": "m001-2AiFormulationAgentQuery",
        "summary": "M001-2 Formulation agent query",
        "description": "Obtain the task results of the Formulation Agent through the task_id generated by [M001-1]",
        "tags": [
          "Formulation Assistant"
        ],
        "security": [
          {
            "bearerAuth": []
          }
        ],
        "responses": {
          "200": {
            "description": "Successful m001-2 formulation agent query response.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/M001-2AiFormulationAgentQueryResponse"
                }
              }
            }
          },
          "201": {
            "description": "Created."
          },
          "401": {
            "description": "Unauthorized."
          },
          "403": {
            "description": "Forbidden."
          },
          "404": {
            "description": "Not Found."
          }
        },
        "externalDocs": {
          "description": "API Reference documentation",
          "url": "https://stage-developers.zhihuiya.com/devportal/api-reference/ai/formulation-agent-query"
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/M001-2AiFormulationAgentQueryRequest"
              }
            }
          }
        }
      }
    },
    "/ai/novelty-check-agent-creation": {
      "post": {
        "operationId": "m002-1AiNoveltyCheckAgentCreation",
        "summary": "M002-1 Novelty Check Agent Creation",
        "description": "Based on the input technical solution content, generate a novelty assessment report for that solution",
        "tags": [
          "Novelty Check Assistant"
        ],
        "security": [
          {
            "bearerAuth": []
          }
        ],
        "responses": {
          "200": {
            "description": "Successful m002-1 novelty check agent creation response.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/M002-1AiNoveltyCheckAgentCreationResponse"
                }
              }
            }
          },
          "201": {
            "description": "Created."
          },
          "401": {
            "description": "Unauthorized."
          },
          "403": {
            "description": "Forbidden."
          },
          "404": {
            "description": "Not Found."
          }
        },
        "externalDocs": {
          "description": "API Reference documentation",
          "url": "https://stage-developers.zhihuiya.com/devportal/api-reference/ai/novelty-check-agent-creation"
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/M002-1AiNoveltyCheckAgentCreationRequest"
              }
            }
          }
        }
      }
    },
    "/ai/novelty-check-agent-query": {
      "post": {
        "operationId": "m002-2AiNoveltyCheckAgentQuery",
        "summary": "M002-2 Novelty Check Agent Query",
        "description": "Obtain the task results of the Novelty Check Agent through the task_id generated by [M002-1]",
        "tags": [
          "Novelty Check Assistant"
        ],
        "security": [
          {
            "bearerAuth": []
          }
        ],
        "responses": {
          "200": {
            "description": "Successful m002-2 novelty check agent query response.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/M002-2AiNoveltyCheckAgentQueryResponse"
                }
              }
            }
          },
          "201": {
            "description": "Created."
          },
          "401": {
            "description": "Unauthorized."
          },
          "403": {
            "description": "Forbidden."
          },
          "404": {
            "description": "Not Found."
          }
        },
        "externalDocs": {
          "description": "API Reference documentation",
          "url": "https://stage-developers.zhihuiya.com/devportal/api-reference/ai/novelty-check-agent-query"
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/M002-2AiNoveltyCheckAgentQueryRequest"
              }
            }
          }
        }
      }
    },
    "/ai/ner/ddt-ner": {
      "post": {
        "operationId": "ai01NerDdtNer",
        "summary": "AI01 Drug DDT NER",
        "description": "To extract the names of Drug, Disease and Target (DDT) from Chinese and English patents, literature and news data",
        "tags": [
          "Others"
        ],
        "security": [
          {
            "bearerAuth": []
          }
        ],
        "responses": {
          "200": {
            "description": "Successful ai01 drug ddt ner response.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/AI01NerDdtNerResponse"
                }
              }
            }
          },
          "201": {
            "description": "Created."
          },
          "401": {
            "description": "Unauthorized."
          },
          "403": {
            "description": "Forbidden."
          },
          "404": {
            "description": "Not Found."
          }
        },
        "externalDocs": {
          "description": "API Reference documentation",
          "url": "https://stage-developers.zhihuiya.com/devportal/api-reference/ai/ner/ddt-ner"
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/AI01NerDdtNerRequest"
              }
            }
          }
        }
      }
    },
    "/ai/sso/agent/export-link": {
      "post": {
        "operationId": "ai71AgentExportLink",
        "summary": "AI71 Obtain Offline Report",
        "description": "This interface serves as an optimized function for the AI API, supporting users in integrating report links into their local systems. The Agents that currently support outputting report links are: [AI32] Technology Disclosure Document, [AI35] Novelty Check, [AI37] Patent Drafting (CNIPA),  and [AI66] FTO Search.",
        "tags": [
          "Others"
        ],
        "security": [
          {
            "bearerAuth": []
          }
        ],
        "responses": {
          "200": {
            "description": "Successful ai71 obtain offline report response.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/AI71AgentExportLinkResponse"
                }
              }
            }
          },
          "201": {
            "description": "Created."
          },
          "401": {
            "description": "Unauthorized."
          },
          "403": {
            "description": "Forbidden."
          },
          "404": {
            "description": "Not Found."
          }
        },
        "externalDocs": {
          "description": "API Reference documentation",
          "url": "https://stage-developers.zhihuiya.com/devportal/api-reference/ai/sso/agent/export-link"
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/AI71AgentExportLinkRequest"
              }
            }
          }
        }
      }
    },
    "/ai/sso/agent/history": {
      "post": {
        "operationId": "ai72AgentHistory",
        "summary": "AI72 Obtain Offline History Record",
        "description": "This interface serves as an optimized function for the AI API, supporting users in integrating history record into their local systems.",
        "tags": [
          "Others"
        ],
        "security": [
          {
            "bearerAuth": []
          }
        ],
        "responses": {
          "200": {
            "description": "Successful ai72 obtain offline history record response.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/AI72AgentHistoryResponse"
                }
              }
            }
          },
          "201": {
            "description": "Created."
          },
          "401": {
            "description": "Unauthorized."
          },
          "403": {
            "description": "Forbidden."
          },
          "404": {
            "description": "Not Found."
          }
        },
        "externalDocs": {
          "description": "API Reference documentation",
          "url": "https://stage-developers.zhihuiya.com/devportal/api-reference/ai/sso/agent/history"
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/AI72AgentHistoryRequest"
              }
            }
          }
        }
      }
    },
    "/rd-llm/v1/documents/layout_parsing": {
      "post": {
        "operationId": "l017DocumentsLayoutParsing",
        "summary": "L017 Layout-only Parsing (No OCR)",
        "description": "Run layout detection only, without OCR. Every results.content value is null and markdown is not returned. Supported types: png, jpg, jpeg, pdf, doc, docx, ppt, pptx, xls, and xlsx. include_crop_urls is optional and defaults to true.",
        "tags": [
          "Others"
        ],
        "security": [
          {
            "bearerAuth": []
          }
        ],
        "responses": {
          "200": {
            "description": "Successful l017 layout-only parsing (no ocr) response.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/L017DocumentsLayoutParsingResponse"
                }
              }
            }
          },
          "400": {
            "description": "Invalid request, missing file, empty file, or unsupported file format."
          },
          "413": {
            "description": "File exceeds 20 MB or the document exceeds 200 pages."
          },
          "500": {
            "description": "Internal server error; error_code is INTERNAL_ERROR."
          },
          "502": {
            "description": "Downstream processing failed; error_code may be OCR_FAILED, LAYOUT_DETECTION_FAILED, PDF_PARSE_FAILED, or DOCUMENT_CONVERSION_FAILED."
          },
          "504": {
            "description": "Request processing exceeded 300 seconds; error_code is GATEWAY_TIMEOUT."
          }
        },
        "externalDocs": {
          "description": "API Reference documentation",
          "url": "https://stage-developers.zhihuiya.com/devportal/api-reference/rd-llm/v1/documents/layout_parsing"
        },
        "requestBody": {
          "required": true,
          "content": {
            "multipart/form-data": {
              "schema": {
                "$ref": "#/components/schemas/L017DocumentsLayoutParsingRequest"
              }
            }
          }
        }
      }
    },
    "/rd-llm/v1/documents/doc_parsing": {
      "post": {
        "operationId": "l016DocumentsDocParsing",
        "summary": "L016 Document Parsing",
        "description": "Run layout detection and OCR on the uploaded file. The file type is inferred from the filename extension. Supported types: png, jpg, jpeg, pdf, doc, docx, ppt, pptx, xls, and xlsx. Each file must not exceed 20 MB or 200 pages; a request times out if processing exceeds 300 seconds and returns the image link is a signed link with a validity period of 7 days. output_format is optional and defaults to markdown.",
        "tags": [
          "Others"
        ],
        "security": [
          {
            "bearerAuth": []
          }
        ],
        "responses": {
          "200": {
            "description": "Successful l016 document parsing response.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/L016DocumentsDocParsingResponse"
                }
              }
            }
          },
          "400": {
            "description": "Invalid request, missing file, empty file, or unsupported file format."
          },
          "413": {
            "description": "File exceeds 20 MB or the document exceeds 200 pages."
          },
          "500": {
            "description": "Internal server error; error_code is INTERNAL_ERROR."
          },
          "502": {
            "description": "Downstream processing failed; error_code may be OCR_FAILED, LAYOUT_DETECTION_FAILED, PDF_PARSE_FAILED, or DOCUMENT_CONVERSION_FAILED."
          },
          "504": {
            "description": "Request processing exceeded 300 seconds; error_code is GATEWAY_TIMEOUT."
          }
        },
        "externalDocs": {
          "description": "API Reference documentation",
          "url": "https://stage-developers.zhihuiya.com/devportal/api-reference/rd-llm/v1/documents/doc_parsing"
        },
        "requestBody": {
          "required": true,
          "content": {
            "multipart/form-data": {
              "schema": {
                "$ref": "#/components/schemas/L016DocumentsDocParsingRequest"
              }
            }
          }
        }
      }
    },
    "/patent-field/query": {
      "post": {
        "operationId": "p003PatentFieldQuery",
        "summary": "P003 Analytics Query Search and Filter",
        "description": "According to the search query, the corresponding filtering results are obtained, and the filtering results are optional.",
        "tags": [
          "Infringement Comparison"
        ],
        "security": [
          {
            "bearerAuth": []
          }
        ],
        "responses": {
          "200": {
            "description": "Successful p003 analytics query search and filter response.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/P003PatentFieldQueryResponse"
                }
              }
            }
          }
        },
        "externalDocs": {
          "description": "API Reference documentation",
          "url": "https://stage-developers.zhihuiya.com/devportal/api-reference/patent-field/query"
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/P003PatentFieldQueryRequest"
              }
            }
          }
        }
      }
    },
    "/search/patent/query-search-patent/v2": {
      "post": {
        "operationId": "p002QuerySearchPatentV2",
        "summary": "P002 Analytics Query Search",
        "description": "Search PatSnap's global patent database using standard text queries. Read about the search syntax supported in PatSnap here - https://analytics.patsnap.com/search_helper. This includes patent count, patent number, patent ID, etc",
        "tags": [
          "Infringement Comparison"
        ],
        "security": [
          {
            "bearerAuth": []
          }
        ],
        "responses": {
          "200": {
            "description": "Successful p002 analytics query search response.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/P002QuerySearchPatentV2Response"
                }
              }
            }
          },
          "201": {
            "description": "Created."
          },
          "401": {
            "description": "Unauthorized."
          },
          "403": {
            "description": "Forbidden."
          },
          "404": {
            "description": "Not Found."
          }
        },
        "externalDocs": {
          "description": "API Reference documentation",
          "url": "https://stage-developers.zhihuiya.com/devportal/api-reference/search/patent/query-search-patent/v2"
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/P002QuerySearchPatentV2Request"
              }
            }
          }
        }
      }
    },
    "/search/patent/semantic-search-patent": {
      "post": {
        "operationId": "p008PatentSemanticSearch",
        "summary": "P008 Semantic Search Similar Patent",
        "description": "Receive patent list by semantic search ,the maximum number of patents returned is 1000. Sort by default from high to low similarity .Try entering a technical piece of text e.g. an abstract (we recommend entering >200 words for best results).",
        "tags": [
          "Infringement Comparison"
        ],
        "security": [
          {
            "bearerAuth": []
          }
        ],
        "responses": {
          "200": {
            "description": "Successful p008 semantic search similar patent response.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/P008PatentSemanticSearchResponse"
                }
              }
            }
          },
          "201": {
            "description": "Created."
          },
          "401": {
            "description": "Unauthorized."
          },
          "403": {
            "description": "Forbidden."
          },
          "404": {
            "description": "Not Found."
          }
        },
        "externalDocs": {
          "description": "API Reference documentation",
          "url": "https://stage-developers.zhihuiya.com/devportal/api-reference/search/patent/semantic-search-patent"
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/P008PatentSemanticSearchRequest"
              }
            }
          }
        }
      }
    },
    "/image-search/image-upload": {
      "post": {
        "operationId": "p010ImageSearchImageUpload",
        "summary": "P010 Image Search Get Image Url",
        "description": "Obtain the url accessible to the public network by uploading an image.",
        "tags": [
          "Infringement Comparison"
        ],
        "security": [
          {
            "bearerAuth": []
          }
        ],
        "responses": {
          "200": {
            "description": "Successful p010 image search get image url response.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/P010ImageSearchImageUploadResponse"
                }
              }
            }
          }
        },
        "externalDocs": {
          "description": "API Reference documentation",
          "url": "https://stage-developers.zhihuiya.com/devportal/api-reference/image-search/image-upload"
        },
        "requestBody": {
          "required": true,
          "content": {
            "multipart/form-data": {
              "schema": {
                "$ref": "#/components/schemas/P010ImageSearchImageUploadRequest"
              }
            }
          }
        }
      }
    },
    "/basic-patent-data/bibliography": {
      "get": {
        "operationId": "p012BasicPatentDataBibliography",
        "summary": "P012 Biblio",
        "description": "Receive patent bibliography data by patent_id or patent_number. Patent bibliography data includes a total of 100+ fields, including application information, applicant information and agency information. For more details please view the full list of fields in the developer document.",
        "tags": [
          "Infringement Comparison"
        ],
        "security": [
          {
            "bearerAuth": []
          }
        ],
        "responses": {
          "200": {
            "description": "Successful p012 biblio response.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/P012BasicPatentDataBibliographyResponse"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized."
          },
          "403": {
            "description": "Forbidden."
          },
          "404": {
            "description": "Not Found."
          }
        },
        "externalDocs": {
          "description": "API Reference documentation",
          "url": "https://stage-developers.zhihuiya.com/devportal/api-reference/basic-patent-data/bibliography"
        },
        "parameters": [
          {
            "name": "patent_id",
            "in": "query",
            "required": false,
            "description": "patent_id",
            "schema": {
              "type": "string",
              "example": "718ead9c-4f3c-4674-8f5a-24e126827269",
              "description": "patent_id"
            }
          },
          {
            "name": "patent_number",
            "in": "query",
            "required": false,
            "description": "patent_number",
            "schema": {
              "type": "string",
              "example": "US11205304B2",
              "description": "patent_number"
            }
          }
        ]
      }
    },
    "/basic-patent-data/patent-family": {
      "get": {
        "operationId": "p014BasicPatentDataPatentFamily",
        "summary": "P014 Patent Family",
        "description": "Receive patent family data by patent_id or patent_number. Patent family data includes simple, INPADOC, and PatSnap family authority, family members and count.",
        "tags": [
          "Infringement Comparison"
        ],
        "security": [
          {
            "bearerAuth": []
          }
        ],
        "responses": {
          "200": {
            "description": "Successful p014 patent family response.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/P014BasicPatentDataPatentFamilyResponse"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized."
          },
          "403": {
            "description": "Forbidden."
          },
          "404": {
            "description": "Not Found."
          }
        },
        "externalDocs": {
          "description": "API Reference documentation",
          "url": "https://stage-developers.zhihuiya.com/devportal/api-reference/basic-patent-data/patent-family"
        },
        "parameters": [
          {
            "name": "patent_id",
            "in": "query",
            "required": false,
            "description": "patent_id",
            "schema": {
              "type": "string",
              "example": "1a47a70d-6b54-4709-a72a-ed552781fcac",
              "description": "patent_id"
            }
          },
          {
            "name": "patent_number",
            "in": "query",
            "required": false,
            "description": "patent_number",
            "schema": {
              "type": "string",
              "example": "JP1999068462A",
              "description": "patent_number"
            }
          }
        ]
      }
    },
    "/basic-patent-data/claim-data": {
      "get": {
        "operationId": "p018BasicPatentDataClaimData",
        "summary": "P018 Claim",
        "description": "Receive patent claim data by patent_id or patent_number. Patent claim data includes claim text and number of independent claims.",
        "tags": [
          "Infringement Comparison"
        ],
        "security": [
          {
            "bearerAuth": []
          }
        ],
        "responses": {
          "200": {
            "description": "Successful p018 claim response.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/P018BasicPatentDataClaimDataResponse"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized."
          },
          "403": {
            "description": "Forbidden."
          },
          "404": {
            "description": "Not Found."
          }
        },
        "externalDocs": {
          "description": "API Reference documentation",
          "url": "https://stage-developers.zhihuiya.com/devportal/api-reference/basic-patent-data/claim-data"
        },
        "parameters": [
          {
            "name": "patent_id",
            "in": "query",
            "required": false,
            "description": "patent_id",
            "schema": {
              "type": "string",
              "example": "1a47a70d-6b54-4709-a72a-ed552781fcac,7353c607-0594-4592-b99e-aea9f517de17",
              "description": "patent_id"
            }
          },
          {
            "name": "patent_number",
            "in": "query",
            "required": false,
            "description": "patent_number",
            "schema": {
              "type": "string",
              "example": "JP1999068462A",
              "description": "patent_number"
            }
          }
        ]
      }
    },
    "/basic-patent-data/description-data": {
      "get": {
        "operationId": "p019BasicPatentDataDescriptionData",
        "summary": "P019 Description",
        "description": "Receive patent description data by patent_id or patent_number. Patent description data includes the Technical field, Background Art, Summary of Invention, Brief Description of Drawings and Description of Embodiments.",
        "tags": [
          "Infringement Comparison"
        ],
        "security": [
          {
            "bearerAuth": []
          }
        ],
        "responses": {
          "200": {
            "description": "Successful p019 description response.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/P019BasicPatentDataDescriptionDataResponse"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized."
          },
          "403": {
            "description": "Forbidden."
          },
          "404": {
            "description": "Not Found."
          }
        },
        "externalDocs": {
          "description": "API Reference documentation",
          "url": "https://stage-developers.zhihuiya.com/devportal/api-reference/basic-patent-data/description-data"
        },
        "parameters": [
          {
            "name": "patent_id",
            "in": "query",
            "required": false,
            "description": "patent_id",
            "schema": {
              "type": "string",
              "example": "1a47a70d-6b54-4709-a72a-ed552781fcac,7353c607-0594-4592-b99e-aea9f517de17",
              "description": "patent_id"
            }
          },
          {
            "name": "patent_number",
            "in": "query",
            "required": false,
            "description": "patent_number",
            "schema": {
              "type": "string",
              "example": "JP1999068462A",
              "description": "patent_number"
            }
          }
        ]
      }
    },
    "/basic-patent-data/abstract-image": {
      "get": {
        "operationId": "p021BasicPatentDataAbstractImage",
        "summary": "P021 Abstract Image",
        "description": "Receive patent abstract image data (the image from front page) by patent_id or patent_number. Patent abstract data includes abstract image number and abstract image URL path.",
        "tags": [
          "Infringement Comparison"
        ],
        "security": [
          {
            "bearerAuth": []
          }
        ],
        "responses": {
          "200": {
            "description": "Successful p021 abstract image response.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/P021BasicPatentDataAbstractImageResponse"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized."
          },
          "403": {
            "description": "Forbidden."
          },
          "404": {
            "description": "Not Found."
          }
        },
        "externalDocs": {
          "description": "API Reference documentation",
          "url": "https://stage-developers.zhihuiya.com/devportal/api-reference/basic-patent-data/abstract-image"
        },
        "parameters": [
          {
            "name": "patent_id",
            "in": "query",
            "required": false,
            "description": "patent_id",
            "schema": {
              "type": "string",
              "example": "077f4978-092c-4522-bc98-e8257a5c99f9,6e5c550d-28d6-4cf1-a265-b5488996b641,52ee4f52-3edc-4e41-854e-c76dd8b7d14f",
              "description": "patent_id"
            }
          },
          {
            "name": "patent_number",
            "in": "query",
            "required": false,
            "description": "patent_number",
            "schema": {
              "type": "string",
              "example": "CN3307359D,CN303649457S,CN104169186A",
              "description": "patent_number"
            }
          }
        ]
      }
    },
    "/basic-patent-data/abstract-data-translated": {
      "get": {
        "operationId": "p043BasicPatentDataAbstractDataTranslated",
        "summary": "P043 Abstract (Translated)",
        "description": "Receive patent translated title and abstract by patent_id or patent_number (support Chinese, English, Japanese).",
        "tags": [
          "Infringement Comparison"
        ],
        "security": [
          {
            "bearerAuth": []
          }
        ],
        "responses": {
          "200": {
            "description": "Successful p043 abstract (translated) response.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/P043BasicPatentDataAbstractDataTranslatedResponse"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized."
          },
          "403": {
            "description": "Forbidden."
          },
          "404": {
            "description": "Not Found."
          }
        },
        "externalDocs": {
          "description": "API Reference documentation",
          "url": "https://stage-developers.zhihuiya.com/devportal/api-reference/basic-patent-data/abstract-data-translated"
        },
        "parameters": [
          {
            "name": "lang",
            "in": "query",
            "required": false,
            "description": "translation language, support cn, en, jp",
            "schema": {
              "type": "string",
              "example": "en",
              "description": "translation language, support cn, en, jp"
            }
          },
          {
            "name": "patent_id",
            "in": "query",
            "required": false,
            "description": "patent_id",
            "schema": {
              "type": "string",
              "example": "1a47a70d-6b54-4709-a72a-ed552781fcac,7353c607-0594-4592-b99e-aea9f517de17",
              "description": "patent_id"
            }
          },
          {
            "name": "patent_number",
            "in": "query",
            "required": false,
            "description": "patent_number",
            "schema": {
              "type": "string",
              "example": "CN101595528B",
              "description": "patent_number"
            }
          },
          {
            "name": "replace_by_related",
            "in": "query",
            "required": false,
            "description": "When the abstract of current patent is unavailable, whether to replace it with the abstract of its family patent？default not to replace: 1. Yes 0: No",
            "schema": {
              "type": "integer",
              "format": "int32",
              "example": "0",
              "description": "When the abstract of current patent is unavailable, whether to replace it with the abstract of its family patent？default not to replace: 1. Yes 0: No"
            }
          }
        ]
      }
    },
    "/basic-patent-data/claim-data-translated": {
      "get": {
        "operationId": "p044BasicPatentDataClaimDataTranslated",
        "summary": "P044 Claim (Translated)",
        "description": "Receive patent translated claims by patent_id or patent_number (support Chinese, English, Japanese)",
        "tags": [
          "Infringement Comparison"
        ],
        "security": [
          {
            "bearerAuth": []
          }
        ],
        "responses": {
          "200": {
            "description": "Successful p044 claim (translated) response.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/P044BasicPatentDataClaimDataTranslatedResponse"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized."
          },
          "403": {
            "description": "Forbidden."
          },
          "404": {
            "description": "Not Found."
          }
        },
        "externalDocs": {
          "description": "API Reference documentation",
          "url": "https://stage-developers.zhihuiya.com/devportal/api-reference/basic-patent-data/claim-data-translated"
        },
        "parameters": [
          {
            "name": "lang",
            "in": "query",
            "required": false,
            "description": "translation language, support cn, en, jp",
            "schema": {
              "type": "string",
              "example": "en",
              "description": "translation language, support cn, en, jp"
            }
          },
          {
            "name": "patent_id",
            "in": "query",
            "required": false,
            "description": "patent_id",
            "schema": {
              "type": "string",
              "example": "1a47a70d-6b54-4709-a72a-ed552781fcac,7353c607-0594-4592-b99e-aea9f517de17",
              "description": "patent_id"
            }
          },
          {
            "name": "patent_number",
            "in": "query",
            "required": false,
            "description": "patent_number",
            "schema": {
              "type": "string",
              "example": "CN101595528B",
              "description": "patent_number"
            }
          },
          {
            "name": "replace_by_related",
            "in": "query",
            "required": false,
            "description": "When the claims of current patent is unavailable, whether to replace it with the claims of its family patent？default not to replace: 1. Yes 0: No",
            "schema": {
              "type": "integer",
              "format": "int32",
              "example": "0",
              "description": "When the claims of current patent is unavailable, whether to replace it with the claims of its family patent？default not to replace: 1. Yes 0: No"
            }
          }
        ]
      }
    },
    "/basic-patent-data/description-data-translated": {
      "get": {
        "operationId": "p045BasicPatentDataDescriptionDataTranslated",
        "summary": "P045 Description (Translated)",
        "description": "Receive patent translated description by patent_id or patent_number (support Chinese, English, Japanese)",
        "tags": [
          "Infringement Comparison"
        ],
        "security": [
          {
            "bearerAuth": []
          }
        ],
        "responses": {
          "200": {
            "description": "Successful p045 description (translated) response.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/P045BasicPatentDataDescriptionDataTranslatedResponse"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized."
          },
          "403": {
            "description": "Forbidden."
          },
          "404": {
            "description": "Not Found."
          }
        },
        "externalDocs": {
          "description": "API Reference documentation",
          "url": "https://stage-developers.zhihuiya.com/devportal/api-reference/basic-patent-data/description-data-translated"
        },
        "parameters": [
          {
            "name": "lang",
            "in": "query",
            "required": false,
            "description": "translation language, support cn, en, jp",
            "schema": {
              "type": "string",
              "example": "en",
              "description": "translation language, support cn, en, jp"
            }
          },
          {
            "name": "patent_id",
            "in": "query",
            "required": false,
            "description": "patent_id",
            "schema": {
              "type": "string",
              "example": "1a47a70d-6b54-4709-a72a-ed552781fcac,7353c607-0594-4592-b99e-aea9f517de17",
              "description": "patent_id"
            }
          },
          {
            "name": "patent_number",
            "in": "query",
            "required": false,
            "description": "patent_number",
            "schema": {
              "type": "string",
              "example": "CN101595528B",
              "description": "patent_number"
            }
          },
          {
            "name": "replace_by_related",
            "in": "query",
            "required": false,
            "description": "When the description of current patent is unavailable, whether to replace it with the description of its family patent？default not to replace: 1. Yes 0: No",
            "schema": {
              "type": "integer",
              "format": "int32",
              "example": "0",
              "description": "When the description of current patent is unavailable, whether to replace it with the description of its family patent？default not to replace: 1. Yes 0: No"
            }
          }
        ]
      }
    },
    "/basic-patent-data/fulltext-image": {
      "post": {
        "operationId": "p042BasicPatentDataFulltextImage",
        "summary": "P042 Fulltext Image",
        "description": "Receive patent fulltext image data by patent_id or patent_number. Patent fulltext data includes fulltext image type and fulltext image URL path.",
        "tags": [
          "Infringement Comparison"
        ],
        "security": [
          {
            "bearerAuth": []
          }
        ],
        "responses": {
          "200": {
            "description": "Successful p042 fulltext image response.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/P042BasicPatentDataFulltextImageResponse"
                }
              }
            }
          },
          "201": {
            "description": "Created."
          },
          "401": {
            "description": "Unauthorized."
          },
          "403": {
            "description": "Forbidden."
          },
          "404": {
            "description": "Not Found."
          }
        },
        "externalDocs": {
          "description": "API Reference documentation",
          "url": "https://stage-developers.zhihuiya.com/devportal/api-reference/basic-patent-data/fulltext-image"
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/P042BasicPatentDataFulltextImageRequest"
              }
            }
          }
        }
      }
    },
    "/search/patent/image-multiple": {
      "post": {
        "operationId": "p061PatentImageMultiple",
        "summary": "P061 Image Search Similar Patent - Multiple images",
        "description": "Image Search helps you search for design patents or utility patents using multiple images (up to four). By default, the similarity is sorted from high to low, and one call can return up to 100 similar patents.",
        "tags": [
          "Infringement Comparison"
        ],
        "security": [
          {
            "bearerAuth": []
          }
        ],
        "responses": {
          "200": {
            "description": "Successful p061 image search similar patent - multiple images response.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/P061PatentImageMultipleResponse"
                }
              }
            }
          },
          "201": {
            "description": "Created."
          },
          "401": {
            "description": "Unauthorized."
          },
          "403": {
            "description": "Forbidden."
          },
          "404": {
            "description": "Not Found."
          }
        },
        "externalDocs": {
          "description": "API Reference documentation",
          "url": "https://stage-developers.zhihuiya.com/devportal/api-reference/search/patent/image-multiple"
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/P061PatentImageMultipleRequest"
              }
            }
          }
        }
      }
    },
    "/basic-patent-data/backward-citation": {
      "get": {
        "operationId": "p015BasicPatentDataBackwardCitation",
        "summary": "P015 Cited By Patents",
        "description": "Receive patent backward citation data by patent_id or patent_number. Patent backward citation data includes backward citation number, backward citation count for simple family, INPADOC family and PatSnap family.",
        "tags": [
          "Maintenance & Annuity"
        ],
        "security": [
          {
            "bearerAuth": []
          }
        ],
        "responses": {
          "200": {
            "description": "Successful p015 cited by patents response.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/P015BasicPatentDataBackwardCitationResponse"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized."
          },
          "403": {
            "description": "Forbidden."
          },
          "404": {
            "description": "Not Found."
          }
        },
        "externalDocs": {
          "description": "API Reference documentation",
          "url": "https://stage-developers.zhihuiya.com/devportal/api-reference/basic-patent-data/backward-citation"
        },
        "parameters": [
          {
            "name": "patent_id",
            "in": "query",
            "required": false,
            "description": "patent_id",
            "schema": {
              "type": "string",
              "example": "000d6583-2f77-42e0-999d-9aa9ecc5b94e",
              "description": "patent_id"
            }
          },
          {
            "name": "patent_number",
            "in": "query",
            "required": false,
            "description": "patent_number",
            "schema": {
              "type": "string",
              "example": "DE3106419A1",
              "description": "patent_number"
            }
          }
        ]
      }
    },
    "/basic-patent-data/pdf-data": {
      "get": {
        "operationId": "p020BasicPatentDataPdfData",
        "summary": "P020 PDF",
        "description": "Receive patent PDF document pathway by patent_id or patent_number.",
        "tags": [
          "Maintenance & Annuity"
        ],
        "security": [
          {
            "bearerAuth": []
          }
        ],
        "responses": {
          "200": {
            "description": "Successful p020 pdf response.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/P020BasicPatentDataPdfDataResponse"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized."
          },
          "403": {
            "description": "Forbidden."
          },
          "404": {
            "description": "Not Found."
          }
        },
        "externalDocs": {
          "description": "API Reference documentation",
          "url": "https://stage-developers.zhihuiya.com/devportal/api-reference/basic-patent-data/pdf-data"
        },
        "parameters": [
          {
            "name": "patent_id",
            "in": "query",
            "required": false,
            "description": "patent_id",
            "schema": {
              "type": "string",
              "example": "494407c3-459b-4c6b-8503-b5128cf0c07e,94365516-de3c-445b-aa73-dd8370887a2d,ddfc29cf-71c6-4bb3-b35b-10f256767152",
              "description": "patent_id"
            }
          },
          {
            "name": "patent_number",
            "in": "query",
            "required": false,
            "description": "patent_number",
            "schema": {
              "type": "string",
              "example": "EP2458380B1,CN3126351D,US20050262868A1",
              "description": "patent_number"
            }
          },
          {
            "name": "replace_by_related",
            "in": "query",
            "required": false,
            "description": "When the PDF of current patent is unavailable, whether to replace it with the PDF of its family patent？default not to replace: \n   1. Yes\n   0: No",
            "schema": {
              "type": "integer",
              "format": "int32",
              "example": "0",
              "description": "When the PDF of current patent is unavailable, whether to replace it with the PDF of its family patent？default not to replace: \n   1. Yes\n   0: No"
            }
          }
        ]
      }
    },
    "/patent-valuation-data/patent_ability": {
      "post": {
        "operationId": "p047PatentValuationDataPatentAbility",
        "summary": "P047 Patentability indicators",
        "description": "Receive technology patentability indicators by similar patents list. there include the number of multi-claim patents, the number of patent with re-examination/invalidation, the average validity duration and the granted ratio",
        "tags": [
          "Maintenance & Annuity"
        ],
        "security": [
          {
            "bearerAuth": []
          }
        ],
        "responses": {
          "200": {
            "description": "Successful p047 patentability indicators response.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/P047PatentValuationDataPatentAbilityResponse"
                }
              }
            }
          },
          "201": {
            "description": "Created."
          },
          "401": {
            "description": "Unauthorized."
          },
          "403": {
            "description": "Forbidden."
          },
          "404": {
            "description": "Not Found."
          }
        },
        "externalDocs": {
          "description": "API Reference documentation",
          "url": "https://stage-developers.zhihuiya.com/devportal/api-reference/patent-valuation-data/patent_ability"
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/P047PatentValuationDataPatentAbilityRequest"
              }
            }
          }
        }
      }
    },
    "/patent-valuation-data/patent_valuation": {
      "get": {
        "operationId": "p035PatentValuationDataPatentValuation",
        "summary": "P035 Patent Valuation",
        "description": "Receive patent valuation data by patent_id or patent_number. This includes patent valuation (US dollar unit), technology value score, strategic value score, market value score, economic value score, and legal value score (scores are out of 100).",
        "tags": [
          "Valuation"
        ],
        "security": [
          {
            "bearerAuth": []
          }
        ],
        "responses": {
          "200": {
            "description": "Successful p035 patent valuation response.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/P035PatentValuationDataPatentValuationResponse"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized."
          },
          "403": {
            "description": "Forbidden."
          },
          "404": {
            "description": "Not Found."
          }
        },
        "externalDocs": {
          "description": "API Reference documentation",
          "url": "https://stage-developers.zhihuiya.com/devportal/api-reference/patent-valuation-data/patent_valuation"
        },
        "parameters": [
          {
            "name": "patent_id",
            "in": "query",
            "required": false,
            "description": "patent_id",
            "schema": {
              "type": "string",
              "example": "92ccf76a-a718-47e9-8cd6-6c5c9df19ae3",
              "description": "patent_id"
            }
          },
          {
            "name": "patent_number",
            "in": "query",
            "required": false,
            "description": "patent_number",
            "schema": {
              "type": "string",
              "example": "JP6012277B2",
              "description": "patent_number"
            }
          }
        ]
      }
    },
    "/company/technology-label": {
      "post": {
        "operationId": "c005CompanyTechnologyLabel",
        "summary": "C005 technology label",
        "description": "This interface provides the effective scientific and technological qualification label recognized by the relevant countries of the enterprise",
        "tags": [
          "Customer Acquisition & Eval"
        ],
        "security": [
          {
            "bearerAuth": []
          }
        ],
        "responses": {
          "200": {
            "description": "Successful c005 technology label response.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/C005CompanyTechnologyLabelResponse"
                }
              }
            }
          },
          "201": {
            "description": "Created."
          },
          "401": {
            "description": "Unauthorized."
          },
          "403": {
            "description": "Forbidden."
          },
          "404": {
            "description": "Not Found."
          }
        },
        "externalDocs": {
          "description": "API Reference documentation",
          "url": "https://stage-developers.zhihuiya.com/devportal/api-reference/company/technology-label"
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/C005CompanyTechnologyLabelRequest"
              }
            }
          }
        }
      }
    },
    "/company/industry-classification": {
      "post": {
        "operationId": "c007CompanyIndustryClassification",
        "summary": "C007 industry classification",
        "description": "This interface provides industry classification of enterprises, including national economic classification（GBC）, strategic emerging industry classification（SEIC）, etc",
        "tags": [
          "Customer Acquisition & Eval"
        ],
        "security": [
          {
            "bearerAuth": []
          }
        ],
        "responses": {
          "200": {
            "description": "Successful c007 industry classification response.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/C007CompanyIndustryClassificationResponse"
                }
              }
            }
          },
          "201": {
            "description": "Created."
          },
          "401": {
            "description": "Unauthorized."
          },
          "403": {
            "description": "Forbidden."
          },
          "404": {
            "description": "Not Found."
          }
        },
        "externalDocs": {
          "description": "API Reference documentation",
          "url": "https://stage-developers.zhihuiya.com/devportal/api-reference/company/industry-classification"
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/C007CompanyIndustryClassificationRequest"
              }
            }
          }
        }
      }
    },
    "/company/financing-information": {
      "post": {
        "operationId": "c013CompanyFinancingInformation",
        "summary": "C013 financing information",
        "description": "This interface provides detailed information of enterprise financing events",
        "tags": [
          "Customer Acquisition & Eval"
        ],
        "security": [
          {
            "bearerAuth": []
          }
        ],
        "responses": {
          "200": {
            "description": "Successful c013 financing information response.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/C013CompanyFinancingInformationResponse"
                }
              }
            }
          },
          "201": {
            "description": "Created."
          },
          "401": {
            "description": "Unauthorized."
          },
          "403": {
            "description": "Forbidden."
          },
          "404": {
            "description": "Not Found."
          }
        },
        "externalDocs": {
          "description": "API Reference documentation",
          "url": "https://stage-developers.zhihuiya.com/devportal/api-reference/company/financing-information"
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/C013CompanyFinancingInformationRequest"
              }
            }
          }
        }
      }
    },
    "/company/technology-evaluation-indicators": {
      "post": {
        "operationId": "c024CompanyTechnologyEvaluationIndicators",
        "summary": "C024 scientific and technological company evaluation and indicators",
        "description": "This interface provides the evaluation results and evaluation calculation index pool of the enterprise's scientific and technological innovation capability",
        "tags": [
          "Customer Acquisition & Eval"
        ],
        "security": [
          {
            "bearerAuth": []
          }
        ],
        "responses": {
          "200": {
            "description": "Successful c024 scientific and technological company evaluation and indicators response.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/C024CompanyTechnologyEvaluationIndicatorsResponse"
                }
              }
            }
          },
          "201": {
            "description": "Created."
          },
          "401": {
            "description": "Unauthorized."
          },
          "403": {
            "description": "Forbidden."
          },
          "404": {
            "description": "Not Found."
          }
        },
        "externalDocs": {
          "description": "API Reference documentation",
          "url": "https://stage-developers.zhihuiya.com/devportal/api-reference/company/technology-evaluation-indicators"
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/C024CompanyTechnologyEvaluationIndicatorsRequest"
              }
            }
          }
        }
      }
    },
    "/company/company-group-technology-evaluation-indicators": {
      "post": {
        "operationId": "c025CompanyCompanyGroupTechnologyEvaluationIndicators",
        "summary": "C025 scientific and technological company group",
        "description": "This interface provides the evaluation results and evaluation calculation index pool of the technological innovation capability of the enterprise group after penetration",
        "tags": [
          "Customer Acquisition & Eval"
        ],
        "security": [
          {
            "bearerAuth": []
          }
        ],
        "responses": {
          "200": {
            "description": "Successful c025 scientific and technological company group response.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/C025CompanyCompanyGroupTechnologyEvaluationIndicatorsResponse"
                }
              }
            }
          },
          "201": {
            "description": "Created."
          },
          "401": {
            "description": "Unauthorized."
          },
          "403": {
            "description": "Forbidden."
          },
          "404": {
            "description": "Not Found."
          }
        },
        "externalDocs": {
          "description": "API Reference documentation",
          "url": "https://stage-developers.zhihuiya.com/devportal/api-reference/company/company-group-technology-evaluation-indicators"
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/C025CompanyCompanyGroupTechnologyEvaluationIndicatorsRequest"
              }
            }
          }
        }
      }
    },
    "/company/enterprise-patent-risk-warning": {
      "post": {
        "operationId": "c027CompanyEnterprisePatentRiskWarning",
        "summary": "C027 enterprise patent risk warning",
        "description": "This interface provides enterprise patent risk warning data, including patent pledge litigation, transfer in/out, invalid rejection, etc",
        "tags": [
          "Customer Acquisition & Eval"
        ],
        "security": [
          {
            "bearerAuth": []
          }
        ],
        "responses": {
          "200": {
            "description": "Successful c027 enterprise patent risk warning response.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/C027CompanyEnterprisePatentRiskWarningResponse"
                }
              }
            }
          },
          "201": {
            "description": "Created."
          },
          "401": {
            "description": "Unauthorized."
          },
          "403": {
            "description": "Forbidden."
          },
          "404": {
            "description": "Not Found."
          }
        },
        "externalDocs": {
          "description": "API Reference documentation",
          "url": "https://stage-developers.zhihuiya.com/devportal/api-reference/company/enterprise-patent-risk-warning"
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/C027CompanyEnterprisePatentRiskWarningRequest"
              }
            }
          }
        }
      }
    },
    "/patent-valuation-data/technology_indicators": {
      "get": {
        "operationId": "p036PatentValuationDataTechnologyIndicators",
        "summary": "P036 Technology Indicators",
        "description": "Receive patent technology valuation score data by patent_id or patent_number. This includes cited-by count, self citation count, examiner citation categories, claim count, independent claim count, PDF page count, IPC classification count, IPC section count, and IPC main group count.",
        "tags": [
          "Customer Acquisition & Eval"
        ],
        "security": [
          {
            "bearerAuth": []
          }
        ],
        "responses": {
          "200": {
            "description": "Successful p036 technology indicators response.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/P036PatentValuationDataTechnologyIndicatorsResponse"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized."
          },
          "403": {
            "description": "Forbidden."
          },
          "404": {
            "description": "Not Found."
          }
        },
        "externalDocs": {
          "description": "API Reference documentation",
          "url": "https://stage-developers.zhihuiya.com/devportal/api-reference/patent-valuation-data/technology_indicators"
        },
        "parameters": [
          {
            "name": "patent_id",
            "in": "query",
            "required": false,
            "description": "patent_id",
            "schema": {
              "type": "string",
              "example": "c3efa1e6-a2c3-4502-b5e7-97fcf570cfd3",
              "description": "patent_id"
            }
          },
          {
            "name": "patent_number",
            "in": "query",
            "required": false,
            "description": "patent_number",
            "schema": {
              "type": "string",
              "example": "US5012236A",
              "description": "patent_number"
            }
          }
        ]
      }
    },
    "/patent-valuation-data/legal_indicators": {
      "get": {
        "operationId": "p037PatentValuationDataLegalIndicators",
        "summary": "P037 Legal Indicators",
        "description": "Receive patent legal valuation score data by patent_id or patent_number. This includes litigation Authority, litigation count, re-examination or invalidation activity, legal status, patent age, remaining life of the patent, and pending time.",
        "tags": [
          "Customer Acquisition & Eval"
        ],
        "security": [
          {
            "bearerAuth": []
          }
        ],
        "responses": {
          "200": {
            "description": "Successful p037 legal indicators response.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/P037PatentValuationDataLegalIndicatorsResponse"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized."
          },
          "403": {
            "description": "Forbidden."
          },
          "404": {
            "description": "Not Found."
          }
        },
        "externalDocs": {
          "description": "API Reference documentation",
          "url": "https://stage-developers.zhihuiya.com/devportal/api-reference/patent-valuation-data/legal_indicators"
        },
        "parameters": [
          {
            "name": "patent_id",
            "in": "query",
            "required": false,
            "description": "patent_id",
            "schema": {
              "type": "string",
              "example": "c3efa1e6-a2c3-4502-b5e7-97fcf570cfd3",
              "description": "patent_id"
            }
          },
          {
            "name": "patent_number",
            "in": "query",
            "required": false,
            "description": "patent_number",
            "schema": {
              "type": "string",
              "example": "US5012236A",
              "description": "patent_number"
            }
          }
        ]
      }
    },
    "/patent-valuation-data/market_indicators": {
      "get": {
        "operationId": "p038PatentValuationDataMarketIndicators",
        "summary": "P038 Market Indicators",
        "description": "Receive patent market valuation score data by patent_id or patent_number. This includes patent type, family size, family authority count, patent cites count, examiner cites count, and reference cites count.",
        "tags": [
          "Customer Acquisition & Eval"
        ],
        "security": [
          {
            "bearerAuth": []
          }
        ],
        "responses": {
          "200": {
            "description": "Successful p038 market indicators response.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/P038PatentValuationDataMarketIndicatorsResponse"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized."
          },
          "403": {
            "description": "Forbidden."
          },
          "404": {
            "description": "Not Found."
          }
        },
        "externalDocs": {
          "description": "API Reference documentation",
          "url": "https://stage-developers.zhihuiya.com/devportal/api-reference/patent-valuation-data/market_indicators"
        },
        "parameters": [
          {
            "name": "patent_id",
            "in": "query",
            "required": false,
            "description": "patent_id",
            "schema": {
              "type": "string",
              "example": "c3efa1e6-a2c3-4502-b5e7-97fcf570cfd3",
              "description": "patent_id"
            }
          },
          {
            "name": "patent_number",
            "in": "query",
            "required": false,
            "description": "patent_number",
            "schema": {
              "type": "string",
              "example": "US5012236A",
              "description": "patent_number"
            }
          }
        ]
      }
    },
    "/patent-valuation-data/strategic_indicators": {
      "get": {
        "operationId": "p039PatentValuationDataStrategicIndicators",
        "summary": "P039 Strategic Indicators",
        "description": "Receive patent strategic valuation score by patent_id or patent_number. This includes original applicant count, current assignee count, current company assignee ratio, assignee market sales, assignee market competition, assignee market share, inventor count, transfer count, pledge count, and license count.",
        "tags": [
          "Customer Acquisition & Eval"
        ],
        "security": [
          {
            "bearerAuth": []
          }
        ],
        "responses": {
          "200": {
            "description": "Successful p039 strategic indicators response.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/P039PatentValuationDataStrategicIndicatorsResponse"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized."
          },
          "403": {
            "description": "Forbidden."
          },
          "404": {
            "description": "Not Found."
          }
        },
        "externalDocs": {
          "description": "API Reference documentation",
          "url": "https://stage-developers.zhihuiya.com/devportal/api-reference/patent-valuation-data/strategic_indicators"
        },
        "parameters": [
          {
            "name": "patent_id",
            "in": "query",
            "required": false,
            "description": "patent_id",
            "schema": {
              "type": "string",
              "example": "c3efa1e6-a2c3-4502-b5e7-97fcf570cfd3",
              "description": "patent_id"
            }
          },
          {
            "name": "patent_number",
            "in": "query",
            "required": false,
            "description": "patent_number",
            "schema": {
              "type": "string",
              "example": "US5012236A",
              "description": "patent_number"
            }
          }
        ]
      }
    },
    "/patent-valuation-data/economic_indicators": {
      "get": {
        "operationId": "p040PatentValuationDataEconomicIndicators",
        "summary": "P040 Economic Indicators",
        "description": "Receive patent economic valuation score data by patent_id or patent_number. This includes the patent increment ratio of IPC class and IPC main group in the last 5 years, and the family stability trend.",
        "tags": [
          "Customer Acquisition & Eval"
        ],
        "security": [
          {
            "bearerAuth": []
          }
        ],
        "responses": {
          "200": {
            "description": "Successful p040 economic indicators response.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/P040PatentValuationDataEconomicIndicatorsResponse"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized."
          },
          "403": {
            "description": "Forbidden."
          },
          "404": {
            "description": "Not Found."
          }
        },
        "externalDocs": {
          "description": "API Reference documentation",
          "url": "https://stage-developers.zhihuiya.com/devportal/api-reference/patent-valuation-data/economic_indicators"
        },
        "parameters": [
          {
            "name": "patent_id",
            "in": "query",
            "required": false,
            "description": "patent_id",
            "schema": {
              "type": "string",
              "example": "c3efa1e6-a2c3-4502-b5e7-97fcf570cfd3",
              "description": "patent_id"
            }
          },
          {
            "name": "patent_number",
            "in": "query",
            "required": false,
            "description": "patent_number",
            "schema": {
              "type": "string",
              "example": "US5012236A",
              "description": "patent_number"
            }
          }
        ]
      }
    },
    "/advanced-patent-data/transfer-data": {
      "get": {
        "operationId": "p029AdvancedPatentDataTransferData",
        "summary": "P029 Transfer",
        "description": "Receive transfer data by patent_id or patent_number. This includes the transfer before assignee, transfer after assignee, and the effective date.",
        "tags": [
          "Modeling"
        ],
        "security": [
          {
            "bearerAuth": []
          }
        ],
        "responses": {
          "200": {
            "description": "Successful p029 transfer response.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/P029AdvancedPatentDataTransferDataResponse"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized."
          },
          "403": {
            "description": "Forbidden."
          },
          "404": {
            "description": "Not Found."
          }
        },
        "externalDocs": {
          "description": "API Reference documentation",
          "url": "https://stage-developers.zhihuiya.com/devportal/api-reference/advanced-patent-data/transfer-data"
        },
        "parameters": [
          {
            "name": "patent_id",
            "in": "query",
            "required": false,
            "description": "patent_id",
            "schema": {
              "type": "string",
              "example": "f9ae4fb6-7132-4e99-b8e2-39de8917b4d9",
              "description": "patent_id"
            }
          },
          {
            "name": "patent_number",
            "in": "query",
            "required": false,
            "description": "patent_number",
            "schema": {
              "type": "string",
              "example": "US10763777B2",
              "description": "patent_number"
            }
          }
        ]
      }
    },
    "/advanced-patent-data/license-data": {
      "get": {
        "operationId": "p028AdvancedPatentDataLicenseData",
        "summary": "P028 License",
        "description": "Receive license data by patent_id or patent_number. This includes license contract number, licensor, licensee, license type, and license effective date.",
        "tags": [
          "Modeling"
        ],
        "security": [
          {
            "bearerAuth": []
          }
        ],
        "responses": {
          "200": {
            "description": "Successful p028 license response.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/P028AdvancedPatentDataLicenseDataResponse"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized."
          },
          "403": {
            "description": "Forbidden."
          },
          "404": {
            "description": "Not Found."
          }
        },
        "externalDocs": {
          "description": "API Reference documentation",
          "url": "https://stage-developers.zhihuiya.com/devportal/api-reference/advanced-patent-data/license-data"
        },
        "parameters": [
          {
            "name": "patent_id",
            "in": "query",
            "required": false,
            "description": "patent_id",
            "schema": {
              "type": "string",
              "example": "8fa96acb-a3f1-4d79-b6cd-499ce3badd44",
              "description": "patent_id"
            }
          },
          {
            "name": "patent_number",
            "in": "query",
            "required": false,
            "description": "patent_number",
            "schema": {
              "type": "string",
              "example": "US11234954B2",
              "description": "patent_number"
            }
          }
        ]
      }
    },
    "/advanced-patent-data/pledge-data": {
      "get": {
        "operationId": "p030AdvancedPatentDataPledgeData",
        "summary": "P030 Pledge",
        "description": "Receive pledge data by patent_id or patent_number. This includes pledge contract number, effective date, pledgee, pledger, and pledge type.",
        "tags": [
          "Modeling"
        ],
        "security": [
          {
            "bearerAuth": []
          }
        ],
        "responses": {
          "200": {
            "description": "Successful p030 pledge response.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/P030AdvancedPatentDataPledgeDataResponse"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized."
          },
          "403": {
            "description": "Forbidden."
          },
          "404": {
            "description": "Not Found."
          }
        },
        "externalDocs": {
          "description": "API Reference documentation",
          "url": "https://stage-developers.zhihuiya.com/devportal/api-reference/advanced-patent-data/pledge-data"
        },
        "parameters": [
          {
            "name": "patent_id",
            "in": "query",
            "required": false,
            "description": "patent_id",
            "schema": {
              "type": "string",
              "example": "a6a372dc-2b2c-476b-b1e4-78fab3dce33a",
              "description": "patent_id"
            }
          },
          {
            "name": "patent_number",
            "in": "query",
            "required": false,
            "description": "patent_number",
            "schema": {
              "type": "string",
              "example": "US11379121B2",
              "description": "patent_number"
            }
          }
        ]
      }
    },
    "/basic-patent-data/simple-legal-status": {
      "get": {
        "operationId": "p041BasicPatentDataSimpleLegalStatus",
        "summary": "P041 Simple Legal Status",
        "description": "Receive simple legal status data by patent_id or patent_number. Simple Legal Status data includes Active, Pending, Inactive, Undetermined, PCT designated period, PCT designated expiration. For more details please view the full list of fields in the developer document.",
        "tags": [
          "Patent Data"
        ],
        "security": [
          {
            "bearerAuth": []
          }
        ],
        "responses": {
          "200": {
            "description": "Successful p041 simple legal status response.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/P041BasicPatentDataSimpleLegalStatusResponse"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized."
          },
          "403": {
            "description": "Forbidden."
          },
          "404": {
            "description": "Not Found."
          }
        },
        "externalDocs": {
          "description": "API Reference documentation",
          "url": "https://stage-developers.zhihuiya.com/devportal/api-reference/basic-patent-data/simple-legal-status"
        },
        "parameters": [
          {
            "name": "patent_id",
            "in": "query",
            "required": false,
            "description": "patent_id",
            "schema": {
              "type": "string",
              "example": "718ead9c-4f3c-4674-8f5a-24e126827269",
              "description": "patent_id"
            }
          },
          {
            "name": "patent_number",
            "in": "query",
            "required": false,
            "description": "patent_number",
            "schema": {
              "type": "string",
              "example": "US11205304B2",
              "description": "patent_number"
            }
          }
        ]
      }
    },
    "/advanced-patent-data/legal-data": {
      "get": {
        "operationId": "p026AdvancedPatentDataLegalData",
        "summary": "P026 Legal Information",
        "description": "Receive detailed legal data by patent_id or patent_number. Detailed legal data includes INPADOC legal data (PRS code, PRS code description, PRS date, Ref. Authority code) and official legal data (date, event number, event code, legal status)",
        "tags": [
          "Patent Data"
        ],
        "security": [
          {
            "bearerAuth": []
          }
        ],
        "responses": {
          "200": {
            "description": "Successful p026 legal information response.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/P026AdvancedPatentDataLegalDataResponse"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized."
          },
          "403": {
            "description": "Forbidden."
          },
          "404": {
            "description": "Not Found."
          }
        },
        "externalDocs": {
          "description": "API Reference documentation",
          "url": "https://stage-developers.zhihuiya.com/devportal/api-reference/advanced-patent-data/legal-data"
        },
        "parameters": [
          {
            "name": "patent_id",
            "in": "query",
            "required": false,
            "description": "patent_id",
            "schema": {
              "type": "string",
              "example": "f29d14f9-a9b3-4df5-8fff-e0d04abe0c1e",
              "description": "patent_id"
            }
          },
          {
            "name": "patent_number",
            "in": "query",
            "required": false,
            "description": "patent_number",
            "schema": {
              "type": "string",
              "example": "BR112020016218A2",
              "description": "patent_number"
            }
          }
        ]
      }
    },
    "/advanced-patent-data/re-examination-and-invalidation": {
      "get": {
        "operationId": "p027AdvancedPatentDataReExaminationAndInvalidation",
        "summary": "P027 Re-examination and Invalidation",
        "description": "Receive re-examination and invalidation data by patent_id or patent_number. This includes re-examination applicant, invalidation applicant, case type, decision number, decision date, and legal ground.",
        "tags": [
          "Patent Data"
        ],
        "security": [
          {
            "bearerAuth": []
          }
        ],
        "responses": {
          "200": {
            "description": "Successful p027 re-examination and invalidation response.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/P027AdvancedPatentDataReExaminationAndInvalidationResponse"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized."
          },
          "403": {
            "description": "Forbidden."
          },
          "404": {
            "description": "Not Found."
          }
        },
        "externalDocs": {
          "description": "API Reference documentation",
          "url": "https://stage-developers.zhihuiya.com/devportal/api-reference/advanced-patent-data/re-examination-and-invalidation"
        },
        "parameters": [
          {
            "name": "patent_id",
            "in": "query",
            "required": false,
            "description": "patent_id",
            "schema": {
              "type": "string",
              "example": "acc632c2-ce53-4055-bac6-df3050c3ade4",
              "description": "patent_id"
            }
          },
          {
            "name": "patent_number",
            "in": "query",
            "required": false,
            "description": "patent_number",
            "schema": {
              "type": "string",
              "example": "EP2138001A1",
              "description": "patent_number"
            }
          }
        ]
      }
    },
    "/advanced-patent-data/customs-data": {
      "get": {
        "operationId": "p031AdvancedPatentDataCustomsData",
        "summary": "P031 Customs record",
        "description": "Receive customs data by patent_id or patent_number. This includes record number, record status, start date, end date, approval/opinion, product, and contact.",
        "tags": [
          "Patent Data"
        ],
        "security": [
          {
            "bearerAuth": []
          }
        ],
        "responses": {
          "200": {
            "description": "Successful p031 customs record response.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/P031AdvancedPatentDataCustomsDataResponse"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized."
          },
          "403": {
            "description": "Forbidden."
          },
          "404": {
            "description": "Not Found."
          }
        },
        "externalDocs": {
          "description": "API Reference documentation",
          "url": "https://stage-developers.zhihuiya.com/devportal/api-reference/advanced-patent-data/customs-data"
        },
        "parameters": [
          {
            "name": "patent_id",
            "in": "query",
            "required": false,
            "description": "patent_id",
            "schema": {
              "type": "string",
              "example": "9ffcdcd7-e6f1-4e22-9c93-e3c3eafe0cad",
              "description": "patent_id"
            }
          },
          {
            "name": "patent_number",
            "in": "query",
            "required": false,
            "description": "patent_number",
            "schema": {
              "type": "string",
              "example": "JP4627367B2",
              "description": "patent_number"
            }
          }
        ]
      }
    },
    "/advanced-patent-data/award-data": {
      "get": {
        "operationId": "p032AdvancedPatentDataAwardData",
        "summary": "P032 Award",
        "description": "Receive award data by patent_id or patent_number. This includes award name, level, session, referrer, and type.",
        "tags": [
          "Patent Data"
        ],
        "security": [
          {
            "bearerAuth": []
          }
        ],
        "responses": {
          "200": {
            "description": "Successful p032 award response.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/P032AdvancedPatentDataAwardDataResponse"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized."
          },
          "403": {
            "description": "Forbidden."
          },
          "404": {
            "description": "Not Found."
          }
        },
        "externalDocs": {
          "description": "API Reference documentation",
          "url": "https://stage-developers.zhihuiya.com/devportal/api-reference/advanced-patent-data/award-data"
        },
        "parameters": [
          {
            "name": "patent_id",
            "in": "query",
            "required": false,
            "description": "patent_id",
            "schema": {
              "type": "string",
              "example": "233e60d4-b483-4c38-8fd7-c344d6fd44f3",
              "description": "patent_id"
            }
          },
          {
            "name": "patent_number",
            "in": "query",
            "required": false,
            "description": "patent_number",
            "schema": {
              "type": "string",
              "example": "EP2170021B1",
              "description": "patent_number"
            }
          }
        ]
      }
    },
    "/company/registration-information": {
      "post": {
        "operationId": "c001CompanyRegistrationInformation",
        "summary": "C001 registration information",
        "description": "This interface is to provide the company's Enterprise information, such as unified social credit code, enterprise status, registered capital, etc.",
        "tags": [
          "Corporate Data"
        ],
        "security": [
          {
            "bearerAuth": []
          }
        ],
        "responses": {
          "200": {
            "description": "Successful c001 registration information response.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/C001CompanyRegistrationInformationResponse"
                }
              }
            }
          },
          "201": {
            "description": "Created."
          },
          "401": {
            "description": "Unauthorized."
          },
          "403": {
            "description": "Forbidden."
          },
          "404": {
            "description": "Not Found."
          }
        },
        "externalDocs": {
          "description": "API Reference documentation",
          "url": "https://stage-developers.zhihuiya.com/devportal/api-reference/company/registration-information"
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/C001CompanyRegistrationInformationRequest"
              }
            }
          }
        }
      }
    },
    "/company/outbound-investment": {
      "post": {
        "operationId": "c002CompanyOutboundInvestment",
        "summary": "C002 outbound investment",
        "description": "This interface provides enterprise information for external investment",
        "tags": [
          "Corporate Data"
        ],
        "security": [
          {
            "bearerAuth": []
          }
        ],
        "responses": {
          "200": {
            "description": "Successful c002 outbound investment response.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/C002CompanyOutboundInvestmentResponse"
                }
              }
            }
          },
          "201": {
            "description": "Created."
          },
          "401": {
            "description": "Unauthorized."
          },
          "403": {
            "description": "Forbidden."
          },
          "404": {
            "description": "Not Found."
          }
        },
        "externalDocs": {
          "description": "API Reference documentation",
          "url": "https://stage-developers.zhihuiya.com/devportal/api-reference/company/outbound-investment"
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/C002CompanyOutboundInvestmentRequest"
              }
            }
          }
        }
      }
    },
    "/company/shareholder-information": {
      "post": {
        "operationId": "c003CompanyShareholderInformation",
        "summary": "C003 shareholder information",
        "description": "This interface provides all shareholder information of the enterprise",
        "tags": [
          "Corporate Data"
        ],
        "security": [
          {
            "bearerAuth": []
          }
        ],
        "responses": {
          "200": {
            "description": "Successful c003 shareholder information response.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/C003CompanyShareholderInformationResponse"
                }
              }
            }
          },
          "201": {
            "description": "Created."
          },
          "401": {
            "description": "Unauthorized."
          },
          "403": {
            "description": "Forbidden."
          },
          "404": {
            "description": "Not Found."
          }
        },
        "externalDocs": {
          "description": "API Reference documentation",
          "url": "https://stage-developers.zhihuiya.com/devportal/api-reference/company/shareholder-information"
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/C003CompanyShareholderInformationRequest"
              }
            }
          }
        }
      }
    },
    "/company/attribute": {
      "post": {
        "operationId": "c004CompanyAttribute",
        "summary": "C004 company attribute",
        "description": "This interface provides relevant attributes of enterprises, including tax credit, group label, latest financing, investment information, IPO information",
        "tags": [
          "Corporate Data"
        ],
        "security": [
          {
            "bearerAuth": []
          }
        ],
        "responses": {
          "200": {
            "description": "Successful c004 company attribute response.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/C004CompanyAttributeResponse"
                }
              }
            }
          },
          "201": {
            "description": "Created."
          },
          "401": {
            "description": "Unauthorized."
          },
          "403": {
            "description": "Forbidden."
          },
          "404": {
            "description": "Not Found."
          }
        },
        "externalDocs": {
          "description": "API Reference documentation",
          "url": "https://stage-developers.zhihuiya.com/devportal/api-reference/company/attribute"
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/C004CompanyAttributeRequest"
              }
            }
          }
        }
      }
    },
    "/company/technology-qualification": {
      "post": {
        "operationId": "c014CompanyTechnologyQualification",
        "summary": "C014 technology qualification",
        "description": "This interface provides details of all scientific and technological qualifications recognized by enterprises",
        "tags": [
          "Corporate Data"
        ],
        "security": [
          {
            "bearerAuth": []
          }
        ],
        "responses": {
          "200": {
            "description": "Successful c014 technology qualification response.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/C014CompanyTechnologyQualificationResponse"
                }
              }
            }
          },
          "201": {
            "description": "Created."
          },
          "401": {
            "description": "Unauthorized."
          },
          "403": {
            "description": "Forbidden."
          },
          "404": {
            "description": "Not Found."
          }
        },
        "externalDocs": {
          "description": "API Reference documentation",
          "url": "https://stage-developers.zhihuiya.com/devportal/api-reference/company/technology-qualification"
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/C014CompanyTechnologyQualificationRequest"
              }
            }
          }
        }
      }
    },
    "/company/awards-information": {
      "post": {
        "operationId": "c015CompanyAwardsInformation",
        "summary": "C015 awards information",
        "description": "This interface provides detailed information about the relevant awards obtained by the enterprise",
        "tags": [
          "Corporate Data"
        ],
        "security": [
          {
            "bearerAuth": []
          }
        ],
        "responses": {
          "200": {
            "description": "Successful c015 awards information response.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/C015CompanyAwardsInformationResponse"
                }
              }
            }
          },
          "201": {
            "description": "Created."
          },
          "401": {
            "description": "Unauthorized."
          },
          "403": {
            "description": "Forbidden."
          },
          "404": {
            "description": "Not Found."
          }
        },
        "externalDocs": {
          "description": "API Reference documentation",
          "url": "https://stage-developers.zhihuiya.com/devportal/api-reference/company/awards-information"
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/C015CompanyAwardsInformationRequest"
              }
            }
          }
        }
      }
    },
    "/company/core-member": {
      "post": {
        "operationId": "c017CompanyCoreMember",
        "summary": "C017 core member",
        "description": "This interface provides information about the core team members of the enterprise as well as personal profiles",
        "tags": [
          "Corporate Data"
        ],
        "security": [
          {
            "bearerAuth": []
          }
        ],
        "responses": {
          "200": {
            "description": "Successful c017 core member response.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/C017CompanyCoreMemberResponse"
                }
              }
            }
          },
          "201": {
            "description": "Created."
          },
          "401": {
            "description": "Unauthorized."
          },
          "403": {
            "description": "Forbidden."
          },
          "404": {
            "description": "Not Found."
          }
        },
        "externalDocs": {
          "description": "API Reference documentation",
          "url": "https://stage-developers.zhihuiya.com/devportal/api-reference/company/core-member"
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/C017CompanyCoreMemberRequest"
              }
            }
          }
        }
      }
    },
    "/company/listing-Information": {
      "post": {
        "operationId": "c018CompanyListingInformation",
        "summary": "C018 listing Information",
        "description": "This interface provides listing information of enterprises, including stock codes, listing time, exchanges, listing sectors, etc",
        "tags": [
          "Corporate Data"
        ],
        "security": [
          {
            "bearerAuth": []
          }
        ],
        "responses": {
          "200": {
            "description": "Successful c018 listing information response.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/C018CompanyListingInformationResponse"
                }
              }
            }
          },
          "201": {
            "description": "Created."
          },
          "401": {
            "description": "Unauthorized."
          },
          "403": {
            "description": "Forbidden."
          },
          "404": {
            "description": "Not Found."
          }
        },
        "externalDocs": {
          "description": "API Reference documentation",
          "url": "https://stage-developers.zhihuiya.com/devportal/api-reference/company/listing-Information"
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/C018CompanyListingInformationRequest"
              }
            }
          }
        }
      }
    },
    "/company/ipo-process": {
      "post": {
        "operationId": "c019CompanyIpoProcess",
        "summary": "C019 IPO process",
        "description": "This interface provides information related to enterprise IPO declaration",
        "tags": [
          "Corporate Data"
        ],
        "security": [
          {
            "bearerAuth": []
          }
        ],
        "responses": {
          "200": {
            "description": "Successful c019 ipo process response.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/C019CompanyIpoProcessResponse"
                }
              }
            }
          },
          "201": {
            "description": "Created."
          },
          "401": {
            "description": "Unauthorized."
          },
          "403": {
            "description": "Forbidden."
          },
          "404": {
            "description": "Not Found."
          }
        },
        "externalDocs": {
          "description": "API Reference documentation",
          "url": "https://stage-developers.zhihuiya.com/devportal/api-reference/company/ipo-process"
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/C019CompanyIpoProcessRequest"
              }
            }
          }
        }
      }
    },
    "/company/standard-information": {
      "post": {
        "operationId": "c020CompanyStandardInformation",
        "summary": "C020 standard information",
        "description": "This interface provides detailed information on all standards recognized by the enterprise, including national standards, industry standards, local standards, and team standards",
        "tags": [
          "Corporate Data"
        ],
        "security": [
          {
            "bearerAuth": []
          }
        ],
        "responses": {
          "200": {
            "description": "Successful c020 standard information response.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/C020CompanyStandardInformationResponse"
                }
              }
            }
          },
          "201": {
            "description": "Created."
          },
          "401": {
            "description": "Unauthorized."
          },
          "403": {
            "description": "Forbidden."
          },
          "404": {
            "description": "Not Found."
          }
        },
        "externalDocs": {
          "description": "API Reference documentation",
          "url": "https://stage-developers.zhihuiya.com/devportal/api-reference/company/standard-information"
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/C020CompanyStandardInformationRequest"
              }
            }
          }
        }
      }
    },
    "/company/qualification-certificate": {
      "post": {
        "operationId": "c021CompanyQualificationCertificate",
        "summary": "C021 qualification certificate",
        "description": "This interface provides certificate information obtained by enterprises, including quality management system certification (ISO9001), safety production license, etc",
        "tags": [
          "Corporate Data"
        ],
        "security": [
          {
            "bearerAuth": []
          }
        ],
        "responses": {
          "200": {
            "description": "Successful c021 qualification certificate response.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/C021CompanyQualificationCertificateResponse"
                }
              }
            }
          },
          "201": {
            "description": "Created."
          },
          "401": {
            "description": "Unauthorized."
          },
          "403": {
            "description": "Forbidden."
          },
          "404": {
            "description": "Not Found."
          }
        },
        "externalDocs": {
          "description": "API Reference documentation",
          "url": "https://stage-developers.zhihuiya.com/devportal/api-reference/company/qualification-certificate"
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/C021CompanyQualificationCertificateRequest"
              }
            }
          }
        }
      }
    },
    "/company/technology-evaluation-indicators-backtracking": {
      "post": {
        "operationId": "c026CompanyTechnologyEvaluationIndicatorsBacktracking",
        "summary": "C026 backtracking of scientific and technological company",
        "description": "This interface provides the evaluation results and evaluation model indicators of the enterprise's historical technological innovation capability",
        "tags": [
          "Corporate Data"
        ],
        "security": [
          {
            "bearerAuth": []
          }
        ],
        "responses": {
          "200": {
            "description": "Successful c026 backtracking of scientific and technological company response.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/C026CompanyTechnologyEvaluationIndicatorsBacktrackingResponse"
                }
              }
            }
          },
          "201": {
            "description": "Created."
          },
          "401": {
            "description": "Unauthorized."
          },
          "403": {
            "description": "Forbidden."
          },
          "404": {
            "description": "Not Found."
          }
        },
        "externalDocs": {
          "description": "API Reference documentation",
          "url": "https://stage-developers.zhihuiya.com/devportal/api-reference/company/technology-evaluation-indicators-backtracking"
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/C026CompanyTechnologyEvaluationIndicatorsBacktrackingRequest"
              }
            }
          }
        }
      }
    },
    "/company/enterprise-patent-risk-warning-backtracking": {
      "post": {
        "operationId": "c028CompanyEnterprisePatentRiskWarningBacktracking",
        "summary": "C028 backtracking of enterprise patent risk warning",
        "description": "This interface provides patent risk warning data for historical retrospective versions of enterprises, including patent pledge litigation, transfer in/out, invalid rejection, etc",
        "tags": [
          "Corporate Data"
        ],
        "security": [
          {
            "bearerAuth": []
          }
        ],
        "responses": {
          "200": {
            "description": "Successful c028 backtracking of enterprise patent risk warning response.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/C028CompanyEnterprisePatentRiskWarningBacktrackingResponse"
                }
              }
            }
          },
          "201": {
            "description": "Created."
          },
          "401": {
            "description": "Unauthorized."
          },
          "403": {
            "description": "Forbidden."
          },
          "404": {
            "description": "Not Found."
          }
        },
        "externalDocs": {
          "description": "API Reference documentation",
          "url": "https://stage-developers.zhihuiya.com/devportal/api-reference/company/enterprise-patent-risk-warning-backtracking"
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/C028CompanyEnterprisePatentRiskWarningBacktrackingRequest"
              }
            }
          }
        }
      }
    },
    "/special-ip-data/enterprise-trademark": {
      "post": {
        "operationId": "specialIpDataEnterpriseTrademark",
        "summary": "Enterprise Trademark",
        "description": "Receive enterprise trademark data by credit_code or org_number or company_name, It also supports filtering through application start and end date, international classification and trademark status.",
        "tags": [
          "Corporate Data"
        ],
        "security": [
          {
            "bearerAuth": []
          }
        ],
        "responses": {
          "200": {
            "description": "Successful enterprise trademark response.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/SpecialIpDataEnterpriseTrademarkResponse"
                }
              }
            }
          },
          "201": {
            "description": "Created."
          },
          "401": {
            "description": "Unauthorized."
          },
          "403": {
            "description": "Forbidden."
          },
          "404": {
            "description": "Not Found."
          }
        },
        "externalDocs": {
          "description": "API Reference documentation",
          "url": "https://stage-developers.zhihuiya.com/devportal/api-reference/special-ip-data/enterprise-trademark"
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/SpecialIpDataEnterpriseTrademarkRequest"
              }
            }
          }
        }
      }
    },
    "/special-ip-data/software-copyright": {
      "post": {
        "operationId": "specialIpDataSoftwareCopyright",
        "summary": "Software Copyright",
        "description": "Receive software copyright data by credit_code or org_number or company_name.",
        "tags": [
          "Corporate Data"
        ],
        "security": [
          {
            "bearerAuth": []
          }
        ],
        "responses": {
          "200": {
            "description": "Successful software copyright response.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/SpecialIpDataSoftwareCopyrightResponse"
                }
              }
            }
          },
          "201": {
            "description": "Created."
          },
          "401": {
            "description": "Unauthorized."
          },
          "403": {
            "description": "Forbidden."
          },
          "404": {
            "description": "Not Found."
          }
        },
        "externalDocs": {
          "description": "API Reference documentation",
          "url": "https://stage-developers.zhihuiya.com/devportal/api-reference/special-ip-data/software-copyright"
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/SpecialIpDataSoftwareCopyrightRequest"
              }
            }
          }
        }
      }
    },
    "/basic-patent-data/simple-bibliography": {
      "get": {
        "operationId": "p011BasicPatentDataSimpleBibliography",
        "summary": "P011 Simple Biblio",
        "description": "Receive patent basic bibliography data by patent_id or patent_number. For more details please view the full list of fields in the developer document.",
        "tags": [
          "Corporate Data"
        ],
        "security": [
          {
            "bearerAuth": []
          }
        ],
        "responses": {
          "200": {
            "description": "Successful p011 simple biblio response.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/P011BasicPatentDataSimpleBibliographyResponse"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized."
          },
          "403": {
            "description": "Forbidden."
          },
          "404": {
            "description": "Not Found."
          }
        },
        "externalDocs": {
          "description": "API Reference documentation",
          "url": "https://stage-developers.zhihuiya.com/devportal/api-reference/basic-patent-data/simple-bibliography"
        },
        "parameters": [
          {
            "name": "patent_id",
            "in": "query",
            "required": false,
            "description": "patent_id",
            "schema": {
              "type": "string",
              "example": "718ead9c-4f3c-4674-8f5a-24e126827269",
              "description": "patent_id"
            }
          },
          {
            "name": "patent_number",
            "in": "query",
            "required": false,
            "description": "patent_number",
            "schema": {
              "type": "string",
              "example": "US11205304B2",
              "description": "patent_number"
            }
          }
        ]
      }
    },
    "/synapse/translational/medicine/search": {
      "post": {
        "operationId": "b069MedicineSearch",
        "summary": "B069 Translational medicine search",
        "description": "Obtain translational medicine data through fields such as drug, target, disease, organization, subject, translation stage, journal, conference, etc.",
        "tags": [
          "Bio-Pharma Search"
        ],
        "security": [
          {
            "bearerAuth": []
          }
        ],
        "responses": {
          "200": {
            "description": "Successful b069 translational medicine search response.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/B069MedicineSearchResponse"
                }
              }
            }
          },
          "201": {
            "description": "Created."
          },
          "401": {
            "description": "Unauthorized."
          },
          "403": {
            "description": "Forbidden."
          },
          "404": {
            "description": "Not Found."
          }
        },
        "externalDocs": {
          "description": "API Reference documentation",
          "url": "https://stage-developers.zhihuiya.com/devportal/api-reference/synapse/translational/medicine/search"
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/B069MedicineSearchRequest"
              }
            }
          }
        }
      }
    },
    "/hiro_translation/translate/async/{taskId}": {
      "get": {
        "operationId": "t012AsyncTaskid",
        "summary": "T012 Get async translation result",
        "description": "Poll async task status and result. `X-Openapi-Amount` is the usage amount only on the first response that returns a complete success; otherwise (pending / running / failed / already billed) it is `0`.",
        "tags": [
          "Bio-Pharma Search"
        ],
        "security": [
          {
            "bearerAuth": []
          }
        ],
        "responses": {
          "200": {
            "description": "Successful t012 get async translation result response.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/T012AsyncTaskidResponse"
                }
              }
            }
          },
          "404": {
            "description": "Task not found or expired."
          }
        },
        "externalDocs": {
          "description": "API Reference documentation",
          "url": "https://stage-developers.zhihuiya.com/devportal/api-reference/hiro_translation/translate/async/{taskId}"
        }
      }
    },
    "/api-ls/ls/v2/drug/search": {
      "post": {
        "operationId": "drugSearch",
        "summary": "drug_search",
        "description": "Search drugs by drug, target, organization, disease, development status, and other structured conditions.",
        "tags": [
          "Bio-Pharma Search"
        ],
        "security": [
          {
            "bearerAuth": []
          }
        ],
        "responses": {
          "200": {
            "description": "Successful drug_search response.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/DrugSearchResponse"
                }
              }
            }
          },
          "400": {
            "description": "Invalid or incomplete tool parameters."
          },
          "422": {
            "description": "Request validation failed."
          }
        },
        "externalDocs": {
          "description": "API Reference documentation",
          "url": "https://stage-developers.zhihuiya.com/devportal/api-reference/api-ls/ls/v2/drug/search"
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/DrugSearchRequest"
              }
            }
          }
        }
      }
    },
    "/hiro_translation/translate/async": {
      "post": {
        "operationId": "t011TranslateAsync",
        "summary": "T011 Submit async translation",
        "description": "Submit a background fast translation and return `taskId` immediately. This call does not charge (`X-Openapi-Amount` is `0`). Poll `GET /translate/async/{taskId}` for the result; billing occurs on the first successful fetch. Use for long texts that may exceed the OpenAPI gateway 60s timeout.",
        "tags": [
          "Bio-Pharma Search"
        ],
        "security": [
          {
            "bearerAuth": []
          }
        ],
        "responses": {
          "200": {
            "description": "Successful t011 submit async translation response.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/T011TranslateAsyncResponse"
                }
              }
            }
          },
          "202": {
            "description": "Task accepted."
          },
          "400": {
            "description": "Bad request."
          },
          "413": {
            "description": "Payload too large."
          }
        },
        "externalDocs": {
          "description": "API Reference documentation",
          "url": "https://stage-developers.zhihuiya.com/devportal/api-reference/hiro_translation/translate/async"
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/T011TranslateAsyncRequest"
              }
            }
          }
        }
      }
    },
    "/synapse/patent/chemical/getSingleData": {
      "post": {
        "operationId": "b071ChemicalGetsingledata",
        "summary": "B071 Extract chemical structures from a single patent",
        "description": "Extract chemical structures (compounds) mentioned in a single patent and their related information through patent ID, including compound names, InChI Keys, SMILES, molecular weights, mention counts in different sections, etc.",
        "tags": [
          "Compound & Sequence"
        ],
        "security": [
          {
            "bearerAuth": []
          }
        ],
        "responses": {
          "200": {
            "description": "Successful b071 extract chemical structures from a single patent response.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/B071ChemicalGetsingledataResponse"
                }
              }
            }
          },
          "201": {
            "description": "Created."
          },
          "401": {
            "description": "Unauthorized."
          },
          "403": {
            "description": "Forbidden."
          },
          "404": {
            "description": "Not Found."
          }
        },
        "externalDocs": {
          "description": "API Reference documentation",
          "url": "https://stage-developers.zhihuiya.com/devportal/api-reference/synapse/patent/chemical/getSingleData"
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/B071ChemicalGetsingledataRequest"
              }
            }
          }
        }
      }
    },
    "/eurekals/open/ocsr/v2/task": {
      "get": {
        "operationId": "b067V2Task",
        "summary": "Get OCSR V2 Task Status And Results",
        "description": "Query OCSR V2 task execution status and result by task_id",
        "tags": [
          "Compound & Sequence"
        ],
        "security": [
          {
            "bearerAuth": []
          }
        ],
        "responses": {
          "200": {
            "description": "Successful get ocsr v2 task status and results response.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/B067V2TaskResponse"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized."
          },
          "403": {
            "description": "Forbidden."
          },
          "404": {
            "description": "Not Found."
          }
        },
        "externalDocs": {
          "description": "API Reference documentation",
          "url": "https://stage-developers.zhihuiya.com/devportal/api-reference/eurekals/open/ocsr/v2/task"
        },
        "parameters": [
          {
            "name": "task_id",
            "in": "query",
            "required": true,
            "description": "Task ID",
            "schema": {
              "type": "string",
              "example": "7babe24e5abc4f1cb1cfaea27b6e0e43",
              "description": "Task ID"
            }
          }
        ]
      }
    },
    "/eurekals/open/ocsr/v2/task/submit": {
      "post": {
        "operationId": "taskSubmit",
        "summary": "Submit OCSR Task V2",
        "description": "Upload a PDF file (max 15MB), a single image (jpg,png,jpeg) or a ZIP of images (max 10); detect chemical structure regions and recognize by ocsr engine. Asynchronous processing, get result from query api by task_id",
        "tags": [
          "Compound & Sequence"
        ],
        "security": [
          {
            "bearerAuth": []
          }
        ],
        "responses": {
          "200": {
            "description": "Successful submit ocsr task v2 response.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/TaskSubmitResponse"
                }
              }
            }
          },
          "201": {
            "description": "Created."
          },
          "401": {
            "description": "Unauthorized."
          },
          "403": {
            "description": "Forbidden."
          },
          "404": {
            "description": "Not Found."
          }
        },
        "externalDocs": {
          "description": "API Reference documentation",
          "url": "https://stage-developers.zhihuiya.com/devportal/api-reference/eurekals/open/ocsr/v2/task/submit"
        },
        "requestBody": {
          "required": true,
          "content": {
            "multipart/form-data": {
              "schema": {
                "$ref": "#/components/schemas/TaskSubmitRequest"
              }
            }
          }
        }
      }
    },
    "/ls/drug/detail": {
      "post": {
        "operationId": "b018DrugDetail",
        "summary": "Drug basic information",
        "description": "Obtain drug basic information about drugs, including name, target, disease, active organization, etc.",
        "tags": [
          "Drug Basic Data"
        ],
        "security": [
          {
            "bearerAuth": []
          }
        ],
        "responses": {
          "200": {
            "description": "Successful drug basic information response.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/B018DrugDetailResponse"
                }
              }
            }
          },
          "201": {
            "description": "Created."
          },
          "401": {
            "description": "Unauthorized."
          },
          "403": {
            "description": "Forbidden."
          },
          "404": {
            "description": "Not Found."
          }
        },
        "externalDocs": {
          "description": "API Reference documentation",
          "url": "https://stage-developers.zhihuiya.com/devportal/api-reference/ls/drug/detail"
        },
        "parameters": [
          {
            "name": "id",
            "in": "query",
            "required": false,
            "description": "Drug ID, obtain this through the drug search interface or drug autocomplete interface",
            "schema": {
              "type": "string",
              "example": "11d208e0c26a4345946d95f92d9fcaf0",
              "description": "Drug ID, obtain this through the drug search interface or drug autocomplete interface"
            }
          },
          {
            "name": "language",
            "in": "query",
            "required": false,
            "description": "language,support:CN/EN",
            "schema": {
              "type": "string",
              "example": "EN",
              "description": "language,support:CN/EN"
            }
          }
        ],
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/B018DrugDetailRequest"
              }
            }
          }
        }
      }
    },
    "/synapse/clinical-trial/detail": {
      "get": {
        "operationId": "b022ClinicalTrialDetail",
        "summary": "B022 Clinical trial basic information",
        "description": "Obtain clinical trial basic information through clinical trial id or registry number",
        "tags": [
          "Clinical Data"
        ],
        "security": [
          {
            "bearerAuth": []
          }
        ],
        "responses": {
          "200": {
            "description": "Successful b022 clinical trial basic information response.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/B022ClinicalTrialDetailResponse"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized."
          },
          "403": {
            "description": "Forbidden."
          },
          "404": {
            "description": "Not Found."
          }
        },
        "externalDocs": {
          "description": "API Reference documentation",
          "url": "https://stage-developers.zhihuiya.com/devportal/api-reference/synapse/clinical-trial/detail"
        },
        "parameters": [
          {
            "name": "clinical_trial_id",
            "in": "query",
            "required": false,
            "description": "Clinical trial id, obtain this through clinical trial search interface",
            "schema": {
              "type": "string",
              "example": "202425a889e52ae802432a8295220e53",
              "description": "Clinical trial id, obtain this through clinical trial search interface"
            }
          },
          {
            "name": "register_number",
            "in": "query",
            "required": false,
            "description": "Register number",
            "schema": {
              "type": "string",
              "example": "NCT06498986",
              "description": "Register number"
            }
          }
        ]
      }
    },
    "/synapse/translational/medicine/detail": {
      "get": {
        "operationId": "b070MedicineDetail",
        "summary": "B070 Translational medicine detail",
        "description": "Obtain translational medicine details through translational medicine id",
        "tags": [
          "Drug Mining Data"
        ],
        "security": [
          {
            "bearerAuth": []
          }
        ],
        "responses": {
          "200": {
            "description": "Successful b070 translational medicine detail response.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/B070MedicineDetailResponse"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized."
          },
          "403": {
            "description": "Forbidden."
          },
          "404": {
            "description": "Not Found."
          }
        },
        "externalDocs": {
          "description": "API Reference documentation",
          "url": "https://stage-developers.zhihuiya.com/devportal/api-reference/synapse/translational/medicine/detail"
        },
        "parameters": [
          {
            "name": "translational_medicine_id",
            "in": "query",
            "required": false,
            "description": "Translational medicine id, obtain this through translational medicine search interface",
            "schema": {
              "type": "string",
              "example": "eda470b5-773b-346d-b6df-7b5daae53505",
              "description": "Translational medicine id, obtain this through translational medicine search interface"
            }
          }
        ]
      }
    },
    "/synapse/organization/pipeline": {
      "post": {
        "operationId": "b033OrganizationPipeline",
        "summary": "B033 Organization Pipeline",
        "description": "Obtain organization pipeline information about drug, target, disease, dev status etc.",
        "tags": [
          "R&D Institutions"
        ],
        "security": [
          {
            "bearerAuth": []
          }
        ],
        "responses": {
          "200": {
            "description": "Successful b033 organization pipeline response.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/B033OrganizationPipelineResponse"
                }
              }
            }
          },
          "201": {
            "description": "Created."
          },
          "401": {
            "description": "Unauthorized."
          },
          "403": {
            "description": "Forbidden."
          },
          "404": {
            "description": "Not Found."
          }
        },
        "externalDocs": {
          "description": "API Reference documentation",
          "url": "https://stage-developers.zhihuiya.com/devportal/api-reference/synapse/organization/pipeline"
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/B033OrganizationPipelineRequest"
              }
            }
          }
        }
      }
    },
    "/synapse/bull-eyes-plot": {
      "post": {
        "operationId": "b057SynapseBullEyesPlot",
        "summary": "B057 Bull eyes plot",
        "description": "Obtain bull eyes plot",
        "tags": [
          "Visual Analysis"
        ],
        "security": [
          {
            "bearerAuth": []
          }
        ],
        "responses": {
          "200": {
            "description": "Successful b057 bull eyes plot response.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/B057SynapseBullEyesPlotResponse"
                }
              }
            }
          },
          "201": {
            "description": "Created."
          },
          "401": {
            "description": "Unauthorized."
          },
          "403": {
            "description": "Forbidden."
          },
          "404": {
            "description": "Not Found."
          }
        },
        "externalDocs": {
          "description": "API Reference documentation",
          "url": "https://stage-developers.zhihuiya.com/devportal/api-reference/synapse/bull-eyes-plot"
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/B057SynapseBullEyesPlotRequest"
              }
            }
          }
        }
      }
    }
  },
  "components": {
    "schemas": {
      "AI07ChatCcGptStream_AiPatGptUsage": {
        "type": "object",
        "properties": {
          "input_tokens": {
            "type": "integer",
            "format": "int32",
            "example": 23,
            "description": "The length of the user's question after tokenization."
          },
          "total_tokens": {
            "type": "integer",
            "format": "int32",
            "example": 320,
            "description": "The total length of tokens consumed after the model invocation is complete."
          },
          "output_tokens": {
            "type": "integer",
            "format": "int32",
            "example": 297,
            "description": "The length of the text generated by the model after tokenization."
          }
        }
      },
      "AI07ChatCcGptStream_AiPatGptOutPut": {
        "type": "object",
        "properties": {
          "usage": {
            "$ref": "#/components/schemas/AI07ChatCcGptStream_AiPatGptUsage"
          },
          "status": {
            "type": "string",
            "example": "finished",
            "description": "Model Return Status\nNote:\nWhen status = \"running\", the system is outputting via SSE,\nWhen status = \"finished\", the request has ended,\nWhen status = \"length\", the generated content exceeds the model's maximum length."
          },
          "content": {
            "type": "string",
            "example": "根据公开号为CN109213437A的",
            "description": "Conversation result"
          }
        }
      },
      "AI07ChatCcGptStream_AiCcGptResponse": {
        "type": "object",
        "properties": {
          "output": {
            "$ref": "#/components/schemas/AI07ChatCcGptStream_AiPatGptOutPut"
          }
        }
      },
      "AI07ChatCcGptStreamResponse": {
        "type": "object",
        "properties": {
          "data": {
            "$ref": "#/components/schemas/AI07ChatCcGptStream_AiCcGptResponse"
          },
          "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"
        ]
      },
      "AI07ChatCcGptStreamRequest": {
        "type": "object",
        "properties": {
          "prompt": {
            "type": "string",
            "example": "<cn><|start_header_id|>user<|end_header_id|>\\n\\n角色：您是专利领域和专利新创性审查的专家，能够对输入的目标文本进行技术特征分解。\\n\\n输入内容：\\n<**目标专利的权利要求**>：'1.一种用于光学装置的陶瓷基板结构，其特征在于，包括:\\n一陶瓷基板，具有一第一表面、一第二表面及多个注胶孔，该第一表面包含多个凹杯成型区、多个固晶区及多个第一金属电路，该第二表面包含多个第二金属电路，各该注胶孔连通该第一表面及该第二表面，并具有位于该第一表面的一第一开口及位于该第二表面的一第二开口，且该第一开口设置在该凹杯成型区；\\n一绝缘层，披覆在该第二表面上，且该绝缘层外露出该些第二金属电路及该第二开口；以及\\n多个承载胶杯，以射出成型方式结合在该些凹杯成型区上，且各该承载胶杯连接该些第一金属电路并包围有一固晶区。\\n2.如权利要求1所述的用于光学装置的陶瓷基板结构，其特征在于，该陶瓷基板更包括多个金属挡环，该些金属挡环成型在该第一表面，并分别位于各该凹杯成型区的周缘。\\n3.如权利要求2所述的用于光学装置的陶瓷基板结构，其特征在于，该些金属挡环为电镀铜所构成。\\n4.如权利要求1所述的用于光学装置的陶瓷基板结构，其特征在于，该绝缘层由防焊漆所构成。\\n5.一种用于光学装置的陶瓷基板结构，其特征在于，包括:\\n一陶瓷基板，具有一第一表面、一第二表面及一注胶孔，该第一表面包含一凹杯成型区、一固晶区及多个第一金属电路，该第二表面包含多个第二金属电路，该注胶孔连通该第一表面及该第二表面，并具有位于该第一表面的一第一开口及位于该第二表面的一第二开口，且该第一开口设置在该凹杯成型区；\\n一绝缘层，披覆在该第二表面上，且该绝缘层外露出该些第二金属电路及该第二开口；以及\\n一承载胶杯，以射出成型方式结合在该凹杯成型区上，且该承载胶杯连接该些第一金属电路并包围有该固晶区。\\n6.如权利要求5所述的用于光学装置的陶瓷基板结构，其特征在于，该陶瓷基板更包括多个金属挡环，该些金属挡环成型在该第一表面，并分别位在各该凹杯成型区的周缘。\\n7.如权利要求6所述的用于光学装置的陶瓷基板结构，其特征在于，该些金属挡环为电镀铜所构成。\\n8.如权利要求5所述的用于光学装置的陶瓷基板结构，其特征在于，该绝缘层由防焊漆所构成。\\n9.一种用于光学装置的陶瓷基板工艺，其特征在于，包括:\\na)提供一陶瓷基板，具有一第一表面、一第二表面及连通该第一表面及该第二表面的一注胶孔；\\nb)对该陶瓷基板进行激光、溅镀、形成金属线路、电镀铜、剥膜蚀刻工艺；\\nc)对该第一表面进行防焊工艺；\\nd)对该第二表面进行防焊工艺；以及\\ne)对该陶瓷基板进行射出成型工艺，以在该第一表面成型有一塑料承杯。\\n10.如权利要求9所述的用于光学装置的陶瓷基板工艺，其特征在于，该第一表面包含一凹杯成型区、一固晶区及多个第一金属电路，该b)步骤中的电镀铜工艺包含在该凹杯成型区的周缘成型多个金属挡环。\\n11.如权利要求9所述的用于光学装置的陶瓷基板工艺，其特征在于，该注胶孔具有位于该第一表面的一第一开口及位于该第二表面的一第二开口，该第二表面包含多个第二金属电路，该d)步骤中的防焊工艺外露出该些金属电路及该第二开口。\\n'\\n\\n任务说明：\\n\\n任务1：分析目标专利的权利要求，并进行技术特征分解\\n    1. 分解逻辑：\\n        a. 逐一分解每个权利要求中的技术特征。\\n        b. 若技术方案中的多处内容彼此紧密联系、相互依存，通过协同作用共同解决同一技术问题、产生独立技术效果，则这些内容应当被分解为一个技术特征。\\n        c. 技术特征可以包括：产品部件、部件之间的连接关系、方法步骤、步骤之间的关系、组成成分和比例及其相互作用等。技术特征可以是构成权利要求技术方案的组成要素，也可以是要素之间的相互关系。\\n        d. 技术特征通常包含对部件和结构的性能/参数/用途/功能/制备方法/效果/逻辑/协同关系等方面的描述，该描述应当与部件/结构合为一整体特征，不可割裂为多个特征，如''随着压帽旋进卡紧器，卡紧器的卡爪收缩咬紧在套管外表面，从而实现了牺牲阳极与套管的连接''，如''固定中心架(1),用于支撑待机械处理''。\\n        e. 权利要求撰写是会使用开放式/封闭式的措词，如：包括、由xx组成，主要由xx构成，组成为 等表述，其对权利要求的保护范围具备实际意义，故不得遗漏表征。\\n        f. 严格确保每个权利要求的主题名称作为独立一个技术特征，如：一种xx的设备/方法。从属权利要求的主题名称通常是使用'权利要求X所述'或类似用语。\\n    2. 分解限定\\n        a. 严格确保目标专利权利要求的所有内容都有所分解，防止遗漏。目标专利的技术特征必须严格遵循权利要求中的描述，技术特征总和即构成权利要求。权利要求的保护范围是由权利要求记载的全部内容作为一个整体限定的。\\n        b. 清楚地识别每个权利要求中技术特征之间的关系，技术特征的拆解必须遵循原文描述，不得增加与原文内容无关的序号和表述，不可随意改写。\\n        c. 忽略权利要求中的“其特征是…”或类似用语。\\n        d. 务必注意层级关系，冒号前的内容要给予保留，如【以下制备过程：】或【所述xx设备包括：】或【包含以下配比：】或【原材料构成：】或【comprising the steps of:】等类似用语，必须单独列出一个单元格。\\n        e. 必须保留权利要求技术特征后面的括号和括号中的内容，不可缺失【所述xx】、【该xx】、【其xx】等名词前的类似代词。\\n        f. 若权利要求原文有较清晰的结构，如通过换行、分号等手段，应尽量遵循原文结构。\\n\\n\\n任务2：生成技术特征分解\\n    1. 输出仅包含技术特征分解的结果。\\n    2. 每个权利要求单独分解需独立在一个key下。\\n    3. 语言与目标权利要求保持一致（例如，目标权利要求为英语，则技术特征分解列的语言为英语）。\\n\\n注意事项：\\n    1、只输出任务2的技术特征分解结果；\\n    2、输出为Markdown格式，包含两列，ID及claim_feature，多个权利要求间使用其编号区分开，如：###claim_1  ###claim_2\\n    例如：\\n###claim_1\\n| ID | claim_feature |\\n|------|------|\\n| 1 | xx |\\n| 2 | xx |\\n| 3 | xx |\\n| 4 | xx |\\n| 5 | xx |\\n| 6 | xx |\\n<|eot_id|><|start_header_id|>assistant<|end_header_id|>\\n\\n</cn><us><|start_header_id|>user<|end_header_id|>\n\nRole: You are an expert in the patent field and patent novelty examination, capable of decomposing technical features from input target texts.\n\nInput Content:\n<**Target Patent Claims**>: '1. A ceramic substrate structure for an optical device, comprising:\na ceramic substrate having a first surface, a second surface, and a plurality of glue injection holes, wherein the first surface comprises a plurality of cup-shaped molding regions, a plurality of die bonding regions, and a plurality of first metal circuits; the second surface comprises a plurality of second metal circuits; each glue injection hole connects the first surface and the second surface, and has a first opening located at the first surface and a second opening located at the second surface, wherein the first opening is disposed in the cup-shaped molding region;\nan insulating layer covering the second surface, wherein the insulating layer exposes the second metal circuits and the second opening; and\na plurality of carrier resin cups combined on the cup-shaped molding regions by injection molding, wherein each carrier resin cup is connected to the first metal circuits and surrounds a die bonding region.\n2. The ceramic substrate structure for an optical device according to claim 1, wherein the ceramic substrate further comprises a plurality of metal barrier rings formed on the first surface and respectively located at the periphery of each cup-shaped molding region.\n3. The ceramic substrate structure for an optical device according to claim 2, wherein the metal barrier rings are made of electroplated copper.\n4. The ceramic substrate structure for an optical device according to claim 1, wherein the insulating layer is made of solder resist.\n5. A ceramic substrate structure for an optical device, comprising:\na ceramic substrate having a first surface, a second surface, and a glue injection hole, wherein the first surface comprises a cup-shaped molding region, a die bonding region, and a plurality of first metal circuits; the second surface comprises a plurality of second metal circuits; the glue injection hole connects the first surface and the second surface, and has a first opening located at the first surface and a second opening located at the second surface, wherein the first opening is disposed in the cup-shaped molding region;\nan insulating layer covering the second surface, wherein the insulating layer exposes the second metal circuits and the second opening; and\na carrier resin cup combined on the cup-shaped molding region by injection molding, wherein the carrier resin cup is connected to the first metal circuits and surrounds the die bonding region.\n6. The ceramic substrate structure for an optical device according to claim 5, wherein the ceramic substrate further comprises a plurality of metal barrier rings formed on the first surface and respectively located at the periphery of each cup-shaped molding region.\n7. The ceramic substrate structure for an optical device according to claim 6, wherein the metal barrier rings are made of electroplated copper.\n8. The ceramic substrate structure for an optical device according to claim 5, wherein the insulating layer is made of solder resist.\n9. A ceramic substrate process for an optical device, comprising:\na) providing a ceramic substrate having a first surface, a second surface, and a glue injection hole connecting the first surface and the second surface;\nb) performing laser, sputtering, metal circuit formation, copper electroplating, and film-stripping etching processes on the ceramic substrate;\nc) performing a solder resist process on the first surface;\nd) performing a solder resist process on the second surface; and\ne) performing an injection molding process on the ceramic substrate to form a plastic carrier cup on the first surface.\n10. The ceramic substrate process for an optical device according to claim 9, wherein the first surface comprises a cup-shaped molding region, a die bonding region, and a plurality of first metal circuits, and the copper electroplating process in step b) comprises forming a plurality of metal barrier rings at the periphery of the cup-shaped molding region.\n11. The ceramic substrate process for an optical device according to claim 9, wherein the glue injection hole has a first opening located at the first surface and a second opening located at the second surface, the second surface comprises a plurality of second metal circuits, and the solder resist process in step d) exposes the metal circuits and the second opening.\n'\n\nTask Description:\n\nTask 1: Analyze the claims of the target patent and decompose the technical features.\n1. Decomposition Logic:\na. Decompose the technical features of each claim one by one.\nb. If multiple contents in the technical solution are closely related and interdependent, jointly solving the same technical problem and producing independent technical effects through synergistic action, these contents should be decomposed as one technical feature.\nc. Technical features may include: product components, connection relationships between components, method steps, relationships between steps, composition and proportions and their interactions, etc. Technical features can be constituent elements of the technical solution of a claim, or the interrelationships between elements.\nd. Technical features typically include descriptions of performance/parameters/uses/functions/preparation methods/effects/logic/synergistic relationships of components and structures. Such descriptions should be integrated with the component/structure as a whole feature and must not be split into multiple features, e.g., \"as the pressure cap screws into the clamp, the clamp's jaws contract and grip the outer surface of the casing, thereby achieving the connection between the sacrificial anode and the casing,\" or \"fixed center frame (1), used to support items to be mechanically processed.\"\ne. Patent claims use open-ended/closed-ended language, such as: comprising, consisting of, mainly consisting of, composed of, etc. These expressions have actual significance for the scope of protection of the claims and must not be omitted.\nf. Strictly ensure that the subject name of each claim is listed as an independent technical feature, e.g., a device/method for xx. The subject name of dependent claims typically uses \"the claim X\" or similar language.\n2. Decomposition Restrictions:\na. Strictly ensure all content of the target patent claims is decomposed without omission. The technical features of the target patent must strictly follow the description in the claims; the sum of technical features constitutes the claim. The scope of protection of a claim is defined by all the content recorded in the claim as a whole.\nb. Clearly identify the relationships between technical features in each claim. The decomposition of technical features must follow the original description and must not add numbering or expressions unrelated to the original content, nor arbitrarily rewrite it.\nc. Ignore \"wherein\" or similar expressions in the claims.\nd. Pay careful attention to hierarchical relationships. Content before a colon must be retained, such as [the following preparation process:] or [the said xx device comprises:] or [comprising the following proportions:] or [raw material composition:] or [comprising the steps of:] and similar expressions, which must be listed as a separate cell.\ne. Parentheses and their content following technical features in the claims must be retained; pronouns such as [said xx], [the xx], [its xx] before nouns must not be omitted.\nf. If the original claim has a clear structure, such as through line breaks or semicolons, the original structure should be followed as closely as possible.\n\nTask 2: Generate the technical feature decomposition.\n1. Output only the results of the technical feature decomposition.\n2. Each claim should be decomposed independently under a separate key.\n3. The language should be consistent with the target claims (e.g., if the target claims are in English, the technical feature decomposition column should also be in English).\n\nNotes:\n1. Only output the technical feature decomposition results of Task 2;\n2. Output in Markdown format, containing two columns: ID and claim_feature. Multiple claims are distinguished by their numbers, e.g.: ###claim_1 ###claim_2\nExample:\n###claim_1\n| ID | claim_feature |\n|------|------|\n| 1 | xx |\n| 2 | xx |\n| 3 | xx |\n| 4 | xx |\n| 5 | xx |\n| 6 | xx |\n<|eot_id|><|start_header_id|>assistant<|end_header_id|></us>",
            "description": "User question\nNote: No more than 500 character."
          },
          "stream": {
            "type": "boolean",
            "example": true,
            "description": "When the interface returns results, whether to require streaming response:\ntrue: Represents needed\nfalse: Represents not needed\nDefault value is true."
          }
        },
        "required": [
          "prompt"
        ]
      },
      "AI06ChatPharmGptStream_AiPatGptUsage": {
        "type": "object",
        "properties": {
          "input_tokens": {
            "type": "integer",
            "format": "int32",
            "example": 20,
            "description": "The length of the user's question after tokenization."
          },
          "total_tokens": {
            "type": "integer",
            "format": "int32",
            "example": 1720,
            "description": "The total length of tokens consumed after the model invocation is complete."
          },
          "output_tokens": {
            "type": "integer",
            "format": "int32",
            "example": 1500,
            "description": "The length of the text generated by the model after tokenization."
          }
        }
      },
      "AI06ChatPharmGptStream_RefdocInfo": {
        "type": "object",
        "properties": {
          "link": {
            "type": "string",
            "example": "https://synapse.patsnap.com/drug/b7de1abb409c406788910307008b91ca",
            "description": "Hyperlink"
          },
          "text": {
            "type": "string",
            "example": "<cn>融术,手术历时1小时,取得成功。术后,患者发作性心悸的症状得以缓解。球囊冷冻消融,是通过导管传递液态氮氧化物至末端球囊,将液态氮氧化物转化为气态,使周围组织遇冷,从而达到消融效果。这部分气体会从回收真空腔返回。球囊冷冻消融通过组织遇冷导致细胞内形成晶体,使细胞膜破坏,细胞内的代谢及电活动不能正常进行。另外,通过对微血管的破环使局部血流灌注减少,同样可以使细胞死亡,发挥肺静脉隔离的作用,从而根治阵发性心房颤动。房颤的冷冻消融术相对于射频消融术来说,有其独特的优势所在:1) 可操作性较强,不需要复杂的三维建模和逐点消融,大大节省了手术时间。2) 疗效确切,成功率高,单次手术成功率可达到80-90%以上。3) 并发症少,尤其是食管瘘,心包填塞等并发症,较射频消融术大大降低,安全性高。4)</cn><us>Nedosiran</us>",
            "description": "Related text"
          },
          "type": {
            "type": "string",
            "example": "synapse",
            "description": "Text type"
          },
          "index": {
            "type": "integer",
            "format": "int32",
            "example": 2,
            "description": "Corresponding index number, indicating the sequence number of the GPT-generated text for that reference"
          },
          "doc_id": {
            "type": "string",
            "example": "b7de1abb409c406788910307008b91ca",
            "description": "Citation ID"
          },
          "doc_type": {
            "type": "string",
            "example": "drug_dev_status",
            "description": "Literature type"
          },
          "post_date": {
            "type": "integer",
            "format": "int32",
            "example": 20200522,
            "description": "Publication date of the literature"
          },
          "text_summary": {
            "type": "string",
            "example": "<cn>秦皇岛市第一医院心血管内科二病区成功完成我市首例房颤冷冻消融术</cn><us></us>",
            "description": "Summary of the related text"
          }
        }
      },
      "AI06ChatPharmGptStream_ReferencesInfo": {
        "type": "object",
        "properties": {
          "prompt": {
            "type": "string",
            "example": "<cn><|begin_of_text|><|start_header_id|>system<|end_header_id|>\\n\\n作为芽仔-生物医药助手，请用中文回答下面问题，回答不仅要详细，专业和多维度，而且要有markdown格式。<|eot_id|><|start_header_id|>user<|end_header_id|>\\n\\n冻消融球囊\\n[ref]\\n[1] {\\\"news title\\\": \\\"一次性使用冷冻消融球囊导管获批上市\\\", \\\"news content\\\": \\\"近日，国家药品监督管理局经审查，批准了宁波胜杰康生物科技有限公司生产的“一次性使用冷冻消融球囊导管”创新产品注册申请。  该产品由球囊、导管主体（真空外管、真空内管、回气管、进气管、缓冲管、保护管）和手柄（手柄座、回路连接管、真空连接管、接头）组成。与特定的冷冻消融设备配合使用,用于T1期非肌层浸润性膀胱癌（NMIBC）成人患者在首次经尿道膀胱肿瘤电切术（TURBt）后进行冷冻消融的辅助治疗。  目前国内尚无膀胱肿瘤冷冻类医疗器械，国产探针型冷冻医疗器械产品仅限于实体肿瘤的应用，进口球囊型冷冻医疗器械产品仅限于心血管系统的应用。该产品核心技术为导管头端采用创新的球囊结构设计，球囊远端内凹，可实现球囊侧面和远端的有效冷冻。球囊远端还设计了缓冲单元，可增加产品安全性，有助于导管的输送。  该产品拥有自主知识产权，工作原理为国内首创。  药品监督管理部门将加强该产品上市后监管，保护患者用械安全。  附件：国家药监局已批准的创新医疗器械附件.docx\\\"}\\n[2] {\\\"news title\\\": \\\"冷冻消融设备和球囊型冷冻消融导管获批上市\\\", \\\"news content\\\": \\\"近日，国家药品监督管理局批准了上海微创电生理医疗科技股份有限公司生产的冷冻消融设备和球囊型冷冻消融导管创新产品注册申请。  两个产品配套使用，用于药物难治性、复发性、症状性的阵发性房颤治疗，属国内首创。其采用目标温度控制技术和多路测温技术，在治疗过程中可控制球囊内部温度，并实现球囊表面温度监测，确保手术更加安全。该产品的上市可进一步满足我国在阵发性房颤治疗领域的临床需求。  药品监督管理部门将加强该产品上市后监管，保护患者用械安全。附件.docx\\\"}\\n[3] {\\\"paper title\\\": \\\"用于冷冻消融球囊的微热传感器\\\", \\\"paper abstract\\\": \\\"<jats:title>Abstract</jats:title><jats:p>Treatment of atrial fibrillation by cryoablation of the pulmonary vein (PV) suffers from an inability to assess probe contact, tissue thickness, and freeze completion through the wall. Unfortunately, clinical imaging cannot be used for this purpose as these techniques have resolutions similar in scale (∼1 to 2 mm) to PV thickness and therefore are unable to resolve changes within the PV during treatment. Here, a microthermal sensor based on the “3ω” techn\\\", \\\"publish date\\\": \\\"20201201\\\"}\\n[4] {\\\"专利号\\\": \\\"DE112022004453T5\\\", \\\"标题\\\": \\\"支持球囊消融\\\", \\\"摘要\\\": \\\"支持球囊消融治疗程序的机制,特别是提供有用的信息来确定球囊闭合解剖腔的成功程度。 多个电极(位于消融球囊的上游或远端)各自提供响应于注射到解剖腔中的介电介质的存在和/或不存在的信号。 仅当电极提供的信号满足特定标准时,才会生成组合信号。\\\", \\\"公开日\\\": 20240627, \\\"申请日\\\": 20220914, \\\"厂商\\\": [\\\"KONINKLIJKE PHILIPS N.V.\\\"]}\\n[5] {\\\"标题\\\": \\\"冷冻消融球囊及冷冻消融医疗器械\\\", \\\"摘要\\\": \\\"一种冷冻消融球囊(1,2)，其外层由含氟聚合物制成，该冷冻消融球囊(1,2)可以为单层或者双层结构。该冷冻消融球囊(1,2)在-40℃甚至更低的温度下不会发生破裂，还可以同时满足回撤性能和高耐压性能，且加工难度更小。还公开了一种冷冻消融医疗器械。\\\"}\\n[6] {\\\"专利号\\\": \\\"CN118044875A\\\", \\\"标题\\\": \\\"在较低消融压力下具有较大尺寸可调节性的冷冻球囊\\\", \\\"摘要\\\": \\\"一种用于血管内导管系统(210)的球囊导管包括由聚氨酯和聚酰胺嵌段共聚物的共混物形成的冷冻球囊(236)。聚氨酯与聚酰胺嵌段共聚物的百分比可以变化。例如，冷冻球囊(236)可以由大于50％的聚氨酯和小于50％的聚酰胺嵌段共聚物形成；由大于75％的聚氨酯和小于25％的聚酰胺嵌段共聚物形成；或者由约85％的聚氨酯和约15％的聚酰胺嵌段共聚物形成。此外，可改变膨胀压力的变化(以psi计)与冷冻球囊(236)的外径的变化(以mm计)的比率，以及冷冻球囊(236)的外径(以mm计)与膨胀压力(以psig计)的比率，以形成所需冷冻球囊(236)。\\\", \\\"公开日\\\": 20240517, \\\"申请日\\\": 20180705, \\\"厂商\\\": [\\\"波士顿科学医学有限公司\\\"]}\\n[7] {\\\"标题\\\": \\\"一种冷冻消融球囊系统\\\", \\\"摘要\\\": \\\"本申请公开了一种冷冻消融球囊系统，包括球囊组件、管组件、手柄组件，球囊组件包括外球囊和设置在外球囊内的内球囊，外球囊和内球囊为可收缩和扩张的囊体结构，管组件包括从外到内依次套接的外管、中间管和内管，外球囊的近端与外管的远端连接，内球囊的近端与中间管的远端连接，外球囊和内球囊的远端则与内管的远端连接，外球囊和内球囊之间、外管和中间管之间形成真空内腔，所述真空内腔处还设置有若干测温点，内球囊和内管之间、中间管和内管之间形成冷冻内腔。远端采用内球囊和外球囊结构，手术过程中对内球囊和外球囊间的真空内腔抽真空至其紧密贴合，设置在真空内腔处的测温点即可准确测得外球囊与肺静脉口接触的冷冻消融温度。\\\"}\\n[8] {\\\"paper title\\\": \\\"使用冷冻球囊、热球囊或激光球囊导管消融心房颤动后出现肺静脉狭窄\\\", \\\"paper abstract\\\": \\\"<jats:sec><jats:title>BACKGROUND</jats:title><jats:p>Pulmonary vein stenosis (PVS) after PV isolation (PVI) for atrial fibrillation (AF) is a severe complication that requires angioplasty. This study aimed to compare the reduction of the cross-sectional PV area (PVA) and the incidence of PVS after cryoballoon (CB)-PVI, hot balloon (HB)-PVI, or laser balloon (LB)-PVI.Methods and Results: A total of 320 patients who underwent an initial catheter ablation procedure for AF using a CB, HB, or LB in 2\\\", \\\"publish date\\\": \\\"20231124\\\"}\\n[9] and ICE”:左图:射频消融术图示;右图:冷冻球囊消融术图示。什么是冷冻球囊消融术?郭炜华主任展示冷冻球囊      球囊冷冻消融,是通过导管传递液态氮氧化物至末端球囊,将液态氮氧化物转化为气态,使周围组织遇冷,从而达到消融效果。这部分气体会从回收真空腔返回。球囊冷冻消融通过组织遇冷导致细胞内形成晶体,使细胞膜破坏,细胞内的代谢及电活动不能正常进行。另外,通过对微血管的破环使局部血流灌注减少,同样可以使细胞死亡,发挥肺静脉隔离的作用,从而治疗阵发性心房颤动(来自2012 HRS/EHRA/ECAS房颤的导管及手术治疗专家共识)。冷冻球囊消融步骤首先,到达目标静脉;其次,球囊充气和定位;然后,阻塞肺静脉进行冷冻消融;最后,进行封堵和消融      冷冻球囊消融是房颤导管消融的一种较新方法,通过球囊封堵肺静脉,在球囊内释放液态一氧化二氮,使周围组织冷冻、细胞坏死形成瘢痕。冷冻球囊消融在肺静脉隔离率及窦律的维持上,与射频消融相似,主要用于肺静脉电隔离治疗阵发性房颤患者。术中冷冻球囊温度最低可达-55°C\\n[10] {\\\"paper title\\\": \\\"与传统的冷冻球囊消融术相比,最​​早的肺静脉电位引导冷冻球囊消融与更好的临床结果相关:来自两项随机临床研究的结果。\\\", \\\"paper abstract\\\": \\\"<jats:title>Abstract</jats:title><jats:sec><jats:title>Introduction</jats:title><jats:p>With regard to short‐term outcome in atrial fibrillation (AF), the benefit of cryoballoon ablation (CBA) by pressing a balloon against the earliest pulmonary vein (PV) potential site during PV isolation (earliest potential [EP]‐guided CBA) has been previously demonstrated. The present study aimed to evaluate the long‐term outcome of the EP‐guided CBA.</jats:p></jats:sec><jats:sec><jats:title>Methods and Resul\\\", \\\"publish date\\\": \\\"20211101\\\"}\\n[11] 发展会更加的迅猛。冷冻球囊导管消融在适应证上不断拓展,继欧洲2014年批准冷冻球囊导管消融应用于持续性房颤的适应证,美国STOP Persistent AF研究又进一步验证该技术应用于持续性房颤中的有效性和安全性,使得冷冻球囊消融导管成为美国首个FDA获批用于治疗持续性房颤的导管。北京清华长庚医院刘元伟教授将STOP-Persistent AF与射频导管的PRECEPT研究进行了讲解,体现了冷冻球囊房颤消融的优越性。冷冻球囊消融技术安全性上的优势已经得到了广泛的认可。冷冻球囊消融本身并发症很少,而如果缺乏对其并发症的重视,可能会引起一些本可以避免的并发症,包括腹股沟穿刺血肿、气体栓塞、膈神经麻痹、肺静脉狭窄,以及更为罕见的心房食道瘘等。对此北京安贞医院的李松南教授专门做了共识中关于“冷冻球囊导管消融手术并发症的预防”的专题讲解。虽然冷冻球囊消融技术具有显著的安全性优势,但是不要丢失敬畏之心。肺静脉电位隔离时间(Time to isolation,  TTI)可以保障既安全又有效的冷冻时间和冷冻次数,其时间长短可以判断球囊封堵贴靠是否满意,以决定是否调整球囊。如果不能实时观测TTI,可以根据复温至0゚C时间(iTT0)、总复温时间、降温速率等指标预测是否会形成持久PVI。泰达国际心血管病医院邸成业教授结合自身经验,详细解读了共识中的房颤冷冻消融效果评价指标。会议的下半场由中国生物医学工程学会心律分会秘书长广东省人民医院薛玉梅教授主持。广东省人民医院廖洪涛教授分享了冷冻消融手术和射频消融手术的特点,冷冻球囊的使用比例不同中心差异较大,在美国的临床实践中,88%的冷冻消融使用了三维标测系统,并且用冷冻球囊做肺静脉外消融的比例超乎预期。浙江大学医学院附属第二医院樊友启教授分享了冷冻球囊房颤消融在环肺消融和前庭改良方面的思考。冷冻球囊房颤消融PVI有先天优势,扩大前庭干预也得心应手且十分必要,良好操作易达成连续透壁。肺静脉外消融是新尝试,但需要根据心房标测的情况来判定是否必要,且需建立在手术技巧娴熟基础之上。中国人民解放军北部战区总医院(原沈阳军区总医院)是全国仅有的4家冷冻消融手术超过千例的中心之一,至今已经开展接近1200例,积累了大量丰富、宝贵的临床经验,该中心孙鸣宇教授带来的冷冻导管消融经验分享,无论是对于刚开始开展冷冻的中心还是开展例数较多的大中心,都非常有借鉴意义和价值。经过四个多小时知识与经验的交流,思想与智慧的碰撞,本次房颤冷冻消融技术研讨会圆满结束。最后大会主席张萍教授作了总结发言,她对此次与会的各位授课专家尤其是讨论专家的参与表示了由衷的感谢。此次房颤冷冻球囊消融线上专题\\n[12] {\\\"paper title\\\": \\\"早期冷冻球囊消融对心房颤动患者临床结果的影响:来自韩国冷冻球囊消融登记处\\\", \\\"paper abstract\\\": \\\"<jats:title>Abstract</jats:title><jats:sec><jats:title>Introduction</jats:title><jats:p>Influence of early atrial fibrillation (AF) ablation, particularly cryoballoon ablation (CBA), on clinical outcome during long‐term follow‐up has not been clarified. The objective was to determine whether an early CBA (diagnosis‐to‐ablation of ≤6 months) strategy could affect freedom from AF recurrence after index CBA.</jats:p></jats:sec><jats:sec><jats:title>Methods</jats:title><jats:p>The study included 260\\\", \\\"publish date\\\": \\\"20240101\\\"}\\n[13] 融术,手术历时1小时,取得成功。术后,患者发作性心悸的症状得以缓解。球囊冷冻消融,是通过导管传递液态氮氧化物至末端球囊,将液态氮氧化物转化为气态,使周围组织遇冷,从而达到消融效果。这部分气体会从回收真空腔返回。球囊冷冻消融通过组织遇冷导致细胞内形成晶体,使细胞膜破坏,细胞内的代谢及电活动不能正常进行。另外,通过对微血管的破环使局部血流灌注减少,同样可以使细胞死亡,发挥肺静脉隔离的作用,从而根治阵发性心房颤动。房颤的冷冻消融术相对于射频消融术来说,有其独特的优势所在:1) 可操作性较强,不需要复杂的三维建模和逐点消融,大大节省了手术时间。2) 疗效确切,成功率高,单次手术成功率可达到80-90%以上。3) 并发症少,尤其是食管瘘,心包填塞等并发症,较射频消融术大大降低,安全性高。4)\\n[14] {\\\"paper title\\\": \\\"冷冻球囊和热球囊消融后心房颤动的慢性消融病变。\\\", \\\"paper abstract\\\": \\\"<jats:sec><jats:title>BACKGROUND</jats:title><jats:p>Chronological changes in ablation lesions after cryoballoon ablation (CBA) and hot balloon ablation (HBA) of atrial fibrillation (AF) remain unclear.</jats:p></jats:sec><jats:sec><jats:title>METHODS</jats:title><jats:p>Of 90 patients who underwent initial balloon-based catheter ablation of AF and cardiac magnetic resonance imaging (cMRI) 3 months after ablation, data from 48 propensity score-matched patients (24 per group; 34 males; age 62±10 \\\", \\\"publish date\\\": \\\"20230225\\\"}\\n[15] 于它理想的治疗效果,另一方面是由于其操作简便性:冷冻消融的球囊操作技术复杂性相对而言更低,术者成长速度较快,可以在相对有限的时间内,经历更少的病例数以掌握这项技术。当然,基于安全性的考量,该术要求术者有更多的手术经验以及处理老年患者的经验。冷冻消融是通过冷冻能源所造成的低温引起靶点心肌细胞坏死,进而达到治疗效果的。术中使消融靶点周围温度骤然降低,造成细胞外、细胞内结晶和组织冻结缺血,从而引起组织损伤,实现肺静脉的单次隔离。该术的优势主要在于:组织损伤小,减少血栓形成及肺静脉狭窄几率;安全性高,该术严重并发症少于射频消融;有效性高,冷冻消融不劣于射频消融。手术时间短,手术操作高效,手术时间及左房内操作时间明显缩短;一致性,成功率更容易复制,不同术者、不同中心更易得到一致的手术成功率高。我国已经逐渐步入了老龄化社会\\n[16] {\\\"paper title\\\": \\\"冷冻球囊与激光球囊：心房纤颤导管消融术的首次前瞻性随机球囊试验的见解。\\\", \\\"paper abstract\\\": \\\"<jats:sec><jats:title>Background:</jats:title><jats:p>Pulmonary vein isolation (PVI) represents the cornerstone in atrial fibrillation ablation. Cryoballoon and laserballoon catheters have emerged as promising devices but lack randomized comparisons. Therefore, we sought to compare efficacy and safety comparing both balloons in patients with persistent and paroxysmal atrial fibrillation (AF).</jats:p></jats:sec><jats:sec><jats:title>Methods:</jats:title><jats:p>Symptomatic AF patients (n=200) we\\\", \\\"publish date\\\": \\\"20210201\\\"}\\n[17] {\\\"专利号\\\": \\\"CN118076306A\\\", \\\"标题\\\": \\\"球囊消融的辅助\\\", \\\"摘要\\\": \\\"一种用于辅助球囊消融治疗程序并且特别是提供用于确定球囊如何成功地闭塞解剖腔的信息的机构。(位于消融球囊的上游或远侧的)多个电极均提供对注入到解剖腔中的介电介质的存在和/或不存在进行响应的信号。生成组合信号，由电极提供的信号仅在它们满足某个一个或多个预定准则时才对该组合信号有贡献。\\\", \\\"公开日\\\": 20240524, \\\"申请日\\\": 20220914, \\\"厂商\\\": [\\\"皇家飞利浦有限公司\\\"]}\\n[18] 冰与火之歌——我院开启省内前沿的冷冻球囊房颤消融新技术    冷冻球囊消融术为目前国内房颤消融领域的前沿技术,该项技术是以冷冻球囊造成的连续的带状损伤“冷消融”,代替了传统射频消融术以点连线式的“热消融”,大大降低了传统射频消融术的线性消融的露点几率,提高了手术的成功率,缩短了手术时间。同时,冷冻球囊消融术的冷冻能源造成的组织损伤是一过性、可逆性的,大大减少了对重要传导组织造成永久性损伤的风险;此外,房颤冷冻球囊消融术保留了组织细胞的超微结构,因而大大减少了血栓形成、肺静脉狭窄、心房食管瘘的风险,使患者更多受益。目前我省仅少量医院开展了此类手术。近日,我院心内科对两例心房颤动的患者成功开展了冷冻球囊消融术。两例患者中1例为持续性房颤,另1例为阵发性房颤;前者有持续发作的心慌、胸闷两年,心电图示慢速性心房颤动;后者为反复阵发性心动过速伴气喘3年,心电图示阵发性速率型房颤;两患者均经当地医院就诊后给予控制心率、抗栓、病因和对症治疗后无效,且症状加重来我院就诊。我院心内科赵文强主任及其团队接诊后,给予患者积极的术前准备,并行经胸和经食道超声检查排除了心房内血栓,经病情评估后符合手术指征,制订了精准的治疗方案:决定采用经导管冷冻球囊心房颤动消融术。6月16日起,赵主任团队先后为2例心房颤动的患者实施冷冻球囊消融术,针对术中风险在人力、耗材、药品和设备等各项工作做好充分的预案和精准部署后,分\\n[19] {\\\"专利号\\\": \\\"CN118634027A\\\", \\\"标题\\\": \\\"一种消融测温隔热球囊\\\", \\\"摘要\\\": \\\"本发明涉及医疗器械领域，具体是一种消融测温隔热球囊，包括如下组成部分：球囊，球囊内部充入介质后可产生扩张动作，以包裹目标区域；测温层，布置在球囊外表面并随球囊同步扩张，测温层被配置为受激发后测量所处环境温度；激发源，用于激发测温层。本发明可在消融手术中将肿瘤区域与正常组织物理隔离，并对消融区域进行高精度温度监测，大幅度降低了对正常组织的损伤，且降低了手术难度。\\\", \\\"公开日\\\": 20240913, \\\"申请日\\\": 20240620, \\\"厂商\\\": [\\\"上海可映康科技有限公司\\\"]}\\n[/ref]\\n冻消融球囊<|eot_id|><|start_header_id|>assistant<|end_header_id|>\\n\\n</cn><us><|begin_of_text|><|start_header_id|>system<|end_header_id|>\\n\\nAs a hiro-ls assistant. Please answer the following questions in English. Your answers should not only be detailed, professional and multi-dimensional, but also in markdown format.Please note that the search results are returned based on the questions.<|eot_id|><|start_header_id|>user<|end_header_id|>\\n\\nFor \\\"What are the indications for siRNA drugs?\\\"\\ntotal of 适应症 168 results were found, the following are examples for you.\\n[ref]\\n[1] {\\\"drug name\\\": \\\"Nedosiran\\\", \\\"target（靶点）\\\": \\\"LDHA\\\", \\\"mechanism action\\\": \\\"L-lactate dehydrogenase A chain inhibitors\\\", \\\"适应症\\\": \\\"原发性高草酸尿症1型\\\", \\\"indications\\\": \\\"Primary Hyperoxaluria Type 1\\\"}\\n[2] {\\\"drug name\\\": \\\"Lumasiran sodium\\\", \\\"target（靶点）\\\": \\\"GOX\\\", \\\"mechanism action\\\": \\\"Hydroxyacid oxidase 1 stimulants,RNA interference\\\", \\\"适应症\\\": \\\"原发性高草酸尿症1型\\\", \\\"indications\\\": \\\"Primary Hyperoxaluria Type 1\\\"}\\n[3] {\\\"drug name\\\": \\\"SR-059\\\", \\\"target（靶点）\\\": \\\"F11\\\", \\\"mechanism action\\\": \\\"Coagulation factor XI inhibitors\\\", \\\"适应症\\\": \\\"血栓栓塞,终末期肾脏病\\\", \\\"indications\\\": \\\"Thromboembolism,Kidney Failure, Chronic\\\"}\\n[4] {\\\"drug name\\\": \\\"Vutrisiran Sodium\\\", \\\"target（靶点）\\\": \\\"TTR\\\", \\\"mechanism action\\\": \\\"Transthyretin inhibitors\\\", \\\"适应症\\\": \\\"转甲状腺素运载蛋白淀粉样变性\\\", \\\"indications\\\": \\\"Amyloidosis, Hereditary, Transthyretin-Related\\\"}\\n[5] {\\\"drug name\\\": \\\"Patisiran sodium\\\", \\\"target（靶点）\\\": \\\"TTR\\\", \\\"mechanism action\\\": \\\"Transthyretin inhibitors\\\", \\\"适应症\\\": \\\"转甲状腺素运载蛋白淀粉样变性\\\", \\\"indications\\\": \\\"Amyloidosis, Hereditary, Transthyretin-Related\\\"}\\n[6] {\\\"drug name\\\": \\\"Inclisiran sodium\\\", \\\"target（靶点）\\\": \\\"PCSK9\\\", \\\"mechanism action\\\": \\\"Proprotein convertase subtilisin kexin type 9 inhibitors,RNA interference\\\", \\\"适应症\\\": \\\"II型高脂蛋白血症,动脉粥样硬化\\\", \\\"indications\\\": \\\"Hyperlipoproteinemia Type II,Atherosclerosis\\\"}\\n[7] {\\\"drug name\\\": \\\"Lepodisiran sodium\\\", \\\"target（靶点）\\\": \\\"Lp(a)\\\", \\\"mechanism action\\\": \\\"lipoprotein(a) inhibitors,RNA interference\\\", \\\"适应症\\\": \\\"动脉粥样硬化\\\", \\\"indications\\\": \\\"Atherosclerosis\\\"}\\n[8] {\\\"drug name\\\": \\\"Olpasiran\\\", \\\"target（靶点）\\\": \\\"Lp(a)\\\", \\\"mechanism action\\\": \\\"lipoprotein(a) inhibitors\\\", \\\"适应症\\\": \\\"动脉粥样硬化\\\", \\\"indications\\\": \\\"Atherosclerosis\\\"}\\n[9] {\\\"drug name\\\": \\\"Zerlasiran\\\", \\\"target（靶点）\\\": \\\"Lp(a)\\\", \\\"mechanism action\\\": \\\"lipoprotein(a) inhibitors\\\", \\\"适应症\\\": \\\"动脉粥样硬化\\\", \\\"indications\\\": \\\"Atherosclerosis\\\"}\\n[10] {\\\"drug name\\\": \\\"RN-0191\\\", \\\"target（靶点）\\\": \\\"PCSK9\\\", \\\"mechanism action\\\": \\\"Proprotein convertase subtilisin kexin type 9 inhibitors\\\"}\\n[11] {\\\"drug name\\\": \\\"Kylo-11\\\", \\\"target（靶点）\\\": \\\"Lp(a)\\\", \\\"mechanism action\\\": \\\"lipoprotein(a) inhibitors\\\", \\\"适应症\\\": \\\"脂蛋白(a)高脂蛋白血症,动脉粥样硬化\\\", \\\"indications\\\": \\\"Lipoprotein (a) hyperlipoproteinemia,Atherosclerosis\\\"}\\n[12] {\\\"drug name\\\": \\\"SGB-3403\\\", \\\"target（靶点）\\\": \\\"PCSK9\\\", \\\"mechanism action\\\": \\\"Proprotein convertase subtilisin kexin type 9 modulators\\\", \\\"适应症\\\": \\\"动脉粥样硬化\\\", \\\"indications\\\": \\\"Atherosclerosis\\\"}\\n[13] {\\\"drug name\\\": \\\"Plozasiran\\\", \\\"target（靶点）\\\": \\\"APOC3\\\", \\\"mechanism action\\\": \\\"Apolipoprotein C-III inhibitors\\\", \\\"适应症\\\": \\\"高甘油三酯血症,血脂障碍\\\", \\\"indications\\\": \\\"Hypertriglyceridemia,Dyslipidemias\\\"}\\n[14] {\\\"drug name\\\": \\\"BW-00112\\\", \\\"适应症\\\": \\\"高甘油三酯血症,血脂障碍\\\", \\\"indications\\\": \\\"Hypertriglyceridemia,Dyslipidemias\\\"}\\n[15] {\\\"drug name\\\": \\\"Zodasiran\\\", \\\"target（靶点）\\\": \\\"ANGPTL3\\\", \\\"mechanism action\\\": \\\"Angiopoietin like 3 inhibitors\\\", \\\"适应症\\\": \\\"血脂障碍\\\", \\\"indications\\\": \\\"Dyslipidemias\\\"}\\n[16] {\\\"drug name\\\": \\\"VSA-003\\\", \\\"target（靶点）\\\": \\\"ANGPTL3\\\", \\\"mechanism action\\\": \\\"Angiopoietin like 3 modulators\\\", \\\"适应症\\\": \\\"血脂障碍\\\", \\\"indications\\\": \\\"Dyslipidemias\\\"}\\n[17] {\\\"drug name\\\": \\\"RP-910\\\", \\\"target（靶点）\\\": \\\"PCSK9\\\", \\\"mechanism action\\\": \\\"Proprotein convertase subtilisin kexin type 9 modulators\\\", \\\"适应症\\\": \\\"血脂障碍\\\", \\\"indications\\\": \\\"Dyslipidemias\\\"}\\n[18] {\\\"drug name\\\": \\\"SYH2053\\\", \\\"target（靶点）\\\": \\\"PCSK9\\\", \\\"mechanism action\\\": \\\"Proprotein convertase subtilisin kexin type 9 inhibitors\\\", \\\"适应症\\\": \\\"家族性混合型高脂血症,原发性高胆固醇血症\\\", \\\"indications\\\": \\\"Hyperlipidemia, Familial Combined,Primary hypercholesterolemia\\\"}\\n[19] {\\\"drug name\\\": \\\"YKYY-015\\\", \\\"target（靶点）\\\": \\\"PCSK9\\\", \\\"mechanism action\\\": \\\"Proprotein convertase subtilisin kexin type 9 inhibitors\\\", \\\"适应症\\\": \\\"原发性高脂血症,原发性高胆固醇血症\\\", \\\"indications\\\": \\\"Primary Hyperlipidemia,Primary hypercholesterolemia\\\"}\\n[20] {\\\"drug name\\\": \\\"JS401\\\", \\\"target（靶点）\\\": \\\"ANGPTL3\\\", \\\"mechanism action\\\": \\\"Angiopoietin like 3 inhibitors\\\", \\\"适应症\\\": \\\"代谢性疾病,高胆固醇血症\\\", \\\"indications\\\": \\\"Metabolic Diseases,Hypercholesterolemia\\\"}\\n[21] {\\\"drug name\\\": \\\"RBD-5044\\\", \\\"target（靶点）\\\": \\\"APOC3\\\", \\\"mechanism action\\\": \\\"Apolipoprotein C-III inhibitors\\\", \\\"适应症\\\": \\\"高脂血症\\\", \\\"indications\\\": \\\"Hyperlipidemias\\\"}\\n[22] {\\\"drug name\\\": \\\"ALN-KHK\\\", \\\"target（靶点）\\\": \\\"KHK\\\", \\\"mechanism action\\\": \\\"Keratin modulators\\\", \\\"适应症\\\": \\\"2型糖尿病\\\", \\\"indications\\\": \\\"Diabetes Mellitus, Type 2\\\"}\\n[23] {\\\"drug name\\\": \\\"ARO-INHBE\\\", \\\"target（靶点）\\\": \\\"INHBE\\\", \\\"mechanism action\\\": \\\"inhibin subunit beta E inhibitors\\\", \\\"适应症\\\": \\\"肥胖,2型糖尿病\\\", \\\"indications\\\": \\\"Obesity,Diabetes Mellitus, Type 2\\\"}\\n[24] {\\\"drug name\\\": \\\"Solbinsiran Sodium\\\", \\\"target（靶点）\\\": \\\"ANGPTL3\\\", \\\"mechanism action\\\": \\\"RNA interference,Angiopoietin like 3 inhibitors\\\", \\\"适应症\\\": \\\"高脂蛋白血症\\\", \\\"indications\\\": \\\"Hyperlipoproteinemias\\\"}\\n[/ref]\\nWhat are the indications for siRNA drugs?<|eot_id|><|start_header_id|>assistant<|end_header_id|>\\n\\n</us>",
            "description": "augmented query"
          },
          "ref_doc": {
            "type": "array",
            "example": "Please check the form: RefdocInfo",
            "description": "TThe literature content related to the augmented query.",
            "items": {
              "$ref": "#/components/schemas/AI06ChatPharmGptStream_RefdocInfo"
            }
          }
        }
      },
      "AI06ChatPharmGptStream_AiPharmGptOutPut": {
        "type": "object",
        "properties": {
          "usage": {
            "$ref": "#/components/schemas/AI06ChatPharmGptStream_AiPatGptUsage"
          },
          "status": {
            "type": "string",
            "example": "finished",
            "description": "Model Return Status\nNote:\nWhen status = \"running\", the system is outputting via SSE,\nWhen status = \"finished\", the request has ended,\nWhen status = \"length\", the generated content exceeds the model's maximum length."
          },
          "content": {
            "type": "string",
            "example": "<cn>冷冻消融球囊是一种用于医疗治疗的设备，主要应用于心脏手术中的消融程序，尤其是心律失常如心房颤动的治疗。这种设备通常包含一个可膨胀的球囊，球囊内部可以流通一种特殊的冷却介质，通过热传导的方式将低温传递给目标组织，从而实现组织的冷冻消融。\\n冷冻消融球囊的技术和设计在不断进步，以下是一些相关的专利和文献，展示了不同方面的创新和改进：\\n\\n球囊材料和结构的改进：\\n[3] 描述了一种用于血管内导管系统的冷冻球囊，由特定比例的聚氨酯和聚酰胺嵌段共聚物形成。这种材料配比使得球囊在较低压力下能实现较大的尺寸调节性，同时保持良好的机械性能。\\n球囊尺寸和压力调节：\\n[4] 提供了一种球囊尺寸可调的冷冻消融系统及方法，通过控制部件中的充气管路和球囊流量压力控制管路，实现对球囊尺寸和压力的精确调节，从而提高治疗的安全性和有效性。\\n多叶球囊设计：\\n[5] 揭示了一种用于冷冻消融的多叶球囊设计。这种设计包括多个独立的球囊瓣叶，可以通过独立的流体输送管腔进行膨胀，适用于更复杂的组织结构消融，如心脏的复杂形状。\\n温度和压力控制：\\n[7] 介绍了一种冷冻消融仪球囊内压力动态平衡系统，通过控制单元、数据采集单元和压力调节单元实现对球囊内压力的实时调节，确保消融过程中的温度和压力在理想的范围内。\\n无创定位技术：\\n[6] 公开了一种心房颤动消融冷冻球囊无创定位装置，通过电极阵列进行球囊定位，避免了使用有害射线，提高了手术的安全性和定位的准确性。\\n接触压力评估：\\n[8] 描述了一种评估冷冻球囊消融导管接触压力的方法。通过在消融过程中记录和比较球囊的压力测量值与预定压力阈值，确保球囊与目标组织的有效接触，从而提高消融效果。\\n这些创新和改进使得冷冻消融球囊技术更加精细和安全，为患者提供了更好的治疗效果。</cn><us>siRNA drugs, or small interfering RNA drugs, are a class of medications that use RNA interference (RNAi) to silence specific genes. This silencing can prevent the production of disease-causing proteins or reduce their levels. The indications for siRNA drugs are diverse and have been developed for various diseases and conditions. Here are some examples of indications for siRNA drugs based on the information provided:\\n\\n1. **Primary Hyperoxaluria Type 1**: Drugs like Nedosiran and Lumasiran sodium are indicated for this rare genetic disorder characterized by the excessive production of a substance called oxalate, leading to kidney damage and other issues.\\n\\n2. **Thromboembolism and Kidney Failure, Chronic**: SR-059 is indicated for conditions related to blood clotting and chronic kidney failure.\\n\\n3. **Amyloidosis, Hereditary, Transthyretin-Related**: Vutrisiran Sodium and Patisiran sodium are used to treat a type of hereditary amyloidosis caused by transthyretin (TTR) protein aggregation.\\n\\n4. **Hyperlipoproteinemia Type II and Atherosclerosis**: Inclisiran sodium is indicated for managing high levels of certain types of cholesterol and atherosclerosis, a condition characterized by the buildup of fats, cholesterol, and other substances in and on the artery walls.\\n\\n5. **Atherosclerosis**: Several other drugs like Lepodisiran sodium, Olpasiran, Zerlasiran, and Kylo-11 are also indicated for atherosclerosis, which involves the narrowing or blockage of coronary arteries due to plaque buildup.\\n\\n6. **Hypertriglyceridemia and Dyslipidemias**: Plozasiran and BW-00112 are indicated for conditions related to high levels of triglycerides and abnormal lipid levels in the blood.\\n\\n7. **Dyslipidemias**: Several drugs such as Zodasiran, VSA-003, RP-910, and others are indicated for managing dyslipidemias, which involve abnormal levels of lipids (e.g., cholesterol, triglycerides) in the blood.\\n\\n8. **Hyperlipidemia, Familial Combined and Primary hypercholesterolemia**: SYH2053 and YKYY-015 are indicated for these conditions related to high levels of lipids in the blood.\\n\\n9. **Metabolic Diseases and Hypercholesterolemia**: JS401 is indicated for metabolic diseases and high cholesterol levels.\\n\\n10. **Hyperlipidemias**: RBD-5044 is indicated for managing high levels of lipids in the blood.\\n\\n11. **Diabetes Mellitus, Type 2**: ALN-KHK and ARO-INHBE are indicated for type 2 diabetes, a chronic condition characterized by high blood sugar levels.\\n\\n12. **Hyperlipoproteinemias**: Solbinsiran Sodium is indicated for this condition, which involves high levels of lipids in the blood.\\n\\nThese indications reflect the broad application of siRNA technology in targeting specific pathways involved in various diseases, offering a promising approach to disease treatment by directly silencing the genes responsible for disease-causing proteins.</us>",
            "description": "Conversation result"
          },
          "references": {
            "$ref": "#/components/schemas/AI06ChatPharmGptStream_ReferencesInfo"
          }
        }
      },
      "AI06ChatPharmGptStream_AiPharmGptResponse": {
        "type": "object",
        "properties": {
          "output": {
            "$ref": "#/components/schemas/AI06ChatPharmGptStream_AiPharmGptOutPut"
          }
        }
      },
      "AI06ChatPharmGptStreamResponse": {
        "type": "object",
        "properties": {
          "data": {
            "$ref": "#/components/schemas/AI06ChatPharmGptStream_AiPharmGptResponse"
          },
          "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"
        ]
      },
      "AI06ChatPharmGptStream_ChatHistoryBo": {
        "type": "object",
        "properties": {
          "content": {
            "type": "string",
            "example": "<cn>冷冻消融球囊是一种用于医疗治疗的设备，主要应用于心脏手术中的消融程序，尤其是心律失常如心房颤动的治疗。这种设备通常包含一个可膨胀的球囊，球囊内部可以流通一种特殊的冷却介质，通过热传导的方式将低温传递给目标组织，从而实现组织的冷冻消融。\\n冷冻消融球囊的技术和设计在不断进步，以下是一些相关的专利和文献，展示了不同方面的创新和改进：\\n\\n球囊材料和结构的改进：\\n[3] 描述了一种用于血管内导管系统的冷冻球囊，由特定比例的聚氨酯和聚酰胺嵌段共聚物形成。这种材料配比使得球囊在较低压力下能实现较大的尺寸调节性，同时保持良好的机械性能。\\n球囊尺寸和压力调节：\\n[4] 提供了一种球囊尺寸可调的冷冻消融系统及方法，通过控制部件中的充气管路和球囊流量压力控制管路，实现对球囊尺寸和压力的精确调节，从而提高治疗的安全性和有效性。\\n多叶球囊设计：\\n[5] 揭示了一种用于冷冻消融的多叶球囊设计。这种设计包括多个独立的球囊瓣叶，可以通过独立的流体输送管腔进行膨胀，适用于更复杂的组织结构消融，如心脏的复杂形状。\\n温度和压力控制：\\n[7] 介绍了一种冷冻消融仪球囊内压力动态平衡系统，通过控制单元、数据采集单元和压力调节单元实现对球囊内压力的实时调节，确保消融过程中的温度和压力在理想的范围内。\\n无创定位技术：\\n[6] 公开了一种心房颤动消融冷冻球囊无创定位装置，通过电极阵列进行球囊定位，避免了使用有害射线，提高了手术的安全性和定位的准确性。\\n接触压力评估：\\n[8] 描述了一种评估冷冻球囊消融导管接触压力的方法。通过在消融过程中记录和比较球囊的压力测量值与预定压力阈值，确保球囊与目标组织的有效接触，从而提高消融效果。\\n这些创新和改进使得冷冻消融球囊技术更加精细和安全，为患者提供了更好的治疗效果。</cn><us>siRNA drugs, or small interfering RNA drugs, are a class of medications that use RNA interference (RNAi) to silence specific genes. This silencing can prevent the production of disease-causing proteins or reduce their levels. The indications for siRNA drugs are diverse and have been developed for various diseases and conditions. Here are some examples of indications for siRNA drugs based on the information provided:\\n\\n1. **Primary Hyperoxaluria Type 1**: Drugs like Nedosiran and Lumasiran sodium are indicated for this rare genetic disorder characterized by the excessive production of a substance called oxalate, leading to kidney damage and other issues.\\n\\n2. **Thromboembolism and Kidney Failure, Chronic**: SR-059 is indicated for conditions related to blood clotting and chronic kidney failure.\\n\\n3. **Amyloidosis, Hereditary, Transthyretin-Related**: Vutrisiran Sodium and Patisiran sodium are used to treat a type of hereditary amyloidosis caused by transthyretin (TTR) protein aggregation.\\n\\n4. **Hyperlipoproteinemia Type II and Atherosclerosis**: Inclisiran sodium is indicated for managing high levels of certain types of cholesterol and atherosclerosis, a condition characterized by the buildup of fats, cholesterol, and other substances in and on the artery walls.\\n\\n5. **Atherosclerosis**: Several other drugs like Lepodisiran sodium, Olpasiran, Zerlasiran, and Kylo-11 are also indicated for atherosclerosis, which involves the narrowing or blockage of coronary arteries due to plaque buildup.\\n\\n6. **Hypertriglyceridemia and Dyslipidemias**: Plozasiran and BW-00112 are indicated for conditions related to high levels of triglycerides and abnormal lipid levels in the blood.\\n\\n7. **Dyslipidemias**: Several drugs such as Zodasiran, VSA-003, RP-910, and others are indicated for managing dyslipidemias, which involve abnormal levels of lipids (e.g., cholesterol, triglycerides) in the blood.\\n\\n8. **Hyperlipidemia, Familial Combined and Primary hypercholesterolemia**: SYH2053 and YKYY-015 are indicated for these conditions related to high levels of lipids in the blood.\\n\\n9. **Metabolic Diseases and Hypercholesterolemia**: JS401 is indicated for metabolic diseases and high cholesterol levels.\\n\\n10. **Hyperlipidemias**: RBD-5044 is indicated for managing high levels of lipids in the blood.\\n\\n11. **Diabetes Mellitus, Type 2**: ALN-KHK and ARO-INHBE are indicated for type 2 diabetes, a chronic condition characterized by high blood sugar levels.\\n\\n12. **Hyperlipoproteinemias**: Solbinsiran Sodium is indicated for this condition, which involves high levels of lipids in the blood.\\n\\nThese indications reflect the broad application of siRNA technology in targeting specific pathways involved in various diseases, offering a promising approach to disease treatment by directly silencing the genes responsible for disease-causing proteins.</us>",
            "description": "When role = \"assistant\", the content is the model's response for each turn."
          },
          "prompt": {
            "type": "string",
            "example": "<cn><|begin_of_text|><|start_header_id|>system<|end_header_id|>\\n\\n作为芽仔-生物医药助手，请用中文回答下面问题，回答不仅要详细，专业和多维度，而且要有markdown格式。<|eot_id|><|start_header_id|>user<|end_header_id|>\\n\\n冻消融球囊\\n[ref]\\n[1] {\\\"news title\\\": \\\"一次性使用冷冻消融球囊导管获批上市\\\", \\\"news content\\\": \\\"近日，国家药品监督管理局经审查，批准了宁波胜杰康生物科技有限公司生产的“一次性使用冷冻消融球囊导管”创新产品注册申请。  该产品由球囊、导管主体（真空外管、真空内管、回气管、进气管、缓冲管、保护管）和手柄（手柄座、回路连接管、真空连接管、接头）组成。与特定的冷冻消融设备配合使用,用于T1期非肌层浸润性膀胱癌（NMIBC）成人患者在首次经尿道膀胱肿瘤电切术（TURBt）后进行冷冻消融的辅助治疗。  目前国内尚无膀胱肿瘤冷冻类医疗器械，国产探针型冷冻医疗器械产品仅限于实体肿瘤的应用，进口球囊型冷冻医疗器械产品仅限于心血管系统的应用。该产品核心技术为导管头端采用创新的球囊结构设计，球囊远端内凹，可实现球囊侧面和远端的有效冷冻。球囊远端还设计了缓冲单元，可增加产品安全性，有助于导管的输送。  该产品拥有自主知识产权，工作原理为国内首创。  药品监督管理部门将加强该产品上市后监管，保护患者用械安全。  附件：国家药监局已批准的创新医疗器械附件.docx\\\"}\\n[2] {\\\"news title\\\": \\\"冷冻消融设备和球囊型冷冻消融导管获批上市\\\", \\\"news content\\\": \\\"近日，国家药品监督管理局批准了上海微创电生理医疗科技股份有限公司生产的冷冻消融设备和球囊型冷冻消融导管创新产品注册申请。  两个产品配套使用，用于药物难治性、复发性、症状性的阵发性房颤治疗，属国内首创。其采用目标温度控制技术和多路测温技术，在治疗过程中可控制球囊内部温度，并实现球囊表面温度监测，确保手术更加安全。该产品的上市可进一步满足我国在阵发性房颤治疗领域的临床需求。  药品监督管理部门将加强该产品上市后监管，保护患者用械安全。附件.docx\\\"}\\n[3] {\\\"paper title\\\": \\\"用于冷冻消融球囊的微热传感器\\\", \\\"paper abstract\\\": \\\"<jats:title>Abstract</jats:title><jats:p>Treatment of atrial fibrillation by cryoablation of the pulmonary vein (PV) suffers from an inability to assess probe contact, tissue thickness, and freeze completion through the wall. Unfortunately, clinical imaging cannot be used for this purpose as these techniques have resolutions similar in scale (∼1 to 2 mm) to PV thickness and therefore are unable to resolve changes within the PV during treatment. Here, a microthermal sensor based on the “3ω” techn\\\", \\\"publish date\\\": \\\"20201201\\\"}\\n[4] {\\\"专利号\\\": \\\"DE112022004453T5\\\", \\\"标题\\\": \\\"支持球囊消融\\\", \\\"摘要\\\": \\\"支持球囊消融治疗程序的机制,特别是提供有用的信息来确定球囊闭合解剖腔的成功程度。 多个电极(位于消融球囊的上游或远端)各自提供响应于注射到解剖腔中的介电介质的存在和/或不存在的信号。 仅当电极提供的信号满足特定标准时,才会生成组合信号。\\\", \\\"公开日\\\": 20240627, \\\"申请日\\\": 20220914, \\\"厂商\\\": [\\\"KONINKLIJKE PHILIPS N.V.\\\"]}\\n[5] {\\\"标题\\\": \\\"冷冻消融球囊及冷冻消融医疗器械\\\", \\\"摘要\\\": \\\"一种冷冻消融球囊(1,2)，其外层由含氟聚合物制成，该冷冻消融球囊(1,2)可以为单层或者双层结构。该冷冻消融球囊(1,2)在-40℃甚至更低的温度下不会发生破裂，还可以同时满足回撤性能和高耐压性能，且加工难度更小。还公开了一种冷冻消融医疗器械。\\\"}\\n[6] {\\\"专利号\\\": \\\"CN118044875A\\\", \\\"标题\\\": \\\"在较低消融压力下具有较大尺寸可调节性的冷冻球囊\\\", \\\"摘要\\\": \\\"一种用于血管内导管系统(210)的球囊导管包括由聚氨酯和聚酰胺嵌段共聚物的共混物形成的冷冻球囊(236)。聚氨酯与聚酰胺嵌段共聚物的百分比可以变化。例如，冷冻球囊(236)可以由大于50％的聚氨酯和小于50％的聚酰胺嵌段共聚物形成；由大于75％的聚氨酯和小于25％的聚酰胺嵌段共聚物形成；或者由约85％的聚氨酯和约15％的聚酰胺嵌段共聚物形成。此外，可改变膨胀压力的变化(以psi计)与冷冻球囊(236)的外径的变化(以mm计)的比率，以及冷冻球囊(236)的外径(以mm计)与膨胀压力(以psig计)的比率，以形成所需冷冻球囊(236)。\\\", \\\"公开日\\\": 20240517, \\\"申请日\\\": 20180705, \\\"厂商\\\": [\\\"波士顿科学医学有限公司\\\"]}\\n[7] {\\\"标题\\\": \\\"一种冷冻消融球囊系统\\\", \\\"摘要\\\": \\\"本申请公开了一种冷冻消融球囊系统，包括球囊组件、管组件、手柄组件，球囊组件包括外球囊和设置在外球囊内的内球囊，外球囊和内球囊为可收缩和扩张的囊体结构，管组件包括从外到内依次套接的外管、中间管和内管，外球囊的近端与外管的远端连接，内球囊的近端与中间管的远端连接，外球囊和内球囊的远端则与内管的远端连接，外球囊和内球囊之间、外管和中间管之间形成真空内腔，所述真空内腔处还设置有若干测温点，内球囊和内管之间、中间管和内管之间形成冷冻内腔。远端采用内球囊和外球囊结构，手术过程中对内球囊和外球囊间的真空内腔抽真空至其紧密贴合，设置在真空内腔处的测温点即可准确测得外球囊与肺静脉口接触的冷冻消融温度。\\\"}\\n[8] {\\\"paper title\\\": \\\"使用冷冻球囊、热球囊或激光球囊导管消融心房颤动后出现肺静脉狭窄\\\", \\\"paper abstract\\\": \\\"<jats:sec><jats:title>BACKGROUND</jats:title><jats:p>Pulmonary vein stenosis (PVS) after PV isolation (PVI) for atrial fibrillation (AF) is a severe complication that requires angioplasty. This study aimed to compare the reduction of the cross-sectional PV area (PVA) and the incidence of PVS after cryoballoon (CB)-PVI, hot balloon (HB)-PVI, or laser balloon (LB)-PVI.Methods and Results: A total of 320 patients who underwent an initial catheter ablation procedure for AF using a CB, HB, or LB in 2\\\", \\\"publish date\\\": \\\"20231124\\\"}\\n[9] and ICE”:左图:射频消融术图示;右图:冷冻球囊消融术图示。什么是冷冻球囊消融术?郭炜华主任展示冷冻球囊      球囊冷冻消融,是通过导管传递液态氮氧化物至末端球囊,将液态氮氧化物转化为气态,使周围组织遇冷,从而达到消融效果。这部分气体会从回收真空腔返回。球囊冷冻消融通过组织遇冷导致细胞内形成晶体,使细胞膜破坏,细胞内的代谢及电活动不能正常进行。另外,通过对微血管的破环使局部血流灌注减少,同样可以使细胞死亡,发挥肺静脉隔离的作用,从而治疗阵发性心房颤动(来自2012 HRS/EHRA/ECAS房颤的导管及手术治疗专家共识)。冷冻球囊消融步骤首先,到达目标静脉;其次,球囊充气和定位;然后,阻塞肺静脉进行冷冻消融;最后,进行封堵和消融      冷冻球囊消融是房颤导管消融的一种较新方法,通过球囊封堵肺静脉,在球囊内释放液态一氧化二氮,使周围组织冷冻、细胞坏死形成瘢痕。冷冻球囊消融在肺静脉隔离率及窦律的维持上,与射频消融相似,主要用于肺静脉电隔离治疗阵发性房颤患者。术中冷冻球囊温度最低可达-55°C\\n[10] {\\\"paper title\\\": \\\"与传统的冷冻球囊消融术相比,最​​早的肺静脉电位引导冷冻球囊消融与更好的临床结果相关:来自两项随机临床研究的结果。\\\", \\\"paper abstract\\\": \\\"<jats:title>Abstract</jats:title><jats:sec><jats:title>Introduction</jats:title><jats:p>With regard to short‐term outcome in atrial fibrillation (AF), the benefit of cryoballoon ablation (CBA) by pressing a balloon against the earliest pulmonary vein (PV) potential site during PV isolation (earliest potential [EP]‐guided CBA) has been previously demonstrated. The present study aimed to evaluate the long‐term outcome of the EP‐guided CBA.</jats:p></jats:sec><jats:sec><jats:title>Methods and Resul\\\", \\\"publish date\\\": \\\"20211101\\\"}\\n[11] 发展会更加的迅猛。冷冻球囊导管消融在适应证上不断拓展,继欧洲2014年批准冷冻球囊导管消融应用于持续性房颤的适应证,美国STOP Persistent AF研究又进一步验证该技术应用于持续性房颤中的有效性和安全性,使得冷冻球囊消融导管成为美国首个FDA获批用于治疗持续性房颤的导管。北京清华长庚医院刘元伟教授将STOP-Persistent AF与射频导管的PRECEPT研究进行了讲解,体现了冷冻球囊房颤消融的优越性。冷冻球囊消融技术安全性上的优势已经得到了广泛的认可。冷冻球囊消融本身并发症很少,而如果缺乏对其并发症的重视,可能会引起一些本可以避免的并发症,包括腹股沟穿刺血肿、气体栓塞、膈神经麻痹、肺静脉狭窄,以及更为罕见的心房食道瘘等。对此北京安贞医院的李松南教授专门做了共识中关于“冷冻球囊导管消融手术并发症的预防”的专题讲解。虽然冷冻球囊消融技术具有显著的安全性优势,但是不要丢失敬畏之心。肺静脉电位隔离时间(Time to isolation,  TTI)可以保障既安全又有效的冷冻时间和冷冻次数,其时间长短可以判断球囊封堵贴靠是否满意,以决定是否调整球囊。如果不能实时观测TTI,可以根据复温至0゚C时间(iTT0)、总复温时间、降温速率等指标预测是否会形成持久PVI。泰达国际心血管病医院邸成业教授结合自身经验,详细解读了共识中的房颤冷冻消融效果评价指标。会议的下半场由中国生物医学工程学会心律分会秘书长广东省人民医院薛玉梅教授主持。广东省人民医院廖洪涛教授分享了冷冻消融手术和射频消融手术的特点,冷冻球囊的使用比例不同中心差异较大,在美国的临床实践中,88%的冷冻消融使用了三维标测系统,并且用冷冻球囊做肺静脉外消融的比例超乎预期。浙江大学医学院附属第二医院樊友启教授分享了冷冻球囊房颤消融在环肺消融和前庭改良方面的思考。冷冻球囊房颤消融PVI有先天优势,扩大前庭干预也得心应手且十分必要,良好操作易达成连续透壁。肺静脉外消融是新尝试,但需要根据心房标测的情况来判定是否必要,且需建立在手术技巧娴熟基础之上。中国人民解放军北部战区总医院(原沈阳军区总医院)是全国仅有的4家冷冻消融手术超过千例的中心之一,至今已经开展接近1200例,积累了大量丰富、宝贵的临床经验,该中心孙鸣宇教授带来的冷冻导管消融经验分享,无论是对于刚开始开展冷冻的中心还是开展例数较多的大中心,都非常有借鉴意义和价值。经过四个多小时知识与经验的交流,思想与智慧的碰撞,本次房颤冷冻消融技术研讨会圆满结束。最后大会主席张萍教授作了总结发言,她对此次与会的各位授课专家尤其是讨论专家的参与表示了由衷的感谢。此次房颤冷冻球囊消融线上专题\\n[12] {\\\"paper title\\\": \\\"早期冷冻球囊消融对心房颤动患者临床结果的影响:来自韩国冷冻球囊消融登记处\\\", \\\"paper abstract\\\": \\\"<jats:title>Abstract</jats:title><jats:sec><jats:title>Introduction</jats:title><jats:p>Influence of early atrial fibrillation (AF) ablation, particularly cryoballoon ablation (CBA), on clinical outcome during long‐term follow‐up has not been clarified. The objective was to determine whether an early CBA (diagnosis‐to‐ablation of ≤6 months) strategy could affect freedom from AF recurrence after index CBA.</jats:p></jats:sec><jats:sec><jats:title>Methods</jats:title><jats:p>The study included 260\\\", \\\"publish date\\\": \\\"20240101\\\"}\\n[13] 融术,手术历时1小时,取得成功。术后,患者发作性心悸的症状得以缓解。球囊冷冻消融,是通过导管传递液态氮氧化物至末端球囊,将液态氮氧化物转化为气态,使周围组织遇冷,从而达到消融效果。这部分气体会从回收真空腔返回。球囊冷冻消融通过组织遇冷导致细胞内形成晶体,使细胞膜破坏,细胞内的代谢及电活动不能正常进行。另外,通过对微血管的破环使局部血流灌注减少,同样可以使细胞死亡,发挥肺静脉隔离的作用,从而根治阵发性心房颤动。房颤的冷冻消融术相对于射频消融术来说,有其独特的优势所在:1) 可操作性较强,不需要复杂的三维建模和逐点消融,大大节省了手术时间。2) 疗效确切,成功率高,单次手术成功率可达到80-90%以上。3) 并发症少,尤其是食管瘘,心包填塞等并发症,较射频消融术大大降低,安全性高。4)\\n[14] {\\\"paper title\\\": \\\"冷冻球囊和热球囊消融后心房颤动的慢性消融病变。\\\", \\\"paper abstract\\\": \\\"<jats:sec><jats:title>BACKGROUND</jats:title><jats:p>Chronological changes in ablation lesions after cryoballoon ablation (CBA) and hot balloon ablation (HBA) of atrial fibrillation (AF) remain unclear.</jats:p></jats:sec><jats:sec><jats:title>METHODS</jats:title><jats:p>Of 90 patients who underwent initial balloon-based catheter ablation of AF and cardiac magnetic resonance imaging (cMRI) 3 months after ablation, data from 48 propensity score-matched patients (24 per group; 34 males; age 62±10 \\\", \\\"publish date\\\": \\\"20230225\\\"}\\n[15] 于它理想的治疗效果,另一方面是由于其操作简便性:冷冻消融的球囊操作技术复杂性相对而言更低,术者成长速度较快,可以在相对有限的时间内,经历更少的病例数以掌握这项技术。当然,基于安全性的考量,该术要求术者有更多的手术经验以及处理老年患者的经验。冷冻消融是通过冷冻能源所造成的低温引起靶点心肌细胞坏死,进而达到治疗效果的。术中使消融靶点周围温度骤然降低,造成细胞外、细胞内结晶和组织冻结缺血,从而引起组织损伤,实现肺静脉的单次隔离。该术的优势主要在于:组织损伤小,减少血栓形成及肺静脉狭窄几率;安全性高,该术严重并发症少于射频消融;有效性高,冷冻消融不劣于射频消融。手术时间短,手术操作高效,手术时间及左房内操作时间明显缩短;一致性,成功率更容易复制,不同术者、不同中心更易得到一致的手术成功率高。我国已经逐渐步入了老龄化社会\\n[16] {\\\"paper title\\\": \\\"冷冻球囊与激光球囊：心房纤颤导管消融术的首次前瞻性随机球囊试验的见解。\\\", \\\"paper abstract\\\": \\\"<jats:sec><jats:title>Background:</jats:title><jats:p>Pulmonary vein isolation (PVI) represents the cornerstone in atrial fibrillation ablation. Cryoballoon and laserballoon catheters have emerged as promising devices but lack randomized comparisons. Therefore, we sought to compare efficacy and safety comparing both balloons in patients with persistent and paroxysmal atrial fibrillation (AF).</jats:p></jats:sec><jats:sec><jats:title>Methods:</jats:title><jats:p>Symptomatic AF patients (n=200) we\\\", \\\"publish date\\\": \\\"20210201\\\"}\\n[17] {\\\"专利号\\\": \\\"CN118076306A\\\", \\\"标题\\\": \\\"球囊消融的辅助\\\", \\\"摘要\\\": \\\"一种用于辅助球囊消融治疗程序并且特别是提供用于确定球囊如何成功地闭塞解剖腔的信息的机构。(位于消融球囊的上游或远侧的)多个电极均提供对注入到解剖腔中的介电介质的存在和/或不存在进行响应的信号。生成组合信号，由电极提供的信号仅在它们满足某个一个或多个预定准则时才对该组合信号有贡献。\\\", \\\"公开日\\\": 20240524, \\\"申请日\\\": 20220914, \\\"厂商\\\": [\\\"皇家飞利浦有限公司\\\"]}\\n[18] 冰与火之歌——我院开启省内前沿的冷冻球囊房颤消融新技术    冷冻球囊消融术为目前国内房颤消融领域的前沿技术,该项技术是以冷冻球囊造成的连续的带状损伤“冷消融”,代替了传统射频消融术以点连线式的“热消融”,大大降低了传统射频消融术的线性消融的露点几率,提高了手术的成功率,缩短了手术时间。同时,冷冻球囊消融术的冷冻能源造成的组织损伤是一过性、可逆性的,大大减少了对重要传导组织造成永久性损伤的风险;此外,房颤冷冻球囊消融术保留了组织细胞的超微结构,因而大大减少了血栓形成、肺静脉狭窄、心房食管瘘的风险,使患者更多受益。目前我省仅少量医院开展了此类手术。近日,我院心内科对两例心房颤动的患者成功开展了冷冻球囊消融术。两例患者中1例为持续性房颤,另1例为阵发性房颤;前者有持续发作的心慌、胸闷两年,心电图示慢速性心房颤动;后者为反复阵发性心动过速伴气喘3年,心电图示阵发性速率型房颤;两患者均经当地医院就诊后给予控制心率、抗栓、病因和对症治疗后无效,且症状加重来我院就诊。我院心内科赵文强主任及其团队接诊后,给予患者积极的术前准备,并行经胸和经食道超声检查排除了心房内血栓,经病情评估后符合手术指征,制订了精准的治疗方案:决定采用经导管冷冻球囊心房颤动消融术。6月16日起,赵主任团队先后为2例心房颤动的患者实施冷冻球囊消融术,针对术中风险在人力、耗材、药品和设备等各项工作做好充分的预案和精准部署后,分\\n[19] {\\\"专利号\\\": \\\"CN118634027A\\\", \\\"标题\\\": \\\"一种消融测温隔热球囊\\\", \\\"摘要\\\": \\\"本发明涉及医疗器械领域，具体是一种消融测温隔热球囊，包括如下组成部分：球囊，球囊内部充入介质后可产生扩张动作，以包裹目标区域；测温层，布置在球囊外表面并随球囊同步扩张，测温层被配置为受激发后测量所处环境温度；激发源，用于激发测温层。本发明可在消融手术中将肿瘤区域与正常组织物理隔离，并对消融区域进行高精度温度监测，大幅度降低了对正常组织的损伤，且降低了手术难度。\\\", \\\"公开日\\\": 20240913, \\\"申请日\\\": 20240620, \\\"厂商\\\": [\\\"上海可映康科技有限公司\\\"]}\\n[/ref]\\n冻消融球囊<|eot_id|><|start_header_id|>assistant<|end_header_id|>\\n\\n</cn><us><|begin_of_text|><|start_header_id|>system<|end_header_id|>\\n\\nAs a hiro-ls assistant. Please answer the following questions in English. Your answers should not only be detailed, professional and multi-dimensional, but also in markdown format.Please note that the search results are returned based on the questions.<|eot_id|><|start_header_id|>user<|end_header_id|>\\n\\nFor \\\"What are the indications for siRNA drugs?\\\"\\ntotal of 适应症 168 results were found, the following are examples for you.\\n[ref]\\n[1] {\\\"drug name\\\": \\\"Nedosiran\\\", \\\"target（靶点）\\\": \\\"LDHA\\\", \\\"mechanism action\\\": \\\"L-lactate dehydrogenase A chain inhibitors\\\", \\\"适应症\\\": \\\"原发性高草酸尿症1型\\\", \\\"indications\\\": \\\"Primary Hyperoxaluria Type 1\\\"}\\n[2] {\\\"drug name\\\": \\\"Lumasiran sodium\\\", \\\"target（靶点）\\\": \\\"GOX\\\", \\\"mechanism action\\\": \\\"Hydroxyacid oxidase 1 stimulants,RNA interference\\\", \\\"适应症\\\": \\\"原发性高草酸尿症1型\\\", \\\"indications\\\": \\\"Primary Hyperoxaluria Type 1\\\"}\\n[3] {\\\"drug name\\\": \\\"SR-059\\\", \\\"target（靶点）\\\": \\\"F11\\\", \\\"mechanism action\\\": \\\"Coagulation factor XI inhibitors\\\", \\\"适应症\\\": \\\"血栓栓塞,终末期肾脏病\\\", \\\"indications\\\": \\\"Thromboembolism,Kidney Failure, Chronic\\\"}\\n[4] {\\\"drug name\\\": \\\"Vutrisiran Sodium\\\", \\\"target（靶点）\\\": \\\"TTR\\\", \\\"mechanism action\\\": \\\"Transthyretin inhibitors\\\", \\\"适应症\\\": \\\"转甲状腺素运载蛋白淀粉样变性\\\", \\\"indications\\\": \\\"Amyloidosis, Hereditary, Transthyretin-Related\\\"}\\n[5] {\\\"drug name\\\": \\\"Patisiran sodium\\\", \\\"target（靶点）\\\": \\\"TTR\\\", \\\"mechanism action\\\": \\\"Transthyretin inhibitors\\\", \\\"适应症\\\": \\\"转甲状腺素运载蛋白淀粉样变性\\\", \\\"indications\\\": \\\"Amyloidosis, Hereditary, Transthyretin-Related\\\"}\\n[6] {\\\"drug name\\\": \\\"Inclisiran sodium\\\", \\\"target（靶点）\\\": \\\"PCSK9\\\", \\\"mechanism action\\\": \\\"Proprotein convertase subtilisin kexin type 9 inhibitors,RNA interference\\\", \\\"适应症\\\": \\\"II型高脂蛋白血症,动脉粥样硬化\\\", \\\"indications\\\": \\\"Hyperlipoproteinemia Type II,Atherosclerosis\\\"}\\n[7] {\\\"drug name\\\": \\\"Lepodisiran sodium\\\", \\\"target（靶点）\\\": \\\"Lp(a)\\\", \\\"mechanism action\\\": \\\"lipoprotein(a) inhibitors,RNA interference\\\", \\\"适应症\\\": \\\"动脉粥样硬化\\\", \\\"indications\\\": \\\"Atherosclerosis\\\"}\\n[8] {\\\"drug name\\\": \\\"Olpasiran\\\", \\\"target（靶点）\\\": \\\"Lp(a)\\\", \\\"mechanism action\\\": \\\"lipoprotein(a) inhibitors\\\", \\\"适应症\\\": \\\"动脉粥样硬化\\\", \\\"indications\\\": \\\"Atherosclerosis\\\"}\\n[9] {\\\"drug name\\\": \\\"Zerlasiran\\\", \\\"target（靶点）\\\": \\\"Lp(a)\\\", \\\"mechanism action\\\": \\\"lipoprotein(a) inhibitors\\\", \\\"适应症\\\": \\\"动脉粥样硬化\\\", \\\"indications\\\": \\\"Atherosclerosis\\\"}\\n[10] {\\\"drug name\\\": \\\"RN-0191\\\", \\\"target（靶点）\\\": \\\"PCSK9\\\", \\\"mechanism action\\\": \\\"Proprotein convertase subtilisin kexin type 9 inhibitors\\\"}\\n[11] {\\\"drug name\\\": \\\"Kylo-11\\\", \\\"target（靶点）\\\": \\\"Lp(a)\\\", \\\"mechanism action\\\": \\\"lipoprotein(a) inhibitors\\\", \\\"适应症\\\": \\\"脂蛋白(a)高脂蛋白血症,动脉粥样硬化\\\", \\\"indications\\\": \\\"Lipoprotein (a) hyperlipoproteinemia,Atherosclerosis\\\"}\\n[12] {\\\"drug name\\\": \\\"SGB-3403\\\", \\\"target（靶点）\\\": \\\"PCSK9\\\", \\\"mechanism action\\\": \\\"Proprotein convertase subtilisin kexin type 9 modulators\\\", \\\"适应症\\\": \\\"动脉粥样硬化\\\", \\\"indications\\\": \\\"Atherosclerosis\\\"}\\n[13] {\\\"drug name\\\": \\\"Plozasiran\\\", \\\"target（靶点）\\\": \\\"APOC3\\\", \\\"mechanism action\\\": \\\"Apolipoprotein C-III inhibitors\\\", \\\"适应症\\\": \\\"高甘油三酯血症,血脂障碍\\\", \\\"indications\\\": \\\"Hypertriglyceridemia,Dyslipidemias\\\"}\\n[14] {\\\"drug name\\\": \\\"BW-00112\\\", \\\"适应症\\\": \\\"高甘油三酯血症,血脂障碍\\\", \\\"indications\\\": \\\"Hypertriglyceridemia,Dyslipidemias\\\"}\\n[15] {\\\"drug name\\\": \\\"Zodasiran\\\", \\\"target（靶点）\\\": \\\"ANGPTL3\\\", \\\"mechanism action\\\": \\\"Angiopoietin like 3 inhibitors\\\", \\\"适应症\\\": \\\"血脂障碍\\\", \\\"indications\\\": \\\"Dyslipidemias\\\"}\\n[16] {\\\"drug name\\\": \\\"VSA-003\\\", \\\"target（靶点）\\\": \\\"ANGPTL3\\\", \\\"mechanism action\\\": \\\"Angiopoietin like 3 modulators\\\", \\\"适应症\\\": \\\"血脂障碍\\\", \\\"indications\\\": \\\"Dyslipidemias\\\"}\\n[17] {\\\"drug name\\\": \\\"RP-910\\\", \\\"target（靶点）\\\": \\\"PCSK9\\\", \\\"mechanism action\\\": \\\"Proprotein convertase subtilisin kexin type 9 modulators\\\", \\\"适应症\\\": \\\"血脂障碍\\\", \\\"indications\\\": \\\"Dyslipidemias\\\"}\\n[18] {\\\"drug name\\\": \\\"SYH2053\\\", \\\"target（靶点）\\\": \\\"PCSK9\\\", \\\"mechanism action\\\": \\\"Proprotein convertase subtilisin kexin type 9 inhibitors\\\", \\\"适应症\\\": \\\"家族性混合型高脂血症,原发性高胆固醇血症\\\", \\\"indications\\\": \\\"Hyperlipidemia, Familial Combined,Primary hypercholesterolemia\\\"}\\n[19] {\\\"drug name\\\": \\\"YKYY-015\\\", \\\"target（靶点）\\\": \\\"PCSK9\\\", \\\"mechanism action\\\": \\\"Proprotein convertase subtilisin kexin type 9 inhibitors\\\", \\\"适应症\\\": \\\"原发性高脂血症,原发性高胆固醇血症\\\", \\\"indications\\\": \\\"Primary Hyperlipidemia,Primary hypercholesterolemia\\\"}\\n[20] {\\\"drug name\\\": \\\"JS401\\\", \\\"target（靶点）\\\": \\\"ANGPTL3\\\", \\\"mechanism action\\\": \\\"Angiopoietin like 3 inhibitors\\\", \\\"适应症\\\": \\\"代谢性疾病,高胆固醇血症\\\", \\\"indications\\\": \\\"Metabolic Diseases,Hypercholesterolemia\\\"}\\n[21] {\\\"drug name\\\": \\\"RBD-5044\\\", \\\"target（靶点）\\\": \\\"APOC3\\\", \\\"mechanism action\\\": \\\"Apolipoprotein C-III inhibitors\\\", \\\"适应症\\\": \\\"高脂血症\\\", \\\"indications\\\": \\\"Hyperlipidemias\\\"}\\n[22] {\\\"drug name\\\": \\\"ALN-KHK\\\", \\\"target（靶点）\\\": \\\"KHK\\\", \\\"mechanism action\\\": \\\"Keratin modulators\\\", \\\"适应症\\\": \\\"2型糖尿病\\\", \\\"indications\\\": \\\"Diabetes Mellitus, Type 2\\\"}\\n[23] {\\\"drug name\\\": \\\"ARO-INHBE\\\", \\\"target（靶点）\\\": \\\"INHBE\\\", \\\"mechanism action\\\": \\\"inhibin subunit beta E inhibitors\\\", \\\"适应症\\\": \\\"肥胖,2型糖尿病\\\", \\\"indications\\\": \\\"Obesity,Diabetes Mellitus, Type 2\\\"}\\n[24] {\\\"drug name\\\": \\\"Solbinsiran Sodium\\\", \\\"target（靶点）\\\": \\\"ANGPTL3\\\", \\\"mechanism action\\\": \\\"RNA interference,Angiopoietin like 3 inhibitors\\\", \\\"适应症\\\": \\\"高脂蛋白血症\\\", \\\"indications\\\": \\\"Hyperlipoproteinemias\\\"}\\n[/ref]\\nWhat are the indications for siRNA drugs?<|eot_id|><|start_header_id|>assistant<|end_header_id|>\\n\\n</us>",
            "description": "When role = \"user\", the prompt is the augmented question for each turn."
          },
          "role": {
            "type": "string",
            "example": "user",
            "description": "When role = \"user\", the content is the user's original input question,\nWhen role = \"assistant\", the content is the model's response for each turn.\nNote: Each round of dialogue will generate a user and an assistant, so the length of these two fields = the number of historical dialogue rounds * 2"
          }
        }
      },
      "AI06ChatPharmGptStream_HistoryDictBo": {
        "type": "object",
        "properties": {
          "chat_history": {
            "type": "array",
            "example": "Please check the form: ChatHistoryBo",
            "description": "Multi-turn conversation user history data",
            "items": {
              "$ref": "#/components/schemas/AI06ChatPharmGptStream_ChatHistoryBo"
            }
          }
        }
      },
      "AI06ChatPharmGptStreamRequest": {
        "type": "object",
        "properties": {
          "history_dict": {
            "$ref": "#/components/schemas/AI06ChatPharmGptStream_HistoryDictBo"
          },
          "query": {
            "type": "string",
            "example": "<cn>冷冻消融球囊</cn><us>What are the indications for siRNA drugs?</us>",
            "description": "User question\nNote: No more than 500 character."
          }
        },
        "required": [
          "query"
        ]
      },
      "AI68-1ChatAiLsChat_EurekalsChatRefDoc": {
        "type": "object",
        "properties": {
          "link": {
            "type": "string",
            "example": "<cn>https://zhuanlan.zhihu.com/p/391356908</cn><us>https://zhuanlan.zhihu.com/p/391356908</us>",
            "description": "Document link address"
          },
          "text": {
            "type": "string",
            "example": "<cn>2021年中国EGFR抑制剂行业分析报告-市场格局现状与未来前景研究</cn><us>2021 China EGFR Inhibitor Industry Analysis Report - Market Structure Status and Future Prospects Research</us>",
            "description": "Document text content"
          },
          "type": {
            "type": "string",
            "example": "<cn>web-site</cn><us>web-site</us>",
            "description": "Document type"
          },
          "index": {
            "type": "string",
            "example": 1,
            "description": "Document Index"
          },
          "post_time": {
            "type": "string",
            "example": "<cn>20210720</cn><us>20210720</us>",
            "description": "Post time"
          },
          "_text_display": {
            "type": "string",
            "example": "<cn>2021年中国EGFR抑制剂行业分析报告-市场格局现状与未来前景研究</cn><us>2021 China EGFR Inhibitor Industry Analysis Report - Market Structure Status and Future Prospects Research</us>",
            "description": "Text display content"
          },
          "doc_type_detail": {
            "type": "string",
            "example": "<cn>zhihu</cn><us>zhihu</us>",
            "description": "Document type detail"
          }
        }
      },
      "AI68-1ChatAiLsChat_EurekalsChatFlagResponse": {
        "type": "object",
        "properties": {
          "chat_id": {
            "type": "string",
            "example": "<cn>019ae7682af371d991f228fc8eac9ada</cn><us>019ae7682af371d991f228fc8eac9ada</us>",
            "description": "Chat ID"
          },
          "ref_doc": {
            "type": "array",
            "example": "Please check the form: EurekalsChatRefDoc",
            "description": "Reference document list, containing related document reference information",
            "items": {
              "$ref": "#/components/schemas/AI68-1ChatAiLsChat_EurekalsChatRefDoc"
            }
          },
          "chat_item_id": {
            "type": "string",
            "example": "<cn>322d39265d444c53b8ad6d1b3a70974a</cn><us>322d39265d444c53b8ad6d1b3a70974a</us>",
            "description": "Chat item ID"
          }
        }
      },
      "AI68-1ChatAiLsChatResponse": {
        "type": "object",
        "properties": {
          "data": {
            "$ref": "#/components/schemas/AI68-1ChatAiLsChat_EurekalsChatFlagResponse"
          },
          "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"
        ]
      },
      "AI68-1ChatAiLsChatRequest": {
        "type": "object",
        "properties": {
          "data_source": {
            "type": "integer",
            "format": "int32",
            "example": "<cn>1</cn><us>1</us>",
            "description": "data source     1: all\n     2: paper\n     3: patent\n     4: clinical trials\n     5: fda label\n     6: financial report\n     7: clinical guideline\n     8: epidemiology"
          },
          "deep_search": {
            "type": "boolean",
            "example": false,
            "description": "deep think"
          },
          "long_think": {
            "type": "boolean",
            "example": false,
            "description": "long think"
          },
          "query": {
            "type": "string",
            "example": "<cn>药物RMC6236的PK/PD数据有哪些？</cn><us>What is the data of the drug RMC6236?</us>",
            "description": "User question"
          },
          "search_website": {
            "type": "boolean",
            "example": false,
            "description": "search website"
          }
        },
        "required": [
          "deep_search",
          "long_think",
          "query",
          "search_website"
        ]
      },
      "AI68-2ChatAiLsStream_EurekalsChatPromptTokensDetails": {
        "type": "object",
        "properties": {
          "audio_tokens": {
            "type": "integer",
            "format": "int32",
            "example": "<cn>0</cn><us>0</us>",
            "description": "Audio tokens"
          },
          "cached_tokens": {
            "type": "integer",
            "format": "int32",
            "example": "<cn>0</cn><us>0</us>",
            "description": "Cached tokens"
          },
          "cache_read_tokens": {
            "type": "integer",
            "format": "int32",
            "example": "<cn>0</cn><us>0</us>",
            "description": "Cache read tokens"
          },
          "cached_creation_tokens": {
            "type": "integer",
            "format": "int32",
            "example": "<cn>0</cn><us>0</us>",
            "description": "Cached creation tokens"
          }
        }
      },
      "AI68-2ChatAiLsStream_EurekalsChatCompletionTokensDetails": {
        "type": "object",
        "properties": {
          "audio_tokens": {
            "type": "integer",
            "format": "int32",
            "example": "<cn>0</cn><us>0</us>",
            "description": "Audio tokens"
          },
          "reasoning_tokens": {
            "type": "integer",
            "format": "int32",
            "example": "<cn>2338</cn><us>2338</us>",
            "description": "Reasoning tokens"
          },
          "accepted_prediction_tokens": {
            "type": "integer",
            "format": "int32",
            "example": "<cn>0</cn><us>0</us>",
            "description": "Accepted prediction tokens"
          },
          "rejected_prediction_tokens": {
            "type": "integer",
            "format": "int32",
            "example": "<cn>0</cn><us>0</us>",
            "description": "Rejected prediction tokens"
          }
        }
      },
      "AI68-2ChatAiLsStream_EurekalsChatUsage": {
        "type": "object",
        "properties": {
          "image_tokens": {
            "type": "integer",
            "format": "int32",
            "example": "<cn>0</cn><us>0</us>",
            "description": "Image tokens"
          },
          "total_tokens": {
            "type": "integer",
            "format": "int32",
            "example": "<cn>15529</cn><us>15529</us>",
            "description": "Total tokens"
          },
          "prompt_tokens": {
            "type": "integer",
            "format": "int32",
            "example": "<cn>12476</cn><us>12476</us>",
            "description": "Prompt tokens"
          },
          "thinking_tokens": {
            "type": "integer",
            "format": "int32",
            "example": "<cn>0</cn><us>0</us>",
            "description": "Thinking tokens"
          },
          "completion_tokens": {
            "type": "integer",
            "format": "int32",
            "example": "<cn>3053</cn><us>3053</us>",
            "description": "Completion tokens"
          },
          "prompt_tokens_details": {
            "$ref": "#/components/schemas/AI68-2ChatAiLsStream_EurekalsChatPromptTokensDetails"
          },
          "completion_tokens_details": {
            "$ref": "#/components/schemas/AI68-2ChatAiLsStream_EurekalsChatCompletionTokensDetails"
          }
        }
      },
      "AI68-2ChatAiLsStream_EurekalsChatDelta": {
        "type": "object",
        "properties": {
          "role": {
            "type": "string",
            "example": "<cn>assistant</cn><us>assistant</us>",
            "description": "Role"
          },
          "content": {
            "type": "string",
            "example": "<cn>EGFR已经成为非小细胞肺癌治疗的主要靶点之一。全球非小细胞肺癌患者的EGFR基因平均突变率约为35%,中国非小细胞肺癌患者的EGFR基因突变率约为40%。</cn><us>EGFR has become one of the main targets for non-small cell lung cancer treatment. The average EGFR gene mutation rate in global non-small cell lung cancer patients is about 35%, and the EGFR gene mutation rate in Chinese non-small cell lung cancer patients is about 40%.</us>",
            "description": "Content"
          }
        }
      },
      "AI68-2ChatAiLsStream_EurekalsChatFilterResult": {
        "type": "object",
        "properties": {
          "detected": {
            "type": "boolean",
            "example": false,
            "description": "Whether detected"
          },
          "filtered": {
            "type": "boolean",
            "example": false,
            "description": "Whether filtered"
          }
        }
      },
      "AI68-2ChatAiLsStream_EurekalsChatContentFilterResults": {
        "type": "object",
        "properties": {
          "hate": {
            "$ref": "#/components/schemas/AI68-2ChatAiLsStream_EurekalsChatFilterResult"
          },
          "sexual": {
            "$ref": "#/components/schemas/AI68-2ChatAiLsStream_EurekalsChatFilterResult"
          },
          "violence": {
            "$ref": "#/components/schemas/AI68-2ChatAiLsStream_EurekalsChatFilterResult"
          },
          "jailbreak": {
            "$ref": "#/components/schemas/AI68-2ChatAiLsStream_EurekalsChatFilterResult"
          },
          "profanity": {
            "$ref": "#/components/schemas/AI68-2ChatAiLsStream_EurekalsChatFilterResult"
          },
          "self_harm": {
            "$ref": "#/components/schemas/AI68-2ChatAiLsStream_EurekalsChatFilterResult"
          }
        }
      },
      "AI68-2ChatAiLsStream_EurekalsChatChoice": {
        "type": "object",
        "properties": {
          "delta": {
            "$ref": "#/components/schemas/AI68-2ChatAiLsStream_EurekalsChatDelta"
          },
          "index": {
            "type": "integer",
            "format": "int32",
            "example": "<cn>0</cn><us>0</us>",
            "description": "Index"
          },
          "finish_reason": {
            "type": "string",
            "example": "<cn>stop</cn><us>stop</us>",
            "description": "Finish reason"
          },
          "content_filter_results": {
            "$ref": "#/components/schemas/AI68-2ChatAiLsStream_EurekalsChatContentFilterResults"
          }
        }
      },
      "AI68-2ChatAiLsStream_EurekalsChatResponse": {
        "type": "object",
        "properties": {
          "usage": {
            "$ref": "#/components/schemas/AI68-2ChatAiLsStream_EurekalsChatUsage"
          },
          "chat_id": {
            "type": "string",
            "example": "<cn>019ae7682af371d991f228fc8eac9ada</cn><us>019ae7682af371d991f228fc8eac9ada</us>",
            "description": "Chat ID"
          },
          "choices": {
            "type": "array",
            "example": "Please check the form: EurekalsChatChoice",
            "description": "Choices list",
            "items": {
              "$ref": "#/components/schemas/AI68-2ChatAiLsStream_EurekalsChatChoice"
            }
          },
          "chat_item_id": {
            "type": "string",
            "example": "<cn>322d39265d444c53b8ad6d1b3a70974a</cn><us>322d39265d444c53b8ad6d1b3a70974a</us>",
            "description": "Chat item ID"
          },
          "system_fingerprint": {
            "type": "string",
            "example": "<cn></cn><us></us>",
            "description": "System fingerprint"
          }
        }
      },
      "AI68-2ChatAiLsStreamResponse": {
        "type": "object",
        "properties": {
          "data": {
            "$ref": "#/components/schemas/AI68-2ChatAiLsStream_EurekalsChatResponse"
          },
          "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"
        ]
      },
      "AI68-2ChatAiLsStreamRequest": {
        "type": "object",
        "properties": {
          "chat_id": {
            "type": "string",
            "example": "a4a14dcbc26849b3a5bb338acb4ceccc",
            "description": "Chat ID"
          },
          "chat_item_id": {
            "type": "string",
            "example": "52347f9d260a48438a1fb122f593c12f",
            "description": "Chat item ID"
          }
        },
        "required": [
          "chat_id",
          "chat_item_id"
        ]
      },
      "AI32-1PatentDisclosureTechMeans_DisclosureTechMeansResponse": {
        "type": "object",
        "properties": {
          "others": {
            "type": "string",
            "example": "现有技术中，车门的打开和关闭通常需要人工操作\n现有技术中需要人工操作车门，存在一定的不便利性",
            "description": "others"
          },
          "status": {
            "type": "string",
            "example": 1,
            "description": "status  1:success  0:fail"
          },
          "outcome": {
            "type": "string",
            "example": "根据无线设备的位置自动控制车门的打开和关闭，提高了车门的智能化水平和用户体验",
            "description": "outcome"
          },
          "mechanism": {
            "type": "string",
            "example": "车辆技术领域",
            "description": "Mechanism"
          },
          "background": {
            "type": "string",
            "example": "现有技术中,机动车辆的车门通常需要人工操作才能打开和关闭,存在一定的不便。虽然部分车辆配备了电动车门,但仍需要驾驶员或乘员手动触发开关或按钮,无法实现自动化控制。此外,如果驾驶员或乘员忘记关闭车门,会影响车辆的安全性。\\n\\n为了解决上述问题,一些车辆配备了车门自动控制系统,能够根据无线设备的位置自动打开和关闭车门。但现有的自动控制系统存在一些不足,例如无法精准判断驾驶员或乘员的实际意图,可能在不恰当的时机打开或关闭车门,影响使用体验。\\n\\n因此,需要一种新型的车门自动控制系统,能够根据无线设备的位置精准判断驾驶员或乘员的意图,在合适的时机自动打开或关闭车门,提高车辆的便利性和安全性。该系统可以设置多个预定义区域,根据无线设备在不同区域的位置,控制车门的打开角度或关闭动作,避免不必要的操作,满足驾驶员或乘员的实际需求。",
            "description": "Prior art"
          },
          "embodiment": {
            "type": "string",
            "example": "实施例一：\\n本发明提供了一种车辆系统，包括车门、电动致动马达、检测器和车门控制器。车门可以是侧车门、后车门或剪刀车门等。电动致动马达被设计用于驱动车门的打开和关闭。检测器用于检测无线设备，该无线设备用于与车辆进行无线通信，无线设备可以是驾驶员或乘员携带的手机、智能手表或专用遥控器等。\\n\\n车门控制器用于控制电动致动马达的运行，实现车门的自动打开和关闭。该控制器设置有第一预定义区域和第二预定义区域，第一预定义区域不包括第二预定义区域，第二预定义区域靠近驾驶员侧，驾驶员必须经过该区域才能进入驾驶员座椅的区域。\\n\\n当检测器确定无线设备位于车辆驾驶员侧的第一预定义区域内时，控制器控制电动致动马达将车门打开至第一角度，例如15-25度，方便驾驶员或乘员接近车辆。如果检测器确定无线设备进入第二预定义区域，则控制器控制电动致动马达将车门完全打开，例如40-50度，驾驶员或乘员可以直接进入驾驶员座椅的区域。如果检测器确定无线设备在预定的超时时间内未进入第二预定义区域，则控制器控制电动致动马达关闭车门。\\n\\n该系统还可以包括激光雷达和摄像头等设备，用于对车辆周围环境进行三维重建，准确检测车门周围可能影响车门开启的障碍物，控制器根据检测结果决定是否开启车门或调整车门的开启角度。\\n\\n实施例二：\\n本发明的车辆系统还可以包括加速度传感器等设备，用于检测车辆所处的环境，如倾斜表面、水平表面或平坦表面，控制器根据检测结果调整车门的开启速度和制动力，防止车门打开过快或过大。\\n\\n该系统还可以采用红外激光器和红外摄像机等设备，用于检测车门周围是否有人或物体靠近，控制器根据检测结果决定是否开启车门或调整车门的开启角度。\\n\\n例如，当车辆停放在倾斜表面时，控制器可以减小车门的开启速度，并增大制动力，防止车门由于重力作用而打开过大。当检测到车门周围有人或物体靠近时，控制器可以暂停车门的开启动作，或者将车门的开启角度控制在较小的范围内，避免发生碰撞。\\n\\n实施例三：\\n本发明的车辆系统中，无线设备可以是一种专用的遥控器，该遥控器包括用于与车辆通信的无线模块和用于发送控制指令的按钮。当驾驶员或乘员按下遥控器上的特定按钮时，遥控器向车辆发送对应的控制指令，控制器接收到该指令后控制电动致动马达执行相应的动作。\\n\\n例如，当驾驶员或乘员按下遥控器上的\\\"打开车门\\\"按钮时，遥控器向车辆发送打开车门的指令，控制器接收到该指令后控制电动致动马达将车门打开至第一角度或完全打开。当驾驶员或乘员按下遥控器上的\\\"关闭车门\\\"按钮时，遥控器向车辆发送关闭车门的指令，控制器接收到该指令后控制电动致动马达关闭车门。\\n\\n该遥控器还可以包括用于显示当前状态的显示屏，例如显示车门的当前开启角度、车门是否已完全关闭等信息，方便驾驶员或乘员了解系统的运行状态。",
            "description": "description of embodiments"
          },
          "application": {
            "type": "array",
            "example": [
              "车辆技术领域"
            ],
            "description": "application"
          },
          "tech_problem": {
            "type": "string",
            "example": "现有技术中存在无法根据驾驶员或乘员的实际意图精准控制车门打开和关闭的问题。因此，本发明为了解决上述问题，提供了一种车辆系统，能够根据无线设备的位置精准判断驾驶员或乘员的意图，在合适的时机自动控制车门的打开角度和关闭动作，提高车辆的便利性和安全性。",
            "description": "Objectives of the invention"
          },
          "unidentified": {
            "type": "string",
            "example": "芽仔未识别到您输入内容的技术手段，为了获得更好的撰写效果，请您输入技术手段；",
            "description": "unidentified"
          },
          "subject_improvement": {
            "type": "array",
            "example": [
              "一种车辆系统"
            ],
            "description": "Subject of improvement"
          }
        }
      },
      "AI32-1PatentDisclosureTechMeansResponse": {
        "type": "object",
        "properties": {
          "data": {
            "$ref": "#/components/schemas/AI32-1PatentDisclosureTechMeans_DisclosureTechMeansResponse"
          },
          "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"
        ]
      },
      "AI32-1PatentDisclosureTechMeansRequest": {
        "type": "object",
        "properties": {
          "tech_solution": {
            "type": "string",
            "example": "一种车辆系统，包含以下组件：车辆的车门；电动致动马达，该马达被设计用于打开车门；检测器，该检测器用于检测无线设备，该无线设备用于与车辆进行通信；车门控制器，该控制器的功能如下：当检测器确定无线设备位于车辆驾驶员侧的第一预定义区域内时，控制电动致动马达将车门打开至第一角度；如果检测器确定无线设备在预定的超时时间内未进入第二预定义区域，则控制电动致动马达关闭车门；其中，第一预定义区域不包括第二预定义区域，而第二预定义区域是靠近驾驶员侧的，驾驶员必须经过该区域才能进入驾驶员座椅的区域。",
            "description": "Please enter your technical ideas or solutions. It’s recommended to input more than 200 words, supporting both Chinese and English, with a maximum of 5000 words."
          }
        },
        "required": [
          "tech_solution"
        ]
      },
      "AI32-2PatentDisclosureGenerate_DisclosureGenerateResponse": {
        "type": "object",
        "properties": {
          "job_id": {
            "type": "string",
            "example": "fc3fede2-af3d-4df2-bcf0-e4125178d379",
            "description": "Job ID"
          },
          "status": {
            "type": "integer",
            "format": "int32",
            "example": 1,
            "description": "job state\n1:running\n2:success\n3:fail"
          }
        }
      },
      "AI32-2PatentDisclosureGenerateResponse": {
        "type": "object",
        "properties": {
          "data": {
            "$ref": "#/components/schemas/AI32-2PatentDisclosureGenerate_DisclosureGenerateResponse"
          },
          "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"
        ]
      },
      "AI32-2PatentDisclosureGenerateRequest": {
        "type": "object",
        "properties": {
          "application": {
            "type": "array",
            "example": [
              "车辆技术领域"
            ],
            "description": "application"
          },
          "background": {
            "type": "string",
            "example": "现有技术中,机动车辆的车门通常需要人工操作才能打开和关闭,存在一定的不便。虽然部分车辆配备了电动车门,但仍需要驾驶员或乘员手动触发开关或按钮,无法实现自动化控制。此外,如果驾驶员或乘员忘记关闭车门,会影响车辆的安全性。\\n\\n为了解决上述问题,一些车辆配备了车门自动控制系统,能够根据无线设备的位置自动打开和关闭车门。但现有的自动控制系统存在一些不足,例如无法精准判断驾驶员或乘员的实际意图,可能在不恰当的时机打开或关闭车门,影响使用体验。\\n\\n因此,需要一种新型的车门自动控制系统,能够根据无线设备的位置精准判断驾驶员或乘员的意图,在合适的时机自动打开或关闭车门,提高车辆的便利性和安全性。该系统可以设置多个预定义区域,根据无线设备在不同区域的位置,控制车门的打开角度或关闭动作,避免不必要的操作,满足驾驶员或乘员的实际需求。",
            "description": "Prior art"
          },
          "embodiment": {
            "type": "string",
            "example": "实施例一：\\n本发明提供了一种车辆系统，包括车门、电动致动马达、检测器和车门控制器。车门可以是侧车门、后车门或剪刀车门等。电动致动马达被设计用于驱动车门的打开和关闭。检测器用于检测无线设备，该无线设备用于与车辆进行无线通信，无线设备可以是驾驶员或乘员携带的手机、智能手表或专用遥控器等。\\n\\n车门控制器用于控制电动致动马达的运行，实现车门的自动打开和关闭。该控制器设置有第一预定义区域和第二预定义区域，第一预定义区域不包括第二预定义区域，第二预定义区域靠近驾驶员侧，驾驶员必须经过该区域才能进入驾驶员座椅的区域。\\n\\n当检测器确定无线设备位于车辆驾驶员侧的第一预定义区域内时，控制器控制电动致动马达将车门打开至第一角度，例如15-25度，方便驾驶员或乘员接近车辆。如果检测器确定无线设备进入第二预定义区域，则控制器控制电动致动马达将车门完全打开，例如40-50度，驾驶员或乘员可以直接进入驾驶员座椅的区域。如果检测器确定无线设备在预定的超时时间内未进入第二预定义区域，则控制器控制电动致动马达关闭车门。\\n\\n该系统还可以包括激光雷达和摄像头等设备，用于对车辆周围环境进行三维重建，准确检测车门周围可能影响车门开启的障碍物，控制器根据检测结果决定是否开启车门或调整车门的开启角度。\\n\\n实施例二：\\n本发明的车辆系统还可以包括加速度传感器等设备，用于检测车辆所处的环境，如倾斜表面、水平表面或平坦表面，控制器根据检测结果调整车门的开启速度和制动力，防止车门打开过快或过大。\\n\\n该系统还可以采用红外激光器和红外摄像机等设备，用于检测车门周围是否有人或物体靠近，控制器根据检测结果决定是否开启车门或调整车门的开启角度。\\n\\n例如，当车辆停放在倾斜表面时，控制器可以减小车门的开启速度，并增大制动力，防止车门由于重力作用而打开过大。当检测到车门周围有人或物体靠近时，控制器可以暂停车门的开启动作，或者将车门的开启角度控制在较小的范围内，避免发生碰撞。\\n\\n实施例三：\\n本发明的车辆系统中，无线设备可以是一种专用的遥控器，该遥控器包括用于与车辆通信的无线模块和用于发送控制指令的按钮。当驾驶员或乘员按下遥控器上的特定按钮时，遥控器向车辆发送对应的控制指令，控制器接收到该指令后控制电动致动马达执行相应的动作。\\n\\n例如，当驾驶员或乘员按下遥控器上的\\\"打开车门\\\"按钮时，遥控器向车辆发送打开车门的指令，控制器接收到该指令后控制电动致动马达将车门打开至第一角度或完全打开。当驾驶员或乘员按下遥控器上的\\\"关闭车门\\\"按钮时，遥控器向车辆发送关闭车门的指令，控制器接收到该指令后控制电动致动马达关闭车门。\\n\\n该遥控器还可以包括用于显示当前状态的显示屏，例如显示车门的当前开启角度、车门是否已完全关闭等信息，方便驾驶员或乘员了解系统的运行状态。",
            "description": "description of embodiments"
          },
          "language": {
            "type": "string",
            "example": "cn",
            "description": "Please select the language of the report template：cn or en\ndefault：cn"
          },
          "mechanism": {
            "type": "string",
            "example": "包含以下组件：车辆的车门；电动致动马达，该马达被设计用于打开车门；检测器，该检测器用于检测无线设备，该无线设备用于与车辆进行通信；车门控制器，该控制器的功能如下：当检测器确定无线设备位于车辆驾驶员侧的第一预定义区域内时，控制电动致动马达将车门打开至第一角度；如果检测器确定无线设备在预定的超时时间内未进入第二预定义区域，则控制电动致动马达关闭车门；其中，第一预定义区域不包括第二预定义区域，而第二预定义区域是靠近驾驶员侧的，驾驶员必须经过该区域才能进入驾驶员座椅的区域",
            "description": "Mechanism"
          },
          "others": {
            "type": "string",
            "example": "现有技术中，车门的打开和关闭通常需要人工操作\n现有技术中需要人工操作车门，存在一定的不便利性",
            "description": "others"
          },
          "outcome": {
            "type": "string",
            "example": "根据无线设备的位置自动控制车门的打开和关闭，提高了车门的智能化水平和用户体验",
            "description": "outcome"
          },
          "subject_improvement": {
            "type": "array",
            "example": [
              "一种车辆系统"
            ],
            "description": "Subject of improvement"
          },
          "tech_problem": {
            "type": "string",
            "example": "现有技术中存在无法根据驾驶员或乘员的实际意图精准控制车门打开和关闭的问题。因此，本发明为了解决上述问题，提供了一种车辆系统，能够根据无线设备的位置精准判断驾驶员或乘员的意图，在合适的时机自动控制车门的打开角度和关闭动作，提高车辆的便利性和安全性。",
            "description": "Objectives of the invention"
          },
          "tech_solution": {
            "type": "string",
            "example": "一种车辆系统，包含以下组件：车辆的车门；电动致动马达，该马达被设计用于打开车门；检测器，该检测器用于检测无线设备，该无线设备用于与车辆进行通信；车门控制器，该控制器的功能如下：当检测器确定无线设备位于车辆驾驶员侧的第一预定义区域内时，控制电动致动马达将车门打开至第一角度；如果检测器确定无线设备在预定的超时时间内未进入第二预定义区域，则控制电动致动马达关闭车门；其中，第一预定义区域不包括第二预定义区域，而第二预定义区域是靠近驾驶员侧的，驾驶员必须经过该区域才能进入驾驶员座椅的区域。",
            "description": "Technical Ideas or Solutions\nTo ensure the completeness of the documentation, please include the input parameters extracted from [AI32-1] tech solution in this request as well."
          }
        },
        "required": [
          "language",
          "mechanism",
          "tech_solution"
        ]
      },
      "AI32-3PatentDisclosureDownload_DisclosureDownloadResponse": {
        "type": "object",
        "properties": {
          "job_id": {
            "type": "string",
            "example": "fc3fede2-af3d-4df2-bcf0-e4125178d379",
            "description": "Export Task ID"
          },
          "job_status": {
            "type": "integer",
            "format": "int32",
            "example": 1,
            "description": "Export Status (0: Pending export, 1: Exporting, 2: Export successful, 3: Report generation exception)"
          },
          "download_url": {
            "type": "string",
            "example": "http://downloadurl",
            "description": "File download link (returned when export status is successful)"
          }
        }
      },
      "AI32-3PatentDisclosureDownloadResponse": {
        "type": "object",
        "properties": {
          "data": {
            "$ref": "#/components/schemas/AI32-3PatentDisclosureDownload_DisclosureDownloadResponse"
          },
          "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"
        ]
      },
      "AI32-3PatentDisclosureDownloadRequest": {
        "type": "object",
        "properties": {
          "job_id": {
            "type": "string",
            "example": "fc3fede2-af3d-4df2-bcf0-e4125178d379",
            "description": "Job ID\nYou can obtain the corresponding ID through the [AI32-2] interface."
          }
        },
        "required": [
          "job_id"
        ]
      },
      "AI32-4PatentDisclosureSseResponse": {
        "type": "object",
        "properties": {
          "timeout": {
            "type": "integer",
            "format": "int64",
            "example": "5000",
            "description": "timeout"
          }
        }
      },
      "AI32-4PatentDisclosureSseRequest": {
        "type": "object",
        "properties": {
          "task_id": {
            "type": "string",
            "example": "80d440b7-80a5-4233-a75f-ab72b0885c88",
            "description": "Task id"
          }
        },
        "required": [
          "task_id"
        ]
      },
      "AI33-1Step1V3_AsyncTaskIdResponse": {
        "type": "object",
        "properties": {
          "task_id": {
            "type": "string",
            "example": "80d440b7-80a5-4233-a75f-ab72b0885c88",
            "description": "Task id"
          }
        }
      },
      "AI33-1Step1V3Response": {
        "type": "object",
        "properties": {
          "data": {
            "$ref": "#/components/schemas/AI33-1Step1V3_AsyncTaskIdResponse"
          },
          "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"
        ]
      },
      "AI33-1Step1V3Request": {
        "type": "object",
        "properties": {
          "lang": {
            "type": "string",
            "example": "cn",
            "description": "text language, support cn and en"
          },
          "solution_issues": {
            "type": "string",
            "example": "如何提高锂电池能量密度到260瓦时/千克（Wh/kg）且体积没有变大",
            "description": "Technical issues requiring the creation of find-solution,length limit 500 characters"
          }
        },
        "required": [
          "lang",
          "solution_issues"
        ]
      },
      "AI33-2Step2V3_FindSolutionRecommendResponseV3": {
        "type": "object",
        "properties": {
          "status": {
            "type": "string",
            "example": "RUNNING",
            "description": "Return status value（SUCCEED,RUNNING,FAILED）"
          },
          "recommend": {
            "type": "array",
            "example": [
              "成本增幅≤15%",
              "安全性能不降低",
              "产线兼容改造"
            ],
            "description": "Recommended item"
          }
        }
      },
      "AI33-2Step2V3Response": {
        "type": "object",
        "properties": {
          "data": {
            "$ref": "#/components/schemas/AI33-2Step2V3_FindSolutionRecommendResponseV3"
          },
          "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"
        ]
      },
      "AI33-2Step2V3Request": {
        "type": "object",
        "properties": {
          "task_id": {
            "type": "string",
            "example": "80d440b7-80a5-4233-a75f-ab72b0885c88",
            "description": "Task id"
          }
        },
        "required": [
          "task_id"
        ]
      },
      "AI33-3Step3SubmitV3_AsyncTaskIdResponse": {
        "type": "object",
        "properties": {
          "task_id": {
            "type": "string",
            "example": "80d440b7-80a5-4233-a75f-ab72b0885c88",
            "description": "Task id"
          }
        }
      },
      "AI33-3Step3SubmitV3Response": {
        "type": "object",
        "properties": {
          "data": {
            "$ref": "#/components/schemas/AI33-3Step3SubmitV3_AsyncTaskIdResponse"
          },
          "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"
        ]
      },
      "AI33-3Step3SubmitV3Request": {
        "type": "object",
        "properties": {
          "lang": {
            "type": "string",
            "example": "cn",
            "description": "text language, support cn and en"
          },
          "recommend": {
            "type": "array",
            "example": [
              "成本增幅≤15%",
              "安全性能不降低",
              "产线兼容改造"
            ],
            "description": "Recommended item"
          },
          "task_id": {
            "type": "string",
            "example": "d12fcd63d27028b88a73168d5bca44d5",
            "description": "task_id of find solution"
          }
        },
        "required": [
          "lang",
          "task_id"
        ]
      },
      "AI33-4Step3QueryV3_Direction": {
        "type": "object",
        "properties": {
          "reason": {
            "type": "string",
            "example": "通过高能量密度电极材料升级与电解液优化提升电池能量密度",
            "description": "Reason or rationale for the technical direction"
          },
          "ticked": {
            "type": "boolean",
            "example": true,
            "description": "Whether it is selected or ticked"
          },
          "approaches": {
            "type": "array",
            "example": [
              "采用单晶高镍NCM811/NCA正极材料配合硅碳复合负极（5-10%硅含量），同时使用高电压添加剂改性电解液"
            ],
            "description": "List of technical approaches or implementation paths"
          },
          "source_type": {
            "type": "string",
            "example": "model",
            "description": "Data source type(model/customize)"
          },
          "verification": {
            "type": "string",
            "example": "实现260Wh/kg能量密度目标，同时控制成本增幅在15%以内，保持电池安全性能",
            "description": "Verification description of the technical direction"
          }
        }
      },
      "AI33-4Step3QueryV3_FindSolutionDirectionResponseV3": {
        "type": "object",
        "properties": {
          "status": {
            "type": "string",
            "example": "SUCCEED",
            "description": "Return status value（SUCCEED,RUNNING,FAILED）"
          },
          "directions": {
            "type": "array",
            "example": [
              {
                "reason": "通过高能量密度电极材料升级与电解液优化提升电池能量密度",
                "ticked": true,
                "approaches": [
                  "采用单晶高镍NCM811/NCA正极材料配合硅碳复合负极（5-10%硅含量），同时使用高电压添加剂改性电解液，在电池体积不变情况下提升能量密度。"
                ],
                "source_type": "model",
                "verification": "实现260Wh/kg能量密度目标，同时控制成本增幅在15%以内，保持电池安全性能。"
              },
              {
                "reason": "通过结构优化与轻量化设计减少非活性材料质量占比",
                "ticked": true,
                "approaches": [
                  "优化锂电池极片结构设计，采用双面不等厚度涂布工艺和梯度密实度电极，配合超薄铜箔（6μm）和铝箔（12μm）集流体，减少非活性材料占比。"
                ],
                "source_type": "model",
                "verification": "在保持电池体积不变的情况下，提高活性材料占比，实现能量密度提升至260Wh/kg，且与现有产线兼容。"
              }
            ],
            "description": "Technical direction",
            "items": {
              "$ref": "#/components/schemas/AI33-4Step3QueryV3_Direction"
            }
          }
        }
      },
      "AI33-4Step3QueryV3Response": {
        "type": "object",
        "properties": {
          "data": {
            "$ref": "#/components/schemas/AI33-4Step3QueryV3_FindSolutionDirectionResponseV3"
          },
          "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"
        ]
      },
      "AI33-4Step3QueryV3Request": {
        "type": "object",
        "properties": {
          "task_id": {
            "type": "string",
            "example": "80d440b7-80a5-4233-a75f-ab72b0885c88",
            "description": "Task id"
          }
        },
        "required": [
          "task_id"
        ]
      },
      "AI33-5Step4V3_AsyncTaskIdResponse": {
        "type": "object",
        "properties": {
          "task_id": {
            "type": "string",
            "example": "80d440b7-80a5-4233-a75f-ab72b0885c88",
            "description": "Task id"
          }
        }
      },
      "AI33-5Step4V3Response": {
        "type": "object",
        "properties": {
          "data": {
            "$ref": "#/components/schemas/AI33-5Step4V3_AsyncTaskIdResponse"
          },
          "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"
        ]
      },
      "AI33-5Step4V3_Direction": {
        "type": "object",
        "properties": {
          "approaches": {
            "type": "array",
            "example": [
              "采用单晶高镍NCM811/NCA正极材料配合硅碳复合负极（5-10%硅含量），同时使用高电压添加剂改性电解液"
            ],
            "description": "List of technical approaches or implementation paths"
          },
          "reason": {
            "type": "string",
            "example": "通过高能量密度电极材料升级与电解液优化提升电池能量密度",
            "description": "Reason or rationale for the technical direction"
          },
          "source_type": {
            "type": "string",
            "example": "model",
            "description": "Data source type(model/customize)"
          },
          "ticked": {
            "type": "boolean",
            "example": true,
            "description": "Whether it is selected or ticked"
          },
          "verification": {
            "type": "string",
            "example": "实现260Wh/kg能量密度目标，同时控制成本增幅在15%以内，保持电池安全性能",
            "description": "Verification description of the technical direction"
          }
        }
      },
      "AI33-5Step4V3Request": {
        "type": "object",
        "properties": {
          "directions": {
            "type": "array",
            "example": [
              {
                "reason": "通过高能量密度电极材料升级与电解液优化提升电池能量密度",
                "ticked": true,
                "approaches": [
                  "采用单晶高镍NCM811/NCA正极材料配合硅碳复合负极（5-10%硅含量），同时使用高电压添加剂改性电解液，在电池体积不变情况下提升能量密度。"
                ],
                "source_type": "model",
                "verification": "实现260Wh/kg能量密度目标，同时控制成本增幅在15%以内，保持电池安全性能。"
              },
              {
                "reason": "通过结构优化与轻量化设计减少非活性材料质量占比",
                "ticked": true,
                "approaches": [
                  "优化锂电池极片结构设计，采用双面不等厚度涂布工艺和梯度密实度电极，配合超薄铜箔（6μm）和铝箔（12μm）集流体，减少非活性材料占比。"
                ],
                "source_type": "model",
                "verification": "在保持电池体积不变的情况下，提高活性材料占比，实现能量密度提升至260Wh/kg，且与现有产线兼容。"
              }
            ],
            "description": "Technical direction",
            "items": {
              "$ref": "#/components/schemas/AI33-5Step4V3_Direction"
            }
          },
          "lang": {
            "type": "string",
            "example": "cn",
            "description": "text language, support cn and en"
          },
          "task_id": {
            "type": "string",
            "example": "d12fcd63d27028b88a73168d5bca44d5",
            "description": "task_id of find solution"
          }
        },
        "required": [
          "lang",
          "task_id"
        ]
      },
      "AI33-6Step5V3_Address": {
        "type": "object",
        "properties": {
          "city": {
            "type": "string",
            "example": "武汉市",
            "description": "City"
          },
          "state": {
            "type": "string",
            "example": "湖北省",
            "description": "State/Province"
          },
          "country": {
            "type": "string",
            "example": "中国",
            "description": "Country"
          },
          "district": {
            "type": "string",
            "example": "洪山区",
            "description": "District/County"
          },
          "location": {
            "type": "string",
            "example": "湖北省武汉市洪山区珞狮路122号",
            "description": "Detailed address location"
          }
        }
      },
      "AI33-6Step5V3_OrgInfo": {
        "type": "object",
        "properties": {
          "id": {
            "type": "string",
            "example": "c2622ff840571e887a776e07b192ee06",
            "description": "ID of the organization (same as entity_id)"
          },
          "logo": {
            "type": "string",
            "example": "https://filecdn.shuidi.cn/img/upload/images_logo/29/ea/39/29ea39ecfa47783e58f4e2bf86451aef.png/0x0.png",
            "description": "Logo image URL of the organization"
          },
          "name": {
            "type": "string",
            "example": "Wuhan University of Technology",
            "description": "Primary name of the organization"
          },
          "site": {
            "type": "string",
            "example": "www.whut.edu.cn",
            "description": "Site domain of the organization"
          },
          "name_cn": {
            "type": "string",
            "example": "武汉理工大学",
            "description": "Chinese name of the organization"
          },
          "name_en": {
            "type": "string",
            "example": "Wuhan University of Technology",
            "description": "English name of the organization"
          },
          "website": {
            "type": "string",
            "example": "http://www.whut.edu.cn",
            "description": "Official website URL of the organization"
          },
          "state_id": {
            "type": "string",
            "example": "80cd8682-4344-3436-88b9-cfba03d34b78",
            "description": "Unique identifier of the state/province where the organization is located"
          },
          "entity_id": {
            "type": "string",
            "example": "c2622ff840571e887a776e07b192ee06",
            "description": "Unique entity identifier of the organization"
          },
          "country_id": {
            "type": "string",
            "example": "5a365096-b2a6-31cb-acdf-1de1f5ab3abe",
            "description": "Unique identifier of the country where the organization is located"
          },
          "state_name": {
            "type": "string",
            "example": "Hubei Sheng",
            "description": "Name of the state/province where the organization is located"
          },
          "description": {
            "type": "string",
            "example": "Wuhan University of Technology (WUT or WHUT) is one of the leading Chinese universities...",
            "description": "Detailed description of the organization"
          },
          "entity_type": {
            "type": "string",
            "example": "Education",
            "description": "Entity type of the organization"
          },
          "country_name": {
            "type": "string",
            "example": "China",
            "description": "Name of the country where the organization is located"
          },
          "display_name": {
            "type": "string",
            "example": "Wuhan University of Technology",
            "description": "Display name of the organization"
          },
          "founded_date": {
            "type": "integer",
            "format": "int64",
            "example": 19480101,
            "description": "Founded date of the organization (timestamp format)"
          },
          "headquarters": {
            "$ref": "#/components/schemas/AI33-6Step5V3_Address"
          },
          "employee_number": {
            "type": "integer",
            "format": "int32",
            "example": 1000,
            "description": "Number of employees in the organization"
          },
          "normalized_name": {
            "type": "string",
            "example": "WUHAN UNIV OF TECH",
            "description": "Normalized name of the organization"
          },
          "original_address": {
            "$ref": "#/components/schemas/AI33-6Step5V3_Address"
          },
          "employee_number_interval": {
            "type": "string",
            "example": "1000-5000",
            "description": "Employee number interval of the organization"
          },
          "normalized_entity_type_en": {
            "type": "string",
            "example": "Education",
            "description": "Normalized entity type (English)"
          }
        }
      },
      "AI33-6Step5V3_EurekaMindDataReference": {
        "type": "object",
        "properties": {
          "pn": {
            "type": "string",
            "example": "CN116026514A",
            "description": "Patent number or publication number"
          },
          "apd": {
            "type": "string",
            "example": "29 Mar 2023",
            "description": "Application date or applied date"
          },
          "pbd": {
            "type": "string",
            "example": "2019-08-12",
            "description": "Publication date or published date"
          },
          "title": {
            "type": "string",
            "example": "Surgical clamp-oriented six-dimensional force sensor and nonlinear decoupling and fault-tolerant method",
            "description": "Solution title"
          },
          "content": {
            "type": "string",
            "example": "By combining the elastic deformation module and fiber grating in the laparoscopic surgical clamp, and using the extreme learning machine model and the seagull algorithm, high-precision six-dimensional force and torque detection is achieved, which solves the problem of poor biocompatibility and vulnerability of sensors in the existing technology. The problem of electromagnetic interference improves the success rate and safety of surgery.",
            "description": "Detailed content description of the solution"
          },
          "org_info": {
            "type": "array",
            "example": [
              {
                "id": "c2622ff840571e887a776e07b192ee06",
                "logo": "https://filecdn.shuidi.cn/img/upload/images_logo/29/ea/39/29ea39ecfa47783e58f4e2bf86451aef.png/0x0.png",
                "name": "Wuhan University of Technology",
                "site": "www.whut.edu.cn",
                "name_cn": "武汉理工大学",
                "name_en": "Wuhan University of Technology",
                "website": "http://www.whut.edu.cn",
                "state_id": "80cd8682-4344-3436-88b9-cfba03d34b78",
                "entity_id": "c2622ff840571e887a776e07b192ee06",
                "country_id": "5a365096-b2a6-31cb-acdf-1de1f5ab3abe",
                "state_name": "Hubei Sheng",
                "description": "Wuhan University of Technology (WUT or WHUT), located in Wuchang District and Luonan Subdistrict, Hongshan District in Wuhan, Hubei, China, was merged on May 27, 2000, from three universities: Wuhan University of Technology (established in 1948), Wuhan Transportation University (established in 1946) and Wuhan Automotive Polytechnic University (established in 1958). WUT is one of the leading Chinese universities accredited by the Ministry of Education and one of the universities constructed in priority by the \"State Project 211\" for Chinese higher education institutions. It is also a Chinese Ministry of Education Double First Class Discipline University, with Double First Class status in certain disciplines.",
                "entity_type": "Education",
                "country_name": "China",
                "display_name": "Wuhan University of Technology",
                "founded_date": 19480101,
                "headquarters": {
                  "state": "湖北省",
                  "country": "中国",
                  "location": "湖北省武汉市洪山区珞狮路122号"
                },
                "normalized_name": "WUHAN UNIV OF TECH",
                "original_address": {
                  "state": "湖北省",
                  "country": "中国",
                  "location": "湖北省武汉市洪山区珞狮路122号"
                },
                "normalized_entity_type_en": "Education"
              }
            ],
            "description": "List of related organization information",
            "items": {
              "$ref": "#/components/schemas/AI33-6Step5V3_OrgInfo"
            }
          },
          "solution_id": {
            "type": "string",
            "example": "83d60b08-83e9-4d17-9b57-955290e53b1e",
            "description": "Unique identifier of the solution"
          },
          "solution_type": {
            "type": "string",
            "example": "PATENT",
            "description": "Solution type, such as PATENT or PAPER"
          }
        }
      },
      "AI33-6Step5V3_EurekaMindCellData": {
        "type": "object",
        "properties": {
          "initd": {
            "type": "boolean",
            "example": true,
            "description": "Whether it has been initialized"
          },
          "order": {
            "type": "string",
            "example": 1,
            "description": "Node sorting number, used to identify the level of the node in the mind map"
          },
          "status": {
            "type": "string",
            "example": "success",
            "description": "Node status, such as success indicating successful generation"
          },
          "node_id": {
            "type": "string",
            "example": "4e2660fb9e04166b28b835c4d46c5bd1",
            "description": "Unique identifier of the node"
          },
          "route_id": {
            "type": "string",
            "example": "4e2660fb9e04166b28b835c4d46c5bd1",
            "description": "Route identifier, associated with the parent node"
          },
          "reference": {
            "type": "array",
            "example": [
              {
                "PN": "CN116026514A",
                "APD": "29 Mar 2023",
                "PBD": "",
                "TITLE": "Surgical clamp-oriented six-dimensional force sensor and nonlinear decoupling and fault-tolerant method",
                "CONTENT": "By combining the elastic deformation module and fiber grating in the laparoscopic surgical clamp, and using the extreme learning machine model and the seagull algorithm, high-precision six-dimensional force and torque detection is achieved, which solves the problem of poor biocompatibility and vulnerability of sensors in the existing technology. The problem of electromagnetic interference improves the success rate and safety of surgery.",
                "ORG_INFO": [
                  {
                    "id": "c2622ff840571e887a776e07b192ee06",
                    "logo": "https://filecdn.shuidi.cn/img/upload/images_logo/29/ea/39/29ea39ecfa47783e58f4e2bf86451aef.png/0x0.png",
                    "name": "Wuhan University of Technology",
                    "site": "www.whut.edu.cn",
                    "name_cn": "武汉理工大学",
                    "name_en": "Wuhan University of Technology",
                    "website": "http://www.whut.edu.cn",
                    "state_id": "80cd8682-4344-3436-88b9-cfba03d34b78",
                    "entity_id": "c2622ff840571e887a776e07b192ee06",
                    "country_id": "5a365096-b2a6-31cb-acdf-1de1f5ab3abe",
                    "state_name": "Hubei Sheng",
                    "description": "Wuhan University of Technology (WUT or WHUT), located in Wuchang District and Luonan Subdistrict, Hongshan District in Wuhan, Hubei, China, was merged on May 27, 2000, from three universities: Wuhan University of Technology (established in 1948), Wuhan Transportation University (established in 1946) and Wuhan Automotive Polytechnic University (established in 1958). WUT is one of the leading Chinese universities accredited by the Ministry of Education and one of the universities constructed in priority by the \"State Project 211\" for Chinese higher education institutions. It is also a Chinese Ministry of Education Double First Class Discipline University, with Double First Class status in certain disciplines.",
                    "entity_type": "Education",
                    "country_name": "China",
                    "display_name": "Wuhan University of Technology",
                    "founded_date": 19480101,
                    "headquarters": {
                      "state": "湖北省",
                      "country": "中国",
                      "location": "湖北省武汉市洪山区珞狮路122号"
                    },
                    "normalized_name": "WUHAN UNIV OF TECH",
                    "original_address": {
                      "state": "湖北省",
                      "country": "中国",
                      "location": "湖北省武汉市洪山区珞狮路122号"
                    },
                    "normalized_entity_type_en": "Education"
                  }
                ],
                "SOLUTION_ID": "83d60b08-83e9-4d17-9b57-955290e53b1e",
                "SOLUTION_TYPE": "PATENT"
              },
              {
                "PN": "",
                "APD": "",
                "PBD": "2019-08-12",
                "TITLE": "Ultraminiature and Flexible Sensor Based on Interior Corner Flow for Direct Pressure Sensing in Biofluids",
                "CONTENT": "<jats:title>Abstract</jats:title><jats:p>Conventional pressure sensing devices are well developed for either indirect evaluation or internal measuring of fluid pressure over millimeter scale. Whereas, specialized pressure sensors that can directly work in various liquid environments at micrometer scale remain challenging and rarely explored, but are of great importance in many biomedical applications. Here, pressure sensor technology that utilizes capillary action to self‐assemble the pressure‐sensitive element is introduced. Sophisticated control of capillary flow, tunable sensitivity to liquid pressure in various mediums, and multiple transduction modes are realized in a polymer device, which is also flexible (thickness of 8 µm), ultraminiature (effective volume of 18 × 100 × 580 µm<jats:sup>3</jats:sup>), and transparent, enabling the sensor to work in some extreme situations, such as in narrow inner spaces (e.g., a microchannel of 220 µm in width and 100 µm in height), or on the surface of small objects (e.g., a 380 µm diameter needle). Potential applications of this sensor include disposables for in vivo and short‐term measurements.</jats:p>",
                "ORG_INFO": [],
                "SOLUTION_ID": "fcebd80d-19ce-3b6c-9bc7-f2ee3a0be021",
                "SOLUTION_TYPE": "PAPER"
              }
            ],
            "description": "Reference list, including related patents, papers and other reference materials",
            "items": {
              "$ref": "#/components/schemas/AI33-6Step5V3_EurekaMindDataReference"
            }
          },
          "sys_title": {
            "type": "string",
            "example": "通过传感器微型化与集成优化增强腹腔镜对细微力变化的感知能力",
            "description": "System-generated title"
          },
          "innovation": {
            "type": "integer",
            "format": "int32",
            "example": 1,
            "description": "Innovation level, the higher the value, the higher the degree of innovation"
          },
          "route_name": {
            "type": "string",
            "example": "通过传感器微型化与集成优化增强腹腔镜对细微力变化的感知能力",
            "description": "Route name, the title of the parent node"
          },
          "sys_content": {
            "type": "string",
            "example": "基于<strong>压电薄膜传感技术</strong>，设计一种集成于腹腔镜前端的力反馈系统。采用PVDF压电薄膜传感器（厚度仅8μm，有效体积18×100×580μm³），通过电荷放大器将微弱力信号转化为电压信号，实现0.01N级别高精度力检测。传感器采用柔性印刷电路(FPC)技术制造，确保在湿润环境中稳定工作。信号经四阶Butterworth低通滤波器处理后，通过16位模数转换器数字化，实现<10ms的响应时间。系统在腹腔镜前端形成一个不超过2mm厚的感应层，能够精确检测0.01-5N范围内的接触力，并通过无线传输模块将力信息实时反馈至操作手柄，帮助医生精确感知组织接触力度，提高手术安全性。",
            "description": "System-generated content, including detailed description of technical solutions"
          },
          "improvements": {
            "type": "array",
            "example": [
              "本发明的力反馈机构能够更加直观、精准地模拟手术过程，提高训练者的训练效果，同时结构简单、操作便利，生产成本低。<mind-ref-tip data-node-id=\"7a465947259619d0314c588fc93b87c1\" data-ref-id=\"81e454d3-c795-4c81-8dae-d4a509fb8618\" >1</mind-ref-tip>",
              "仿真练习器械通过力反馈装置获取旋转角度和直线位移参数，克服机械结构限制，提高手术训练效果。<mind-ref-tip data-node-id=\"7a465947259619d0314c588fc93b87c1\" data-ref-id=\"be9143a0-ae7c-40ce-90ca-4bebcb861d29\" >2</mind-ref-tip>"
            ],
            "description": "List of improvement suggestions, including improvement suggestions for the solution"
          },
          "tech_version": {
            "type": "string",
            "example": 2,
            "description": "Technology version number"
          },
          "sys_sub_content": {
            "type": "string",
            "example": "【核心矛盾】在腹腔镜有限空间内集成高精度力反馈系统，既要保证力反馈精度和实时性，又不能显著增加器械重量和体积",
            "description": "System sub-content, supplementary description of core contradictions and other information"
          }
        }
      },
      "AI33-6Step5V3_EurekaMindSize": {
        "type": "object",
        "properties": {
          "width": {
            "type": "integer",
            "format": "int32",
            "example": 300,
            "description": "Width of the node (pixels)"
          },
          "height": {
            "type": "integer",
            "format": "int32",
            "example": 64,
            "description": "Height of the node (pixels)"
          }
        }
      },
      "AI33-6Step5V3_EurekaMindCellReference": {
        "type": "object",
        "properties": {
          "cell": {
            "type": "string",
            "example": "0f26fa4e9305ef86db199ba4d116f233",
            "description": "Unique identifier of the referenced node"
          }
        },
        "required": [
          "cell"
        ]
      },
      "AI33-6Step5V3_EurekaMindPosition": {
        "type": "object",
        "properties": {
          "x": {
            "type": "integer",
            "format": "int32",
            "example": 370,
            "description": "X coordinate of the node on the canvas"
          },
          "y": {
            "type": "integer",
            "format": "int32",
            "example": 132,
            "description": "Y coordinate of the node on the canvas"
          }
        }
      },
      "AI33-6Step5V3_EurekaMindCell": {
        "type": "object",
        "properties": {
          "id": {
            "type": "string",
            "example": "0f26fa4e9305ef86db199ba4d116f233",
            "description": "Unique identifier of the node"
          },
          "data": {
            "$ref": "#/components/schemas/AI33-6Step5V3_EurekaMindCellData"
          },
          "size": {
            "$ref": "#/components/schemas/AI33-6Step5V3_EurekaMindSize"
          },
          "view": {
            "type": "string",
            "example": "vue-shape-view",
            "description": "View type, defining how the node is rendered"
          },
          "shape": {
            "type": "string",
            "example": "idea-node",
            "description": "Node shape type, such as idea-node, solution-node, default-edge, etc."
          },
          "source": {
            "$ref": "#/components/schemas/AI33-6Step5V3_EurekaMindCellReference"
          },
          "target": {
            "$ref": "#/components/schemas/AI33-6Step5V3_EurekaMindCellReference"
          },
          "z_index": {
            "type": "integer",
            "format": "int32",
            "example": 1000,
            "description": "Layer index of the node on the Z-axis"
          },
          "position": {
            "$ref": "#/components/schemas/AI33-6Step5V3_EurekaMindPosition"
          }
        }
      },
      "AI33-6Step5V3_EurekaMindData": {
        "type": "object",
        "properties": {
          "cells": {
            "type": "array",
            "example": {
              "type": "MIND",
              "cells": [
                {
                  "id": "e5c1c262-5d1d-45a4-9f6a-d4b90514bf25",
                  "attrs": {
                    "line": {
                      "style": {
                        "animation": ""
                      }
                    }
                  },
                  "shape": "default-edge",
                  "source": {
                    "cell": "0f26fa4e9305ef86db199ba4d116f233"
                  },
                  "target": {
                    "cell": "4e2660fb9e04166b28b835c4d46c5bd1"
                  },
                  "z_index": 0
                },
                {
                  "id": "535c6080-37a8-4252-ba34-738d2d5d1716",
                  "attrs": {
                    "line": {
                      "style": {
                        "animation": ""
                      }
                    }
                  },
                  "shape": "default-edge",
                  "source": {
                    "cell": "4e2660fb9e04166b28b835c4d46c5bd1"
                  },
                  "target": {
                    "cell": "71121cc602c29ef51f1852fa1ed19492"
                  },
                  "z_index": 0
                },
                {
                  "id": "864b87cd-11db-46d4-8c17-4fd56218ca34",
                  "attrs": {
                    "line": {
                      "style": {
                        "animation": ""
                      }
                    }
                  },
                  "shape": "default-edge",
                  "source": {
                    "cell": "4e2660fb9e04166b28b835c4d46c5bd1"
                  },
                  "target": {
                    "cell": "f13c9db921f402cc7efeb921397bd7c3"
                  },
                  "z_index": 0
                },
                {
                  "id": "58c6faf6-a00b-4afe-b28c-bac292d36b97",
                  "attrs": {
                    "line": {
                      "style": {
                        "animation": ""
                      }
                    }
                  },
                  "shape": "default-edge",
                  "source": {
                    "cell": "0f26fa4e9305ef86db199ba4d116f233"
                  },
                  "target": {
                    "cell": "b72668368698fc1e332c74f62e31caa5"
                  },
                  "z_index": 0
                },
                {
                  "id": "7062f430-12f2-465c-9375-63bc7ef696a3",
                  "attrs": {
                    "line": {
                      "style": {
                        "animation": ""
                      }
                    }
                  },
                  "shape": "default-edge",
                  "source": {
                    "cell": "b72668368698fc1e332c74f62e31caa5"
                  },
                  "target": {
                    "cell": "a8fdf0d8af4c634b71b19afcce4bd42a"
                  },
                  "z_index": 0
                },
                {
                  "id": "e962c969-2f74-41a2-872b-3f6ed3bfd90d",
                  "attrs": {
                    "line": {
                      "style": {
                        "animation": ""
                      }
                    }
                  },
                  "shape": "default-edge",
                  "source": {
                    "cell": "0f26fa4e9305ef86db199ba4d116f233"
                  },
                  "target": {
                    "cell": "3e7c78a117853517f893b41e167e1c9d"
                  },
                  "z_index": 0
                },
                {
                  "id": "60b347e5-8cd1-4325-bcf4-acdcd6182046",
                  "attrs": {
                    "line": {
                      "style": {
                        "animation": ""
                      }
                    }
                  },
                  "shape": "default-edge",
                  "source": {
                    "cell": "3e7c78a117853517f893b41e167e1c9d"
                  },
                  "target": {
                    "cell": "c0b732846225a57790f5b6f533eae3b1"
                  },
                  "z_index": 0
                },
                {
                  "id": "e2186f9b-37e4-4828-8493-13a44a4c48b6",
                  "attrs": {
                    "line": {
                      "style": {
                        "animation": ""
                      }
                    }
                  },
                  "shape": "default-edge",
                  "source": {
                    "cell": "3e7c78a117853517f893b41e167e1c9d"
                  },
                  "target": {
                    "cell": "0277ee10684875e3bdceefe937fcad7d"
                  },
                  "z_index": 0
                },
                {
                  "id": "88382890-deed-4420-bbd8-c59bb9b1a9c5",
                  "attrs": {
                    "line": {
                      "style": {
                        "animation": ""
                      }
                    }
                  },
                  "shape": "default-edge",
                  "source": {
                    "cell": "b72668368698fc1e332c74f62e31caa5"
                  },
                  "target": {
                    "cell": "601ad6e604f36b1d3c3690ef512d21f1"
                  },
                  "z_index": 0
                },
                {
                  "id": "6123bb6d-18c1-4bd5-9e02-f87bdb84a4ad",
                  "attrs": {
                    "line": {
                      "style": {
                        "animation": ""
                      }
                    }
                  },
                  "shape": "default-edge",
                  "source": {
                    "cell": "4e2660fb9e04166b28b835c4d46c5bd1"
                  },
                  "target": {
                    "cell": "531f9a6c0c952368f1a530bac64c005b"
                  },
                  "z_index": 0
                },
                {
                  "id": "36ca5f7e-67d7-4726-90aa-c93e64623061",
                  "attrs": {
                    "line": {
                      "style": {
                        "animation": ""
                      }
                    }
                  },
                  "shape": "default-edge",
                  "source": {
                    "cell": "b72668368698fc1e332c74f62e31caa5"
                  },
                  "target": {
                    "cell": "9850956f70784395ed2a9b9450c5421d"
                  },
                  "z_index": 0
                },
                {
                  "id": "44b4d559-6d46-4520-b4a0-7c5722b57e68",
                  "attrs": {
                    "line": {
                      "style": {
                        "animation": ""
                      }
                    }
                  },
                  "shape": "default-edge",
                  "source": {
                    "cell": "3e7c78a117853517f893b41e167e1c9d"
                  },
                  "target": {
                    "cell": "7a465947259619d0314c588fc93b87c1"
                  },
                  "z_index": 0
                },
                {
                  "id": "0f26fa4e9305ef86db199ba4d116f233",
                  "data": {
                    "initd": true,
                    "order": "1",
                    "status": "success",
                    "sys_content": "如何在腹腔镜中安装模拟内脏力反馈的装置，使外科医生能够实时感知器械与内脏组织接触的力度（0.1-5N范围），同时满足微创手术的空间限制（5-12mm直径）、湿润环境适应性、低延迟要求（<10ms）和操作自然性？需要解决传感器微型化与高精度间的矛盾，以及在有限空间内实现力信息的采集、传输和反馈的技术挑战。",
                    "tech_version": "2"
                  },
                  "size": {
                    "width": 300,
                    "height": 64
                  },
                  "view": "vue-shape-view",
                  "shape": "idea-node",
                  "z_index": 1000,
                  "position": {
                    "x": 0,
                    "y": 132
                  }
                }
              ],
              "title": "如何在腹腔镜中安装模拟内脏力反馈的装置，使外科医生能够实时感知器械与内脏组织接触的力度（0.1-5N范围），同时满足微创手术的空间限制（5-12mm直径）、湿润环境适应性、低延迟要求（<10ms）和操作自然性？需要解决传感器微型化与高精度间的矛盾，以及在有限空间内实现力信息的采集、传输和反馈的技术挑战。",
              "tech_version": "2"
            },
            "description": "Mind map cell list, containing all nodes and connection line information",
            "items": {
              "$ref": "#/components/schemas/AI33-6Step5V3_EurekaMindCell"
            }
          },
          "title": {
            "type": "string",
            "example": "如何在腹腔镜中安装模拟内脏力反馈的装置",
            "description": "Mind map title, describing the problem or topic"
          }
        },
        "required": [
          "cells",
          "title"
        ]
      },
      "AI33-6Step5V3_FindSolutionResultResponseV3": {
        "type": "object",
        "properties": {
          "status": {
            "type": "string",
            "example": "SUCCEED",
            "description": "Return status value（SUCCEED,RUNNING,FAILED）"
          },
          "solution": {
            "$ref": "#/components/schemas/AI33-6Step5V3_EurekaMindData"
          }
        }
      },
      "AI33-6Step5V3Response": {
        "type": "object",
        "properties": {
          "data": {
            "$ref": "#/components/schemas/AI33-6Step5V3_FindSolutionResultResponseV3"
          },
          "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"
        ]
      },
      "AI33-6Step5V3Request": {
        "type": "object",
        "properties": {
          "task_id": {
            "type": "string",
            "example": "80d440b7-80a5-4233-a75f-ab72b0885c88",
            "description": "Task id"
          }
        },
        "required": [
          "task_id"
        ]
      },
      "AI33AgentSseResponse": {
        "type": "object",
        "properties": {
          "timeout": {
            "type": "integer",
            "format": "int64",
            "example": "30000",
            "description": "Timeout"
          }
        }
      },
      "AI33AgentSseRequest": {
        "type": "object",
        "properties": {
          "job_id": {
            "type": "string",
            "example": "80d440b7-80a5-4233-a75f-ab72b0885c88",
            "description": "Job id"
          },
          "last_event_id": {
            "type": "string",
            "example": "11100",
            "description": "Event Id"
          }
        },
        "required": [
          "job_id"
        ]
      },
      "AI34-1QuickSearchReportCreation_AnalysisDirectoryDTO": {
        "type": "object",
        "properties": {
          "key": {
            "type": "string",
            "example": "TECH_RESEARCH_TECHNICAL_BACKGROUND",
            "description": "Catalog identifier  TECH_RESEARCH_TECHNICAL_BACKGROUND/TECH_RESEARCH_MARKET_ANALYSIS/TECH_RESEARCH_TECHNOLOGY_STATUS_CHALLENGES/TECH_RESEARCH_EVOLUTION_PATH/TECH_RESEARCH_HEAD_PLAYER_ANALYSIS/TECH_RESEARCH_TECHNICAL_SCHEME_REVIEW/TECH_RESEARCH_KEY_PATENT_INTERPRETATION/TECH_RESEARCH_IDEA_SUMMARY/TECH_RESEARCH_CUSTOM_MODULE_1/TECH_RESEARCH_CUSTOM_MODULE_2 Only TECH_RESEARCH_CUSTOM_MODULE_1/TECH_RESEARCH_CUSTOM_MODULE_2 can be modified"
          },
          "name": {
            "type": "string",
            "example": "关于提高锂电池能量密度的研究",
            "description": "Directory name"
          },
          "source_type": {
            "type": "string",
            "example": "model",
            "description": "Directory type"
          }
        },
        "required": [
          "key",
          "name",
          "source_type"
        ]
      },
      "AI34-1QuickSearchReportCreation_QuickSearchReportResponse": {
        "type": "object",
        "properties": {
          "report_id": {
            "type": "string",
            "example": "67bfdb99-fd1c-4a7e-819e-2218f976378c",
            "description": "Create the ID of the quick-search report"
          },
          "analysis_directory": {
            "type": "array",
            "example": [
              {
                "key": "TECH_RESEARCH_TECHNICAL_BACKGROUND",
                "name": "锂电池能量密度背景与目标",
                "source_type": "model"
              },
              {
                "key": "TECH_RESEARCH_MARKET_ANALYSIS",
                "name": "锂电池市场需求分析",
                "source_type": "model"
              },
              {
                "key": "TECH_RESEARCH_TECHNOLOGY_STATUS_CHALLENGES",
                "name": "能量密度提升技术挑战",
                "source_type": "model"
              },
              {
                "key": "TECH_RESEARCH_EVOLUTION_PATH",
                "name": "锂电池能量密度演进路径",
                "source_type": "model"
              },
              {
                "key": "TECH_RESEARCH_HEAD_PLAYER_ANALYSIS",
                "name": "高能量密度电池企业分析",
                "source_type": "model"
              },
              {
                "key": "TECH_RESEARCH_TECHNICAL_SCHEME_REVIEW",
                "name": "提高能量密度技术方案",
                "source_type": "model"
              },
              {
                "key": "TECH_RESEARCH_KEY_PATENT_INTERPRETATION",
                "name": "高能量密度电池核心技术",
                "source_type": "model"
              },
              {
                "key": "TECH_RESEARCH_IDEA_SUMMARY",
                "name": "能量密度提升创新方向",
                "source_type": "model"
              },
              {
                "key": "TECH_RESEARCH_CUSTOM_MODULE_1",
                "name": "能量密度与安全性平衡",
                "source_type": "customize"
              },
              {
                "key": "TECH_RESEARCH_CUSTOM_MODULE_2",
                "name": "高能量密度电池应用场景",
                "source_type": "customize"
              }
            ],
            "description": "Create the directory of the quick-search report",
            "items": {
              "$ref": "#/components/schemas/AI34-1QuickSearchReportCreation_AnalysisDirectoryDTO"
            }
          }
        }
      },
      "AI34-1QuickSearchReportCreationResponse": {
        "type": "object",
        "properties": {
          "data": {
            "$ref": "#/components/schemas/AI34-1QuickSearchReportCreation_QuickSearchReportResponse"
          },
          "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"
        ]
      },
      "AI34-1QuickSearchReportCreationRequest": {
        "type": "object",
        "properties": {
          "auto_directory": {
            "type": "boolean",
            "example": true,
            "description": "Whether to automatically generate directories"
          },
          "technical_issues": {
            "type": "string",
            "example": "关于提高锂电池能量密度的研究",
            "description": "Technical issues requiring the creation of quick-search reports"
          }
        },
        "required": [
          "technical_issues"
        ]
      },
      "AI34-2CreationCustomDir_AnalysisDirectoryDTO": {
        "type": "object",
        "properties": {
          "key": {
            "type": "string",
            "example": "TECH_RESEARCH_TECHNICAL_BACKGROUND",
            "description": "Catalog identifier  TECH_RESEARCH_TECHNICAL_BACKGROUND/TECH_RESEARCH_MARKET_ANALYSIS/TECH_RESEARCH_TECHNOLOGY_STATUS_CHALLENGES/TECH_RESEARCH_EVOLUTION_PATH/TECH_RESEARCH_HEAD_PLAYER_ANALYSIS/TECH_RESEARCH_TECHNICAL_SCHEME_REVIEW/TECH_RESEARCH_KEY_PATENT_INTERPRETATION/TECH_RESEARCH_IDEA_SUMMARY/TECH_RESEARCH_CUSTOM_MODULE_1/TECH_RESEARCH_CUSTOM_MODULE_2 Only TECH_RESEARCH_CUSTOM_MODULE_1/TECH_RESEARCH_CUSTOM_MODULE_2 can be modified"
          },
          "name": {
            "type": "string",
            "example": "关于提高锂电池能量密度的研究",
            "description": "Directory name"
          },
          "source_type": {
            "type": "string",
            "example": "model",
            "description": "Directory type"
          }
        },
        "required": [
          "key",
          "name",
          "source_type"
        ]
      },
      "AI34-2CreationCustomDir_QuickSearchReportResponse": {
        "type": "object",
        "properties": {
          "report_id": {
            "type": "string",
            "example": "67bfdb99-fd1c-4a7e-819e-2218f976378c",
            "description": "Create the ID of the quick-search report"
          },
          "analysis_directory": {
            "type": "array",
            "example": [
              {
                "key": "TECH_RESEARCH_TECHNICAL_BACKGROUND",
                "name": "锂电池能量密度背景与目标",
                "source_type": "model"
              },
              {
                "key": "TECH_RESEARCH_MARKET_ANALYSIS",
                "name": "锂电池市场需求分析",
                "source_type": "model"
              },
              {
                "key": "TECH_RESEARCH_TECHNOLOGY_STATUS_CHALLENGES",
                "name": "能量密度提升技术挑战",
                "source_type": "model"
              },
              {
                "key": "TECH_RESEARCH_EVOLUTION_PATH",
                "name": "锂电池能量密度演进路径",
                "source_type": "model"
              },
              {
                "key": "TECH_RESEARCH_HEAD_PLAYER_ANALYSIS",
                "name": "高能量密度电池企业分析",
                "source_type": "model"
              },
              {
                "key": "TECH_RESEARCH_TECHNICAL_SCHEME_REVIEW",
                "name": "提高能量密度技术方案",
                "source_type": "model"
              },
              {
                "key": "TECH_RESEARCH_KEY_PATENT_INTERPRETATION",
                "name": "高能量密度电池核心技术",
                "source_type": "model"
              },
              {
                "key": "TECH_RESEARCH_IDEA_SUMMARY",
                "name": "能量密度提升创新方向",
                "source_type": "model"
              },
              {
                "key": "TECH_RESEARCH_CUSTOM_MODULE_1",
                "name": "能量密度与安全性平衡",
                "source_type": "customize"
              },
              {
                "key": "TECH_RESEARCH_CUSTOM_MODULE_2",
                "name": "高能量密度电池应用场景",
                "source_type": "customize"
              }
            ],
            "description": "Create the directory of the quick-search report",
            "items": {
              "$ref": "#/components/schemas/AI34-2CreationCustomDir_AnalysisDirectoryDTO"
            }
          }
        }
      },
      "AI34-2CreationCustomDirResponse": {
        "type": "object",
        "properties": {
          "data": {
            "$ref": "#/components/schemas/AI34-2CreationCustomDir_QuickSearchReportResponse"
          },
          "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"
        ]
      },
      "AI34-2CreationCustomDirRequest": {
        "type": "object",
        "properties": {
          "analysis_directory": {
            "type": "array",
            "example": [
              {
                "key": "TECH_RESEARCH_TECHNICAL_BACKGROUND",
                "name": "锂电池能量密度背景与目标",
                "source_type": "model"
              },
              {
                "key": "TECH_RESEARCH_MARKET_ANALYSIS",
                "name": "锂电池市场需求分析",
                "source_type": "model"
              },
              {
                "key": "TECH_RESEARCH_TECHNOLOGY_STATUS_CHALLENGES",
                "name": "能量密度提升技术挑战",
                "source_type": "model"
              },
              {
                "key": "TECH_RESEARCH_EVOLUTION_PATH",
                "name": "锂电池能量密度演进路径",
                "source_type": "model"
              },
              {
                "key": "TECH_RESEARCH_HEAD_PLAYER_ANALYSIS",
                "name": "高能量密度电池企业分析",
                "source_type": "model"
              },
              {
                "key": "TECH_RESEARCH_TECHNICAL_SCHEME_REVIEW",
                "name": "提高能量密度技术方案",
                "source_type": "model"
              },
              {
                "key": "TECH_RESEARCH_KEY_PATENT_INTERPRETATION",
                "name": "高能量密度电池核心技术",
                "source_type": "model"
              },
              {
                "key": "TECH_RESEARCH_IDEA_SUMMARY",
                "name": "能量密度提升创新方向",
                "source_type": "model"
              },
              {
                "key": "TECH_RESEARCH_CUSTOM_MODULE_1",
                "name": "能量密度与安全性平衡",
                "source_type": "customize"
              },
              {
                "key": "TECH_RESEARCH_CUSTOM_MODULE_2",
                "name": "高能量密度电池应用场景",
                "source_type": "customize"
              }
            ],
            "description": "Create the directory of the quick-search report",
            "items": {
              "$ref": "#/components/schemas/AI34-2CreationCustomDir_AnalysisDirectoryDTO"
            }
          },
          "report_id": {
            "type": "string",
            "example": "67bfdb99-fd1c-4a7e-819e-2218f976378c",
            "description": "Create the ID of the quick-search report"
          },
          "technical_issues": {
            "type": "string",
            "example": "关于提高锂电池能量密度的研究",
            "description": "Technical issues requiring the creation of quick-search reports"
          }
        },
        "required": [
          "analysis_directory",
          "report_id",
          "technical_issues"
        ]
      },
      "AI34-3QuickSearchReportQuery_QueryQuickSearchReportResponse": {
        "type": "object",
        "properties": {
          "report_url": {
            "type": "string",
            "example": "https://cn-patsnap-export.cdn.zhihuiya.com/7/20250226/eureka/scvdd%3D804a58753458dae8017e32ddb27c5d5cc01d285f",
            "description": "URL of the quick-search report"
          },
          "report_status": {
            "type": "string",
            "example": "SUCCEED",
            "description": "Return status value（SUCCEED,RUNNING,FAILED）"
          },
          "head_player_analysis": {
            "type": "object",
            "example": {
              "head_player_analysis": {}
            },
            "description": "Head player analysis"
          },
          "key_patent_interpretation": {
            "type": "object",
            "example": {
              "key_patent_interpretation": {}
            },
            "description": "Key patent interpretation"
          }
        }
      },
      "AI34-3QuickSearchReportQueryResponse": {
        "type": "object",
        "properties": {
          "data": {
            "$ref": "#/components/schemas/AI34-3QuickSearchReportQuery_QueryQuickSearchReportResponse"
          },
          "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"
        ]
      },
      "AI35-7NoveltySearchAgentSearch_AsyncTaskIdResponse": {
        "type": "object",
        "properties": {
          "task_id": {
            "type": "string",
            "example": "80d440b7-80a5-4233-a75f-ab72b0885c88",
            "description": "Task id"
          }
        }
      },
      "AI35-7NoveltySearchAgentSearchResponse": {
        "type": "object",
        "properties": {
          "data": {
            "$ref": "#/components/schemas/AI35-7NoveltySearchAgentSearch_AsyncTaskIdResponse"
          },
          "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"
        ]
      },
      "AI35-7NoveltySearchAgentSearch_BasicElement": {
        "type": "object",
        "properties": {
          "key": {
            "type": "string",
            "example": "电话",
            "description": "Keyword"
          },
          "source": {
            "type": "string",
            "example": "keywords_extract",
            "description": "Source"
          }
        }
      },
      "AI35-7NoveltySearchAgentSearch_Element": {
        "type": "object",
        "properties": {
          "extend": {
            "type": "array",
            "example": [
              {
                "key": "telephone",
                "source": "keywords_extract"
              },
              {
                "key": "phone",
                "source": "keywords_extract"
              },
              {
                "key": "telephony",
                "source": "keywords_extract"
              }
            ],
            "description": "Extended keywords list",
            "items": {
              "$ref": "#/components/schemas/AI35-7NoveltySearchAgentSearch_BasicElement"
            }
          },
          "ipc": {
            "type": "array",
            "example": [
              {
                "key": "H04M1/725",
                "source": "keywords_extract"
              }
            ],
            "description": "IPC classification list",
            "items": {
              "$ref": "#/components/schemas/AI35-7NoveltySearchAgentSearch_BasicElement"
            }
          },
          "word": {
            "$ref": "#/components/schemas/AI35-7NoveltySearchAgentSearch_BasicElement"
          }
        }
      },
      "AI35-7NoveltySearchAgentSearch_NoveltySearchElementDataDTO": {
        "type": "object",
        "properties": {
          "express": {
            "type": "array",
            "example": [
              {
                "ipc": [
                  {
                    "key": "H04M1/725",
                    "source": "keywords_extract"
                  }
                ],
                "word": {
                  "key": "电话",
                  "source": "keywords_extract"
                },
                "extend": [
                  {
                    "key": "telephone",
                    "source": "keywords_extract"
                  },
                  {
                    "key": "phone",
                    "source": "keywords_extract"
                  },
                  {
                    "key": "telephony",
                    "source": "keywords_extract"
                  }
                ]
              }
            ],
            "description": "Expression list",
            "items": {
              "$ref": "#/components/schemas/AI35-7NoveltySearchAgentSearch_Element"
            }
          },
          "feature_text_original": {
            "type": "string",
            "example": "具有图像识别能力的电话机",
            "description": "Original feature text"
          },
          "feature_type": {
            "type": "string",
            "example": "topic_search",
            "description": "Feature type (topic_search: topic elements, key_search: key elements, sup_search: supplementary elements)"
          },
          "selected": {
            "type": "boolean",
            "example": true,
            "description": "Selected"
          }
        }
      },
      "AI35-7NoveltySearchAgentSearch_NoveltySearchElementResDTO": {
        "type": "object",
        "properties": {
          "family_merge_enabled": {
            "type": "boolean",
            "example": false,
            "description": "Family merge enabled"
          },
          "list": {
            "type": "array",
            "example": [
              {
                "express": [
                  {
                    "ipc": [
                      {
                        "key": "H04M1/725",
                        "source": "keywords_extract"
                      }
                    ],
                    "word": {
                      "key": "电话",
                      "source": "keywords_extract"
                    },
                    "extend": [
                      {
                        "key": "telephone",
                        "source": "keywords_extract"
                      },
                      {
                        "key": "phone",
                        "source": "keywords_extract"
                      },
                      {
                        "key": "telephony",
                        "source": "keywords_extract"
                      }
                    ]
                  }
                ],
                "selected": true,
                "feature_type": "topic_search",
                "feature_text_original": "具有图像识别能力的电话机"
              }
            ],
            "description": "Retrieval elements list",
            "items": {
              "$ref": "#/components/schemas/AI35-7NoveltySearchAgentSearch_NoveltySearchElementDataDTO"
            }
          }
        }
      },
      "AI35-7NoveltySearchAgentSearchRequest": {
        "type": "object",
        "properties": {
          "elements": {
            "$ref": "#/components/schemas/AI35-7NoveltySearchAgentSearch_NoveltySearchElementResDTO"
          },
          "task_id": {
            "type": "string",
            "example": "80d440b7-80a5-4233-a75f-ab72b0885c88",
            "description": "Task id"
          }
        },
        "required": [
          "elements",
          "task_id"
        ]
      },
      "AI35-3NoveltySearchQuery_FeatureItem": {
        "type": "object",
        "properties": {
          "similar": {
            "type": "boolean",
            "example": true,
            "description": "Similarity"
          },
          "tech_feature": {
            "type": "string",
            "example": "人形机器人的腿部动力结构",
            "description": "characteristic word"
          },
          "comparison_feature": {
            "type": "string",
            "example": "一种六自由度、低惯量的机器人仿生腿，它包括髋关节结构和腿部结构",
            "description": "Feature words found in the target text"
          }
        }
      },
      "AI35-3NoveltySearchQuery_PatentFeatureDTO": {
        "type": "object",
        "properties": {
          "pn": {
            "type": "string",
            "example": "CN117262067A",
            "description": "Patent Number"
          },
          "pbd": {
            "type": "string",
            "example": "2023-12-22",
            "description": "public date"
          },
          "ancs": {
            "type": "array",
            "example": [
              "哈尔滨工业大学"
            ],
            "description": "Current Applicant for Patent"
          },
          "desc": {
            "type": "string",
            "example": "技术领域\\n<b class=\\\"d_n\\\">[0001]</b>本发明涉及一种腿部结构，尤其涉及一种髋关节结构、腿部结构及具有六自由度、低惯量的机器人仿生腿。",
            "description": "Patent Description"
          },
          "title": {
            "type": "string",
            "example": "髋关节结构、腿部结构及六自由度低惯量的机器人仿生腿",
            "description": "Patent Title"
          },
          "selected": {
            "type": "boolean",
            "example": true,
            "description": "Checked or unchecked for comparison"
          },
          "patent_id": {
            "type": "string",
            "example": "2fd7c046-3cb9-4538-a2a9-0b774f605caa",
            "description": "patent id"
          },
          "user_added": {
            "type": "boolean",
            "example": false,
            "description": "Whether the data is added by the user"
          },
          "most_similar": {
            "type": "boolean",
            "example": true,
            "description": "Is it the most similar"
          },
          "public_score": {
            "type": "number",
            "format": "float",
            "example": 0.6557,
            "description": "Openness Score"
          },
          "feature_items": {
            "type": "array",
            "example": [
              {
                "similar": true,
                "tech_feature": "人形机器人的腿部动力结构",
                "comparison_feature": "一种六自由度、低惯量的机器人仿生腿，它包括髋关节结构和腿部结构"
              }
            ],
            "description": "Patented Technical Features",
            "items": {
              "$ref": "#/components/schemas/AI35-3NoveltySearchQuery_FeatureItem"
            }
          },
          "comparative_literature_type": {
            "type": "string",
            "example": "A",
            "description": "Patent Comparison Type X: Single document contains all technical features Y: Combination of multiple documents contains all technical features, and contains the main technical features A: Other related documents"
          }
        }
      },
      "AI35-3NoveltySearchQuery_Parameter": {
        "type": "object",
        "properties": {
          "cpc": {
            "type": "array",
            "example": [
              "B62D57/032",
              "B62D57/028",
              "B25J9/0006"
            ],
            "description": "CPC"
          },
          "ipc": {
            "type": "array",
            "example": [
              "B62D57/032",
              "B25J9/00",
              "B62D57/028"
            ],
            "description": "IPC"
          },
          "features": {
            "type": "array",
            "example": [
              "人形机器人",
              "腿部动力结构",
              "跨步驱动单元"
            ],
            "description": "List of features"
          }
        }
      },
      "AI35-3NoveltySearchQuery_FeatureQueryStrategyDTO": {
        "type": "object",
        "properties": {
          "type": {
            "type": "string",
            "example": "semantic_search",
            "description": "query strategy"
          },
          "query": {
            "type": "string",
            "example": "SEMANTIC:84613cff2a07032570a24e7a8c73e610",
            "description": "query"
          },
          "parameters": {
            "$ref": "#/components/schemas/AI35-3NoveltySearchQuery_Parameter"
          },
          "description_en": {
            "type": "string",
            "example": "Using semantic retrieval technology for feature words",
            "description": "query type English name"
          },
          "description_zh": {
            "type": "string",
            "example": "使用语义检索技术特征词",
            "description": "query type Chinese name"
          }
        }
      },
      "AI35-3NoveltySearchQuery_FeatureQueryItemDTO": {
        "type": "object",
        "properties": {
          "strategy": {
            "$ref": "#/components/schemas/AI35-3NoveltySearchQuery_FeatureQueryStrategyDTO"
          },
          "comparison_patents": {
            "type": "array",
            "example": [
              "2fd7c046-3cb9-4538-a2a9-0b774f605caa"
            ],
            "description": "query strategy"
          }
        }
      },
      "AI35-3NoveltySearchQuery_FeatureQueryDTO": {
        "type": "object",
        "properties": {
          "ipc_cpc_search": {
            "$ref": "#/components/schemas/AI35-3NoveltySearchQuery_FeatureQueryItemDTO"
          },
          "semantic_search": {
            "$ref": "#/components/schemas/AI35-3NoveltySearchQuery_FeatureQueryItemDTO"
          },
          "relevant_tracking_search": {
            "$ref": "#/components/schemas/AI35-3NoveltySearchQuery_FeatureQueryItemDTO"
          },
          "block_progressive_search_1": {
            "$ref": "#/components/schemas/AI35-3NoveltySearchQuery_FeatureQueryItemDTO"
          },
          "block_progressive_search_2": {
            "$ref": "#/components/schemas/AI35-3NoveltySearchQuery_FeatureQueryItemDTO"
          },
          "block_progressive_search_3": {
            "$ref": "#/components/schemas/AI35-3NoveltySearchQuery_FeatureQueryItemDTO"
          },
          "block_progressive_search_4": {
            "$ref": "#/components/schemas/AI35-3NoveltySearchQuery_FeatureQueryItemDTO"
          }
        }
      },
      "AI35-3NoveltySearchQuery_NoveltySearchQueryResponse": {
        "type": "object",
        "properties": {
          "status": {
            "type": "integer",
            "format": "int32",
            "example": 2,
            "description": "Query Status (1: Query in progress, 2: Query successful, 3: Query result generation exception)"
          },
          "patents": {
            "type": "array",
            "example": [
              {
                "pn": "CN117262067A",
                "pbd": "2023-12-22",
                "ancs": [
                  "哈尔滨工业大学"
                ],
                "desc": "技术领域\n<b class=\"d_n\">[0001]</b>本发明涉及一种腿部结构，尤其涉及一种髋关节结构、腿部结构及具有六自由度、低惯量的机器人仿生腿。",
                "title": "髋关节结构、腿部结构及六自由度低惯量的机器人仿生腿",
                "selected": false,
                "patent_id": "2fd7c046-3cb9-4538-a2a9-0b774f605caa",
                "user_added": false,
                "most_similar": false,
                "public_score": 0.6557,
                "feature_items": [
                  {
                    "similar": true,
                    "tech_feature": "人形机器人的腿部动力结构",
                    "comparison_feature": "一种六自由度、低惯量的机器人仿生腿，它包括髋关节结构和腿部结构"
                  },
                  {
                    "similar": true,
                    "tech_feature": "髋关节驱动单元用于驱动左大腿左右摆动",
                    "comparison_feature": "髋关节俯仰电机的输出端与大腿的端部固定连接，驱动大腿绕髋关节俯仰电机输出轴的轴线方向进行旋转"
                  },
                  {
                    "similar": true,
                    "tech_feature": "膝关节驱动单元实现大腿组件与小腿组件的相对前后摆动",
                    "comparison_feature": "膝关节曲柄摇杆驱动组件的驱动端铰连接在小腿的上端，并驱动小腿绕膝关节连接轴的轴线方向进行前后摆动，实现小腿的俯仰动作"
                  },
                  {
                    "similar": true,
                    "tech_feature": "脚踝驱动单元通过连杆带动脚部支撑件作上下、左右方向的摆动",
                    "comparison_feature": "踝关节曲柄摇杆驱动组件的驱动端连接在踝关节万向节组件上，用以实现脚部的俯仰动作和侧摆动作"
                  },
                  {
                    "similar": true,
                    "tech_feature": "实现了人形机器人多种姿态和动作的需求，并通过紧凑的结构设计降低了生产成本和尺寸，提高了拆装效率和美观性",
                    "comparison_feature": "本申请通过两方面的设计使得腿部结构整体结构更加紧凑，外观更加“拟人”化"
                  },
                  {
                    "similar": true,
                    "tech_feature": "跨步驱动单元用于驱动左大腿前后摆动",
                    "comparison_feature": ""
                  },
                  {
                    "similar": true,
                    "tech_feature": "第一驱动单元实现左腿与右腿的相对周向转动",
                    "comparison_feature": ""
                  },
                  {
                    "similar": true,
                    "tech_feature": "各驱动单元通过抱箍件固定，限制轴向和周向运动",
                    "comparison_feature": ""
                  }
                ],
                "comparative_literature_type": "A"
              }
            ],
            "description": "Patent Technical Characteristics Information",
            "items": {
              "$ref": "#/components/schemas/AI35-3NoveltySearchQuery_PatentFeatureDTO"
            }
          },
          "task_id": {
            "type": "string",
            "example": "d12fcd63d27028b88a73168d5bca44d5",
            "description": "Technically checking the task_id of a new query task"
          },
          "process_dict": {
            "$ref": "#/components/schemas/AI35-3NoveltySearchQuery_FeatureQueryDTO"
          }
        }
      },
      "AI35-3NoveltySearchQueryResponse": {
        "type": "object",
        "properties": {
          "data": {
            "$ref": "#/components/schemas/AI35-3NoveltySearchQuery_NoveltySearchQueryResponse"
          },
          "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"
        ]
      },
      "AI35-3NoveltySearchQueryRequest": {
        "type": "object",
        "properties": {
          "task_id": {
            "type": "string",
            "example": "d12fcd63d27028b88a73168d5bca44d5",
            "description": "Task_id for technical queries"
          }
        }
      },
      "AI35-4NoveltySearchReport_NoveltySearchReportResponse": {
        "type": "object",
        "properties": {
          "task_id": {
            "type": "string",
            "example": "d12fcd63d27028b88a73168d5bca44d5",
            "description": "task_id of the technical survey report"
          }
        }
      },
      "AI35-4NoveltySearchReportResponse": {
        "type": "object",
        "properties": {
          "data": {
            "$ref": "#/components/schemas/AI35-4NoveltySearchReport_NoveltySearchReportResponse"
          },
          "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"
        ]
      },
      "AI35-4NoveltySearchReport_FeatureItem": {
        "type": "object",
        "properties": {
          "comparison_feature": {
            "type": "string",
            "example": "一种六自由度、低惯量的机器人仿生腿，它包括髋关节结构和腿部结构",
            "description": "Feature words found in the target text"
          },
          "similar": {
            "type": "boolean",
            "example": true,
            "description": "Similarity"
          },
          "tech_feature": {
            "type": "string",
            "example": "人形机器人的腿部动力结构",
            "description": "characteristic word"
          }
        }
      },
      "AI35-4NoveltySearchReport_PatentFeatureRequestDTO": {
        "type": "object",
        "properties": {
          "feature_items": {
            "type": "array",
            "example": [
              {
                "similar": true,
                "tech_feature": "人形机器人的腿部动力结构",
                "comparison_feature": "一种六自由度、低惯量的机器人仿生腿，它包括髋关节结构和腿部结构"
              }
            ],
            "description": "Patented Technical Features",
            "items": {
              "$ref": "#/components/schemas/AI35-4NoveltySearchReport_FeatureItem"
            }
          },
          "most_similar": {
            "type": "boolean",
            "example": true,
            "description": "Is it the most similar"
          },
          "patent_id": {
            "type": "string",
            "example": "2fd7c046-3cb9-4538-a2a9-0b774f605caa",
            "description": "patent id"
          },
          "pn": {
            "type": "string",
            "example": "CN117262067A",
            "description": "Patent Number"
          },
          "public_score": {
            "type": "number",
            "format": "float",
            "example": 0.6557,
            "description": "Openness Score"
          },
          "selected": {
            "type": "boolean",
            "example": true,
            "description": "Checked or unchecked for comparison"
          },
          "user_added": {
            "type": "boolean",
            "example": false,
            "description": "Whether the data is added by the user"
          }
        },
        "required": [
          "feature_items",
          "most_similar",
          "patent_id",
          "pn",
          "public_score",
          "selected",
          "user_added"
        ]
      },
      "AI35-4NoveltySearchReportRequest": {
        "type": "object",
        "properties": {
          "patents": {
            "type": "array",
            "example": [
              {
                "pn": "CN118289111A",
                "selected": true,
                "patent_id": "c8803f2a-a2fb-4d8f-af7a-ec7b137be8d8",
                "user_added": false,
                "most_similar": true,
                "public_score": 0.9747,
                "feature_items": [
                  {
                    "similar": true,
                    "tech_feature": "人形机器人的腿部动力结构",
                    "comparison_feature": "一种人形机器人的腿部动力结构"
                  },
                  {
                    "similar": true,
                    "tech_feature": "跨步驱动单元用于驱动左大腿前后摆动",
                    "comparison_feature": "所述跨步驱动单元，用于驱动所述第一大腿体前后摆动，进而带动整个腿部动力结构前后摆动"
                  },
                  {
                    "similar": true,
                    "tech_feature": "髋关节驱动单元用于驱动左大腿左右摆动",
                    "comparison_feature": "所述第一大腿体上部设有髋关节驱动单元，以驱动所述第一大腿体左右摆动进而带动整个腿部动力结构左右摆动"
                  },
                  {
                    "similar": true,
                    "tech_feature": "第一驱动单元实现左腿与右腿的相对周向转动",
                    "comparison_feature": "所述第一大腿体和所述第二大腿体之间，设有第一驱动单元，以实现所述第一大腿体与所述第二大腿体相对周向转动"
                  },
                  {
                    "similar": true,
                    "tech_feature": "膝关节驱动单元实现大腿组件与小腿组件的相对前后摆动",
                    "comparison_feature": "所述大腿体组件，或大腿体组件与所述小腿体组件之间，设有膝关节驱动单元，以实现所述大腿体组件与所述小腿体相对前后摆动"
                  },
                  {
                    "similar": true,
                    "tech_feature": "脚踝驱动单元通过连杆带动脚部支撑件作上下、左右方向的摆动",
                    "comparison_feature": "所述小腿体上设有脚踝驱动单元，所述脚踝驱动单元的输出端设有连杆，所述连杆与所述脚部支撑件连接，以带动所述脚部支撑件作上下、左右方向的摆动"
                  },
                  {
                    "similar": true,
                    "tech_feature": "各驱动单元通过抱箍件固定，限制轴向和周向运动",
                    "comparison_feature": "本发明的驱动单元通过抱箍件进行固定，能够将驱动单元进行有效固定在腿体上，避免驱动单元打滑，同时可以有效减少紧固件(螺钉或螺栓)的使用，提高拆装效率，并且相比螺钉或螺栓固定结构，结构上更加美观"
                  },
                  {
                    "similar": true,
                    "tech_feature": "实现了人形机器人多种姿态和动作的需求，并通过紧凑的结构设计降低了生产成本和尺寸，提高了拆装效率和美观性",
                    "comparison_feature": "因而可以很好的满足人形机器人需要实现各种动作姿态的要求，并且整个腿部动力结构设计合理，结构紧凑，拟人效果好，便于人形机器人的推广使用"
                  }
                ]
              },
              {
                "pn": "CN221938342U",
                "selected": true,
                "patent_id": "9aad3560-1157-49b0-9fb4-ce2adf26376d",
                "user_added": false,
                "most_similar": false,
                "public_score": 0.9747,
                "feature_items": [
                  {
                    "similar": true,
                    "tech_feature": "人形机器人的腿部动力结构",
                    "comparison_feature": "一种人形机器人的腿部动力结构"
                  },
                  {
                    "similar": true,
                    "tech_feature": "跨步驱动单元用于驱动左大腿前后摆动",
                    "comparison_feature": "所述跨步驱动单元，用于驱动所述第一大腿体前后摆动，进而带动整个腿部动力结构前后摆动"
                  },
                  {
                    "similar": true,
                    "tech_feature": "髋关节驱动单元用于驱动左大腿左右摆动",
                    "comparison_feature": "所述第一大腿体上部设有髋关节驱动单元，以驱动所述第一大腿体左右摆动进而带动整个腿部动力结构左右摆动"
                  },
                  {
                    "similar": true,
                    "tech_feature": "第一驱动单元实现左腿与右腿的相对周向转动",
                    "comparison_feature": "所述第一大腿体和所述第二大腿体之间，设有第一驱动单元，以实现所述第一大腿体与所述第二大腿体相对周向转动"
                  },
                  {
                    "similar": true,
                    "tech_feature": "膝关节驱动单元实现大腿组件与小腿组件的相对前后摆动",
                    "comparison_feature": "所述大腿体组件，或大腿体组件与所述小腿体组件之间，设有膝关节驱动单元，以实现所述大腿体组件与所述小腿体相对前后摆动"
                  },
                  {
                    "similar": true,
                    "tech_feature": "脚踝驱动单元通过连杆带动脚部支撑件作上下、左右方向的摆动",
                    "comparison_feature": "所述小腿体上设有脚踝驱动单元，所述脚踝驱动单元的输出端设有连杆，所述连杆与所述脚部支撑件连接，以带动所述脚部支撑件作上下、左右方向的摆动"
                  },
                  {
                    "similar": true,
                    "tech_feature": "各驱动单元通过抱箍件固定，限制轴向和周向运动",
                    "comparison_feature": "本实用新型的驱动单元通过抱箍件进行固定，能够将驱动单元进行有效固定在腿体上，避免驱动单元打滑，同时可以有效减少紧固件(螺钉或螺栓)的使用，提高拆装效率，并且相比螺钉或螺栓固定结构，结构上更加美观"
                  },
                  {
                    "similar": true,
                    "tech_feature": "实现了人形机器人多种姿态和动作的需求，并通过紧凑的结构设计降低了生产成本和尺寸，提高了拆装效率和美观性",
                    "comparison_feature": "因而可以很好的满足人形机器人需要实现各种动作姿态的要求，并且整个腿部动力结构设计合理，结构紧凑，拟人效果好，便于人形机器人的推广使用"
                  }
                ]
              },
              {
                "pn": "CN119389326A",
                "selected": true,
                "patent_id": "33af84a7-f113-4b7f-9c08-f3b7ba33cbae",
                "user_added": false,
                "most_similar": false,
                "public_score": 0.9519,
                "feature_items": [
                  {
                    "similar": true,
                    "tech_feature": "人形机器人的腿部动力结构",
                    "comparison_feature": "本发明的人形机器人下肢结构中所采用的腿部动力结构设计紧凑，布局合理，能够完成各种姿态、动作要求"
                  },
                  {
                    "similar": true,
                    "tech_feature": "跨步驱动单元用于驱动左大腿前后摆动",
                    "comparison_feature": "大腿摆动驱动安装在所述髋部座体的内侧，且其输出转轴与所述第一活动座相连接"
                  },
                  {
                    "similar": true,
                    "tech_feature": "髋关节驱动单元用于驱动左大腿左右摆动",
                    "comparison_feature": "大腿侧摆驱动与所述第一活动座固定连接，且其输出转轴与所述第二活动座相连接"
                  },
                  {
                    "similar": true,
                    "tech_feature": "第一驱动单元实现左腿与右腿的相对周向转动",
                    "comparison_feature": "大腿旋转驱动与所述第二活动座固定连接，且其输出转轴与所述大腿单元的上端相连接"
                  },
                  {
                    "similar": true,
                    "tech_feature": "膝关节驱动单元实现大腿组件与小腿组件的相对前后摆动",
                    "comparison_feature": "小腿摆动驱动在所述大腿支架的上端设置"
                  },
                  {
                    "similar": true,
                    "tech_feature": "脚踝驱动单元通过连杆带动脚部支撑件作上下、左右方向的摆动",
                    "comparison_feature": "第一脚部驱动的输出轴和所述第二脚部驱动朝向相反的方向布置"
                  },
                  {
                    "similar": true,
                    "tech_feature": "实现了人形机器人多种姿态和动作的需求，并通过紧凑的结构设计降低了生产成本和尺寸，提高了拆装效率和美观性",
                    "comparison_feature": "本发明的人形机器人下肢结构中所采用的腿部动力结构设计紧凑，布局合理，能够完成各种姿态、动作要求"
                  },
                  {
                    "similar": false,
                    "tech_feature": "各驱动单元通过抱箍件固定，限制轴向和周向运动",
                    "comparison_feature": ""
                  }
                ]
              },
              {
                "pn": "CN111098951A",
                "pbd": "2020-05-05",
                "selected": false,
                "patent_id": "12727bed-0eb4-4826-a6b2-b6c139595dad",
                "user_added": false,
                "most_similar": false,
                "public_score": 0.865,
                "feature_items": [
                  {
                    "similar": true,
                    "tech_feature": "人形机器人的腿部动力结构",
                    "comparison_feature": "类人形机器人腿部结构"
                  },
                  {
                    "similar": true,
                    "tech_feature": "膝关节驱动单元实现大腿组件与小腿组件的相对前后摆动",
                    "comparison_feature": "膝关节驱动件，安装于所述大腿部；以及膝关节传动组件，用于将所述膝关节驱动件的动力传递至所述小腿部以使所述小腿部摆动"
                  },
                  {
                    "similar": true,
                    "tech_feature": "脚踝驱动单元通过连杆带动脚部支撑件作上下、左右方向的摆动",
                    "comparison_feature": "踝关节驱动件，安装于所述大腿部；踝侧传动组件，用于将所述踝关节驱动件的动力传递至所述脚部以使所述脚部运动"
                  },
                  {
                    "similar": true,
                    "tech_feature": "实现了人形机器人多种姿态和动作的需求，并通过紧凑的结构设计降低了生产成本和尺寸，提高了拆装效率和美观性",
                    "comparison_feature": "该类人形机器人腿部结构中，将重量较大的膝关节驱动件的安装位置提高到大腿部上，通过膝关节传动组件将膝关节驱动件的动力传递至小腿部，带动小腿部摆动，这使得大腿部的转动惯量降低，有效降低大腿部与小腿部之间膝关节的所需动力"
                  },
                  {
                    "similar": false,
                    "tech_feature": "跨步驱动单元用于驱动左大腿前后摆动",
                    "comparison_feature": ""
                  },
                  {
                    "similar": false,
                    "tech_feature": "髋关节驱动单元用于驱动左大腿左右摆动",
                    "comparison_feature": ""
                  },
                  {
                    "similar": false,
                    "tech_feature": "第一驱动单元实现左腿与右腿的相对周向转动",
                    "comparison_feature": ""
                  },
                  {
                    "similar": false,
                    "tech_feature": "各驱动单元通过抱箍件固定，限制轴向和周向运动",
                    "comparison_feature": ""
                  }
                ]
              },
              {
                "pn": "CN119459921A",
                "selected": false,
                "patent_id": "0a131de7-6699-45f0-b4c7-bb14460599dc",
                "user_added": false,
                "most_similar": false,
                "public_score": 0.8617,
                "feature_items": [
                  {
                    "similar": true,
                    "tech_feature": "人形机器人的腿部动力结构",
                    "comparison_feature": "一种人形机器人腿部结构，包括依次连接的大腿部、膝关节、小腿部、踝关节和脚部"
                  },
                  {
                    "similar": true,
                    "tech_feature": "髋关节驱动单元用于驱动左大腿左右摆动",
                    "comparison_feature": "连接组件101用于和人形机器人的髋关节连接"
                  },
                  {
                    "similar": true,
                    "tech_feature": "膝关节驱动单元实现大腿组件与小腿组件的相对前后摆动",
                    "comparison_feature": "第一关节模组电机102通过螺栓安装在电机安装块104上，其输出端通过平头螺丝与第一凸轮103连接，第一凸轮103端面的螺栓与第一拉杆201的上端连接，第一拉杆201两端的孔位安装向心关节轴承203，通过第一卡簧204固定，第一卡簧204为无耳卡簧，向心关节轴承203内圈与第二膝关节转轴210配合，实现膝关节200的俯仰运动"
                  },
                  {
                    "similar": true,
                    "tech_feature": "脚踝驱动单元通过连杆带动脚部支撑件作上下、左右方向的摆动",
                    "comparison_feature": "第二关节模组电机108和第三关节模组电机301通过传动链带动脚部500进行俯仰和横滚运动，实现踝关节400的解耦控制"
                  },
                  {
                    "similar": true,
                    "tech_feature": "实现了人形机器人多种姿态和动作的需求，并通过紧凑的结构设计降低了生产成本和尺寸，提高了拆装效率和美观性",
                    "comparison_feature": "通过该可解耦踝关节400设计，机器人可以灵活地完成下蹲、行走、单腿支撑等动作，增强了在复杂地形中的行走能力"
                  },
                  {
                    "similar": false,
                    "tech_feature": "跨步驱动单元用于驱动左大腿前后摆动",
                    "comparison_feature": ""
                  },
                  {
                    "similar": false,
                    "tech_feature": "第一驱动单元实现左腿与右腿的相对周向转动",
                    "comparison_feature": ""
                  },
                  {
                    "similar": false,
                    "tech_feature": "各驱动单元通过抱箍件固定，限制轴向和周向运动",
                    "comparison_feature": ""
                  }
                ]
              },
              {
                "pn": "CN112046637A",
                "pbd": "2020-12-08",
                "selected": false,
                "patent_id": "04723cf0-5c56-4812-a27b-451d110ed041",
                "user_added": false,
                "most_similar": false,
                "public_score": 0.8491,
                "feature_items": [
                  {
                    "similar": true,
                    "tech_feature": "人形机器人的腿部动力结构",
                    "comparison_feature": "本发明还提供一种人形机器人，包括上述的腿部机构。"
                  },
                  {
                    "similar": true,
                    "tech_feature": "跨步驱动单元用于驱动左大腿前后摆动",
                    "comparison_feature": "髋关节驱动机构包括u形连接件、固定于所述u形连接件且用于驱动所述u形件旋转的髋旋转舵机、固定于所述u形连接件且用于驱动大腿结构件侧摆的髋侧摆舵机以及设于所述u形连接件内且用于驱动所述大腿结构件前摆的髋前摆舵机"
                  },
                  {
                    "similar": true,
                    "tech_feature": "髋关节驱动单元用于驱动左大腿左右摆动",
                    "comparison_feature": "髋关节驱动机构包括u形连接件、固定于所述u形连接件且用于驱动所述u形件旋转的髋旋转舵机、固定于所述u形连接件且用于驱动大腿结构件侧摆的髋侧摆舵机以及设于所述u形连接件内且用于驱动所述大腿结构件前摆的髋前摆舵机"
                  },
                  {
                    "similar": true,
                    "tech_feature": "膝关节驱动单元实现大腿组件与小腿组件的相对前后摆动",
                    "comparison_feature": "膝关节驱动机构，设于所述大腿结构件上且用于驱动所述小腿结构件相对所述大腿结构件转动"
                  },
                  {
                    "similar": true,
                    "tech_feature": "脚踝驱动单元通过连杆带动脚部支撑件作上下、左右方向的摆动",
                    "comparison_feature": "脚踝驱动机构，用于驱动所述脚板结构件相对所述小腿结构件转动"
                  },
                  {
                    "similar": true,
                    "tech_feature": "实现了人形机器人多种姿态和动作的需求，并通过紧凑的结构设计降低了生产成本和尺寸，提高了拆装效率和美观性",
                    "comparison_feature": "本发明提供的腿部机构及人形机器人的有益效果在于：与现有技术相比，本发明腿部机构包括髋关节驱动机构、大腿结构件、小腿结构件、脚板结构件、膝关节驱动机构和脚踝驱动机构，大腿结构件、小腿结构件和脚板结构件依次连接。髋关节驱动机构包括髋旋转舵机、髋侧摆舵机和髋前摆舵机，分别用于实现髋关节的旋转、侧摆和前摆，且髋旋转舵机、髋侧摆舵机和髋前摆舵机均集成于u形连接件上，无需设置在大腿结构件上，可以提高腿部机构的质心；膝关节驱动机构设于大腿结构件，相比于设置在膝关节处，也可以相应提高腿部机构的质心，从而可以减小腿部机构及人形机器人所需的驱动力。"
                  },
                  {
                    "similar": false,
                    "tech_feature": "第一驱动单元实现左腿与右腿的相对周向转动",
                    "comparison_feature": ""
                  },
                  {
                    "similar": false,
                    "tech_feature": "各驱动单元通过抱箍件固定，限制轴向和周向运动",
                    "comparison_feature": ""
                  }
                ]
              },
              {
                "pn": "CN119078989A",
                "selected": false,
                "patent_id": "b343fc70-ae91-4ea1-8fae-9899bb4ddc58",
                "user_added": false,
                "most_similar": false,
                "public_score": 0.7592,
                "feature_items": [
                  {
                    "similar": true,
                    "tech_feature": "人形机器人的腿部动力结构",
                    "comparison_feature": "腿部结构及人形机器人"
                  },
                  {
                    "similar": true,
                    "tech_feature": "跨步驱动单元用于驱动左大腿前后摆动",
                    "comparison_feature": "髋部直线执行器501的第一端与大腿支架101相连接，第二端与髋关节组件2相连接，以通过髋关节组件2运动驱动大腿支架101和大腿支架101中的至少一个进行俯仰运动和侧摆运动"
                  },
                  {
                    "similar": true,
                    "tech_feature": "髋关节驱动单元用于驱动左大腿左右摆动",
                    "comparison_feature": "髋部直线执行器501驱动髋关节组件2运动，以带动大腿支架101绕b轴和/或c轴转动"
                  },
                  {
                    "similar": true,
                    "tech_feature": "第一驱动单元实现左腿与右腿的相对周向转动",
                    "comparison_feature": "电机模板104通过回转安装架201驱动大腿支架101进行旋转运动"
                  },
                  {
                    "similar": true,
                    "tech_feature": "膝关节驱动单元实现大腿组件与小腿组件的相对前后摆动",
                    "comparison_feature": "膝关节直线执行器502的驱动端与膝关节组件3连接，以驱动小腿支架102进行俯仰运动"
                  },
                  {
                    "similar": true,
                    "tech_feature": "脚踝驱动单元通过连杆带动脚部支撑件作上下、左右方向的摆动",
                    "comparison_feature": "踝部直线执行器503第一端与小腿支架102转动连接，第二端与足支架103转动连接，以驱动足支架103和小腿支架102中的至少一个进行俯仰和侧摆运动"
                  },
                  {
                    "similar": true,
                    "tech_feature": "实现了人形机器人多种姿态和动作的需求，并通过紧凑的结构设计降低了生产成本和尺寸，提高了拆装效率和美观性",
                    "comparison_feature": "腿部结构进行相应动作时所需要的能量更少，响应速度快，提高人形机器人的动态稳定性"
                  },
                  {
                    "similar": false,
                    "tech_feature": "各驱动单元通过抱箍件固定，限制轴向和周向运动",
                    "comparison_feature": ""
                  }
                ]
              },
              {
                "pn": "CN110217308A",
                "selected": false,
                "patent_id": "1cd5bafd-faae-4cbb-8774-a7fa2a9b9fab",
                "user_added": false,
                "most_similar": false,
                "public_score": 0.7527,
                "feature_items": [
                  {
                    "similar": true,
                    "tech_feature": "人形机器人的腿部动力结构",
                    "comparison_feature": "一种内部走油的轮腿式仿人形机器人包括头部、肩部、躯体、髋部盆骨、第一液压连杆组件、第二液压连杆组件、第三液压连杆组件、液压缸、两个机械臂、两个大腿、两个小腿和两个驱动轮"
                  },
                  {
                    "similar": true,
                    "tech_feature": "跨步驱动单元用于驱动左大腿前后摆动",
                    "comparison_feature": "每个大腿与髋部盆骨铰接并通过第二液压连杆组件驱动使每个大腿能前后摆动"
                  },
                  {
                    "similar": true,
                    "tech_feature": "膝关节驱动单元实现大腿组件与小腿组件的相对前后摆动",
                    "comparison_feature": "每个小腿与每个大腿铰接并通过第三液压连杆组件驱动使每个小腿能前后摆动"
                  },
                  {
                    "similar": true,
                    "tech_feature": "实现了人形机器人多种姿态和动作的需求，并通过紧凑的结构设计降低了生产成本和尺寸，提高了拆装效率和美观性",
                    "comparison_feature": "本发明各个关节采用无软管化油路，无需大量液压管路和电气线路的连接，结构简单，安装和拆卸方便；管线磨损故障大幅降低，整机安全性与可靠性提高；同时能使本发明质量轻化"
                  },
                  {
                    "similar": false,
                    "tech_feature": "髋关节驱动单元用于驱动左大腿左右摆动",
                    "comparison_feature": ""
                  },
                  {
                    "similar": false,
                    "tech_feature": "第一驱动单元实现左腿与右腿的相对周向转动",
                    "comparison_feature": ""
                  },
                  {
                    "similar": false,
                    "tech_feature": "脚踝驱动单元通过连杆带动脚部支撑件作上下、左右方向的摆动",
                    "comparison_feature": ""
                  },
                  {
                    "similar": false,
                    "tech_feature": "各驱动单元通过抱箍件固定，限制轴向和周向运动",
                    "comparison_feature": ""
                  }
                ]
              },
              {
                "pn": "CN113232743A",
                "selected": false,
                "patent_id": "8975386d-370e-4e13-aa82-3dc9d9ad6f4c",
                "user_added": false,
                "most_similar": false,
                "public_score": 0.663,
                "feature_items": [
                  {
                    "similar": true,
                    "tech_feature": "人形机器人的腿部动力结构",
                    "comparison_feature": "一种人形四足机器人，包括腿部、机械臂、腰部、移动平台、头部和躯干部"
                  },
                  {
                    "similar": true,
                    "tech_feature": "跨步驱动单元用于驱动左大腿前后摆动",
                    "comparison_feature": "每个所述髋关节的另一端的内侧均设置有一个第二电机，所述第二电机通过所述臀关节与所述大腿的顶端连接，所述第二电机控制所述腿部的一个俯仰"
                  },
                  {
                    "similar": true,
                    "tech_feature": "髋关节驱动单元用于驱动左大腿左右摆动",
                    "comparison_feature": "每个所述髋关节的另一端的外侧均设置有一个第三电机，所述第三电机通过所述膝关节与所述小腿连接，所述第三电机控制所述小腿的一个俯仰"
                  },
                  {
                    "similar": true,
                    "tech_feature": "膝关节驱动单元实现大腿组件与小腿组件的相对前后摆动",
                    "comparison_feature": "每个所述髋关节的另一端的外侧均设置有一个第三电机，所述第三电机通过所述膝关节与所述小腿连接，所述第三电机控制所述小腿的一个俯仰"
                  },
                  {
                    "similar": false,
                    "tech_feature": "第一驱动单元实现左腿与右腿的相对周向转动",
                    "comparison_feature": ""
                  },
                  {
                    "similar": false,
                    "tech_feature": "脚踝驱动单元通过连杆带动脚部支撑件作上下、左右方向的摆动",
                    "comparison_feature": ""
                  },
                  {
                    "similar": false,
                    "tech_feature": "各驱动单元通过抱箍件固定，限制轴向和周向运动",
                    "comparison_feature": ""
                  },
                  {
                    "similar": false,
                    "tech_feature": "实现了人形机器人多种姿态和动作的需求，并通过紧凑的结构设计降低了生产成本和尺寸，提高了拆装效率和美观性",
                    "comparison_feature": ""
                  }
                ]
              },
              {
                "pn": "CN111959633A",
                "selected": false,
                "patent_id": "b0309d3c-4540-4870-8b32-f379158a839f",
                "user_added": false,
                "most_similar": false,
                "public_score": 0.641,
                "feature_items": [
                  {
                    "similar": true,
                    "tech_feature": "人形机器人的腿部动力结构",
                    "comparison_feature": "液压驱动型足式仿生人形机器人，包括腿部机械结构和液压系统"
                  },
                  {
                    "similar": true,
                    "tech_feature": "跨步驱动单元用于驱动左大腿前后摆动",
                    "comparison_feature": "髋关节能够实现转动、侧摆和/或俯仰动作"
                  },
                  {
                    "similar": true,
                    "tech_feature": "髋关节驱动单元用于驱动左大腿左右摆动",
                    "comparison_feature": "髋关节具备转动、侧摆和俯仰三个自由度，采用液压摆动缸驱动髋关节实现扭转运动，采用两个液压驱动单元驱动髋关节实现侧摆和俯仰运动"
                  },
                  {
                    "similar": true,
                    "tech_feature": "第一驱动单元实现左腿与右腿的相对周向转动",
                    "comparison_feature": "液压摆动缸能够带动所述扭转中间件相对所述上肢连接架转动，进而实现腿部整体转动"
                  },
                  {
                    "similar": true,
                    "tech_feature": "膝关节驱动单元实现大腿组件与小腿组件的相对前后摆动",
                    "comparison_feature": "膝关节能够实现俯仰动作，通过液压驱动单元中伺服缸杆的伸缩实现膝关节的俯仰运动"
                  },
                  {
                    "similar": true,
                    "tech_feature": "脚踝驱动单元通过连杆带动脚部支撑件作上下、左右方向的摆动",
                    "comparison_feature": "踝关节能够实现前后俯仰和/或左右侧摆动作，踝关节处采用万向节结构来模拟踝关节的前后俯仰和左右侧摆运动"
                  },
                  {
                    "similar": true,
                    "tech_feature": "实现了人形机器人多种姿态和动作的需求，并通过紧凑的结构设计降低了生产成本和尺寸，提高了拆装效率和美观性",
                    "comparison_feature": "腿部结构灵活性更好且自由度数更多；单腿机构可以由上向下划分为髋关节、膝关节和踝关节，每个单腿机构有6个自由度，其中髋关节有腿部结构的转动、侧摆和俯仰3个自由度，膝关节有小腿俯仰1个自由度，踝关节有脚掌的侧摆和俯仰2个自由度；该足式人形仿生机器人运动灵活性更高、避障能力更强、整机集成度功重比更高、工作平稳换向冲击小、响应快、推力大、负载能力更强"
                  },
                  {
                    "similar": false,
                    "tech_feature": "各驱动单元通过抱箍件固定，限制轴向和周向运动",
                    "comparison_feature": ""
                  }
                ]
              },
              {
                "pn": "CN117262067A",
                "selected": false,
                "patent_id": "2fd7c046-3cb9-4538-a2a9-0b774f605caa",
                "user_added": false,
                "most_similar": false,
                "public_score": 0.5684,
                "feature_items": [
                  {
                    "similar": true,
                    "tech_feature": "人形机器人的腿部动力结构",
                    "comparison_feature": "一种六自由度、低惯量的机器人仿生腿，它包括髋关节结构和腿部结构；所述的腿部结构包括大腿、膝关节连接轴、小腿、踝关节万向节组件、脚部、膝关节曲柄摇杆驱动组件和踝关节曲柄摇杆驱动组件；所述大腿的下端与小腿的上端通过膝关节连接轴转动连接，小腿的下端通过踝关节万向节组件与脚部转动连接；膝关节曲柄摇杆驱动组件的固定端安装在大腿的上端，膝关节曲柄摇杆驱动组件的驱动端铰连接在小腿的上端，并驱动小腿绕膝关节连接轴的轴线方向进行前后摆动，实现小腿的俯仰动作；所述的踝关节曲柄摇杆驱动组件的固定端安装在大腿的中间部位，踝关节曲柄摇杆驱动组件的驱动端连接在踝关节万向节组件上，用以实现脚部的俯仰动作和侧摆动作"
                  },
                  {
                    "similar": true,
                    "tech_feature": "跨步驱动单元用于驱动左大腿前后摆动",
                    "comparison_feature": "髋关节俯仰电机5安装在大腿连接件3上，并与大腿6的端部连接，用于实现大腿的俯仰动作"
                  },
                  {
                    "similar": true,
                    "tech_feature": "髋关节驱动单元用于驱动左大腿左右摆动",
                    "comparison_feature": "在两个推杆伸缩件4的作用下实现大腿的侧摆与偏航动作"
                  },
                  {
                    "similar": true,
                    "tech_feature": "膝关节驱动单元实现大腿组件与小腿组件的相对前后摆动",
                    "comparison_feature": "膝关节曲柄摇杆驱动组件11的驱动端铰连接在小腿8的上端，并驱动小腿8绕膝关节连接轴7的轴线方向进行前后摆动，实现小腿8的俯仰动作"
                  },
                  {
                    "similar": true,
                    "tech_feature": "脚踝驱动单元通过连杆带动脚部支撑件作上下、左右方向的摆动",
                    "comparison_feature": "踝关节曲柄摇杆驱动组件12的驱动端连接在踝关节万向节组件9上，用以实现脚部的俯仰动作和侧摆动作"
                  },
                  {
                    "similar": true,
                    "tech_feature": "实现了人形机器人多种姿态和动作的需求，并通过紧凑的结构设计降低了生产成本和尺寸，提高了拆装效率和美观性",
                    "comparison_feature": "本申请通过两方面的设计使得腿部结构整体结构更加紧凑，外观更加“拟人”化。一是，结构上布局的设计：髋关节结构与腿部结构均为对称式设计，髋关节结构的中分面与腿部结构的中分面垂直设计，其中髋关节俯仰电机与膝关节俯仰电机对称布置在腿部结构中分面的两侧，两个踝关节驱动单元对称布置在腿部结构中分面的两侧，且处于髋关节俯仰电机与膝关节俯仰电机的下方，同时处于膝关节的上方，即整个腿部结构的驱动电机均对称布置于大腿上，充分利用了大腿的空间，小腿尺寸得以缩小，整体布局紧凑，外观更加“拟人”。二是，小腿部轻量化的设计，减小驱动装置的体积：将用于驱动踝关节的电机置于大腿上，小腿部分不安装任何机器人腿部的驱动元件，使机器人腿部的质量分布更加靠近大腿根部，减小了小腿部分的惯量，降低了小腿驱动装置的要求，进而减小驱动装置的体积，使布局更加紧凑，更加接近人类腿部外形，同时对实现更高的运动性能提供了可能；而用于驱动髋关节的电缸压缩了高度尺寸，更加“拟人”、美观"
                  },
                  {
                    "similar": false,
                    "tech_feature": "第一驱动单元实现左腿与右腿的相对周向转动",
                    "comparison_feature": ""
                  },
                  {
                    "similar": false,
                    "tech_feature": "各驱动单元通过抱箍件固定，限制轴向和周向运动",
                    "comparison_feature": ""
                  }
                ]
              },
              {
                "pn": "CN119459929A",
                "selected": false,
                "patent_id": "9633ce7b-c5ee-4491-8d6f-75baffda46f9",
                "user_added": false,
                "most_similar": false,
                "public_score": 0.5656,
                "feature_items": [
                  {
                    "similar": true,
                    "tech_feature": "人形机器人的腿部动力结构",
                    "comparison_feature": "一种腿部组件，用于人形机器人，所述人形机器人还包括胯部组件"
                  },
                  {
                    "similar": true,
                    "tech_feature": "跨步驱动单元用于驱动左大腿前后摆动",
                    "comparison_feature": "俯仰驱动件用于驱动所述支架围绕第一轴线旋转，以带动腿部组件在第三方向上摆动，所述第三方向为所述人形机器人的前后方向"
                  },
                  {
                    "similar": true,
                    "tech_feature": "髋关节驱动单元用于驱动左大腿左右摆动",
                    "comparison_feature": "横滚驱动件用于驱动所述腿部组件围绕第三轴线摆动，以带动所述腿部组件在所述第二方向上摆动"
                  },
                  {
                    "similar": true,
                    "tech_feature": "第一驱动单元实现左腿与右腿的相对周向转动",
                    "comparison_feature": "偏航驱动件还与所述腿部组件连接，并驱动所述腿部组件围绕第二轴线转动"
                  },
                  {
                    "similar": true,
                    "tech_feature": "膝关节驱动单元实现大腿组件与小腿组件的相对前后摆动",
                    "comparison_feature": "第一驱动件通过曲柄、第一连杆和第二连杆将动力传递至小腿件，以驱动小腿件绕第四轴线转动"
                  },
                  {
                    "similar": true,
                    "tech_feature": "脚踝驱动单元通过连杆带动脚部支撑件作上下、左右方向的摆动",
                    "comparison_feature": "所述第一连杆和所述第二连杆平行且均沿直线延伸，在第三方向上，所述第一连杆和所述第二连杆具有间隔，所述第三方向为所述人形机器人的前后方向"
                  },
                  {
                    "similar": true,
                    "tech_feature": "各驱动单元通过抱箍件固定，限制轴向和周向运动",
                    "comparison_feature": "所述第二表面设置有限位部，所述限位部用于限制所述曲柄的转动范围"
                  },
                  {
                    "similar": true,
                    "tech_feature": "实现了人形机器人多种姿态和动作的需求，并通过紧凑的结构设计降低了生产成本和尺寸，提高了拆装效率和美观性",
                    "comparison_feature": "腿部组件的结构设置合理，重心稳定，拟人程度高"
                  }
                ]
              },
              {
                "pn": "CN116803832A",
                "selected": false,
                "patent_id": "b363021e-e6d0-43dc-81b6-84e265ed5b61",
                "user_added": false,
                "most_similar": false,
                "public_score": 0.55,
                "feature_items": [
                  {
                    "similar": true,
                    "tech_feature": "人形机器人的腿部动力结构",
                    "comparison_feature": "一种双足机器人腿部结构，具有两个腿部组件，所述腿部组件包括腿部，所述腿部包括大腿及驱动所述大腿转动的大腿关节、小腿及驱动所述小腿转动的小腿关节、足部"
                  },
                  {
                    "similar": true,
                    "tech_feature": "跨步驱动单元用于驱动左大腿前后摆动",
                    "comparison_feature": "用于驱动腿部组件摆动的摆腿关节，其具有一沿水平方向的摆腿转动轴"
                  },
                  {
                    "similar": true,
                    "tech_feature": "髋关节驱动单元用于驱动左大腿左右摆动",
                    "comparison_feature": "用于驱动腿部组件摆动的摆腿关节，其具有一沿水平方向的摆腿转动轴"
                  },
                  {
                    "similar": true,
                    "tech_feature": "第一驱动单元实现左腿与右腿的相对周向转动",
                    "comparison_feature": "用于驱动腿部转动的转腿关节，其与所述腿部构成腿部组件"
                  },
                  {
                    "similar": true,
                    "tech_feature": "膝关节驱动单元实现大腿组件与小腿组件的相对前后摆动",
                    "comparison_feature": "所述腿部包括大腿及驱动所述大腿转动的大腿关节、小腿及驱动所述小腿转动的小腿关节"
                  },
                  {
                    "similar": false,
                    "tech_feature": "脚踝驱动单元通过连杆带动脚部支撑件作上下、左右方向的摆动",
                    "comparison_feature": "所述足部"
                  },
                  {
                    "similar": false,
                    "tech_feature": "实现了人形机器人多种姿态和动作的需求，并通过紧凑的结构设计降低了生产成本和尺寸，提高了拆装效率和美观性",
                    "comparison_feature": "本申请优化了双足机器人腿部的摆腿惯量和力矩，降低摆腿过程中的扭矩需求，更易实现腿部的“轻抬轻放”，从而降低了双足机器人的控制难度和能耗，提升了机器人的适用性"
                  },
                  {
                    "similar": false,
                    "tech_feature": "各驱动单元通过抱箍件固定，限制轴向和周向运动",
                    "comparison_feature": ""
                  }
                ]
              }
            ],
            "description": "Patent Technical Characteristics Information",
            "items": {
              "$ref": "#/components/schemas/AI35-4NoveltySearchReport_PatentFeatureRequestDTO"
            }
          },
          "task_id": {
            "type": "string",
            "example": "d12fcd63d27028b88a73168d5bca44d5",
            "description": "Task_id for technical queries"
          }
        },
        "required": [
          "patents",
          "task_id"
        ]
      },
      "AI35-5NoveltySearchDownload_NoveltySearchDownloadResponse": {
        "type": "object",
        "properties": {
          "status": {
            "type": "integer",
            "format": "int32",
            "example": 2,
            "description": "Export Status (1: Exporting, 2: Export successful, 3: Report generation exception)"
          },
          "task_id": {
            "type": "string",
            "example": "d12fcd63d27028b88a73168d5bca44d5",
            "description": "task_id of the technical survey report"
          },
          "report_url": {
            "type": "string",
            "example": "http://downloadurl",
            "description": "Report file download link (returned when export status is successful)"
          }
        }
      },
      "AI35-5NoveltySearchDownloadResponse": {
        "type": "object",
        "properties": {
          "data": {
            "$ref": "#/components/schemas/AI35-5NoveltySearchDownload_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"
        ]
      },
      "AI35-5NoveltySearchDownloadRequest": {
        "type": "object",
        "properties": {
          "task_id": {
            "type": "string",
            "example": "d12fcd63d27028b88a73168d5bca44d5",
            "description": "task_id of the technical survey report"
          }
        },
        "required": [
          "task_id"
        ]
      },
      "AI35-6RetrievalElements_BasicElement": {
        "type": "object",
        "properties": {
          "key": {
            "type": "string",
            "example": "电话",
            "description": "Keyword"
          },
          "source": {
            "type": "string",
            "example": "keywords_extract",
            "description": "Source"
          }
        }
      },
      "AI35-6RetrievalElements_Element": {
        "type": "object",
        "properties": {
          "ipc": {
            "type": "array",
            "example": [
              {
                "key": "H04M1/725",
                "source": "keywords_extract"
              }
            ],
            "description": "IPC classification list",
            "items": {
              "$ref": "#/components/schemas/AI35-6RetrievalElements_BasicElement"
            }
          },
          "word": {
            "$ref": "#/components/schemas/AI35-6RetrievalElements_BasicElement"
          },
          "extend": {
            "type": "array",
            "example": [
              {
                "key": "telephone",
                "source": "keywords_extract"
              },
              {
                "key": "phone",
                "source": "keywords_extract"
              },
              {
                "key": "telephony",
                "source": "keywords_extract"
              }
            ],
            "description": "Extended keywords list",
            "items": {
              "$ref": "#/components/schemas/AI35-6RetrievalElements_BasicElement"
            }
          }
        }
      },
      "AI35-6RetrievalElements_NoveltySearchElementDataDTO": {
        "type": "object",
        "properties": {
          "express": {
            "type": "array",
            "example": [
              {
                "ipc": [
                  {
                    "key": "H04M1/725",
                    "source": "keywords_extract"
                  }
                ],
                "word": {
                  "key": "电话",
                  "source": "keywords_extract"
                },
                "extend": [
                  {
                    "key": "telephone",
                    "source": "keywords_extract"
                  },
                  {
                    "key": "phone",
                    "source": "keywords_extract"
                  },
                  {
                    "key": "telephony",
                    "source": "keywords_extract"
                  }
                ]
              }
            ],
            "description": "Expression list",
            "items": {
              "$ref": "#/components/schemas/AI35-6RetrievalElements_Element"
            }
          },
          "selected": {
            "type": "boolean",
            "example": true,
            "description": "Selected"
          },
          "feature_type": {
            "type": "string",
            "example": "topic_search",
            "description": "Feature type (topic_search: topic elements, key_search: key elements, sup_search: supplementary elements)"
          },
          "feature_text_original": {
            "type": "string",
            "example": "具有图像识别能力的电话机",
            "description": "Original feature text"
          }
        }
      },
      "AI35-6RetrievalElements_NoveltySearchElementResDTO": {
        "type": "object",
        "properties": {
          "list": {
            "type": "array",
            "example": [
              {
                "express": [
                  {
                    "ipc": [
                      {
                        "key": "H04M1/725",
                        "source": "keywords_extract"
                      }
                    ],
                    "word": {
                      "key": "电话",
                      "source": "keywords_extract"
                    },
                    "extend": [
                      {
                        "key": "telephone",
                        "source": "keywords_extract"
                      },
                      {
                        "key": "phone",
                        "source": "keywords_extract"
                      },
                      {
                        "key": "telephony",
                        "source": "keywords_extract"
                      }
                    ]
                  }
                ],
                "selected": true,
                "feature_type": "topic_search",
                "feature_text_original": "具有图像识别能力的电话机"
              }
            ],
            "description": "Retrieval elements list",
            "items": {
              "$ref": "#/components/schemas/AI35-6RetrievalElements_NoveltySearchElementDataDTO"
            }
          },
          "family_merge_enabled": {
            "type": "boolean",
            "example": false,
            "description": "Family merge enabled"
          }
        }
      },
      "AI35-6RetrievalElements_NoveltySearchElementResponse": {
        "type": "object",
        "properties": {
          "status": {
            "type": "integer",
            "format": "int32",
            "example": 2,
            "description": "Task status (1: running, 2: successful, 3: generation exception)."
          },
          "elements": {
            "$ref": "#/components/schemas/AI35-6RetrievalElements_NoveltySearchElementResDTO"
          }
        }
      },
      "AI35-6RetrievalElementsResponse": {
        "type": "object",
        "properties": {
          "data": {
            "$ref": "#/components/schemas/AI35-6RetrievalElements_NoveltySearchElementResponse"
          },
          "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"
        ]
      },
      "AI35-6RetrievalElementsRequest": {
        "type": "object",
        "properties": {
          "task_id": {
            "type": "string",
            "example": "80d440b7-80a5-4233-a75f-ab72b0885c88",
            "description": "Task id"
          }
        },
        "required": [
          "task_id"
        ]
      },
      "AI35-8NoveltySearchAgentResult_AiSearchFinalResultFeature": {
        "type": "object",
        "properties": {
          "type": {
            "type": "string",
            "example": "public",
            "description": "CC tag type"
          },
          "score": {
            "type": "integer",
            "format": "int32",
            "example": 100,
            "description": "Similarity score between tech feature and comparison feature"
          },
          "differ": {
            "type": "string",
            "example": "NONE",
            "description": "Difference identifier"
          },
          "reason": {
            "type": "string",
            "example": "对比文件记载了基于智能手机图像识别的生产信息采集方法，通过智能手机拍摄图像并进行识别，实现了图像信息采集、文字识别及信息获取功能，所有要素已被公开。",
            "description": "Evaluation reason"
          },
          "similar": {
            "type": "boolean",
            "example": true,
            "description": "Is similar"
          },
          "claim_num": {
            "type": "integer",
            "format": "int32",
            "example": 1,
            "description": "Claim number (claim 1, claim 2, claim 3)"
          },
          "claim_type": {
            "type": "string",
            "example": "独权",
            "description": "Claim type (independent, dependent)"
          },
          "public_score": {
            "type": "number",
            "format": "float",
            "example": 0,
            "description": "Public score of the feature"
          },
          "tech_feature": {
            "type": "string",
            "example": "具有图像识别能力的电话机",
            "description": "Technical feature (from input text)"
          },
          "original_type": {
            "type": "string",
            "example": "public",
            "description": "Original CC tag type"
          },
          "type_for_user": {
            "type": "string",
            "example": "obvious",
            "description": "User modified CC tag type"
          },
          "original_score": {
            "type": "integer",
            "format": "int32",
            "example": 100,
            "description": "Original score"
          },
          "score_for_user": {
            "type": "integer",
            "format": "int32",
            "example": 85,
            "description": "User modified score"
          },
          "compare_feature": {
            "type": "string",
            "example": "基于智能手机的图像识别系统",
            "description": "Compare feature"
          },
          "differ_for_user": {
            "type": "string",
            "example": "Common",
            "description": "User modified differ"
          },
          "original_differ": {
            "type": "string",
            "example": "NONE",
            "description": "Original differ"
          },
          "original_reason": {
            "type": "string",
            "example": "对比文件记载了基于智能手机图像识别的生产信息采集方法，通过智能手机拍摄图像并进行识别，实现了图像信息采集、文字识别及信息获取功能，所有要素已被公开。",
            "description": "Original reason"
          },
          "reason_for_user": {
            "type": "string",
            "example": "用户修改的评判理由",
            "description": "User modified reason"
          },
          "comparison_feature": {
            "type": "string",
            "example": "一种基于智能手机图像识别的生产信息采集方法，通过智能手机拍摄生产机器附带控制终端显示屏的图像",
            "description": "Feature found in comparison document"
          }
        }
      },
      "AI35-8NoveltySearchAgentResult_AiSearchFinalResult": {
        "type": "object",
        "properties": {
          "lang": {
            "type": "string",
            "example": "CN",
            "description": "Language"
          },
          "document": {
            "type": "string",
            "example": "相关技术文档内容",
            "description": "Comparison document"
          },
          "features": {
            "type": "array",
            "example": [
              {
                "type": "public",
                "score": 100,
                "differ": "NONE",
                "reason": "对比文件记载了基于智能手机图像识别的生产信息采集方法，通过智能手机拍摄图像并进行识别（相当于目标文本的具有图像识别能力的电话机），实现了图像信息采集、文字识别及信息获取功能，所有要素已被公开。",
                "similar": true,
                "public_score": 0,
                "tech_feature": "具有图像识别能力的电话机",
                "original_type": "public",
                "original_score": 100,
                "original_differ": "NONE",
                "original_reason": "对比文件记载了基于智能手机图像识别的生产信息采集方法，通过智能手机拍摄图像并进行识别（相当于目标文本的具有图像识别能力的电话机），实现了图像信息采集、文字识别及信息获取功能，所有要素已被公开。",
                "comparison_feature": "一种基于智能手机图像识别的生产信息采集方法，通过智能手机拍摄生产机器附带控制终端显示屏的图像，并裁剪出显示屏所在的图像区域；在显示屏图像区域中提取出显示框、显示框标签的外部轮廓；提取出显示框标签的文字，提取出显示框中显示的颜色或文字，并在智能手机页面进行显示"
              },
              {
                "type": "public",
                "score": 100,
                "differ": "NONE",
                "reason": "对比文件记载了通过智能手机拍摄图像（相当于目标文本的电话与摄像装置链接），智能手机本身集成摄像装置，且用于采集图像，所有要素已被公开。",
                "similar": true,
                "public_score": 0,
                "tech_feature": "包括电话、与电话链接的摄像装置",
                "original_type": "public",
                "original_score": 100,
                "original_differ": "NONE",
                "original_reason": "对比文件记载了通过智能手机拍摄图像（相当于目标文本的电话与摄像装置链接），智能手机本身集成摄像装置，且用于采集图像，所有要素已被公开。",
                "comparison_feature": "通过智能手机拍摄生产机器附带控制终端显示屏的图像"
              },
              {
                "type": "public",
                "score": 100,
                "differ": "NONE",
                "reason": "对比文件记载了智能手机拍摄图像作为待识别图像（相当于目标文本的通过命令控制摄像装置工作），拍摄动作隐含由命令或操作控制摄像装置工作，所有要素已被公开。",
                "similar": true,
                "public_score": 0,
                "tech_feature": "至少包括一个用于控制与电话链接的摄像装置工作的命令",
                "original_type": "public",
                "original_score": 100,
                "original_differ": "NONE",
                "original_reason": "对比文件记载了智能手机拍摄图像作为待识别图像（相当于目标文本的通过命令控制摄像装置工作），拍摄动作隐含由命令或操作控制摄像装置工作，所有要素已被公开。",
                "comparison_feature": "智能手机拍摄生产机器附带控制终端显示屏的屏幕图像作为待识别图像"
              },
              {
                "type": "public",
                "score": 100,
                "differ": "NONE",
                "reason": "对比文件记载了调用Tesseract API接口对图像进行识别，得到显示框标签的文字（相当于目标文本的根据摄取的图像信息获取文字信息），所有要素已被公开。",
                "similar": true,
                "public_score": 0,
                "tech_feature": "根据摄取的图像信息获取该图像信息源的文字信息",
                "original_type": "public",
                "original_score": 100,
                "original_differ": "NONE",
                "original_reason": "对比文件记载了调用Tesseract API接口对图像进行识别，得到显示框标签的文字（相当于目标文本的根据摄取的图像信息获取文字信息），所有要素已被公开。",
                "comparison_feature": "调用库函数Tesseract的API接口对灰度化处理后图像进行识别，得到显示框标签的文字"
              },
              {
                "type": "public",
                "score": 100,
                "differ": "NONE",
                "reason": "对比文件记载了将识别到的文字信息显示到手机屏幕页面（相当于目标文本的将文字信息显示在电话显示器上），所有要素已被公开。",
                "similar": true,
                "public_score": 0,
                "tech_feature": "并将文字信息显示在电话显示器上",
                "original_type": "public",
                "original_score": 100,
                "original_differ": "NONE",
                "original_reason": "对比文件记载了将识别到的文字信息显示到手机屏幕页面（相当于目标文本的将文字信息显示在电话显示器上），所有要素已被公开。",
                "comparison_feature": "将识别到的显示框标签的文字以及对应显示框中显示的颜色或文字显示到手机屏幕页面"
              },
              {
                "type": "obvious",
                "score": 80,
                "differ": "Common",
                "reason": "对比文件记载了通过无线网络传输并存储至服务器的数据库中（对应目标文本的通过地址从网络数据库获取文字信息），但未明确记载通过电路算法解析地址的具体过程。将识别信息传输到数据库并获取相关信息属于本领域常规手段，属于公知常识。",
                "similar": true,
                "public_score": 0,
                "tech_feature": "电话机通过电路算法首先得到地址，再通过该地址从相关显示器的网络数据库得到文字信息",
                "original_type": "obvious",
                "original_score": 80,
                "original_differ": "Common",
                "original_reason": "对比文件记载了通过无线网络传输并存储至服务器的数据库中（对应目标文本的通过地址从网络数据库获取文字信息），但未明确记载通过电路算法解析地址的具体过程。将识别信息传输到数据库并获取相关信息属于本领域常规手段，属于公知常识。",
                "comparison_feature": "通过无线网络传输并存储至服务器的数据库中"
              }
            ],
            "description": "Technical features list",
            "items": {
              "$ref": "#/components/schemas/AI35-8NoveltySearchAgentResult_AiSearchFinalResultFeature"
            }
          },
          "selected": {
            "type": "boolean",
            "example": false,
            "description": "Is selected"
          },
          "patent_id": {
            "type": "string",
            "example": "a344d039-4b85-4ab1-bf83-4e0f9197d010",
            "description": "Patent ID"
          },
          "user_added": {
            "type": "boolean",
            "example": false,
            "description": "User added"
          },
          "most_similar": {
            "type": "boolean",
            "example": false,
            "description": "Is most similar"
          },
          "public_score": {
            "type": "number",
            "format": "float",
            "example": 0.993,
            "description": "Public score"
          },
          "creativity_type": {
            "type": "string",
            "example": "public",
            "description": "Creativity type (public:public, obvious:obvious)"
          },
          "feature_match_num": {
            "type": "integer",
            "format": "int32",
            "example": 0,
            "description": "Feature match number"
          },
          "comparative_literature_type": {
            "type": "string",
            "example": "A",
            "description": "Comparative literature type"
          },
          "comparative_literature_category": {
            "type": "string",
            "example": "novelty",
            "description": "Comparative literature category (novelty:novelty, creativity:creativity)"
          }
        }
      },
      "AI35-8NoveltySearchAgentResult_FeatureKeyword": {
        "type": "object",
        "properties": {
          "weight": {
            "type": "number",
            "format": "float",
            "example": 0.85,
            "description": "Weight value"
          },
          "feature": {
            "type": "string",
            "example": "图像识别",
            "description": "Feature name"
          },
          "keywords": {
            "type": "array",
            "example": [
              "image recognition",
              "视觉识别",
              "图像分析"
            ],
            "description": "List of keywords"
          }
        }
      },
      "AI35-8NoveltySearchAgentResult_KeywordInfo": {
        "type": "object",
        "properties": {
          "key": {
            "type": "string",
            "example": "电话",
            "description": "Keyword content"
          },
          "source": {
            "type": "string",
            "example": "keywords_extract",
            "description": "Keyword source"
          }
        }
      },
      "AI35-8NoveltySearchAgentResult_KeywordExpress": {
        "type": "object",
        "properties": {
          "ipc": {
            "type": "array",
            "example": [
              {
                "key": "H04M1/725",
                "source": "keywords_extract"
              },
              {
                "key": "H04M3/42",
                "source": "semantic_search"
              },
              {
                "key": "G06V10/00",
                "source": "keywords_extract"
              }
            ],
            "description": "List of International Patent Classification codes",
            "items": {
              "$ref": "#/components/schemas/AI35-8NoveltySearchAgentResult_KeywordInfo"
            }
          },
          "word": {
            "$ref": "#/components/schemas/AI35-8NoveltySearchAgentResult_KeywordInfo"
          },
          "extend": {
            "type": "array",
            "example": [
              {
                "key": "手机",
                "source": "keywords_extract"
              },
              {
                "key": "telephone",
                "source": "keywords_extract"
              },
              {
                "key": "phone",
                "source": "keywords_extract"
              }
            ],
            "description": "List of extended keywords including synonyms and near-synonyms",
            "items": {
              "$ref": "#/components/schemas/AI35-8NoveltySearchAgentResult_KeywordInfo"
            }
          }
        }
      },
      "AI35-8NoveltySearchAgentResult_KeywordExtractResult": {
        "type": "object",
        "properties": {
          "express": {
            "type": "array",
            "example": [
              {
                "ipc": [
                  {
                    "key": "H04M1/725",
                    "source": "keywords_extract"
                  }
                ],
                "word": {
                  "key": "电话",
                  "source": "keywords_extract"
                },
                "extend": [
                  {
                    "key": "手机",
                    "source": "keywords_extract"
                  }
                ]
              }
            ],
            "description": "List of expressions containing keyword expressions and extension information",
            "items": {
              "$ref": "#/components/schemas/AI35-8NoveltySearchAgentResult_KeywordExpress"
            }
          },
          "selected": {
            "type": "boolean",
            "example": true,
            "description": "Whether selected"
          },
          "feature_type": {
            "type": "string",
            "example": "topic_search",
            "description": "Feature type"
          },
          "feature_text_original": {
            "type": "string",
            "example": "一种具有图像识别能力的电话机",
            "description": "Original feature text"
          }
        }
      },
      "AI35-8NoveltySearchAgentResult_FeatureAnalysisResult": {
        "type": "object",
        "properties": {
          "block_query": {
            "type": "object",
            "example": {
              "S1": {
                "type": "basic",
                "count": 96694,
                "query": "TACD_ALL:((\"电话\" OR \"手机\"))",
                "status": "success",
                "feature_text_original": "一种具有图像识别能力的电话机"
              }
            },
            "description": "Block query information containing detailed construction information for each search block"
          },
          "summary_result": {
            "type": "object",
            "example": {
              "tech_problem": "现有电话机无法通过图像识别功能获取图像信息源的文字信息并显示在电话显示器上",
              "tech_subject": "具有图像识别能力的电话机",
              "tech_efficacy": "实现了电话机通过图像识别功能获取图像信息源的文字信息并显示在电话显示器上",
              "tech_solution": "一种具有图像识别能力的电话机"
            },
            "description": "Summary result containing technical problem, technical subject, technical feature table, technical solution and technical efficacy"
          },
          "feature_extract_result": {
            "type": "array",
            "example": [
              {
                "feature_num": "F1",
                "feature_weight": "topic",
                "feature_function": "提供一种具备图像识别功能的电话机整体结构",
                "feature_text_original": "一种具有图像识别能力的电话机"
              }
            ],
            "description": "List of feature extraction results containing detailed information of extracted technical features"
          },
          "keywords_extract_result": {
            "type": "array",
            "example": [
              {
                "express": [],
                "selected": true,
                "feature_type": "topic_search",
                "feature_text_original": "一种具有图像识别能力的电话机"
              }
            ],
            "description": "List of keyword extraction results containing extracted keywords and related information",
            "items": {
              "$ref": "#/components/schemas/AI35-8NoveltySearchAgentResult_KeywordExtractResult"
            }
          }
        }
      },
      "AI35-8NoveltySearchAgentResult_AiNoveltySearchResponse": {
        "type": "object",
        "properties": {
          "lang": {
            "type": "string",
            "example": "CN",
            "description": "Language code"
          },
          "text": {
            "type": "string",
            "example": "需要处理的文本内容",
            "description": "Input content used when operateType is expand/simplify/polish"
          },
          "cc_num": {
            "type": "integer",
            "format": "int32",
            "example": 100,
            "description": "Control the token consumption of algorithm interface to control interface cost (optional)"
          },
          "cc_pids": {
            "type": "array",
            "example": [
              "CN123456789A",
              "US20210150214A1",
              "JP2021144566A"
            ],
            "description": "List of patents for CC comparison"
          },
          "request": {
            "type": "object",
            "example": {
              "async": true,
              "task_id": "a4ff2f0f5de6c15fd646a11df1de83da",
              "operate_type": "generate"
            },
            "description": "Request body"
          },
          "is_async": {
            "type": "boolean",
            "example": true,
            "description": "Whether it is an asynchronous request"
          },
          "task_cost": {
            "type": "number",
            "format": "float",
            "example": 276.2,
            "description": "Total task cost time in seconds"
          },
          "update_ts": {
            "type": "string",
            "example": "2025-10-14 13:44:11.458",
            "description": "Last update time of the result"
          },
          "cc_docs_num": {
            "type": "integer",
            "format": "int32",
            "example": 70,
            "description": "Total number of patents compared"
          },
          "task_status": {
            "type": "string",
            "example": "success",
            "description": "Current task execution status"
          },
          "cc_threshold": {
            "type": "number",
            "format": "float",
            "example": 0,
            "description": "CC comparison threshold, features above this threshold are confirmed, below are pending confirmation"
          },
          "debug_detail": {
            "type": "object",
            "example": {
              "debug_info": "详细的调试信息"
            },
            "description": "Debug details returned when debug=true is enabled, mainly for internal testing analysis"
          },
          "excute_times": {
            "type": "integer",
            "format": "int32",
            "example": 14,
            "description": "Number of search executions"
          },
          "final_result": {
            "type": "array",
            "example": [
              {
                "lang": "CN",
                "features": [],
                "selected": false,
                "patent_id": "1f4bd743-28f7-44d2-abab-b98a38c49f6b",
                "user_added": false,
                "most_similar": false,
                "public_score": 1,
                "feature_match_num": 0,
                "comparative_literature_type": "A"
              }
            ],
            "description": "List of comparison information for found potentially related patents, sorted by public score",
            "items": {
              "$ref": "#/components/schemas/AI35-8NoveltySearchAgentResult_AiSearchFinalResult"
            }
          },
          "operate_type": {
            "type": "string",
            "example": "generate",
            "description": "Operation type (generate content/expand/polish/simplify)"
          },
          "process_dict": {
            "type": "object",
            "example": {
              "semantic_search": {
                "type": "semantic_search",
                "title": {
                  "en": "Semantic Search",
                  "zh": "语义检索"
                },
                "status": "success",
                "query_thinking": {
                  "zh": "根据用户输入内容进行语义检索"
                }
              }
            },
            "description": "Detailed results of each search process including title, query thinking, search results and other information"
          },
          "find_patent_num": {
            "type": "integer",
            "format": "int32",
            "example": 0,
            "description": "Number of potentially similar patents found"
          },
          "feature_keywords": {
            "type": "array",
            "example": [
              {
                "weight": 0.85,
                "feature": "图像识别",
                "keywords": [
                  "image recognition",
                  "视觉识别"
                ]
              }
            ],
            "description": "List of feature keywords",
            "items": {
              "$ref": "#/components/schemas/AI35-8NoveltySearchAgentResult_FeatureKeyword"
            }
          },
          "process_dict_keys": {
            "type": "array",
            "example": [
              "semantic_search",
              "all_elements_search_tacd",
              "all_elements_search_ai_summary",
              "all_elements_search_dynamic",
              "relevant_tracking_search"
            ],
            "description": "List of process dictionary keys defining the order of search processes"
          },
          "feature_analysis_result": {
            "$ref": "#/components/schemas/AI35-8NoveltySearchAgentResult_FeatureAnalysisResult"
          }
        }
      },
      "AI35-8NoveltySearchAgentResultResponse": {
        "type": "object",
        "properties": {
          "data": {
            "$ref": "#/components/schemas/AI35-8NoveltySearchAgentResult_AiNoveltySearchResponse"
          },
          "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"
        ]
      },
      "AI35-8NoveltySearchAgentResultRequest": {
        "type": "object",
        "properties": {
          "task_id": {
            "type": "string",
            "example": "80d440b7-80a5-4233-a75f-ab72b0885c88",
            "description": "Task id"
          }
        },
        "required": [
          "task_id"
        ]
      },
      "AI35-9ComparisonConfirm_AsyncTaskIdResponse": {
        "type": "object",
        "properties": {
          "task_id": {
            "type": "string",
            "example": "80d440b7-80a5-4233-a75f-ab72b0885c88",
            "description": "Task id"
          }
        }
      },
      "AI35-9ComparisonConfirmResponse": {
        "type": "object",
        "properties": {
          "data": {
            "$ref": "#/components/schemas/AI35-9ComparisonConfirm_AsyncTaskIdResponse"
          },
          "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"
        ]
      },
      "AI35-9ComparisonConfirm_AiSearchFinalResultFeature": {
        "type": "object",
        "properties": {
          "claim_num": {
            "type": "integer",
            "format": "int32",
            "example": 1,
            "description": "Claim number (claim 1, claim 2, claim 3)"
          },
          "claim_type": {
            "type": "string",
            "example": "独权",
            "description": "Claim type (independent, dependent)"
          },
          "compare_feature": {
            "type": "string",
            "example": "基于智能手机的图像识别系统",
            "description": "Compare feature"
          },
          "comparison_feature": {
            "type": "string",
            "example": "一种基于智能手机图像识别的生产信息采集方法，通过智能手机拍摄生产机器附带控制终端显示屏的图像",
            "description": "Feature found in comparison document"
          },
          "differ": {
            "type": "string",
            "example": "NONE",
            "description": "Difference identifier"
          },
          "differ_for_user": {
            "type": "string",
            "example": "Common",
            "description": "User modified differ"
          },
          "original_differ": {
            "type": "string",
            "example": "NONE",
            "description": "Original differ"
          },
          "original_reason": {
            "type": "string",
            "example": "对比文件记载了基于智能手机图像识别的生产信息采集方法，通过智能手机拍摄图像并进行识别，实现了图像信息采集、文字识别及信息获取功能，所有要素已被公开。",
            "description": "Original reason"
          },
          "original_score": {
            "type": "integer",
            "format": "int32",
            "example": 100,
            "description": "Original score"
          },
          "original_type": {
            "type": "string",
            "example": "public",
            "description": "Original CC tag type"
          },
          "public_score": {
            "type": "number",
            "format": "float",
            "example": 0,
            "description": "Public score of the feature"
          },
          "reason": {
            "type": "string",
            "example": "对比文件记载了基于智能手机图像识别的生产信息采集方法，通过智能手机拍摄图像并进行识别，实现了图像信息采集、文字识别及信息获取功能，所有要素已被公开。",
            "description": "Evaluation reason"
          },
          "reason_for_user": {
            "type": "string",
            "example": "用户修改的评判理由",
            "description": "User modified reason"
          },
          "score": {
            "type": "integer",
            "format": "int32",
            "example": 100,
            "description": "Similarity score between tech feature and comparison feature"
          },
          "score_for_user": {
            "type": "integer",
            "format": "int32",
            "example": 85,
            "description": "User modified score"
          },
          "similar": {
            "type": "boolean",
            "example": true,
            "description": "Is similar"
          },
          "tech_feature": {
            "type": "string",
            "example": "具有图像识别能力的电话机",
            "description": "Technical feature (from input text)"
          },
          "type": {
            "type": "string",
            "example": "public",
            "description": "CC tag type"
          },
          "type_for_user": {
            "type": "string",
            "example": "obvious",
            "description": "User modified CC tag type"
          }
        }
      },
      "AI35-9ComparisonConfirm_AiSearchFinalResult": {
        "type": "object",
        "properties": {
          "comparative_literature_category": {
            "type": "string",
            "example": "novelty",
            "description": "Comparative literature category (novelty:novelty, creativity:creativity)"
          },
          "comparative_literature_type": {
            "type": "string",
            "example": "A",
            "description": "Comparative literature type"
          },
          "creativity_type": {
            "type": "string",
            "example": "public",
            "description": "Creativity type (public:public, obvious:obvious)"
          },
          "document": {
            "type": "string",
            "example": "相关技术文档内容",
            "description": "Comparison document"
          },
          "feature_match_num": {
            "type": "integer",
            "format": "int32",
            "example": 0,
            "description": "Feature match number"
          },
          "features": {
            "type": "array",
            "example": [
              {
                "type": "public",
                "score": 100,
                "differ": "NONE",
                "reason": "对比文件记载了基于智能手机图像识别的生产信息采集方法，通过智能手机拍摄图像并进行识别（相当于目标文本的具有图像识别能力的电话机），实现了图像信息采集、文字识别及信息获取功能，所有要素已被公开。",
                "similar": true,
                "public_score": 0,
                "tech_feature": "具有图像识别能力的电话机",
                "original_type": "public",
                "original_score": 100,
                "original_differ": "NONE",
                "original_reason": "对比文件记载了基于智能手机图像识别的生产信息采集方法，通过智能手机拍摄图像并进行识别（相当于目标文本的具有图像识别能力的电话机），实现了图像信息采集、文字识别及信息获取功能，所有要素已被公开。",
                "comparison_feature": "一种基于智能手机图像识别的生产信息采集方法，通过智能手机拍摄生产机器附带控制终端显示屏的图像，并裁剪出显示屏所在的图像区域；在显示屏图像区域中提取出显示框、显示框标签的外部轮廓；提取出显示框标签的文字，提取出显示框中显示的颜色或文字，并在智能手机页面进行显示"
              },
              {
                "type": "public",
                "score": 100,
                "differ": "NONE",
                "reason": "对比文件记载了通过智能手机拍摄图像（相当于目标文本的电话与摄像装置链接），智能手机本身集成摄像装置，且用于采集图像，所有要素已被公开。",
                "similar": true,
                "public_score": 0,
                "tech_feature": "包括电话、与电话链接的摄像装置",
                "original_type": "public",
                "original_score": 100,
                "original_differ": "NONE",
                "original_reason": "对比文件记载了通过智能手机拍摄图像（相当于目标文本的电话与摄像装置链接），智能手机本身集成摄像装置，且用于采集图像，所有要素已被公开。",
                "comparison_feature": "通过智能手机拍摄生产机器附带控制终端显示屏的图像"
              },
              {
                "type": "public",
                "score": 100,
                "differ": "NONE",
                "reason": "对比文件记载了智能手机拍摄图像作为待识别图像（相当于目标文本的通过命令控制摄像装置工作），拍摄动作隐含由命令或操作控制摄像装置工作，所有要素已被公开。",
                "similar": true,
                "public_score": 0,
                "tech_feature": "至少包括一个用于控制与电话链接的摄像装置工作的命令",
                "original_type": "public",
                "original_score": 100,
                "original_differ": "NONE",
                "original_reason": "对比文件记载了智能手机拍摄图像作为待识别图像（相当于目标文本的通过命令控制摄像装置工作），拍摄动作隐含由命令或操作控制摄像装置工作，所有要素已被公开。",
                "comparison_feature": "智能手机拍摄生产机器附带控制终端显示屏的屏幕图像作为待识别图像"
              },
              {
                "type": "public",
                "score": 100,
                "differ": "NONE",
                "reason": "对比文件记载了调用Tesseract API接口对图像进行识别，得到显示框标签的文字（相当于目标文本的根据摄取的图像信息获取文字信息），所有要素已被公开。",
                "similar": true,
                "public_score": 0,
                "tech_feature": "根据摄取的图像信息获取该图像信息源的文字信息",
                "original_type": "public",
                "original_score": 100,
                "original_differ": "NONE",
                "original_reason": "对比文件记载了调用Tesseract API接口对图像进行识别，得到显示框标签的文字（相当于目标文本的根据摄取的图像信息获取文字信息），所有要素已被公开。",
                "comparison_feature": "调用库函数Tesseract的API接口对灰度化处理后图像进行识别，得到显示框标签的文字"
              },
              {
                "type": "public",
                "score": 100,
                "differ": "NONE",
                "reason": "对比文件记载了将识别到的文字信息显示到手机屏幕页面（相当于目标文本的将文字信息显示在电话显示器上），所有要素已被公开。",
                "similar": true,
                "public_score": 0,
                "tech_feature": "并将文字信息显示在电话显示器上",
                "original_type": "public",
                "original_score": 100,
                "original_differ": "NONE",
                "original_reason": "对比文件记载了将识别到的文字信息显示到手机屏幕页面（相当于目标文本的将文字信息显示在电话显示器上），所有要素已被公开。",
                "comparison_feature": "将识别到的显示框标签的文字以及对应显示框中显示的颜色或文字显示到手机屏幕页面"
              },
              {
                "type": "obvious",
                "score": 80,
                "differ": "Common",
                "reason": "对比文件记载了通过无线网络传输并存储至服务器的数据库中（对应目标文本的通过地址从网络数据库获取文字信息），但未明确记载通过电路算法解析地址的具体过程。将识别信息传输到数据库并获取相关信息属于本领域常规手段，属于公知常识。",
                "similar": true,
                "public_score": 0,
                "tech_feature": "电话机通过电路算法首先得到地址，再通过该地址从相关显示器的网络数据库得到文字信息",
                "original_type": "obvious",
                "original_score": 80,
                "original_differ": "Common",
                "original_reason": "对比文件记载了通过无线网络传输并存储至服务器的数据库中（对应目标文本的通过地址从网络数据库获取文字信息），但未明确记载通过电路算法解析地址的具体过程。将识别信息传输到数据库并获取相关信息属于本领域常规手段，属于公知常识。",
                "comparison_feature": "通过无线网络传输并存储至服务器的数据库中"
              }
            ],
            "description": "Technical features list",
            "items": {
              "$ref": "#/components/schemas/AI35-9ComparisonConfirm_AiSearchFinalResultFeature"
            }
          },
          "lang": {
            "type": "string",
            "example": "CN",
            "description": "Language"
          },
          "most_similar": {
            "type": "boolean",
            "example": false,
            "description": "Is most similar"
          },
          "patent_id": {
            "type": "string",
            "example": "a344d039-4b85-4ab1-bf83-4e0f9197d010",
            "description": "Patent ID"
          },
          "public_score": {
            "type": "number",
            "format": "float",
            "example": 0.993,
            "description": "Public score"
          },
          "selected": {
            "type": "boolean",
            "example": false,
            "description": "Is selected"
          },
          "user_added": {
            "type": "boolean",
            "example": false,
            "description": "User added"
          }
        }
      },
      "AI35-9ComparisonConfirmRequest": {
        "type": "object",
        "properties": {
          "final_result": {
            "type": "array",
            "example": [
              {
                "lang": "CN",
                "features": [
                  {
                    "type": "public",
                    "score": 100,
                    "differ": "NONE",
                    "reason": "对比文件记载了基于智能手机图像识别的生产信息采集方法，通过智能手机拍摄图像并进行识别（相当于目标文本的具有图像识别能力的电话机），实现了图像信息采集、文字识别及信息获取功能，所有要素已被公开。",
                    "similar": true,
                    "public_score": 0,
                    "tech_feature": "具有图像识别能力的电话机",
                    "original_type": "public",
                    "original_score": 100,
                    "original_differ": "NONE",
                    "original_reason": "对比文件记载了基于智能手机图像识别的生产信息采集方法，通过智能手机拍摄图像并进行识别（相当于目标文本的具有图像识别能力的电话机），实现了图像信息采集、文字识别及信息获取功能，所有要素已被公开。",
                    "comparison_feature": "一种基于智能手机图像识别的生产信息采集方法，通过智能手机拍摄生产机器附带控制终端显示屏的图像，并裁剪出显示屏所在的图像区域；在显示屏图像区域中提取出显示框、显示框标签的外部轮廓；提取出显示框标签的文字，提取出显示框中显示的颜色或文字，并在智能手机页面进行显示"
                  },
                  {
                    "type": "public",
                    "score": 100,
                    "differ": "NONE",
                    "reason": "对比文件记载了通过智能手机拍摄图像（相当于目标文本的电话与摄像装置链接），智能手机本身集成摄像装置，且用于采集图像，所有要素已被公开。",
                    "similar": true,
                    "public_score": 0,
                    "tech_feature": "包括电话、与电话链接的摄像装置",
                    "original_type": "public",
                    "original_score": 100,
                    "original_differ": "NONE",
                    "original_reason": "对比文件记载了通过智能手机拍摄图像（相当于目标文本的电话与摄像装置链接），智能手机本身集成摄像装置，且用于采集图像，所有要素已被公开。",
                    "comparison_feature": "通过智能手机拍摄生产机器附带控制终端显示屏的图像"
                  },
                  {
                    "type": "public",
                    "score": 100,
                    "differ": "NONE",
                    "reason": "对比文件记载了智能手机拍摄图像作为待识别图像（相当于目标文本的通过命令控制摄像装置工作），拍摄动作隐含由命令或操作控制摄像装置工作，所有要素已被公开。",
                    "similar": true,
                    "public_score": 0,
                    "tech_feature": "至少包括一个用于控制与电话链接的摄像装置工作的命令",
                    "original_type": "public",
                    "original_score": 100,
                    "original_differ": "NONE",
                    "original_reason": "对比文件记载了智能手机拍摄图像作为待识别图像（相当于目标文本的通过命令控制摄像装置工作），拍摄动作隐含由命令或操作控制摄像装置工作，所有要素已被公开。",
                    "comparison_feature": "智能手机拍摄生产机器附带控制终端显示屏的屏幕图像作为待识别图像"
                  },
                  {
                    "type": "public",
                    "score": 100,
                    "differ": "NONE",
                    "reason": "对比文件记载了调用Tesseract API接口对图像进行识别，得到显示框标签的文字（相当于目标文本的根据摄取的图像信息获取文字信息），所有要素已被公开。",
                    "similar": true,
                    "public_score": 0,
                    "tech_feature": "根据摄取的图像信息获取该图像信息源的文字信息",
                    "original_type": "public",
                    "original_score": 100,
                    "original_differ": "NONE",
                    "original_reason": "对比文件记载了调用Tesseract API接口对图像进行识别，得到显示框标签的文字（相当于目标文本的根据摄取的图像信息获取文字信息），所有要素已被公开。",
                    "comparison_feature": "调用库函数Tesseract的API接口对灰度化处理后图像进行识别，得到显示框标签的文字"
                  },
                  {
                    "type": "public",
                    "score": 100,
                    "differ": "NONE",
                    "reason": "对比文件记载了将识别到的文字信息显示到手机屏幕页面（相当于目标文本的将文字信息显示在电话显示器上），所有要素已被公开。",
                    "similar": true,
                    "public_score": 0,
                    "tech_feature": "并将文字信息显示在电话显示器上",
                    "original_type": "public",
                    "original_score": 100,
                    "original_differ": "NONE",
                    "original_reason": "对比文件记载了将识别到的文字信息显示到手机屏幕页面（相当于目标文本的将文字信息显示在电话显示器上），所有要素已被公开。",
                    "comparison_feature": "将识别到的显示框标签的文字以及对应显示框中显示的颜色或文字显示到手机屏幕页面"
                  },
                  {
                    "type": "obvious",
                    "score": 80,
                    "differ": "Common",
                    "reason": "对比文件记载了通过无线网络传输并存储至服务器的数据库中（对应目标文本的通过地址从网络数据库获取文字信息），但未明确记载通过电路算法解析地址的具体过程。将识别信息传输到数据库并获取相关信息属于本领域常规手段，属于公知常识。",
                    "similar": true,
                    "public_score": 0,
                    "tech_feature": "电话机通过电路算法首先得到地址，再通过该地址从相关显示器的网络数据库得到文字信息",
                    "original_type": "obvious",
                    "original_score": 80,
                    "original_differ": "Common",
                    "original_reason": "对比文件记载了通过无线网络传输并存储至服务器的数据库中（对应目标文本的通过地址从网络数据库获取文字信息），但未明确记载通过电路算法解析地址的具体过程。将识别信息传输到数据库并获取相关信息属于本领域常规手段，属于公知常识。",
                    "comparison_feature": "通过无线网络传输并存储至服务器的数据库中"
                  }
                ],
                "selected": false,
                "patent_id": "a344d039-4b85-4ab1-bf83-4e0f9197d010",
                "user_added": false,
                "most_similar": false,
                "public_score": 0.993,
                "feature_match_num": 0,
                "comparative_literature_type": "A"
              },
              {
                "lang": "CN",
                "features": [
                  {
                    "type": "public",
                    "score": 100,
                    "differ": "NONE",
                    "reason": "对比文件记载了终端101、102、103可以对用户通过其获取的文字图像信息中所包含的文字信息进行识别分析（相当于具有图像识别能力的电话机），已公开电话机具备图像识别能力的整体结构和功能。",
                    "similar": true,
                    "public_score": 0,
                    "tech_feature": "具有图像识别能力的电话机",
                    "original_type": "public",
                    "original_score": 100,
                    "original_differ": "NONE",
                    "original_reason": "对比文件记载了终端101、102、103可以对用户通过其获取的文字图像信息中所包含的文字信息进行识别分析（相当于具有图像识别能力的电话机），已公开电话机具备图像识别能力的整体结构和功能。",
                    "comparison_feature": "终端101、102、103可以对用户通过其获取的文字图像信息中所包含的文字信息进行识别分析，并将分析结果(例如生成的展示数据)反馈给用户。"
                  },
                  {
                    "type": "public",
                    "score": 100,
                    "differ": "NONE",
                    "reason": "对比文件记载了终端101、102、103可以是具有图像获取装置(如摄像头)的电子设备（相当于包括电话与电话链接的摄像装置），已公开电话机与摄像装置的结构及其连接关系。",
                    "similar": true,
                    "public_score": 0,
                    "tech_feature": "包括电话、与电话链接的摄像装置",
                    "original_type": "public",
                    "original_score": 100,
                    "original_differ": "NONE",
                    "original_reason": "对比文件记载了终端101、102、103可以是具有图像获取装置(如摄像头)的电子设备（相当于包括电话与电话链接的摄像装置），已公开电话机与摄像装置的结构及其连接关系。",
                    "comparison_feature": "终端101、102、103可以是各种电子设备，例如具有图像获取装置(如摄像头)、电子屏中的一种或多种的电子设备。"
                  },
                  {
                    "type": "obvious",
                    "score": 95,
                    "differ": "Common",
                    "reason": "对比文件记载了电子设备通过摄像头扫描或拍照获取图像信息（对应于控制摄像装置工作的命令），但未明确公开“命令”控制摄像装置工作的具体方式。对于本领域技术人员而言，利用命令控制摄像头工作是常规实现手段，属于公知常识。",
                    "similar": true,
                    "public_score": 0,
                    "tech_feature": "至少包括一个用于控制与电话链接的摄像装置工作的命令",
                    "original_type": "obvious",
                    "original_score": 95,
                    "original_differ": "Common",
                    "original_reason": "对比文件记载了电子设备通过摄像头扫描或拍照获取图像信息（对应于控制摄像装置工作的命令），但未明确公开“命令”控制摄像装置工作的具体方式。对于本领域技术人员而言，利用命令控制摄像头工作是常规实现手段，属于公知常识。",
                    "comparison_feature": "电子设备可以通过安装其上的图像获取装置(如摄像头)对文字信息进行扫描或拍照来获取图像信息。"
                  },
                  {
                    "type": "public",
                    "score": 100,
                    "differ": "NONE",
                    "reason": "对比文件记载了电子设备对获取的图像信息进行分析，识别其中的文字信息（相当于根据摄取的图像信息获取该图像信息源的文字信息），已公开全部技术要素。",
                    "similar": true,
                    "public_score": 0,
                    "tech_feature": "根据摄取的图像信息获取该图像信息源的文字信息",
                    "original_type": "public",
                    "original_score": 100,
                    "original_differ": "NONE",
                    "original_reason": "对比文件记载了电子设备对获取的图像信息进行分析，识别其中的文字信息（相当于根据摄取的图像信息获取该图像信息源的文字信息），已公开全部技术要素。",
                    "comparison_feature": "电子设备对步骤1中获取的图像信息进行分析，确定其中的文字信息并对文字信息进行识别，生成展示数据，所述展示数据包括文字信息的识别结果。"
                  },
                  {
                    "type": "public",
                    "score": 100,
                    "differ": "NONE",
                    "reason": "对比文件记载了生成展示数据，展示数据包括文字信息的识别结果（相当于将文字信息显示在电话显示器上），已公开将识别出的文字信息进行展示的功能。",
                    "similar": true,
                    "public_score": 0,
                    "tech_feature": "并将文字信息显示在电话显示器上",
                    "original_type": "public",
                    "original_score": 100,
                    "original_differ": "NONE",
                    "original_reason": "对比文件记载了生成展示数据，展示数据包括文字信息的识别结果（相当于将文字信息显示在电话显示器上），已公开将识别出的文字信息进行展示的功能。",
                    "comparison_feature": "生成展示数据，所述展示数据包括文字信息的识别结果。"
                  },
                  {
                    "type": "obvious",
                    "score": 95,
                    "differ": "Common",
                    "reason": "对比文件记载了服务器通过查询知识库（网络数据库）获取相关信息并通过网络发送给电子设备（对应于电话机通过算法获取地址并从数据库获取文字信息），但未明确公开“电路算法首先得到地址”及“通过该地址从相关显示器的网络数据库得到文字信息”的具体实现。对于本领域技术人员而言，利用算法解析地址并从数据库获取信息属于常规实现手段，属于公知常识。",
                    "similar": true,
                    "public_score": 0,
                    "tech_feature": "电话机通过电路算法首先得到地址，再通过该地址从相关显示器的网络数据库得到文字信息",
                    "original_type": "obvious",
                    "original_score": 95,
                    "original_differ": "Common",
                    "original_reason": "对比文件记载了服务器通过查询知识库（网络数据库）获取相关信息并通过网络发送给电子设备（对应于电话机通过算法获取地址并从数据库获取文字信息），但未明确公开“电路算法首先得到地址”及“通过该地址从相关显示器的网络数据库得到文字信息”的具体实现。对于本领域技术人员而言，利用算法解析地址并从数据库获取信息属于常规实现手段，属于公知常识。",
                    "comparison_feature": "服务器通过查询知识库获取相似的告警记录和该告警设备历史告警记录及其告警修复方案,然后，服务器通过网络发送相似的告警记录和该告警设备的历史告警记录及其告警修复方案给电子设备。"
                  }
                ],
                "selected": false,
                "patent_id": "3053d8be-9e77-439b-8dd8-7f1b8f15e80d",
                "user_added": false,
                "most_similar": false,
                "public_score": 0.986,
                "feature_match_num": 0,
                "comparative_literature_type": "A"
              }
            ],
            "description": "Final results list of technical feature comparison",
            "items": {
              "$ref": "#/components/schemas/AI35-9ComparisonConfirm_AiSearchFinalResult"
            }
          },
          "task_id": {
            "type": "string",
            "example": "80d440b7-80a5-4233-a75f-ab72b0885c88",
            "description": "Task id"
          }
        },
        "required": [
          "task_id"
        ]
      },
      "AI35-12ComparisonGenerate_FeatureComparisonFinalResClaim": {
        "type": "object",
        "properties": {
          "claim_num": {
            "type": "integer",
            "format": "int32",
            "example": 1,
            "description": "Claim number (claim 1, claim 2, claim 3)"
          },
          "claim_text": {
            "type": "string",
            "example": "一种数据处理方法，其特征在于：包括数据采集步骤、数据预处理步骤和数据分析步骤。",
            "description": "Claim original text"
          }
        }
      },
      "AI35-12ComparisonGenerate_FeatureComparisonFinalResFeature": {
        "type": "object",
        "properties": {
          "type": {
            "type": "string",
            "example": "public",
            "description": "CC tag type"
          },
          "score": {
            "type": "integer",
            "format": "int32",
            "example": 85,
            "description": "Score"
          },
          "differ": {
            "type": "string",
            "example": "NONE",
            "description": "Difference identifier"
          },
          "public_score": {
            "type": "integer",
            "format": "int32",
            "example": 90,
            "description": "Disclosure score"
          },
          "tech_feature": {
            "type": "string",
            "example": "人工智能算法",
            "description": "Technical feature"
          },
          "comparison_feature": {
            "type": "string",
            "example": "机器学习算法",
            "description": "Comparison feature"
          }
        }
      },
      "AI35-12ComparisonGenerate_FeatureComparisonFinalResItem": {
        "type": "object",
        "properties": {
          "lang": {
            "type": "string",
            "example": "zh",
            "description": "Language"
          },
          "claims": {
            "type": "array",
            "example": [
              {
                "claim_num": 1,
                "claim_text": "一种数据处理方法，其特征在于..."
              }
            ],
            "description": "Claims original text list",
            "items": {
              "$ref": "#/components/schemas/AI35-12ComparisonGenerate_FeatureComparisonFinalResClaim"
            }
          },
          "document": {
            "type": "string",
            "example": "一种基于人工智能的数据处理方法",
            "description": "Document"
          },
          "features": {
            "type": "array",
            "example": [
              {
                "score": 85,
                "public_score": 90,
                "tech_feature": "人工智能算法",
                "comparison_feature": "机器学习算法"
              }
            ],
            "description": "Feature list",
            "items": {
              "$ref": "#/components/schemas/AI35-12ComparisonGenerate_FeatureComparisonFinalResFeature"
            }
          },
          "patent_id": {
            "type": "string",
            "example": "CN123456789A",
            "description": "Patent ID"
          },
          "public_score": {
            "type": "number",
            "format": "float",
            "example": 87.5,
            "description": "Disclosure score"
          }
        }
      },
      "AI35-12ComparisonGenerate_FeatureComparisonResponseDTO": {
        "type": "object",
        "properties": {
          "final_res": {
            "type": "array",
            "example": [
              {
                "lang": "zh",
                "claims": [
                  {
                    "claim_num": 1,
                    "claim_text": "一种数据处理方法，其特征在于..."
                  }
                ],
                "document": "一种基于人工智能的数据处理方法",
                "features": [
                  {
                    "score": 85,
                    "public_score": 90,
                    "tech_feature": "人工智能算法",
                    "comparison_feature": "机器学习算法"
                  }
                ],
                "patent_id": "CN123456789A",
                "public_score": 87.5
              }
            ],
            "description": "Final results",
            "items": {
              "$ref": "#/components/schemas/AI35-12ComparisonGenerate_FeatureComparisonFinalResItem"
            }
          },
          "threshold": {
            "type": "integer",
            "format": "int32",
            "example": 75,
            "description": "Threshold"
          }
        }
      },
      "AI35-12ComparisonGenerateResponse": {
        "type": "object",
        "properties": {
          "data": {
            "$ref": "#/components/schemas/AI35-12ComparisonGenerate_FeatureComparisonResponseDTO"
          },
          "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"
        ]
      },
      "AI35-12ComparisonGenerate_FeatureComparisonRequestDTO": {
        "type": "object",
        "properties": {
          "add_patent_selected": {
            "type": "boolean",
            "example": true,
            "description": "Whether the newly added patent is selected for literature confirmation by default"
          },
          "is_add_patent": {
            "type": "boolean",
            "example": true,
            "description": "Whether to add patent"
          },
          "pn": {
            "type": "string",
            "example": "CN118289111A",
            "description": "Patent PN number"
          }
        },
        "required": [
          "pn"
        ]
      },
      "AI35-12ComparisonGenerate_NoveltySearchFeatureExtractDataDTO": {
        "type": "object",
        "properties": {
          "feature_elements": {
            "type": "string",
            "example": "电话机, 图像识别能力",
            "description": "Feature elements"
          },
          "feature_function": {
            "type": "string",
            "example": "提供一种能够实现图像信息采集、文字识别及信息获取功能的电话机整体结构",
            "description": "Feature function"
          },
          "feature_num": {
            "type": "string",
            "example": "F1",
            "description": "Feature number"
          },
          "feature_text": {
            "type": "string",
            "example": "具有图像识别能力的电话机",
            "description": "Feature text"
          },
          "feature_text_original": {
            "type": "string",
            "example": "具有图像识别能力的电话机",
            "description": "Original feature text"
          },
          "feature_weight": {
            "type": "string",
            "example": "topic",
            "description": "Feature weight"
          },
          "feature_weight_reason": {
            "type": "string",
            "example": "本技术方案的主题名称，明确保护对象为具有图像识别能力的电话机",
            "description": "Feature weight reason"
          },
          "selected": {
            "type": "boolean",
            "example": true,
            "description": "Selected"
          },
          "user_add": {
            "type": "boolean",
            "example": false,
            "description": "User added"
          }
        }
      },
      "AI35-12ComparisonGenerateRequest": {
        "type": "object",
        "properties": {
          "request": {
            "$ref": "#/components/schemas/AI35-12ComparisonGenerate_FeatureComparisonRequestDTO"
          },
          "tech_features": {
            "type": "array",
            "example": [
              {
                "selected": true,
                "user_add": false,
                "feature_num": "F1",
                "feature_weight": "topic",
                "feature_elements": "电话机, 图像识别能力",
                "feature_function": "提供一种能够实现图像信息采集、文字识别及信息获取功能的电话机整体结构",
                "feature_text_original": "具有图像识别能力的电话机",
                "feature_weight_reason": "本技术方案的主题名称，明确保护对象为具有图像识别能力的电话机"
              },
              {
                "selected": true,
                "user_add": false,
                "feature_num": "F1.1",
                "feature_weight": "core",
                "feature_elements": "电话, 摄像装置, 链接关系",
                "feature_function": "通过在电话机中集成摄像装置，实现电话机对外部图像信息的采集",
                "feature_text_original": "包括电话、与电话链接的摄像装置",
                "feature_weight_reason": "现有电话机通常不具备与摄像装置链接的结构，属于本方案为实现图像采集功能而新增的结构"
              },
              {
                "selected": true,
                "user_add": false,
                "feature_num": "F1.2",
                "feature_weight": "core",
                "feature_elements": "命令, 摄像装置, 控制",
                "feature_function": "通过命令控制摄像装置的工作，实现电话机对图像采集过程的自动化管理",
                "feature_text_original": "至少包括一个用于控制与电话链接的摄像装置工作的命令",
                "feature_weight_reason": "现有电话机未涉及通过命令控制外部摄像装置工作的功能，属于本方案为实现自动化图像采集新增的控制手段"
              },
              {
                "selected": true,
                "user_add": false,
                "feature_num": "F1.3",
                "feature_weight": "core",
                "feature_elements": "图像信息, 文字信息, 获取",
                "feature_function": "利用图像识别技术对采集到的图像进行处理，自动提取图像中的文字信息，实现图像到文字的转换",
                "feature_text_original": "根据摄取的图像信息获取该图像信息源的文字信息",
                "feature_weight_reason": "现有电话机无法自动识别图像中的文字信息，属于本方案为实现文字信息自动提取而新增的功能"
              },
              {
                "selected": true,
                "user_add": false,
                "feature_num": "F1.4",
                "feature_weight": "core",
                "feature_elements": "文字信息, 电话显示器, 显示",
                "feature_function": "将识别出的文字信息通过电话显示器展示，实现用户对图像文字内容的直接获取",
                "feature_text_original": "并将文字信息显示在电话显示器上",
                "feature_weight_reason": "现有电话机不具备将图像识别出的文字信息显示的功能，属于本方案为提升用户体验新增的显示手段"
              },
              {
                "selected": true,
                "user_add": false,
                "feature_num": "F1.5",
                "feature_weight": "core",
                "feature_elements": "电路算法, 地址, 网络数据库, 文字信息",
                "feature_function": "通过电路算法解析获取图像相关信息的地址，并从网络数据库中进一步获取相关文字信息，实现电话机信息获取能力的扩展",
                "feature_text_original": "电话机通过电路算法首先得到地址，再通过该地址从相关显示器的网络数据库得到文字信息",
                "feature_weight_reason": "现有电话机不具备通过电路算法获取地址并从网络数据库获取相关文字信息的功能，属于本方案为实现信息扩展获取而新增的技术手段"
              }
            ],
            "description": "Technical features list",
            "items": {
              "$ref": "#/components/schemas/AI35-12ComparisonGenerate_NoveltySearchFeatureExtractDataDTO"
            }
          }
        },
        "required": [
          "request",
          "tech_features"
        ]
      },
      "AI35-10NoveltySearchExport_AsyncTaskIdResponse": {
        "type": "object",
        "properties": {
          "task_id": {
            "type": "string",
            "example": "80d440b7-80a5-4233-a75f-ab72b0885c88",
            "description": "Task id"
          }
        }
      },
      "AI35-10NoveltySearchExportResponse": {
        "type": "object",
        "properties": {
          "data": {
            "$ref": "#/components/schemas/AI35-10NoveltySearchExport_AsyncTaskIdResponse"
          },
          "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"
        ]
      },
      "AI35-10NoveltySearchExportRequest": {
        "type": "object",
        "properties": {
          "task_id": {
            "type": "string",
            "example": "80d440b7-80a5-4233-a75f-ab72b0885c88",
            "description": "Task id"
          },
          "title": {
            "type": "string",
            "example": "具有图像识别及文字信息提取功能的电话机",
            "description": "Title"
          }
        },
        "required": [
          "task_id",
          "title"
        ]
      },
      "AI35-11ReportGet_NoveltySearchDownloadResponse": {
        "type": "object",
        "properties": {
          "status": {
            "type": "integer",
            "format": "int32",
            "example": 2,
            "description": "Export Status (1: Exporting, 2: Export successful, 3: Report generation exception)"
          },
          "task_id": {
            "type": "string",
            "example": "d12fcd63d27028b88a73168d5bca44d5",
            "description": "task_id of the technical survey report"
          },
          "report_url": {
            "type": "string",
            "example": "http://downloadurl",
            "description": "Report file download link (returned when export status is successful)"
          }
        }
      },
      "AI35-11ReportGetResponse": {
        "type": "object",
        "properties": {
          "data": {
            "$ref": "#/components/schemas/AI35-11ReportGet_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"
        ]
      },
      "AI35-11ReportGetRequest": {
        "type": "object",
        "properties": {
          "task_id": {
            "type": "string",
            "example": "80d440b7-80a5-4233-a75f-ab72b0885c88",
            "description": "Task id"
          }
        },
        "required": [
          "task_id"
        ]
      },
      "AI73-4FindSolutionThinking_VectorSearchResponseDTO": {
        "type": "object",
        "properties": {
          "pn": {
            "type": "string",
            "example": "CN101263125A",
            "description": "Patent number"
          },
          "apd": {
            "type": "string",
            "example": "2006-10-18",
            "description": "Application date"
          },
          "pbd": {
            "type": "string",
            "example": "2006-10-19",
            "description": "Publication date"
          },
          "link": {
            "type": "string",
            "example": "https://patents.google.com/patent/CN101263125A",
            "description": "Link"
          },
          "title": {
            "type": "string",
            "example": "两亲共聚物在稳定屏蔽UV辐射的不溶性有机化合物分散体中的用途、用这些共聚物稳定的分散体和含有它们的化妆品组合物",
            "description": "Title"
          },
          "authors": {
            "type": "object",
            "example": [
              {
                "id": "author123",
                "name": "Zhang San",
                "organization": "Research Institute"
              }
            ],
            "description": "Authors information"
          },
          "content": {
            "type": "string",
            "example": "两亲共聚物通过使用亲水性和疏水性块来稳定紫外线筛分剂的分散体,以解决稀释诱导的不稳定性并保持有效的皮肤保护。",
            "description": "Content description"
          },
          "org_info": {
            "type": "object",
            "example": [
              {
                "id": "ebd39282a7fcc0690cef4b3c5b4ede59",
                "logo": "https://images.crunchbase.com/image/upload/t_cb-default-original/v1403242711/t27lgufvhpzm3myfhsic.jpg",
                "display_name": "欧莱雅股份有限公司",
                "normalized_display_name": "欧莱雅"
              }
            ],
            "description": "Organization information"
          },
          "project_id": {
            "type": "string",
            "example": "proj-12345",
            "description": "Project ID"
          },
          "solution_id": {
            "type": "string",
            "example": "172d02c0-aa4d-48f3-9c05-8bffeb0ee138",
            "description": "Solution ID"
          },
          "project_name": {
            "type": "string",
            "example": "UV Protection Materials Research",
            "description": "Project name"
          },
          "solution_type": {
            "type": "string",
            "example": "PATENT",
            "description": "Solution type"
          },
          "solution_sub_type": {
            "type": "string",
            "example": "INVENTION",
            "description": "Solution sub type"
          }
        }
      },
      "AI73-4FindSolutionThinking_MindMaterialReferenceResponse": {
        "type": "object",
        "properties": {
          "references": {
            "type": "array",
            "example": [
              {
                "PBD": "2006-10-19",
                "TITLE": "两亲共聚物在稳定屏蔽UV辐射的不溶性有机化合物分散体中的用途",
                "CONTENT": "两亲共聚物通过使用亲水性和疏水性块来稳定紫外线筛分剂的分散体",
                "ORG_INFO": [
                  {
                    "id": "ebd39282a7fcc0690cef4b3c5b4ede59",
                    "display_name": "欧莱雅股份有限公司",
                    "normalized_display_name": "欧莱雅"
                  }
                ],
                "SOLUTION_ID": "172d02c0-aa4d-48f3-9c05-8bffeb0ee138",
                "SOLUTION_TYPE": "PATENT"
              }
            ],
            "description": "Reference literature list",
            "items": {
              "$ref": "#/components/schemas/AI73-4FindSolutionThinking_VectorSearchResponseDTO"
            }
          }
        }
      },
      "AI73-4FindSolutionThinking_SuccessCriterion": {
        "type": "object",
        "properties": {
          "metric": {
            "type": "string",
            "example": "UVA Protection Factor",
            "description": "Metric"
          },
          "target": {
            "type": "string",
            "example": "Enhanced UVA protection compared to baseline ZnO formulation",
            "description": "Target"
          },
          "priority": {
            "type": "string",
            "example": "high",
            "description": "Priority"
          },
          "validation_method": {
            "type": "string",
            "example": "In vitro UV transmission spectroscopy and critical wavelength determination",
            "description": "Validation method"
          }
        }
      },
      "AI73-4FindSolutionThinking_TechnicalConstraint": {
        "type": "object",
        "properties": {
          "category": {
            "type": "string",
            "example": "Environmental Stability",
            "description": "Category"
          },
          "description": {
            "type": "string",
            "example": "Formulation must maintain chemical and physical stability under high temperature and high humidity conditions without degradation of UV protection efficacy",
            "description": "Description"
          },
          "impact_level": {
            "type": "string",
            "example": "high",
            "description": "Impact level"
          }
        }
      },
      "AI73-4FindSolutionThinking_PerformanceRequirement": {
        "type": "object",
        "properties": {
          "unit": {
            "type": "string",
            "example": "nm",
            "description": "Unit"
          },
          "parameter": {
            "type": "string",
            "example": "UV Protection Range",
            "description": "Parameter name"
          },
          "tolerance": {
            "type": "string",
            "example": "±5nm",
            "description": "Tolerance"
          },
          "target_value": {
            "type": "string",
            "example": "290-400nm",
            "description": "Target value"
          }
        }
      },
      "AI73-4FindSolutionThinking_ProblemStatementResponse": {
        "type": "object",
        "properties": {
          "domain": {
            "type": "string",
            "example": "Materials Science - Cosmetic Formulation and UV Protection Materials",
            "description": "Domain"
          },
          "problem_title": {
            "type": "string",
            "example": "Enhanced ZnO Sunscreen UVA Protection Optimization",
            "description": "Problem title"
          },
          "success_criteria": {
            "type": "array",
            "example": [
              {
                "metric": "UVA Protection Factor",
                "target": "Enhanced UVA protection compared to baseline ZnO formulation",
                "priority": "high",
                "validation_method": "In vitro UV transmission spectroscopy and critical wavelength determination"
              }
            ],
            "description": "Success criteria list",
            "items": {
              "$ref": "#/components/schemas/AI73-4FindSolutionThinking_SuccessCriterion"
            }
          },
          "refined_statement": {
            "type": "string",
            "example": "Develop an optimized zinc oxide-based sunscreen formulation that enhances UVA protection effectiveness through strategic combination with organic UV filters while maintaining photochemical and thermal stability under high temperature and humidity conditions, and eliminating greasy residue formation on skin application.",
            "description": "Refined problem statement"
          },
          "background_context": {
            "type": "string",
            "example": "Zinc oxide (ZnO) is a widely used inorganic UV filter in sunscreens due to its broad-spectrum protection and photostability. However, current ZnO-based formulations face challenges in providing adequate UVA protection while maintaining stability under high temperature and humidity conditions.",
            "description": "Background context"
          },
          "technical_constraints": {
            "type": "array",
            "example": [
              {
                "category": "Environmental Stability",
                "description": "Formulation must maintain chemical and physical stability under high temperature and high humidity conditions without degradation of UV protection efficacy",
                "impact_level": "high"
              }
            ],
            "description": "Technical constraints list",
            "items": {
              "$ref": "#/components/schemas/AI73-4FindSolutionThinking_TechnicalConstraint"
            }
          },
          "performance_requirements": {
            "type": "array",
            "example": [
              {
                "unit": "nm",
                "parameter": "UV Protection Range",
                "tolerance": "±5nm",
                "target_value": "290-400nm"
              }
            ],
            "description": "Performance requirements list",
            "items": {
              "$ref": "#/components/schemas/AI73-4FindSolutionThinking_PerformanceRequirement"
            }
          }
        }
      },
      "AI73-4FindSolutionThinking_MaterialThinkingResponse": {
        "type": "object",
        "properties": {
          "status": {
            "type": "string",
            "example": "SUCCEED",
            "description": "Return status value（SUCCEED,RUNNING,FAILED）"
          },
          "board_id": {
            "type": "string",
            "example": "51a9eba9cd984bc3b474550830dc832a",
            "description": "Mind map board ID"
          },
          "direction": {
            "type": "object",
            "example": {
              "data": {
                "status": "FINISH",
                "stream_message": {
                  "ac21b332-b8e8-4222-97b1-f2f0288544f8": {
                    "brief": {
                      "name": "Hierarchical Dispersion Control",
                      "description": "This direction addresses..."
                    }
                  },
                  "ac21b332-b8e8-4222-97b1-f2f0288544f8_details": "Engineering polymer matrices..."
                }
              },
              "status": true,
              "error_code": 0
            },
            "description": "Technical direction information"
          },
          "references": {
            "$ref": "#/components/schemas/AI73-4FindSolutionThinking_MindMaterialReferenceResponse"
          },
          "problem_statement": {
            "$ref": "#/components/schemas/AI73-4FindSolutionThinking_ProblemStatementResponse"
          }
        }
      },
      "AI73-4FindSolutionThinkingResponse": {
        "type": "object",
        "properties": {
          "data": {
            "$ref": "#/components/schemas/AI73-4FindSolutionThinking_MaterialThinkingResponse"
          },
          "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"
        ]
      },
      "AI73-4FindSolutionThinkingRequest": {
        "type": "object",
        "properties": {
          "task_id": {
            "type": "string",
            "example": "80d440b7-80a5-4233-a75f-ab72b0885c88",
            "description": "Unique task identifier, returned by submit task API"
          }
        },
        "required": [
          "task_id"
        ]
      },
      "AI73-2FindSolutionRecommend_FindSolutionRecommendResponseV3": {
        "type": "object",
        "properties": {
          "status": {
            "type": "string",
            "example": "RUNNING",
            "description": "Return status value（SUCCEED,RUNNING,FAILED）"
          },
          "recommend": {
            "type": "array",
            "example": [
              "二氧化钛复配",
              "有机硅改性ZnO",
              "微胶囊包埋技术"
            ],
            "description": "Recommended item"
          },
          "has_recommend": {
            "type": "boolean",
            "example": false,
            "description": "Are there any recommended items"
          }
        }
      },
      "AI73-2FindSolutionRecommendResponse": {
        "type": "object",
        "properties": {
          "data": {
            "$ref": "#/components/schemas/AI73-2FindSolutionRecommend_FindSolutionRecommendResponseV3"
          },
          "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"
        ]
      },
      "AI73-2FindSolutionRecommendRequest": {
        "type": "object",
        "properties": {
          "task_id": {
            "type": "string",
            "example": "80d440b7-80a5-4233-a75f-ab72b0885c88",
            "description": "Unique task identifier, returned by submit task API"
          }
        },
        "required": [
          "task_id"
        ]
      },
      "AI35-5FeatureConfirm_AsyncTaskIdResponse": {
        "type": "object",
        "properties": {
          "task_id": {
            "type": "string",
            "example": "80d440b7-80a5-4233-a75f-ab72b0885c88",
            "description": "Task id"
          }
        }
      },
      "AI35-5FeatureConfirmResponse": {
        "type": "object",
        "properties": {
          "data": {
            "$ref": "#/components/schemas/AI35-5FeatureConfirm_AsyncTaskIdResponse"
          },
          "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"
        ]
      },
      "AI35-5FeatureConfirm_NoveltySearchFeatureExtractDataDTO": {
        "type": "object",
        "properties": {
          "feature_elements": {
            "type": "string",
            "example": "电话机, 图像识别能力",
            "description": "Feature elements"
          },
          "feature_function": {
            "type": "string",
            "example": "提供一种能够实现图像信息采集、文字识别及信息获取功能的电话机整体结构",
            "description": "Feature function"
          },
          "feature_num": {
            "type": "string",
            "example": "F1",
            "description": "Feature number"
          },
          "feature_text": {
            "type": "string",
            "example": "具有图像识别能力的电话机",
            "description": "Feature text"
          },
          "feature_text_original": {
            "type": "string",
            "example": "具有图像识别能力的电话机",
            "description": "Original feature text"
          },
          "feature_weight": {
            "type": "string",
            "example": "topic",
            "description": "Feature weight"
          },
          "feature_weight_reason": {
            "type": "string",
            "example": "本技术方案的主题名称，明确保护对象为具有图像识别能力的电话机",
            "description": "Feature weight reason"
          },
          "selected": {
            "type": "boolean",
            "example": true,
            "description": "Selected"
          },
          "user_add": {
            "type": "boolean",
            "example": false,
            "description": "User added"
          }
        }
      },
      "AI35-5FeatureConfirmRequest": {
        "type": "object",
        "properties": {
          "task_id": {
            "type": "string",
            "example": "80d440b7-80a5-4233-a75f-ab72b0885c88",
            "description": "Task id"
          },
          "tech_features": {
            "type": "array",
            "example": [
              {
                "selected": true,
                "user_add": false,
                "feature_num": "F1",
                "feature_weight": "topic",
                "feature_elements": "电话机, 图像识别能力",
                "feature_function": "提供一种能够实现图像信息采集、文字识别及信息获取功能的电话机整体结构",
                "feature_text_original": "具有图像识别能力的电话机",
                "feature_weight_reason": "本技术方案的主题名称，明确保护对象为具有图像识别能力的电话机"
              },
              {
                "selected": true,
                "user_add": false,
                "feature_num": "F1.1",
                "feature_weight": "core",
                "feature_elements": "电话, 摄像装置, 链接关系",
                "feature_function": "通过在电话机中集成摄像装置，实现电话机对外部图像信息的采集",
                "feature_text_original": "包括电话、与电话链接的摄像装置",
                "feature_weight_reason": "现有电话机通常不具备与摄像装置链接的结构，属于本方案为实现图像采集功能而新增的结构"
              },
              {
                "selected": true,
                "user_add": false,
                "feature_num": "F1.2",
                "feature_weight": "core",
                "feature_elements": "命令, 摄像装置, 控制",
                "feature_function": "通过命令控制摄像装置的工作，实现电话机对图像采集过程的自动化管理",
                "feature_text_original": "至少包括一个用于控制与电话链接的摄像装置工作的命令",
                "feature_weight_reason": "现有电话机未涉及通过命令控制外部摄像装置工作的功能，属于本方案为实现自动化图像采集新增的控制手段"
              },
              {
                "selected": true,
                "user_add": false,
                "feature_num": "F1.3",
                "feature_weight": "core",
                "feature_elements": "图像信息, 文字信息, 获取",
                "feature_function": "利用图像识别技术对采集到的图像进行处理，自动提取图像中的文字信息，实现图像到文字的转换",
                "feature_text_original": "根据摄取的图像信息获取该图像信息源的文字信息",
                "feature_weight_reason": "现有电话机无法自动识别图像中的文字信息，属于本方案为实现文字信息自动提取而新增的功能"
              },
              {
                "selected": true,
                "user_add": false,
                "feature_num": "F1.4",
                "feature_weight": "core",
                "feature_elements": "文字信息, 电话显示器, 显示",
                "feature_function": "将识别出的文字信息通过电话显示器展示，实现用户对图像文字内容的直接获取",
                "feature_text_original": "并将文字信息显示在电话显示器上",
                "feature_weight_reason": "现有电话机不具备将图像识别出的文字信息显示的功能，属于本方案为提升用户体验新增的显示手段"
              },
              {
                "selected": true,
                "user_add": false,
                "feature_num": "F1.5",
                "feature_weight": "core",
                "feature_elements": "电路算法, 地址, 网络数据库, 文字信息",
                "feature_function": "通过电路算法解析获取图像相关信息的地址，并从网络数据库中进一步获取相关文字信息，实现电话机信息获取能力的扩展",
                "feature_text_original": "电话机通过电路算法首先得到地址，再通过该地址从相关显示器的网络数据库得到文字信息",
                "feature_weight_reason": "现有电话机不具备通过电路算法获取地址并从网络数据库获取相关文字信息的功能，属于本方案为实现信息扩展获取而新增的技术手段"
              }
            ],
            "description": "Technical features list",
            "items": {
              "$ref": "#/components/schemas/AI35-5FeatureConfirm_NoveltySearchFeatureExtractDataDTO"
            }
          }
        },
        "required": [
          "task_id"
        ]
      },
      "AI73-3FindSolutionConfirmRecommend_AsyncTaskIdResponse": {
        "type": "object",
        "properties": {
          "task_id": {
            "type": "string",
            "example": "80d440b7-80a5-4233-a75f-ab72b0885c88",
            "description": "Unique task identifier for subsequent polling to get task results"
          }
        },
        "required": [
          "task_id"
        ]
      },
      "AI73-3FindSolutionConfirmRecommendResponse": {
        "type": "object",
        "properties": {
          "data": {
            "$ref": "#/components/schemas/AI73-3FindSolutionConfirmRecommend_AsyncTaskIdResponse"
          },
          "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"
        ]
      },
      "AI73-3FindSolutionConfirmRecommendRequest": {
        "type": "object",
        "properties": {
          "recommend": {
            "type": "array",
            "example": [
              "成本增幅≤15%",
              "安全性能不降低",
              "产线兼容改造"
            ],
            "description": "Recommended item"
          },
          "task_id": {
            "type": "string",
            "example": "d12fcd63d27028b88a73168d5bca44d5",
            "description": "task_id of find solution"
          }
        },
        "required": [
          "task_id"
        ]
      },
      "AI39-2ImageSearchReport_专利对比项V2": {
        "type": "object",
        "properties": {
          "score": {
            "type": "number",
            "format": "double",
            "example": 0.45,
            "description": "Similarity score ranging from 0 to 1, higher score indicates higher similarity"
          },
          "title": {
            "type": "string",
            "example": "人形",
            "description": "Patent title"
          },
          "img_id": {
            "type": "string",
            "example": "0001747893000002",
            "description": "Patent image identifier"
          },
          "status": {
            "type": "integer",
            "format": "int32",
            "example": 1,
            "description": "Patent legal status: 1-Valid, 2-Invalid, 3-Pending"
          },
          "country": {
            "type": "string",
            "example": "JP",
            "description": "Patent grant country code"
          },
          "similar": {
            "type": "string",
            "example": "主体均为圆柱形结构，且在圆柱面上分布有面部特征。",
            "description": "Description of similarities between user product and patent"
          },
          "confusion": {
            "type": "string",
            "example": "虽然基础形状相似，但具体设计元素差异足以区分。",
            "description": "Analysis of reasons why consumers might be confused"
          },
          "patent_id": {
            "type": "string",
            "example": "09115a22-cf5a-41e1-8e77-11a8fbb3a5b6",
            "description": "Unique patent identifier"
          },
          "patent_pn": {
            "type": "string",
            "example": "JP1747893S",
            "description": "Patent publication number"
          },
          "risk_desc": {
            "type": "string",
            "example": "JP标准关注核心要部。尽管基础几何体（圆柱）相似，但头部装饰（帽子 vs 结）和附属件（垂耳 vs 线臂）的差异属于实质性区别。",
            "description": "Risk description, detailing the potential risk this patent poses to product export"
          },
          "difference": {
            "type": "string",
            "example": "专利图顶部为复杂的结状/把手结构，两侧为线状手臂，面部特征为传统风格；用户图顶部为圆锥形帽子，两侧为宽扁垂耳，面部有突出的吻部造型。",
            "description": "Description of differences between user product and patent"
          },
          "risk_level": {
            "type": "string",
            "example": "Low",
            "description": "Risk level: High, Medium, or Low"
          },
          "suggestion": {
            "type": "string",
            "example": "保持当前帽子与垂耳的独特组合，以区别于通用的圆柱形玩偶。",
            "description": "Suggested measures to avoid infringement"
          }
        },
        "required": [
          "score",
          "title",
          "img_id",
          "status",
          "country",
          "similar",
          "confusion",
          "patent_id",
          "patent_pn",
          "risk_desc",
          "difference",
          "risk_level",
          "suggestion"
        ]
      },
      "AI39-2ImageSearchReport_ImageSimilarReportResponseV2": {
        "type": "object",
        "properties": {
          "loc": {
            "type": "array",
            "example": [
              "02 服装、服饰用品和缝纫用品",
              "03 其他类未列入的旅行用品、箱包、阳伞和个人用品",
              "10 钟、表及其他测量仪器，检测仪器，信号仪器",
              "11 装饰品",
              "19 文具、办公用品、美术用品和教学用品",
              "21 游戏器具、玩具、帐篷和体育用品",
              "32 图形符号、标识、表面图案、纹饰"
            ],
            "description": "LOC classification number list, identifying the design classification of the product"
          },
          "country": {
            "type": "array",
            "example": [
              "US",
              "CN",
              "JP",
              "KR",
              "AU",
              "EU"
            ],
            "description": "Target export country list, represented by country codes"
          },
          "comparisons": {
            "type": "array",
            "example": [
              {
                "score": 0.45,
                "title": "人形",
                "img_id": "0001747893000002",
                "status": 1,
                "country": "JP",
                "similar": "主体均为圆柱形结构",
                "confusion": "基础形状相似但设计元素差异足以区分",
                "patent_id": "09115a22-cf5a-41e1-8e77-11a8fbb3a5b6",
                "patent_pn": "JP1747893S",
                "risk_desc": "JP标准关注核心要部",
                "difference": "专利图顶部为复杂的结状结构",
                "risk_level": "Low",
                "suggestion": "保持当前帽子与垂耳的独特组合"
              }
            ],
            "description": "List of comparison items with existing patents, including similarity analysis, risk assessment and suggestions",
            "items": {
              "$ref": "#/components/schemas/AI39-2ImageSearchReport_专利对比项V2"
            }
          },
          "operate_date": {
            "type": "integer",
            "format": "int64",
            "example": 1768195176553,
            "description": "Operation timestamp in milliseconds"
          },
          "apply_start_time": {
            "type": "string",
            "example": 20200101,
            "description": "Patent application start time in yyyyMMdd format"
          },
          "high_risk_country": {
            "type": "array",
            "example": [
              "KR"
            ],
            "description": "List of high-risk export countries where highly similar patents exist"
          },
          "middle_risk_country": {
            "type": "array",
            "example": [
              "KR"
            ],
            "description": "List of medium-risk export countries where moderately similar patents exist"
          },
          "suspected_infringement_count": {
            "type": "integer",
            "format": "int32",
            "example": 0,
            "description": "Count of suspected infringing patents"
          },
          "suspected_infringement_country": {
            "type": "array",
            "example": [
              "KR"
            ],
            "description": "List of suspected infringement countries where potentially infringing patents exist"
          }
        },
        "required": [
          "country",
          "comparisons"
        ]
      },
      "AI39-2ImageSearchReport_专利信息项": {
        "type": "object",
        "properties": {
          "loc": {
            "type": "array",
            "example": [
              "21-01"
            ],
            "description": "LOC classification number list, identifying the design classification of the patent"
          },
          "url": {
            "type": "string",
            "example": "https://example.com/patent/images/full/0001747893000002.jpg",
            "description": "Full URL address of patent image"
          },
          "apdt": {
            "type": "integer",
            "format": "int32",
            "example": 20200115,
            "description": "Patent application date as integer in yyyyMMdd format"
          },
          "apno": {
            "type": "string",
            "example": "US29/961259",
            "description": "Patent application number"
          },
          "pbdt": {
            "type": "integer",
            "format": "int32",
            "example": 20210320,
            "description": "Patent publication date as integer in yyyyMMdd format"
          },
          "score": {
            "type": "number",
            "format": "double",
            "example": 0.875770605053453,
            "description": "Similarity score ranging from 0 to 1, higher score indicates higher similarity with user image"
          },
          "title": {
            "type": "string",
            "example": "Inflatable Santa",
            "description": "Patent title"
          },
          "img_id": {
            "type": "string",
            "example": "USD1055174-D00000_ABST",
            "description": "Patent image identifier for retrieving patent images"
          },
          "url_120": {
            "type": "string",
            "example": "https://example.com/patent/images/thumb/0001747893000002_120.jpg",
            "description": "Thumbnail URL address of patent image (120px)"
          },
          "inventor": {
            "type": "string",
            "example": "张三;李四",
            "description": "Inventor name(s), multiple inventors separated by semicolon"
          },
          "authority": {
            "type": "string",
            "example": "US",
            "description": "Authority/country code, indicating the country or region where the patent is granted"
          },
          "loc_match": {
            "type": "integer",
            "format": "int32",
            "example": 1,
            "description": "LOC classification match indicator: 1-matched, 0-not matched"
          },
          "patent_id": {
            "type": "string",
            "example": "3fad2c19-8d3d-4f72-b5ae-f2de96787bc0",
            "description": "Unique patent identifier"
          },
          "patent_pn": {
            "type": "string",
            "example": "USD1055174S1",
            "description": "Patent publication number"
          },
          "risk_level": {
            "type": "string",
            "example": "High",
            "description": "Risk level: High, Medium, or Low"
          },
          "current_assignee": {
            "type": "string",
            "example": "某某科技有限公司",
            "description": "Current assignee name"
          },
          "original_assignee": {
            "type": "string",
            "example": "某某科技有限公司",
            "description": "Original assignee name"
          }
        },
        "required": [
          "score",
          "title",
          "img_id",
          "authority",
          "patent_id",
          "patent_pn"
        ]
      },
      "AI39-2ImageSearchReport_ImageSimilarSearchData": {
        "type": "object",
        "properties": {
          "patent_messages": {
            "type": "array",
            "example": [
              {
                "loc": [
                  "21-01"
                ],
                "apno": "US29/961259",
                "score": 0.875770605053453,
                "title": "Inflatable Santa",
                "img_id": "USD1055174-D00000_ABST",
                "authority": "US",
                "loc_match": 1,
                "patent_id": "3fad2c19-8d3d-4f72-b5ae-f2de96787bc0",
                "patent_pn": "USD1055174S1",
                "risk_level": "High"
              }
            ],
            "description": "List of patent information, containing detailed information of patents similar to user image",
            "items": {
              "$ref": "#/components/schemas/AI39-2ImageSearchReport_专利信息项"
            }
          },
          "total_search_result_count": {
            "type": "integer",
            "format": "int32",
            "example": 156,
            "description": "Total number of search results, including all similar patents"
          }
        },
        "required": [
          "patent_messages",
          "total_search_result_count"
        ]
      },
      "AI39-2ImageSearchReport_RRF融合结果": {
        "type": "object",
        "properties": {
          "loc": {
            "type": "array",
            "example": [
              "21-01"
            ],
            "description": "LOC classification number list, identifying the design classification of the patent"
          },
          "url": {
            "type": "string",
            "example": "https://example.com/patent/images/full/0001747893000002.jpg",
            "description": "Full URL address of patent image"
          },
          "apdt": {
            "type": "integer",
            "format": "int32",
            "example": 20200115,
            "description": "Patent application date as integer in yyyyMMdd format"
          },
          "apno": {
            "type": "string",
            "example": "US29/961259",
            "description": "Patent application number"
          },
          "pbdt": {
            "type": "integer",
            "format": "int32",
            "example": 20210320,
            "description": "Patent publication date as integer in yyyyMMdd format"
          },
          "score": {
            "type": "number",
            "format": "double",
            "example": 0.875770605053453,
            "description": "Similarity score ranging from 0 to 1, higher score indicates higher similarity with user image"
          },
          "title": {
            "type": "string",
            "example": "Inflatable Santa",
            "description": "Patent title"
          },
          "img_id": {
            "type": "string",
            "example": "USD1055174-D00000_ABST",
            "description": "Patent image identifier for retrieving patent images"
          },
          "url_120": {
            "type": "string",
            "example": "https://example.com/patent/images/thumb/0001747893000002_120.jpg",
            "description": "Thumbnail URL address of patent image (120px)"
          },
          "inventor": {
            "type": "string",
            "example": "张三;李四",
            "description": "Inventor name(s), multiple inventors separated by semicolon"
          },
          "authority": {
            "type": "string",
            "example": "US",
            "description": "Authority/country code, indicating the country or region where the patent is granted"
          },
          "loc_match": {
            "type": "integer",
            "format": "int32",
            "example": 1,
            "description": "LOC classification match indicator: 1-matched, 0-not matched"
          },
          "patent_id": {
            "type": "string",
            "example": "3fad2c19-8d3d-4f72-b5ae-f2de96787bc0",
            "description": "Unique patent identifier"
          },
          "patent_pn": {
            "type": "string",
            "example": "USD1055174S1",
            "description": "Patent publication number"
          },
          "rrf_score": {
            "type": "number",
            "format": "double",
            "example": 0.030158730158730156,
            "description": "RRF fusion score, combining traditional search and AI rerank scores"
          },
          "risk_level": {
            "type": "string",
            "example": "High",
            "description": "Risk level: High, Medium, or Low"
          },
          "rerank_rank": {
            "type": "integer",
            "format": "int32",
            "example": 10,
            "description": "Rank in AI reranking results (starting from 1)"
          },
          "rerank_score": {
            "type": "number",
            "format": "double",
            "example": 55,
            "description": "Similarity score from AI reranking"
          },
          "current_assignee": {
            "type": "string",
            "example": "某某科技有限公司",
            "description": "Current assignee name"
          },
          "traditional_rank": {
            "type": "integer",
            "format": "int32",
            "example": 3,
            "description": "Rank in traditional image search results (starting from 1)"
          },
          "original_assignee": {
            "type": "string",
            "example": "某某科技有限公司",
            "description": "Original assignee name"
          },
          "traditional_score": {
            "type": "number",
            "format": "double",
            "example": 0.875770605053453,
            "description": "Similarity score from traditional image search"
          }
        },
        "required": [
          "score",
          "title",
          "img_id",
          "authority",
          "patent_id",
          "patent_pn",
          "rrf_score",
          "rerank_rank",
          "rerank_score",
          "traditional_rank",
          "traditional_score"
        ]
      },
      "AI39-2ImageSearchReport_ImageRRFFusionResponse": {
        "type": "object",
        "properties": {
          "k_value": {
            "type": "integer",
            "format": "int32",
            "example": 60,
            "description": "k parameter value for RRF fusion algorithm, used to adjust fusion weights"
          },
          "rerank_count": {
            "type": "integer",
            "format": "int32",
            "example": 200,
            "description": "Number of results returned by AI reranking"
          },
          "patent_messages": {
            "type": "array",
            "example": [
              {
                "loc": [
                  "21-01"
                ],
                "apno": "US29/961259",
                "score": 0.875770605053453,
                "title": "Inflatable Santa",
                "img_id": "USD1055174-D00000_ABST",
                "loc_match": 1,
                "patent_id": "3fad2c19-8d3d-4f72-b5ae-f2de96787bc0",
                "patent_pn": "USD1055174S1",
                "rrf_score": 0.030158730158730156,
                "risk_level": "High",
                "rerank_rank": 10,
                "rerank_score": 55,
                "traditional_rank": 3,
                "traditional_score": 0.875770605053453
              }
            ],
            "description": "List of patent results after fusion, combining traditional search and AI rerank results",
            "items": {
              "$ref": "#/components/schemas/AI39-2ImageSearchReport_RRF融合结果"
            }
          },
          "traditional_count": {
            "type": "integer",
            "format": "int32",
            "example": 200,
            "description": "Number of results returned by traditional image search"
          }
        },
        "required": [
          "k_value",
          "rerank_count",
          "patent_messages",
          "traditional_count"
        ]
      },
      "AI39-2ImageSearchReport_AppearanceAntiInfringementResponse": {
        "type": "object",
        "properties": {
          "report": {
            "$ref": "#/components/schemas/AI39-2ImageSearchReport_ImageSimilarReportResponseV2"
          },
          "task_id": {
            "type": "string",
            "example": "a1b2c3d4-e5f6-7890-abcd-ef1234567890",
            "description": "Unique task identifier"
          },
          "task_status": {
            "type": "integer",
            "format": "int32",
            "example": 2,
            "description": "Task Status (1: running, 2: success, 3: failed)"
          },
          "patent_messages": {
            "$ref": "#/components/schemas/AI39-2ImageSearchReport_ImageSimilarSearchData"
          },
          "rrffusion_response": {
            "$ref": "#/components/schemas/AI39-2ImageSearchReport_ImageRRFFusionResponse"
          },
          "line_drawing_base64": {
            "type": "string",
            "example": "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAADUlEQVR42mNk+M9QDwADhgGAWjR9awAAAABJRU5ErkJggg==",
            "description": "Base64 encoded string of line drawing image"
          }
        },
        "required": [
          "task_id",
          "task_status"
        ]
      },
      "AI39-2ImageSearchReportResponse": {
        "type": "object",
        "properties": {
          "data": {
            "$ref": "#/components/schemas/AI39-2ImageSearchReport_AppearanceAntiInfringementResponse"
          },
          "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"
        ]
      },
      "AI39-2ImageSearchReportRequest": {
        "type": "object",
        "properties": {
          "task_id": {
            "type": "string",
            "example": "80d440b7-80a5-4233-a75f-ab72b0885c88",
            "description": "Unique task identifier, returned by submit task API"
          }
        },
        "required": [
          "task_id"
        ]
      },
      "AI73-1FindSolutionSubmit_AsyncTaskIdResponse": {
        "type": "object",
        "properties": {
          "task_id": {
            "type": "string",
            "example": "80d440b7-80a5-4233-a75f-ab72b0885c88",
            "description": "Unique task identifier for subsequent polling to get task results"
          }
        },
        "required": [
          "task_id"
        ]
      },
      "AI73-1FindSolutionSubmitResponse": {
        "type": "object",
        "properties": {
          "data": {
            "$ref": "#/components/schemas/AI73-1FindSolutionSubmit_AsyncTaskIdResponse"
          },
          "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"
        ]
      },
      "AI73-1FindSolutionSubmitRequest": {
        "type": "object",
        "properties": {
          "input": {
            "type": "string",
            "example": "如何在不影响高温高湿环境下稳定性的前提下，改善氧化锌防晒霜的UVA防护效果，同时避免油腻残留？",
            "description": "Input problem description"
          },
          "lang": {
            "type": "string",
            "example": "cn",
            "description": "Language (cn/en)"
          }
        },
        "required": [
          "input",
          "lang"
        ]
      },
      "AI35-3TechSolutionUpdate_AsyncTaskIdResponse": {
        "type": "object",
        "properties": {
          "task_id": {
            "type": "string",
            "example": "80d440b7-80a5-4233-a75f-ab72b0885c88",
            "description": "Task id"
          }
        }
      },
      "AI35-3TechSolutionUpdateResponse": {
        "type": "object",
        "properties": {
          "data": {
            "$ref": "#/components/schemas/AI35-3TechSolutionUpdate_AsyncTaskIdResponse"
          },
          "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"
        ]
      },
      "AI35-3TechSolutionUpdateRequest": {
        "type": "object",
        "properties": {
          "task_id": {
            "type": "string",
            "example": "80d440b7-80a5-4233-a75f-ab72b0885c88",
            "description": "Task id"
          },
          "tech_solution": {
            "type": "string",
            "example": "具有图像识别能力的电话机，包括电话、与电话链接的摄像装置，至少包括一个用于控制与电话链接的摄像装置工作的命令，根据摄取的图像信息获取该图像信息源的文字信息，并将文字信息显示在电话显示器上。电话机通过电路算法首先得到地址，再通过该地址从相关显示器的网络数据库得到文字信息。",
            "description": "Tech Solution"
          }
        },
        "required": [
          "task_id"
        ]
      },
      "AI73-8FindSolutionImplementation_AsyncTaskIdResponse": {
        "type": "object",
        "properties": {
          "task_id": {
            "type": "string",
            "example": "80d440b7-80a5-4233-a75f-ab72b0885c88",
            "description": "Unique task identifier for subsequent polling to get task results"
          }
        },
        "required": [
          "task_id"
        ]
      },
      "AI73-8FindSolutionImplementationResponse": {
        "type": "object",
        "properties": {
          "data": {
            "$ref": "#/components/schemas/AI73-8FindSolutionImplementation_AsyncTaskIdResponse"
          },
          "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"
        ]
      },
      "AI73-8FindSolutionImplementationRequest": {
        "type": "object",
        "properties": {
          "board_id": {
            "type": "string",
            "example": "d12fcd63d27028b88a73168d5bca44d5",
            "description": "Board ID"
          },
          "node_id": {
            "type": "string",
            "example": "node123456",
            "description": "Node ID"
          },
          "task_id": {
            "type": "string",
            "example": "d12fcd63d27028b88a73168d5bca44d5",
            "description": "Task ID"
          }
        },
        "required": [
          "board_id",
          "node_id",
          "task_id"
        ]
      },
      "AI73-5FindSolutionMind_OrgInfo": {
        "type": "object",
        "properties": {
          "id": {
            "type": "string",
            "example": "37e3e5a882bc2bfd36fbc3754171e311",
            "description": "Organization ID"
          },
          "logo": {
            "type": "string",
            "example": "https://filecdn.shuidi.cn/img/upload/images_logo/b1/50/9d/b1509dfe5b2ac787dbe2d5e0753d6f00.png/0x0.png",
            "description": "Logo icon"
          },
          "name": {
            "type": "string",
            "example": "武汉数博科技有限责任公司",
            "description": "Organization name"
          },
          "site": {
            "type": "string",
            "example": "www.qhhry.com",
            "description": "Site information"
          },
          "name_cn": {
            "type": "string",
            "example": "武汉数博科技有限责任公司",
            "description": "Chinese name"
          },
          "name_en": {
            "type": "string",
            "example": "Dnect",
            "description": "English name"
          },
          "website": {
            "type": "string",
            "example": "http://www.qhhry.com",
            "description": "Organization website"
          },
          "state_id": {
            "type": "string",
            "example": "80cd8682-4344-3436-88b9-cfba03d34b78",
            "description": "State/Province ID"
          },
          "entity_id": {
            "type": "string",
            "example": "37e3e5a882bc2bfd36fbc3754171e311",
            "description": "Entity ID"
          },
          "country_id": {
            "type": "string",
            "example": "5a365096-b2a6-31cb-acdf-1de1f5ab3abe",
            "description": "Country ID"
          },
          "state_name": {
            "type": "string",
            "example": "湖北省",
            "description": "State/Province name"
          },
          "entity_type": {
            "type": "string",
            "example": "Company",
            "description": "Entity type"
          },
          "country_name": {
            "type": "string",
            "example": "中国",
            "description": "Country name"
          },
          "display_name": {
            "type": "string",
            "example": "武汉数博科技有限责任公司",
            "description": "Display name"
          },
          "founded_date": {
            "type": "integer",
            "format": "int32",
            "example": 20160722,
            "description": "Founded date"
          },
          "normalized_id": {
            "type": "string",
            "example": "8adef1df2dc299c10291a4a610a69068",
            "description": "Normalized ID"
          },
          "normalized_logo": {
            "type": "string",
            "example": "https://filecdn.shuidi.cn/img/upload/images_logo/c7/0c/34/c70c34f6c211298e8d563c49df7706f4.png/0x0.png",
            "description": "Normalized logo"
          },
          "normalized_name": {
            "type": "string",
            "example": "武汉数博科技有限责任公司",
            "description": "Normalized organization name"
          },
          "normalized_display_name": {
            "type": "string",
            "example": "Chang'an University",
            "description": "Normalized display name"
          },
          "normalized_entity_type_en": {
            "type": "string",
            "example": "Company",
            "description": "Normalized entity type in English"
          }
        }
      },
      "AI73-5FindSolutionMind_EurekaMindDataReference": {
        "type": "object",
        "properties": {
          "pn": {
            "type": "string",
            "example": "CN116026514A",
            "description": "Patent number or publication number"
          },
          "apd": {
            "type": "string",
            "example": "29 Mar 2023",
            "description": "Application date or applied date"
          },
          "pbd": {
            "type": "string",
            "example": "2019-08-12",
            "description": "Publication date or published date"
          },
          "title": {
            "type": "string",
            "example": "Surgical clamp-oriented six-dimensional force sensor and nonlinear decoupling and fault-tolerant method",
            "description": "Solution title"
          },
          "content": {
            "type": "string",
            "example": "By combining the elastic deformation module and fiber grating in the laparoscopic surgical clamp, and using the extreme learning machine model and the seagull algorithm, high-precision six-dimensional force and torque detection is achieved, which solves the problem of poor biocompatibility and vulnerability of sensors in the existing technology. The problem of electromagnetic interference improves the success rate and safety of surgery.",
            "description": "Detailed content description of the solution"
          },
          "org_info": {
            "type": "array",
            "example": [
              {
                "id": "c2622ff840571e887a776e07b192ee06",
                "logo": "https://filecdn.shuidi.cn/img/upload/images_logo/29/ea/39/29ea39ecfa47783e58f4e2bf86451aef.png/0x0.png",
                "name": "Wuhan University of Technology",
                "site": "www.whut.edu.cn",
                "name_cn": "武汉理工大学",
                "name_en": "Wuhan University of Technology",
                "website": "http://www.whut.edu.cn",
                "state_id": "80cd8682-4344-3436-88b9-cfba03d34b78",
                "entity_id": "c2622ff840571e887a776e07b192ee06",
                "country_id": "5a365096-b2a6-31cb-acdf-1de1f5ab3abe",
                "state_name": "Hubei Sheng",
                "description": "Wuhan University of Technology (WUT or WHUT), located in Wuchang District and Luonan Subdistrict, Hongshan District in Wuhan, Hubei, China, was merged on May 27, 2000, from three universities: Wuhan University of Technology (established in 1948), Wuhan Transportation University (established in 1946) and Wuhan Automotive Polytechnic University (established in 1958). WUT is one of the leading Chinese universities accredited by the Ministry of Education and one of the universities constructed in priority by the \"State Project 211\" for Chinese higher education institutions. It is also a Chinese Ministry of Education Double First Class Discipline University, with Double First Class status in certain disciplines.",
                "entity_type": "Education",
                "country_name": "China",
                "display_name": "Wuhan University of Technology",
                "founded_date": 19480101,
                "headquarters": {
                  "state": "湖北省",
                  "country": "中国",
                  "location": "湖北省武汉市洪山区珞狮路122号"
                },
                "normalized_name": "WUHAN UNIV OF TECH",
                "original_address": {
                  "state": "湖北省",
                  "country": "中国",
                  "location": "湖北省武汉市洪山区珞狮路122号"
                },
                "normalized_entity_type_en": "Education"
              }
            ],
            "description": "List of related organization information",
            "items": {
              "$ref": "#/components/schemas/AI73-5FindSolutionMind_OrgInfo"
            }
          },
          "solution_id": {
            "type": "string",
            "example": "83d60b08-83e9-4d17-9b57-955290e53b1e",
            "description": "Unique identifier of the solution"
          },
          "solution_type": {
            "type": "string",
            "example": "PATENT",
            "description": "Solution type, such as PATENT or PAPER"
          }
        }
      },
      "AI73-5FindSolutionMind_EurekaMindCellData": {
        "type": "object",
        "properties": {
          "initd": {
            "type": "boolean",
            "example": true,
            "description": "Whether it has been initialized"
          },
          "order": {
            "type": "string",
            "example": 1,
            "description": "Node sorting number, used to identify the level of the node in the mind map"
          },
          "status": {
            "type": "string",
            "example": "success",
            "description": "Node status, such as success indicating successful generation"
          },
          "node_id": {
            "type": "string",
            "example": "4e2660fb9e04166b28b835c4d46c5bd1",
            "description": "Unique identifier of the node"
          },
          "route_id": {
            "type": "string",
            "example": "4e2660fb9e04166b28b835c4d46c5bd1",
            "description": "Route identifier, associated with the parent node"
          },
          "reference": {
            "type": "array",
            "example": [
              {
                "PN": "CN116026514A",
                "APD": "29 Mar 2023",
                "PBD": "",
                "TITLE": "Surgical clamp-oriented six-dimensional force sensor and nonlinear decoupling and fault-tolerant method",
                "CONTENT": "By combining the elastic deformation module and fiber grating in the laparoscopic surgical clamp, and using the extreme learning machine model and the seagull algorithm, high-precision six-dimensional force and torque detection is achieved, which solves the problem of poor biocompatibility and vulnerability of sensors in the existing technology. The problem of electromagnetic interference improves the success rate and safety of surgery.",
                "ORG_INFO": [
                  {
                    "id": "c2622ff840571e887a776e07b192ee06",
                    "logo": "https://filecdn.shuidi.cn/img/upload/images_logo/29/ea/39/29ea39ecfa47783e58f4e2bf86451aef.png/0x0.png",
                    "name": "Wuhan University of Technology",
                    "site": "www.whut.edu.cn",
                    "name_cn": "武汉理工大学",
                    "name_en": "Wuhan University of Technology",
                    "website": "http://www.whut.edu.cn",
                    "state_id": "80cd8682-4344-3436-88b9-cfba03d34b78",
                    "entity_id": "c2622ff840571e887a776e07b192ee06",
                    "country_id": "5a365096-b2a6-31cb-acdf-1de1f5ab3abe",
                    "state_name": "Hubei Sheng",
                    "description": "Wuhan University of Technology (WUT or WHUT), located in Wuchang District and Luonan Subdistrict, Hongshan District in Wuhan, Hubei, China, was merged on May 27, 2000, from three universities: Wuhan University of Technology (established in 1948), Wuhan Transportation University (established in 1946) and Wuhan Automotive Polytechnic University (established in 1958). WUT is one of the leading Chinese universities accredited by the Ministry of Education and one of the universities constructed in priority by the \"State Project 211\" for Chinese higher education institutions. It is also a Chinese Ministry of Education Double First Class Discipline University, with Double First Class status in certain disciplines.",
                    "entity_type": "Education",
                    "country_name": "China",
                    "display_name": "Wuhan University of Technology",
                    "founded_date": 19480101,
                    "headquarters": {
                      "state": "湖北省",
                      "country": "中国",
                      "location": "湖北省武汉市洪山区珞狮路122号"
                    },
                    "normalized_name": "WUHAN UNIV OF TECH",
                    "original_address": {
                      "state": "湖北省",
                      "country": "中国",
                      "location": "湖北省武汉市洪山区珞狮路122号"
                    },
                    "normalized_entity_type_en": "Education"
                  }
                ],
                "SOLUTION_ID": "83d60b08-83e9-4d17-9b57-955290e53b1e",
                "SOLUTION_TYPE": "PATENT"
              },
              {
                "PN": "",
                "APD": "",
                "PBD": "2019-08-12",
                "TITLE": "Ultraminiature and Flexible Sensor Based on Interior Corner Flow for Direct Pressure Sensing in Biofluids",
                "CONTENT": "<jats:title>Abstract</jats:title><jats:p>Conventional pressure sensing devices are well developed for either indirect evaluation or internal measuring of fluid pressure over millimeter scale. Whereas, specialized pressure sensors that can directly work in various liquid environments at micrometer scale remain challenging and rarely explored, but are of great importance in many biomedical applications. Here, pressure sensor technology that utilizes capillary action to self‐assemble the pressure‐sensitive element is introduced. Sophisticated control of capillary flow, tunable sensitivity to liquid pressure in various mediums, and multiple transduction modes are realized in a polymer device, which is also flexible (thickness of 8 µm), ultraminiature (effective volume of 18 × 100 × 580 µm<jats:sup>3</jats:sup>), and transparent, enabling the sensor to work in some extreme situations, such as in narrow inner spaces (e.g., a microchannel of 220 µm in width and 100 µm in height), or on the surface of small objects (e.g., a 380 µm diameter needle). Potential applications of this sensor include disposables for in vivo and short‐term measurements.</jats:p>",
                "ORG_INFO": [],
                "SOLUTION_ID": "fcebd80d-19ce-3b6c-9bc7-f2ee3a0be021",
                "SOLUTION_TYPE": "PAPER"
              }
            ],
            "description": "Reference list, including related patents, papers and other reference materials",
            "items": {
              "$ref": "#/components/schemas/AI73-5FindSolutionMind_EurekaMindDataReference"
            }
          },
          "sys_title": {
            "type": "string",
            "example": "通过传感器微型化与集成优化增强腹腔镜对细微力变化的感知能力",
            "description": "System-generated title"
          },
          "innovation": {
            "type": "integer",
            "format": "int32",
            "example": 1,
            "description": "Innovation level, the higher the value, the higher the degree of innovation"
          },
          "route_name": {
            "type": "string",
            "example": "通过传感器微型化与集成优化增强腹腔镜对细微力变化的感知能力",
            "description": "Route name, the title of the parent node"
          },
          "sys_content": {
            "type": "string",
            "example": "基于<strong>压电薄膜传感技术</strong>，设计一种集成于腹腔镜前端的力反馈系统。采用PVDF压电薄膜传感器（厚度仅8μm，有效体积18×100×580μm³），通过电荷放大器将微弱力信号转化为电压信号，实现0.01N级别高精度力检测。传感器采用柔性印刷电路(FPC)技术制造，确保在湿润环境中稳定工作。信号经四阶Butterworth低通滤波器处理后，通过16位模数转换器数字化，实现<10ms的响应时间。系统在腹腔镜前端形成一个不超过2mm厚的感应层，能够精确检测0.01-5N范围内的接触力，并通过无线传输模块将力信息实时反馈至操作手柄，帮助医生精确感知组织接触力度，提高手术安全性。",
            "description": "System-generated content, including detailed description of technical solutions"
          },
          "improvements": {
            "type": "array",
            "example": [
              "本发明的力反馈机构能够更加直观、精准地模拟手术过程，提高训练者的训练效果，同时结构简单、操作便利，生产成本低。<mind-ref-tip data-node-id=\"7a465947259619d0314c588fc93b87c1\" data-ref-id=\"81e454d3-c795-4c81-8dae-d4a509fb8618\" >1</mind-ref-tip>",
              "仿真练习器械通过力反馈装置获取旋转角度和直线位移参数，克服机械结构限制，提高手术训练效果。<mind-ref-tip data-node-id=\"7a465947259619d0314c588fc93b87c1\" data-ref-id=\"be9143a0-ae7c-40ce-90ca-4bebcb861d29\" >2</mind-ref-tip>"
            ],
            "description": "List of improvement suggestions, including improvement suggestions for the solution"
          },
          "tech_version": {
            "type": "string",
            "example": 2,
            "description": "Technology version number"
          },
          "sys_sub_content": {
            "type": "string",
            "example": "【核心矛盾】在腹腔镜有限空间内集成高精度力反馈系统，既要保证力反馈精度和实时性，又不能显著增加器械重量和体积",
            "description": "System sub-content, supplementary description of core contradictions and other information"
          }
        }
      },
      "AI73-5FindSolutionMind_EurekaMindSize": {
        "type": "object",
        "properties": {
          "width": {
            "type": "integer",
            "format": "int32",
            "example": 300,
            "description": "Width of the node (pixels)"
          },
          "height": {
            "type": "integer",
            "format": "int32",
            "example": 64,
            "description": "Height of the node (pixels)"
          }
        }
      },
      "AI73-5FindSolutionMind_EurekaMindCellReference": {
        "type": "object",
        "properties": {
          "cell": {
            "type": "string",
            "example": "0f26fa4e9305ef86db199ba4d116f233",
            "description": "Unique identifier of the referenced node"
          }
        },
        "required": [
          "cell"
        ]
      },
      "AI73-5FindSolutionMind_EurekaMindPosition": {
        "type": "object",
        "properties": {
          "x": {
            "type": "integer",
            "format": "int32",
            "example": 370,
            "description": "X coordinate of the node on the canvas"
          },
          "y": {
            "type": "integer",
            "format": "int32",
            "example": 132,
            "description": "Y coordinate of the node on the canvas"
          }
        }
      },
      "AI73-5FindSolutionMind_EurekaMindCell": {
        "type": "object",
        "properties": {
          "id": {
            "type": "string",
            "example": "0f26fa4e9305ef86db199ba4d116f233",
            "description": "Unique identifier of the node"
          },
          "data": {
            "$ref": "#/components/schemas/AI73-5FindSolutionMind_EurekaMindCellData"
          },
          "size": {
            "$ref": "#/components/schemas/AI73-5FindSolutionMind_EurekaMindSize"
          },
          "view": {
            "type": "string",
            "example": "vue-shape-view",
            "description": "View type, defining how the node is rendered"
          },
          "shape": {
            "type": "string",
            "example": "idea-node",
            "description": "Node shape type, such as idea-node, solution-node, default-edge, etc."
          },
          "source": {
            "$ref": "#/components/schemas/AI73-5FindSolutionMind_EurekaMindCellReference"
          },
          "target": {
            "$ref": "#/components/schemas/AI73-5FindSolutionMind_EurekaMindCellReference"
          },
          "z_index": {
            "type": "integer",
            "format": "int32",
            "example": 1000,
            "description": "Layer index of the node on the Z-axis"
          },
          "position": {
            "$ref": "#/components/schemas/AI73-5FindSolutionMind_EurekaMindPosition"
          }
        }
      },
      "AI73-5FindSolutionMind_EurekaMindData": {
        "type": "object",
        "properties": {
          "cells": {
            "type": "array",
            "example": {
              "type": "MIND",
              "cells": [
                {
                  "id": "e5c1c262-5d1d-45a4-9f6a-d4b90514bf25",
                  "attrs": {
                    "line": {
                      "style": {
                        "animation": ""
                      }
                    }
                  },
                  "shape": "default-edge",
                  "source": {
                    "cell": "0f26fa4e9305ef86db199ba4d116f233"
                  },
                  "target": {
                    "cell": "4e2660fb9e04166b28b835c4d46c5bd1"
                  },
                  "z_index": 0
                },
                {
                  "id": "535c6080-37a8-4252-ba34-738d2d5d1716",
                  "attrs": {
                    "line": {
                      "style": {
                        "animation": ""
                      }
                    }
                  },
                  "shape": "default-edge",
                  "source": {
                    "cell": "4e2660fb9e04166b28b835c4d46c5bd1"
                  },
                  "target": {
                    "cell": "71121cc602c29ef51f1852fa1ed19492"
                  },
                  "z_index": 0
                },
                {
                  "id": "864b87cd-11db-46d4-8c17-4fd56218ca34",
                  "attrs": {
                    "line": {
                      "style": {
                        "animation": ""
                      }
                    }
                  },
                  "shape": "default-edge",
                  "source": {
                    "cell": "4e2660fb9e04166b28b835c4d46c5bd1"
                  },
                  "target": {
                    "cell": "f13c9db921f402cc7efeb921397bd7c3"
                  },
                  "z_index": 0
                },
                {
                  "id": "58c6faf6-a00b-4afe-b28c-bac292d36b97",
                  "attrs": {
                    "line": {
                      "style": {
                        "animation": ""
                      }
                    }
                  },
                  "shape": "default-edge",
                  "source": {
                    "cell": "0f26fa4e9305ef86db199ba4d116f233"
                  },
                  "target": {
                    "cell": "b72668368698fc1e332c74f62e31caa5"
                  },
                  "z_index": 0
                },
                {
                  "id": "7062f430-12f2-465c-9375-63bc7ef696a3",
                  "attrs": {
                    "line": {
                      "style": {
                        "animation": ""
                      }
                    }
                  },
                  "shape": "default-edge",
                  "source": {
                    "cell": "b72668368698fc1e332c74f62e31caa5"
                  },
                  "target": {
                    "cell": "a8fdf0d8af4c634b71b19afcce4bd42a"
                  },
                  "z_index": 0
                },
                {
                  "id": "e962c969-2f74-41a2-872b-3f6ed3bfd90d",
                  "attrs": {
                    "line": {
                      "style": {
                        "animation": ""
                      }
                    }
                  },
                  "shape": "default-edge",
                  "source": {
                    "cell": "0f26fa4e9305ef86db199ba4d116f233"
                  },
                  "target": {
                    "cell": "3e7c78a117853517f893b41e167e1c9d"
                  },
                  "z_index": 0
                },
                {
                  "id": "60b347e5-8cd1-4325-bcf4-acdcd6182046",
                  "attrs": {
                    "line": {
                      "style": {
                        "animation": ""
                      }
                    }
                  },
                  "shape": "default-edge",
                  "source": {
                    "cell": "3e7c78a117853517f893b41e167e1c9d"
                  },
                  "target": {
                    "cell": "c0b732846225a57790f5b6f533eae3b1"
                  },
                  "z_index": 0
                },
                {
                  "id": "e2186f9b-37e4-4828-8493-13a44a4c48b6",
                  "attrs": {
                    "line": {
                      "style": {
                        "animation": ""
                      }
                    }
                  },
                  "shape": "default-edge",
                  "source": {
                    "cell": "3e7c78a117853517f893b41e167e1c9d"
                  },
                  "target": {
                    "cell": "0277ee10684875e3bdceefe937fcad7d"
                  },
                  "z_index": 0
                },
                {
                  "id": "88382890-deed-4420-bbd8-c59bb9b1a9c5",
                  "attrs": {
                    "line": {
                      "style": {
                        "animation": ""
                      }
                    }
                  },
                  "shape": "default-edge",
                  "source": {
                    "cell": "b72668368698fc1e332c74f62e31caa5"
                  },
                  "target": {
                    "cell": "601ad6e604f36b1d3c3690ef512d21f1"
                  },
                  "z_index": 0
                },
                {
                  "id": "6123bb6d-18c1-4bd5-9e02-f87bdb84a4ad",
                  "attrs": {
                    "line": {
                      "style": {
                        "animation": ""
                      }
                    }
                  },
                  "shape": "default-edge",
                  "source": {
                    "cell": "4e2660fb9e04166b28b835c4d46c5bd1"
                  },
                  "target": {
                    "cell": "531f9a6c0c952368f1a530bac64c005b"
                  },
                  "z_index": 0
                },
                {
                  "id": "36ca5f7e-67d7-4726-90aa-c93e64623061",
                  "attrs": {
                    "line": {
                      "style": {
                        "animation": ""
                      }
                    }
                  },
                  "shape": "default-edge",
                  "source": {
                    "cell": "b72668368698fc1e332c74f62e31caa5"
                  },
                  "target": {
                    "cell": "9850956f70784395ed2a9b9450c5421d"
                  },
                  "z_index": 0
                },
                {
                  "id": "44b4d559-6d46-4520-b4a0-7c5722b57e68",
                  "attrs": {
                    "line": {
                      "style": {
                        "animation": ""
                      }
                    }
                  },
                  "shape": "default-edge",
                  "source": {
                    "cell": "3e7c78a117853517f893b41e167e1c9d"
                  },
                  "target": {
                    "cell": "7a465947259619d0314c588fc93b87c1"
                  },
                  "z_index": 0
                },
                {
                  "id": "0f26fa4e9305ef86db199ba4d116f233",
                  "data": {
                    "initd": true,
                    "order": "1",
                    "status": "success",
                    "sys_content": "如何在腹腔镜中安装模拟内脏力反馈的装置，使外科医生能够实时感知器械与内脏组织接触的力度（0.1-5N范围），同时满足微创手术的空间限制（5-12mm直径）、湿润环境适应性、低延迟要求（<10ms）和操作自然性？需要解决传感器微型化与高精度间的矛盾，以及在有限空间内实现力信息的采集、传输和反馈的技术挑战。",
                    "tech_version": "2"
                  },
                  "size": {
                    "width": 300,
                    "height": 64
                  },
                  "view": "vue-shape-view",
                  "shape": "idea-node",
                  "z_index": 1000,
                  "position": {
                    "x": 0,
                    "y": 132
                  }
                }
              ],
              "title": "如何在腹腔镜中安装模拟内脏力反馈的装置，使外科医生能够实时感知器械与内脏组织接触的力度（0.1-5N范围），同时满足微创手术的空间限制（5-12mm直径）、湿润环境适应性、低延迟要求（<10ms）和操作自然性？需要解决传感器微型化与高精度间的矛盾，以及在有限空间内实现力信息的采集、传输和反馈的技术挑战。",
              "tech_version": "2"
            },
            "description": "Mind map cell list, containing all nodes and connection line information",
            "items": {
              "$ref": "#/components/schemas/AI73-5FindSolutionMind_EurekaMindCell"
            }
          },
          "title": {
            "type": "string",
            "example": "如何在腹腔镜中安装模拟内脏力反馈的装置",
            "description": "Mind map title, describing the problem or topic"
          }
        },
        "required": [
          "cells",
          "title"
        ]
      },
      "AI73-5FindSolutionMind_FindSolutionResultResponseV3": {
        "type": "object",
        "properties": {
          "status": {
            "type": "string",
            "example": "SUCCEED",
            "description": "Return status value（SUCCEED,RUNNING,FAILED）"
          },
          "solution": {
            "$ref": "#/components/schemas/AI73-5FindSolutionMind_EurekaMindData"
          }
        }
      },
      "AI73-5FindSolutionMindResponse": {
        "type": "object",
        "properties": {
          "data": {
            "$ref": "#/components/schemas/AI73-5FindSolutionMind_FindSolutionResultResponseV3"
          },
          "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"
        ]
      },
      "AI73-5FindSolutionMindRequest": {
        "type": "object",
        "properties": {
          "task_id": {
            "type": "string",
            "example": "80d440b7-80a5-4233-a75f-ab72b0885c88",
            "description": "Unique task identifier, returned by submit task API"
          }
        },
        "required": [
          "task_id"
        ]
      },
      "AI73-6FindSolutionCitationReferenceList_TechMindReferenceListResponse": {
        "type": "object",
        "properties": {
          "page": {
            "type": "integer",
            "format": "int32",
            "example": 1,
            "description": "Current page number"
          },
          "limit": {
            "type": "integer",
            "format": "int32",
            "example": 20,
            "description": "Number of items per page"
          },
          "total": {
            "type": "integer",
            "format": "int64",
            "example": 10,
            "description": "Total number of records"
          },
          "records": {
            "type": "array",
            "example": [
              {
                "PBD": "2017-03-09",
                "TITLE": "紫外线稳定和超疏水的木材表面",
                "CONTENT": "使用二氧化钛或氧化锌纳米棒阵列和疏水性分子对木材进行原位处理",
                "ORG_INFO": [
                  {
                    "id": "945956249e10c1831d599c51540e5349",
                    "display_name": "瑞士蘇黎世聯邦理工學院"
                  }
                ],
                "SOLUTION_ID": "1070a534-ef1e-443d-8d90-7305e543a6ff",
                "SOLUTION_TYPE": "PATENT"
              }
            ],
            "description": "List of reference records",
            "items": {
              "$ref": "#/components/schemas/AI73-6FindSolutionCitationReferenceList_Map«string,object»"
            }
          },
          "has_next": {
            "type": "boolean",
            "example": false,
            "description": "Whether there is a next page"
          },
          "has_previous": {
            "type": "boolean",
            "example": false,
            "description": "Whether there is a previous page"
          }
        }
      },
      "AI73-6FindSolutionCitationReferenceListResponse": {
        "type": "object",
        "properties": {
          "data": {
            "$ref": "#/components/schemas/AI73-6FindSolutionCitationReferenceList_TechMindReferenceListResponse"
          },
          "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"
        ]
      },
      "AI73-6FindSolutionCitationReferenceListRequest": {
        "type": "object",
        "properties": {
          "board_id": {
            "type": "string",
            "example": "d12fcd63d27028b88a73168d5bca44d5",
            "description": "Board ID"
          },
          "limit": {
            "type": "integer",
            "format": "int32",
            "example": 10,
            "description": "Page Size"
          },
          "node_id": {
            "type": "string",
            "example": "node123456",
            "description": "Node ID"
          },
          "page": {
            "type": "integer",
            "format": "int32",
            "example": 1,
            "description": "Page Number"
          },
          "task_id": {
            "type": "string",
            "example": "d12fcd63d27028b88a73168d5bca44d5",
            "description": "Task ID"
          }
        },
        "required": [
          "board_id",
          "node_id",
          "task_id"
        ]
      },
      "AI35-4FeatureExtract_NoveltySearchFeatureExtractDataDTO": {
        "type": "object",
        "properties": {
          "selected": {
            "type": "boolean",
            "example": true,
            "description": "Selected"
          },
          "user_add": {
            "type": "boolean",
            "example": false,
            "description": "User added"
          },
          "feature_num": {
            "type": "string",
            "example": "F1",
            "description": "Feature number"
          },
          "feature_text": {
            "type": "string",
            "example": "具有图像识别能力的电话机",
            "description": "Feature text"
          },
          "feature_weight": {
            "type": "string",
            "example": "topic",
            "description": "Feature weight"
          },
          "feature_elements": {
            "type": "string",
            "example": "电话机, 图像识别能力",
            "description": "Feature elements"
          },
          "feature_function": {
            "type": "string",
            "example": "提供一种能够实现图像信息采集、文字识别及信息获取功能的电话机整体结构",
            "description": "Feature function"
          },
          "feature_text_original": {
            "type": "string",
            "example": "具有图像识别能力的电话机",
            "description": "Original feature text"
          },
          "feature_weight_reason": {
            "type": "string",
            "example": "本技术方案的主题名称，明确保护对象为具有图像识别能力的电话机",
            "description": "Feature weight reason"
          }
        }
      },
      "AI35-4FeatureExtract_NoveltySearchFeatureExtractResDTO": {
        "type": "object",
        "properties": {
          "data": {
            "type": "array",
            "example": [
              {
                "selected": true,
                "user_add": false,
                "feature_num": "F1",
                "feature_weight": "topic",
                "feature_elements": "电话机, 图像识别能力",
                "feature_function": "提供一种能够实现图像信息采集、文字识别及信息获取功能的电话机整体结构",
                "feature_text_original": "具有图像识别能力的电话机",
                "feature_weight_reason": "本技术方案的主题名称，明确保护对象为具有图像识别能力的电话机"
              },
              {
                "selected": true,
                "user_add": false,
                "feature_num": "F1.1",
                "feature_weight": "core",
                "feature_elements": "电话, 摄像装置, 链接关系",
                "feature_function": "通过在电话机中集成摄像装置，实现电话机对外部图像信息的采集",
                "feature_text_original": "包括电话、与电话链接的摄像装置",
                "feature_weight_reason": "现有电话机通常不具备与摄像装置链接的结构，属于本方案为实现图像采集功能而新增的结构"
              },
              {
                "selected": true,
                "user_add": false,
                "feature_num": "F1.2",
                "feature_weight": "core",
                "feature_elements": "命令, 摄像装置, 控制",
                "feature_function": "通过命令控制摄像装置的工作，实现电话机对图像采集过程的自动化管理",
                "feature_text_original": "至少包括一个用于控制与电话链接的摄像装置工作的命令",
                "feature_weight_reason": "现有电话机未涉及通过命令控制外部摄像装置工作的功能，属于本方案为实现自动化图像采集新增的控制手段"
              },
              {
                "selected": true,
                "user_add": false,
                "feature_num": "F1.3",
                "feature_weight": "core",
                "feature_elements": "图像信息, 文字信息, 获取",
                "feature_function": "利用图像识别技术对采集到的图像进行处理，自动提取图像中的文字信息，实现图像到文字的转换",
                "feature_text_original": "根据摄取的图像信息获取该图像信息源的文字信息",
                "feature_weight_reason": "现有电话机无法自动识别图像中的文字信息，属于本方案为实现文字信息自动提取而新增的功能"
              },
              {
                "selected": true,
                "user_add": false,
                "feature_num": "F1.4",
                "feature_weight": "core",
                "feature_elements": "文字信息, 电话显示器, 显示",
                "feature_function": "将识别出的文字信息通过电话显示器展示，实现用户对图像文字内容的直接获取",
                "feature_text_original": "并将文字信息显示在电话显示器上",
                "feature_weight_reason": "现有电话机不具备将图像识别出的文字信息显示的功能，属于本方案为提升用户体验新增的显示手段"
              },
              {
                "selected": true,
                "user_add": false,
                "feature_num": "F1.5",
                "feature_weight": "core",
                "feature_elements": "电路算法, 地址, 网络数据库, 文字信息",
                "feature_function": "通过电路算法解析获取图像相关信息的地址，并从网络数据库中进一步获取相关文字信息，实现电话机信息获取能力的扩展",
                "feature_text_original": "电话机通过电路算法首先得到地址，再通过该地址从相关显示器的网络数据库得到文字信息",
                "feature_weight_reason": "现有电话机不具备通过电路算法获取地址并从网络数据库获取相关文字信息的功能，属于本方案为实现信息扩展获取而新增的技术手段"
              }
            ],
            "description": "Technical features list",
            "items": {
              "$ref": "#/components/schemas/AI35-4FeatureExtract_NoveltySearchFeatureExtractDataDTO"
            }
          },
          "status": {
            "type": "integer",
            "format": "int32",
            "example": 2,
            "description": "Task status (1: running, 2: successful, 3: generation exception)."
          }
        }
      },
      "AI35-4FeatureExtractResponse": {
        "type": "object",
        "properties": {
          "data": {
            "$ref": "#/components/schemas/AI35-4FeatureExtract_NoveltySearchFeatureExtractResDTO"
          },
          "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"
        ]
      },
      "AI35-4FeatureExtractRequest": {
        "type": "object",
        "properties": {
          "task_id": {
            "type": "string",
            "example": "80d440b7-80a5-4233-a75f-ab72b0885c88",
            "description": "Task id"
          }
        },
        "required": [
          "task_id"
        ]
      },
      "AI73-9FindSolutionImplementationResponse_MaterialImplementationResponse": {
        "type": "object",
        "properties": {
          "status": {
            "type": "string",
            "example": "SUCCEED",
            "description": "Return status value（SUCCEED,RUNNING,FAILED）"
          },
          "markdown_message": {
            "type": "string",
            "example": "# 过渡金属掺杂ZnO纳米粒子防晒剂实施策略\\n\\n本实施策略采用系统性实验设计（DoE）方法，旨在开发具有增强UVA防护能力的过渡金属掺杂ZnO纳米粒子防晒剂。\\n\\n## 实验设计目标与框架\\n\\n### 主要目标\\n- 开发Fe、Mn或Cu掺杂的ZnO纳米粒子，实现UVA吸收扩展\\n- 优化合成工艺参数以获得最佳光学性能\\n- 验证产品的光稳定性和安全性\\n- 建立可扩展的生产工艺\\n\\n### 设计选择：筛选-优化组合设计\\n采用两阶段实验设计：初期筛选设计识别关键因子，后期响应面优化设计确定最佳工艺条件。\\n\\n## Steps\\n\\n### **阶段一：筛选实验设计**\\n\\n#### 实验因子与水平设置\\n\\n| 因子 | 低水平(-1) | 高水平(+1) | 单位 |\\n|------|------------|------------|------|\\n| 掺杂剂类型 | Fe | Cu | - |\\n| 掺杂浓度 | 0.5 | 5.0 | mol% |\\n| 合成方法 | 溶胶-凝胶 | 水热法 | - |\\n| 反应温度 | 60 | 180 | °C |\\n| 反应时间 | 2 | 24 | 小时 |\\n| pH值 | 8 | 10 | - |\\n\\n#### 响应变量定义\\n\\n| 响应变量 | 目标 | 测量方法 |\\n|----------|------|----------|\\n| UVA吸收系数 | 最大化 | UV-Vis光谱 |\\n| 粒径 | 20-50 nm | TEM/DLS |\\n| 带隙宽度 | 最小化 | Tauc图分析 |\\n| 晶体结构纯度 | 最大化 | XRD分析 |\\n\\n### **阶段二：优化实验设计**\\n\\n基于筛选结果，采用Box-Behnken响应面设计优化关键参数：\\n\\n#### 关键工艺参数优化\\n- **溶胶-凝胶路径**：锌醋酸二水合物(0.1M) + 掺杂剂盐类\\n- **前驱体制备**：乙醇/水混合溶剂系统\\n- **沉淀控制**：NaOH调节pH至最优值\\n- **热处理**：350-450°C煅烧优化\\n\\n#### 表面改性验证\\n使用3-三甲氧基硅烷基丙基甲基丙烯酸酯进行表面功能化，提高聚合物基质相容性。\\n\\n### **阶段三：全面表征与验证**\\n\\n#### 结构表征协议\\n- **XRD分析**：确认晶体结构和相纯度\\n- **TEM成像**：验证粒径分布和形貌\\n- **XPS分析**：确定掺杂剂氧化态\\n- **UV-Vis光谱**：量化带隙窄化效应\\n\\n#### 性能评估标准\\n- **光学性能**：UVA区域吸收增强≥30%\\n- **光稳定性**：连续UV照射100小时后性能保持≥90%\\n- **分散稳定性**：Zeta电位绝对值≥30mV\\n\\n### **阶段四：配方开发与应用测试**\\n\\n#### 防晒配方集成\\n- 纳米粒子浓度优化（5-25 wt%）\\n- 载体系统相容性评估\\n- 流变性能调节\\n- SPF值标准化测试\\n\\n## Development Timeline\\n\\n### **第一周：快速探索研发阶段**\\n\\n#### 第1-2天：材料准备与基础合成\\n- 采购高纯度前驱体材料（锌醋酸、过渡金属盐类）\\n- 建立标准合成协议\\n- 完成首批样品制备（3种掺杂剂×2种浓度）\\n\\n#### 第3-4天：初步表征分析\\n- UV-Vis光谱快速筛选\\n- XRD相结构初步验证\\n- 粒径分布测定\\n\\n#### 第5-7天：工艺参数优化\\n- 基于初步结果调整合成条件\\n- 完成筛选实验设计的关键实验点\\n- 数据分析与最优条件识别\\n\\n### **第2-4周：系统优化阶段**\\n\\n#### 第2周：响应面优化实验\\n- 执行Box-Behnken设计的27个实验点\\n- 全面表征分析（XRD、TEM、XPS、UV-Vis）\\n- 统计分析与模型建立\\n\\n#### 第3周：表面改性与功能化\\n- 硅烷偶联剂改性优化\\n- 分散稳定性评估\\n- 聚合物基质相容性测试\\n\\n#### 第4周：性能验证与标准化\\n- 光稳定性长期测试启动\\n- 防晒效果SPF测试\\n- 安全性初步评估\\n\\n### **第2-6月：中试放大阶段**\\n\\n#### 第2月：工艺放大设计\\n- 反应器设计与工艺参数调整\\n- 批次一致性验证\\n- 质量控制体系建立\\n\\n#### 第3-4月：产品配方开发\\n- 多种载体系统测试\\n- 配方稳定性研究\\n- 用户体验优化\\n\\n#### 第5-6月：法规认证准备\\n- 安全性毒理学评估\\n- 环境影响评估\\n- 产品注册文件准备\\n\\n### **第7-12月：商业化准备阶段**\\n\\n#### 产业化生产线建设\\n- 生产设备采购与安装\\n- 自动化控制系统集成\\n- 员工培训与认证\\n\\n#### 市场推广与客户验证\\n- 样品分发与客户反馈\\n- 市场定位与定价策略\\n- 供应链体系建立\\n\\n## Risks and Mitigation\\n\\n### **技术风险**\\n\\n#### 掺杂剂分布不均匀性\\n**风险描述**：过渡金属离子在ZnO晶格中分布不均可能导致光学性能不一致\\n**缓解措施**：\\n- 采用共沉淀-水热联合工艺确保均匀混合\\n- 延长反应时间至充分扩散\\n- 引入超声辅助混合技术\\n\\n#### 二次相形成风险\\n**风险描述**：掺杂浓度超过固溶度极限可能形成杂质相\\n**缓解措施**：\\n- 严格控制掺杂浓度≤5 mol%\\n- 实时XRD监测相纯度\\n- 建立掺杂浓度-相纯度关联数据库\\n\\n### **材料供应风险**\\n\\n#### 原材料价格波动\\n**风险描述**：过渡金属盐类价格受市场供需影响较大\\n**缓解措施**：\\n- 建立多供应商采购体系\\n- 签订长期供货合同锁定价格\\n- 开发替代掺杂剂方案\\n\\n#### 高纯度材料获取困难\\n**风险描述**：高纯度前驱体材料供应可能受限\\n**缓解措施**：\\n- 与材料供应商建立战略合作关系\\n- 建立原材料库存缓冲\\n- 开发内部提纯工艺作为备选\\n\\n### **法规合规风险**\\n\\n#### 新材料安全认证周期长\\n**风险描述**：过渡金属掺杂纳米材料可能面临严格的安全评估要求\\n**缓解措施**：\\n- 提前启动毒理学和生态毒性研究\\n- 与监管机构保持密切沟通\\n- 参考现有ZnO防晒剂的安全数据库\\n\\n#### 环境法规变化影响\\n**风险描述**：纳米材料环境法规日趋严格可能影响产品上市\\n**缓解措施**：\\n- 建立环境影响全生命周期评估\\n- 开发生物降解性增强技术\\n- 制定环境友好型生产工艺\\n\\n### **市场竞争风险**\\n\\n#### 技术路线被替代\\n**风险描述**：其他UVA防护技术可能提供更优解决方案\\n**缓解措施**：\\n- 持续技术创新和专利布局\\n- 建立差异化竞争优势\\n- 拓展应用领域降低单一市场依赖\\n\\n#### 成本竞争压力\\n**风险描述**：传统防晒剂成本优势可能限制市场渗透\\n**缓解措施**：\\n- 通过规模化生产降低成本\\n- 强调产品附加值和性能优势\\n- 开发高端细分市场应用\\n\\n### **理想成果定义**\\n\\n#### 技术指标达成\\n- UVA吸收系数提升≥30%相比纯ZnO\\n- 粒径控制在20-50nm范围内\\n- 光稳定性保持≥95%（100小时UV照射后）\\n- 批次间性能一致性变异系数≤5%\\n\\n#### 商业化成功标准\\n- 产品通过所有法规认证要求\\n- 建立年产能≥100吨的生产线\\n- 获得≥3家主要客户的长期供货合同\\n- 实现产品毛利率≥40%\\n\\n#### 可持续发展目标\\n- 生产过程废料回收率≥90%\\n- 产品全生命周期碳足迹低于传统防晒剂20%\\n- 建立完善的产品回收处理体系\\n`",
            "description": "Markdown text"
          }
        }
      },
      "AI73-9FindSolutionImplementationResponseResponse": {
        "type": "object",
        "properties": {
          "data": {
            "$ref": "#/components/schemas/AI73-9FindSolutionImplementationResponse_MaterialImplementationResponse"
          },
          "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"
        ]
      },
      "AI73-9FindSolutionImplementationResponseRequest": {
        "type": "object",
        "properties": {
          "board_id": {
            "type": "string",
            "example": "d12fcd63d27028b88a73168d5bca44d5",
            "description": "Board ID"
          },
          "node_id": {
            "type": "string",
            "example": "node123456",
            "description": "Node ID"
          },
          "task_id": {
            "type": "string",
            "example": "d12fcd63d27028b88a73168d5bca44d5",
            "description": "Task ID"
          }
        },
        "required": [
          "board_id",
          "node_id",
          "task_id"
        ]
      },
      "AI35-1NoveltySearchSubmit_AsyncTaskIdResponse": {
        "type": "object",
        "properties": {
          "task_id": {
            "type": "string",
            "example": "80d440b7-80a5-4233-a75f-ab72b0885c88",
            "description": "Task id"
          }
        }
      },
      "AI35-1NoveltySearchSubmitResponse": {
        "type": "object",
        "properties": {
          "data": {
            "$ref": "#/components/schemas/AI35-1NoveltySearchSubmit_AsyncTaskIdResponse"
          },
          "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"
        ]
      },
      "AI35-1NoveltySearchSubmitRequest": {
        "type": "object",
        "properties": {
          "input": {
            "type": "string",
            "example": "具有图像识别能力的电话机。它包括：电话、与电话链接的摄像装置，其特征是：他还至少包括一个用于控制与电话链接的摄像装置工作的命令，并根据摄取的图像信息获取这一图像信息源的文字信息。将文字信息显示在电话显示器上；所述的由图像信息获取相关的文字信息可以是由电话内的电路通过算法首先得到地址，再通过改地址从相关的显示器的网络数据库得到。",
            "description": "User input technical description"
          },
          "lang": {
            "type": "string",
            "example": "cn",
            "description": "Language type"
          },
          "pbd_end": {
            "type": "string",
            "example": "20250910",
            "description": "Publication date end"
          },
          "pbd_start": {
            "type": "string",
            "example": "20200901",
            "description": "Publication date start"
          }
        },
        "required": [
          "input",
          "lang"
        ]
      },
      "AI35-2TechSolutionGet_NoveltySearchTechSolutionResponse": {
        "type": "object",
        "properties": {
          "status": {
            "type": "integer",
            "format": "int32",
            "example": 2,
            "description": "Task status (1: running, 2: successful, 3: generation exception)."
          },
          "tech_solution": {
            "type": "string",
            "example": "具有图像识别能力的电话机，包括电话、与电话链接的摄像装置，至少包括一个用于控制与电话链接的摄像装置工作的命令，根据摄取的图像信息获取该图像信息源的文字信息，并将文字信息显示在电话显示器上。电话机通过电路算法首先得到地址，再通过该地址从相关显示器的网络数据库得到文字信息。",
            "description": "Novelty search summary data"
          }
        }
      },
      "AI35-2TechSolutionGetResponse": {
        "type": "object",
        "properties": {
          "data": {
            "$ref": "#/components/schemas/AI35-2TechSolutionGet_NoveltySearchTechSolutionResponse"
          },
          "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"
        ]
      },
      "AI35-2TechSolutionGetRequest": {
        "type": "object",
        "properties": {
          "task_id": {
            "type": "string",
            "example": "80d440b7-80a5-4233-a75f-ab72b0885c88",
            "description": "Task id"
          }
        },
        "required": [
          "task_id"
        ]
      },
      "AI73-7FindSolutionNodeReference_MaterialNodeReferenceBO": {
        "type": "object",
        "properties": {
          "expected_challenge": {
            "type": "array",
            "example": [
              "成本方面,两亲性嵌段共聚物的合成工艺相对复杂,可能导致生产成本偏高<cite class=\"rounded-full bg-gray-hover px-2 py-0.5 mx-0.5 text-eureka-500 inline-flex items-center justify-center font-semibold\" title=\"两亲共聚物在稳定屏蔽UV辐射的不溶性有机化合物分散体中的用途、用这些共聚物稳定的分散体和含有它们的化妆品组合物\"><a href=\"/view/#/?patentId=172d02c0-aa4d-48f3-9c05-8bffeb0ee138\" target=\"_blank\">1</a></cite>。"
            ],
            "description": "List of expected challenges including potential technical difficulties and solution directions"
          },
          "technical_maturity": {
            "type": "array",
            "example": [
              "该技术已经过专利验证和实际应用,满足化妆品级原料标准<cite class=\"rounded-full bg-gray-hover px-2 py-0.5 mx-0.5 text-eureka-500 inline-flex items-center justify-center font-semibold\" title=\"两亲共聚物在稳定屏蔽UV辐射的不溶性有机化合物分散体中的用途、用这些共聚物稳定的分散体和含有它们的化妆品组合物\"><a href=\"/view/#/?patentId=172d02c0-aa4d-48f3-9c05-8bffeb0ee138\" target=\"_blank\">1</a></cite>。"
            ],
            "description": "List of technical maturity assessments including technology development stage and application maturity"
          },
          "technical_principle": {
            "type": "array",
            "example": [
              "该方案主要通过PDMS-PEG两亲性嵌段共聚物作为分散基质来改善ZnO的分散性和UV防护效果。其中疏水PDMS段与有机相相容,亲水PEG段通过氢键作用与ZnO表面-OH基团结合<cite class=\"rounded-full bg-gray-hover px-2 py-0.5 mx-0.5 text-eureka-500 inline-flex items-center justify-center font-semibold\" title=\"两亲共聚物在稳定屏蔽UV辐射的不溶性有机化合物分散体中的用途、用这些共聚物稳定的分散体和含有它们的化妆品组合物\"><a href=\"/view/#/?patentId=172d02c0-aa4d-48f3-9c05-8bffeb0ee138\" target=\"_blank\">1</a></cite>。"
            ],
            "description": "List of technical principles including basic principle descriptions and cited references"
          },
          "engineering_reliability": {
            "type": "array",
            "example": [
              "根据专利数据显示,该技术可实现<100nm、PDI<0.3的高固含(~20wt%)透明分散体<cite class=\"rounded-full bg-gray-hover px-2 py-0.5 mx-0.5 text-eureka-500 inline-flex items-center justify-center font-semibold\" title=\"两亲共聚物在稳定屏蔽UV辐射的不溶性有机化合物分散体中的用途、用这些共聚物稳定的分散体和含有它们的化妆品组合物\"><a href=\"/view/#/?patentId=172d02c0-aa4d-48f3-9c05-8bffeb0ee138\" target=\"_blank\">1</a></cite>。"
            ],
            "description": "List of engineering reliability descriptions including technical specifications and reliability verification data"
          },
          "industry_application_cases": {
            "type": "array",
            "example": [
              "欧莱雅公司利用类似的两亲性共聚物技术成功开发出稳定性更好的防晒产品,显著改善了UV防护效果<cite class=\"rounded-full bg-gray-hover px-2 py-0.5 mx-0.5 text-eureka-500 inline-flex items-center justify-center font-semibold\" title=\"两亲共聚物在稳定屏蔽UV辐射的不溶性有机化合物分散体中的用途、用这些共聚物稳定的分散体和含有它们的化妆品组合物\"><a href=\"/view/#/?patentId=172d02c0-aa4d-48f3-9c05-8bffeb0ee138\" target=\"_blank\">1</a></cite>。"
            ],
            "description": "List of industry application cases including actual application scenarios and enterprise examples"
          }
        }
      },
      "AI73-7FindSolutionNodeReferenceResponse": {
        "type": "object",
        "properties": {
          "data": {
            "$ref": "#/components/schemas/AI73-7FindSolutionNodeReference_MaterialNodeReferenceBO"
          },
          "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"
        ]
      },
      "AI73-7FindSolutionNodeReferenceRequest": {
        "type": "object",
        "properties": {
          "board_id": {
            "type": "string",
            "example": "d12fcd63d27028b88a73168d5bca44d5",
            "description": "Board ID"
          },
          "node_id": {
            "type": "string",
            "example": "node123456",
            "description": "Node ID"
          },
          "task_id": {
            "type": "string",
            "example": "d12fcd63d27028b88a73168d5bca44d5",
            "description": "Task ID"
          }
        },
        "required": [
          "board_id",
          "node_id",
          "task_id"
        ]
      },
      "AI39-1ImageSearchSubmit_AsyncTaskIdResponse": {
        "type": "object",
        "properties": {
          "task_id": {
            "type": "string",
            "example": "80d440b7-80a5-4233-a75f-ab72b0885c88",
            "description": "Unique task identifier for subsequent polling to get task results"
          }
        },
        "required": [
          "task_id"
        ]
      },
      "AI39-1ImageSearchSubmitResponse": {
        "type": "object",
        "properties": {
          "data": {
            "$ref": "#/components/schemas/AI39-1ImageSearchSubmit_AsyncTaskIdResponse"
          },
          "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"
        ]
      },
      "AI39-1ImageSearchSubmitRequest": {
        "type": "object",
        "properties": {
          "apply_start_time": {
            "type": "string",
            "example": "20200101",
            "description": "Patent application start time in yyyyMMdd format, used to filter patents filed after this date"
          },
          "country": {
            "type": "array",
            "example": [
              "US",
              "CN",
              "JP",
              "KR",
              "AU"
            ],
            "description": "Target country/region code list, supports US, CN, JP, KR, AU, EU, etc."
          },
          "lang": {
            "type": "string",
            "example": "cn",
            "description": "Report language, cn for Chinese, en for English"
          },
          "loc_items": {
            "type": "array",
            "example": [
              "14-02",
              "14-03",
              "14-04"
            ],
            "description": "Locarno classification list"
          },
          "main_field": {
            "type": "string",
            "example": "智能手机",
            "description": "Main field/keyword for auxiliary search"
          },
          "url": {
            "type": "string",
            "example": "https://static-open.zhihuiya.com/sample/common_demo.png",
            "description": "Image URL"
          }
        },
        "required": [
          "country",
          "lang"
        ]
      },
      "SSOMaterialFindSolutionResponse": {
        "type": "object"
      },
      "SSOMaterialFindSolutionRequest": {
        "type": "object"
      },
      "AI36-1TechnicalQaSubmit_AsyncTaskIdResponse": {
        "type": "object",
        "properties": {
          "task_id": {
            "type": "string",
            "example": "80d440b7-80a5-4233-a75f-ab72b0885c88",
            "description": "Unique task identifier for subsequent polling to get task results"
          }
        },
        "required": [
          "task_id"
        ]
      },
      "AI36-1TechnicalQaSubmitResponse": {
        "type": "object",
        "properties": {
          "data": {
            "$ref": "#/components/schemas/AI36-1TechnicalQaSubmit_AsyncTaskIdResponse"
          },
          "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"
        ]
      },
      "AI36-1TechnicalQaSubmitRequest": {
        "type": "object",
        "properties": {
          "input": {
            "type": "string",
            "example": "如何提升多语言专利文献的语义相似度计算准确率",
            "description": "Technical question input"
          },
          "lang": {
            "type": "string",
            "example": "cn",
            "description": "Report language, cn for Chinese, en for English"
          },
          "model": {
            "type": "string",
            "example": "seekgpt-thinking",
            "description": "AI model to use(seekgpt-thinking/o3-mini/summary-gpt)"
          },
          "rag_source": {
            "type": "array",
            "example": [
              "patent",
              "paper",
              "website"
            ],
            "description": "RAG data source list(patent/paper/website)"
          },
          "summary_check": {
            "type": "boolean",
            "example": true,
            "description": "Whether to perform summary check"
          }
        },
        "required": [
          "input",
          "lang"
        ]
      },
      "AI36-2TechnicalQaReport_ValidationSplitQueryDTO": {
        "type": "object",
        "properties": {
          "query": {
            "type": "array",
            "example": [
              "BERT模型在专利文献命名实体识别中的应用",
              "专利文献命名实体识别的特点和挑战",
              "BERT模型用于命名实体识别的优化方法和改进策略"
            ],
            "description": "List of split query statements extracted from the original question"
          },
          "concept": {
            "type": "array",
            "example": [
              "专利文献",
              "命名实体识别",
              "BERT模型",
              "优化方法"
            ],
            "description": "List of key concepts extracted from the query, including core technical terms and domain concepts"
          }
        },
        "required": [
          "query",
          "concept"
        ]
      },
      "AI36-2TechnicalQaReport_PaperAuthor": {
        "type": "object",
        "properties": {
          "id": {
            "type": "string",
            "example": "author_123456",
            "description": "Author ID"
          },
          "name": {
            "type": "string",
            "example": "张三",
            "description": "Author name"
          }
        }
      },
      "AI36-2TechnicalQaReport_OrgInfo": {
        "type": "object",
        "properties": {
          "id": {
            "type": "string",
            "example": "37e3e5a882bc2bfd36fbc3754171e311",
            "description": "Organization ID"
          },
          "logo": {
            "type": "string",
            "example": "https://filecdn.shuidi.cn/img/upload/images_logo/b1/50/9d/b1509dfe5b2ac787dbe2d5e0753d6f00.png/0x0.png",
            "description": "Logo icon"
          },
          "name": {
            "type": "string",
            "example": "武汉数博科技有限责任公司",
            "description": "Organization name"
          },
          "site": {
            "type": "string",
            "example": "www.qhhry.com",
            "description": "Site information"
          },
          "name_cn": {
            "type": "string",
            "example": "武汉数博科技有限责任公司",
            "description": "Chinese name"
          },
          "name_en": {
            "type": "string",
            "example": "Dnect",
            "description": "English name"
          },
          "website": {
            "type": "string",
            "example": "http://www.qhhry.com",
            "description": "Organization website"
          },
          "state_id": {
            "type": "string",
            "example": "80cd8682-4344-3436-88b9-cfba03d34b78",
            "description": "State/Province ID"
          },
          "entity_id": {
            "type": "string",
            "example": "37e3e5a882bc2bfd36fbc3754171e311",
            "description": "Entity ID"
          },
          "country_id": {
            "type": "string",
            "example": "5a365096-b2a6-31cb-acdf-1de1f5ab3abe",
            "description": "Country ID"
          },
          "state_name": {
            "type": "string",
            "example": "湖北省",
            "description": "State/Province name"
          },
          "entity_type": {
            "type": "string",
            "example": "Company",
            "description": "Entity type"
          },
          "country_name": {
            "type": "string",
            "example": "中国",
            "description": "Country name"
          },
          "display_name": {
            "type": "string",
            "example": "武汉数博科技有限责任公司",
            "description": "Display name"
          },
          "founded_date": {
            "type": "integer",
            "format": "int32",
            "example": 20160722,
            "description": "Founded date"
          },
          "normalized_id": {
            "type": "string",
            "example": "8adef1df2dc299c10291a4a610a69068",
            "description": "Normalized ID"
          },
          "normalized_logo": {
            "type": "string",
            "example": "https://filecdn.shuidi.cn/img/upload/images_logo/c7/0c/34/c70c34f6c211298e8d563c49df7706f4.png/0x0.png",
            "description": "Normalized logo"
          },
          "normalized_name": {
            "type": "string",
            "example": "武汉数博科技有限责任公司",
            "description": "Normalized organization name"
          },
          "normalized_display_name": {
            "type": "string",
            "example": "Chang'an University",
            "description": "Normalized display name"
          },
          "normalized_entity_type_en": {
            "type": "string",
            "example": "Company",
            "description": "Normalized entity type in English"
          }
        }
      },
      "AI36-2TechnicalQaReport_PdfImage": {
        "type": "object",
        "properties": {
          "image_id": {
            "type": "string",
            "example": "HDA0002768365640000011",
            "description": "Image ID"
          },
          "extracted": {
            "type": "boolean",
            "example": false,
            "description": "Extracted flag"
          },
          "patent_id": {
            "type": "string",
            "example": "a8935c31-bf83-461d-bc05-2fd7a110c80e",
            "description": "Patent ID"
          },
          "image_from": {
            "type": "string",
            "example": "official",
            "description": "Image source"
          },
          "image_type": {
            "type": "string",
            "example": "drawing",
            "description": "Image type"
          },
          "is_extracted": {
            "type": "boolean",
            "example": false,
            "description": "Whether extracted"
          },
          "storage_path": {
            "type": "string",
            "example": "https://data-fulltext-image.zhihuiya.com/CN/B/11/25/60/48/4/HDA0002768365640000011.png",
            "description": "Storage path"
          },
          "official_size": {
            "type": "string",
            "example": "1000x886",
            "description": "Official image size"
          },
          "source_image_type": {
            "type": "string",
            "example": "drawing",
            "description": "Source image type"
          },
          "fulltext_image240_url": {
            "type": "string",
            "example": "https://data-fulltext-image-thumbnail.zhihuiya.com/CN/B/11/25/60/48/4/HDA0002768365640000011.png",
            "description": "Fulltext image 240 size URL"
          }
        }
      },
      "AI36-2TechnicalQaReport_SeekReferenceResponseDTO": {
        "type": "object",
        "properties": {
          "apd": {
            "type": "string",
            "example": "2020-11-09",
            "description": "Application date of the patent"
          },
          "pbd": {
            "type": "string",
            "example": "2024-03-01",
            "description": "Publication date of the patent or paper"
          },
          "link": {
            "type": "string",
            "example": "https://eureka.zhihuiya.com/view/#/fullText'figures/?patentId=a8935c31-bf83-461d-bc05-2fd7a110c80e",
            "description": "Link URL pointing to the detailed page of the patent or paper"
          },
          "title": {
            "type": "string",
            "example": "用于命名实体识别的改进BERT训练模型及命名实体识别方法",
            "description": "Title of the patent or paper"
          },
          "authors": {
            "type": "array",
            "example": [
              {
                "id": "author_123456",
                "name": "张三"
              },
              {
                "id": "author_789012",
                "name": "李四"
              }
            ],
            "description": "List of authors containing author information of the paper or patent",
            "items": {
              "$ref": "#/components/schemas/AI36-2TechnicalQaReport_PaperAuthor"
            }
          },
          "content": {
            "type": "string",
            "example": "通过在BERT模型中增加强化位置编码层和分类层，增强位置编码信息，解决了BERT模型中位置编码信息弱化导致的实体标签预测错误问题，提高了命名实体识别的准确性和召回率。",
            "description": "Content summary containing main technical description"
          },
          "org_info": {
            "type": "array",
            "example": [
              {
                "id": "37e3e5a882bc2bfd36fbc3754171e311",
                "logo": "https://filecdn.shuidi.cn/img/upload/images_logo/b1/50/9d/b1509dfe5b2ac787dbe2d5e0753d6f00.png/0x0.png",
                "name": "武汉数博科技有限责任公司",
                "site": "www.qhhry.com",
                "name_cn": "武汉数博科技有限责任公司",
                "name_en": "Dnect",
                "website": "http://www.qhhry.com",
                "entity_id": "37e3e5a882bc2bfd36fbc3754171e311",
                "country_id": "5a365096-b2a6-31cb-acdf-1de1f5ab3abe",
                "state_name": "湖北省",
                "entity_type": "Company",
                "country_name": "中国",
                "display_name": "武汉数博科技有限责任公司",
                "founded_date": 20160722,
                "normalized_name": "武汉数博科技有限责任公司",
                "normalized_entity_type_en": "Company"
              }
            ],
            "description": "Organization information list containing detailed info about applicant or author affiliations",
            "items": {
              "$ref": "#/components/schemas/AI36-2TechnicalQaReport_OrgInfo"
            }
          },
          "pdf_image": {
            "type": "array",
            "example": [
              {
                "labels": [
                  "1"
                ],
                "image_id": "HDA0002768365640000011",
                "extracted": false,
                "patent_id": "a8935c31-bf83-461d-bc05-2fd7a110c80e",
                "image_from": "official",
                "image_type": "drawing",
                "is_extracted": false,
                "storage_path": "https://data-fulltext-image.zhihuiya.com/CN/B/11/25/60/48/4/HDA0002768365640000011.png",
                "official_size": "1000x886",
                "fig_title_code": "1",
                "source_image_type": "drawing",
                "fulltext_image240_url": "https://data-fulltext-image-thumbnail.zhihuiya.com/CN/B/11/25/60/48/4/HDA0002768365640000011.png"
              }
            ],
            "description": "List of PDF images containing image information from the document",
            "items": {
              "$ref": "#/components/schemas/AI36-2TechnicalQaReport_PdfImage"
            }
          },
          "project_id": {
            "type": "string",
            "example": "proj_12345",
            "description": "Project ID, identifier of the associated project"
          },
          "solution_id": {
            "type": "string",
            "example": "a8935c31-bf83-461d-bc05-2fd7a110c80e",
            "description": "Unique solution identifier for identifying patents or papers"
          },
          "project_name": {
            "type": "string",
            "example": "BERT优化研究项目",
            "description": "Project name of the associated project"
          },
          "solution_type": {
            "type": "string",
            "example": "PATENT",
            "description": "Solution type (PATENT/PAPER/WEBSITE)"
          },
          "pdf_image_count": {
            "type": "integer",
            "format": "int32",
            "example": 6,
            "description": "Count of PDF images, total number of images in the document"
          },
          "solution_sub_type": {
            "type": "string",
            "example": "Utility Patent",
            "description": "Solution sub-type providing more detailed classification"
          }
        }
      },
      "AI36-2TechnicalQaReport_SeekStreamMessageResponseDTO": {
        "type": "object",
        "properties": {
          "title": {
            "type": "string",
            "example": "专利文献中命名实体识别的BERT模型优化方法有哪些",
            "description": "Technical Q&A title summarizing the core content of the question"
          },
          "modules": {
            "type": "array",
            "example": [
              "SUMMARY",
              "APPLICATION",
              "RECOMMEND"
            ],
            "description": "List of technical modules identifying the technology domains involved in the question"
          },
          "summary": {
            "type": "string",
            "example": "### 命名实体识别中BERT模型的优化方法\\n\\n命名实体识别（NER）是自然语言处理的核心任务，旨在从文本中识别并分类实体（如人名、地名、机构名）。BERT（Bidirectional Encoder Representations from Transformers）模型通过预训练和微调，在NER任务中展现了卓越性能...",
            "description": "Technical Q&A summary providing a comprehensive answer to the question"
          },
          "recommend": {
            "type": "array",
            "example": [
              "如何在专利文献中进一步优化BERT模型的位置注意力机制，以提高命名实体识别的效率和准确性？",
              "在专利文献中，针对低资源环境，如何有效结合轻量级模型和知识图谱注入来提升命名实体识别的性能？",
              "在专利文献中，如何评估和比较不同词典增强策略（如顺序词典增强）对BERT模型命名实体识别性能的影响？",
              "在专利文献中，如何通过模型拆分与服务化架构优化BERT模型以适应移动端或低资源环境下的命名实体识别任务？",
              "在专利文献中，如何结合多任务学习和对抗训练来增强BERT模型在命名实体识别任务中的鲁棒性和泛化能力？"
            ],
            "description": "List of recommended related questions to guide further exploration"
          },
          "references": {
            "type": "array",
            "example": [
              {
                "APD": "",
                "PBD": "2025-05-06",
                "LINK": "https://eureka.zhihuiya.com/literature/#/?paperId=b2e8bd4d-a01b-48b5-b44e-83ff4eb544a1",
                "TITLE": "高效基于BERT的命名实体识别的位置关注",
                "CONTENT": "本文介绍了一个命名实体识别(NER)的框架,该框架利用自然语言处理(NLP)中变形金刚(BERT)模型的双向编码器表示...",
                "SOLUTION_ID": "b2e8bd4d-a01b-48b5-b44e-83ff4eb544a1",
                "SOLUTION_TYPE": "PAPER",
                "PDF_IMAGE_COUNT": 0
              },
              {
                "APD": "2020-11-09",
                "PBD": "2024-03-01",
                "LINK": "https://eureka.zhihuiya.com/view/#/fullText'figures/?patentId=a8935c31-bf83-461d-bc05-2fd7a110c80e",
                "TITLE": "用于命名实体识别的改进BERT训练模型及命名实体识别方法",
                "CONTENT": "通过在BERT模型中增加强化位置编码层和分类层，增强位置编码信息，解决了BERT模型中位置编码信息弱化导致的实体标签预测错误问题，提高了命名实体识别的准确性和召回率。",
                "SOLUTION_ID": "a8935c31-bf83-461d-bc05-2fd7a110c80e",
                "SOLUTION_TYPE": "PATENT",
                "PDF_IMAGE_COUNT": 6
              }
            ],
            "description": "List of references including patents, papers and other relevant materials",
            "items": {
              "$ref": "#/components/schemas/AI36-2TechnicalQaReport_SeekReferenceResponseDTO"
            }
          },
          "application": {
            "type": "array",
            "example": [
              [
                "产品/项目",
                "技术成效",
                "适用场景"
              ],
              [
                "改进BERT命名实体识别模型<br/><span class='org-hit' org-id='37e3e5a882bc2bfd36fbc3754171e311'>武汉数博科技有限责任公司</span>",
                "通过增加强化位置编码层和分类层，增强位置编码信息，提高了命名实体识别的准确性和召回率 <seek-ref-tip data-ref-id='9' >9</seek-ref-tip>",
                "专利文献中的命名实体识别任务，需要精确识别实体标签的场景"
              ],
              [
                "命名实体识别系统<br/><span class='org-hit' org-id='05fce7c74b3cf9f248fe5997053139a0'>北京沃东天骏信息技术有限公司</span>",
                "通过拆分BERT子模型为BERT词向量生成服务和下游机器学习子模型，解决了BERT模型复杂性导致的高性能设备依赖问题，实现了在常规性能设备上高效准确的命名实体识别 <seek-ref-tip data-ref-id='10' >10</seek-ref-tip>",
                "资源受限的常规性能设备环境，需要高效部署命名实体识别服务的场景"
              ]
            ],
            "description": "List of application scenarios, each containing title and description"
          },
          "check_summary": {
            "type": "string",
            "example": "### 命名实体识别中BERT模型的优化方法\\n\\n命名实体识别（NER）是自然语言处理的核心任务，旨在从文本中识别并分类实体（如人名、地名、机构名）。<seek-check-reject-tip data-ref-id='2dc0d0c9-251c-4eba-9d9c-01a99eec0226'>BERT模型通过预训练和微调，在NER任务中展现了卓越性能...</seek-check-reject-tip>",
            "description": "Check summary providing validation assessment of the technical solution"
          },
          "summary_think": {
            "type": "string",
            "example": "首先，用户的问题是：\"专利文献中命名实体识别的BERT模型优化方法有哪些\"。用户是研发专家，所以我需要提供专业、深入的内容，参考我们平台的数据处理专业标签体系，比如从解决的问题、使用的手段、达到的效果（性能+数值）、应用领域等角度来组织。",
            "description": "Summary thinking process showing the AI's analytical reasoning chain"
          },
          "agent_suggestion": {
            "type": "string",
            "example": "如何在保持BERT模型NER识别精度(F1>95%)的前提下,将计算资源消耗降低70%以上,同时实现跨领域迁移时无需大规模标注数据即可快速适配新场景?",
            "description": "Agent suggestion providing comprehensive advice from the AI system"
          },
          "tech_mind_suggestion": {
            "type": "string",
            "example": "如何在保持BERT模型NER识别精度(F1>95%)的前提下,将计算资源消耗降低70%以上,同时实现跨领域迁移时无需大规模标注数据即可快速适配新场景?",
            "description": "Technical mind suggestion providing professional advice from a technical perspective"
          },
          "agent_suggestion_scene": {
            "type": "string",
            "example": "TECH_MIND",
            "description": "Agent suggestion scene describing specific scenarios where the suggestion applies"
          }
        }
      },
      "AI36-2TechnicalQaReport_TechnicalQaResponse": {
        "type": "object",
        "properties": {
          "task_id": {
            "type": "string",
            "example": "a1b2c3d4-e5f6-7890-abcd-ef1234567890",
            "description": "Unique task identifier"
          },
          "split_query": {
            "$ref": "#/components/schemas/AI36-2TechnicalQaReport_ValidationSplitQueryDTO"
          },
          "task_status": {
            "type": "integer",
            "format": "int32",
            "example": 2,
            "description": "Task Status (1: running, 2: success, 3: failed)"
          },
          "message_response": {
            "$ref": "#/components/schemas/AI36-2TechnicalQaReport_SeekStreamMessageResponseDTO"
          }
        },
        "required": [
          "task_id",
          "task_status"
        ]
      },
      "AI36-2TechnicalQaReportResponse": {
        "type": "object",
        "properties": {
          "data": {
            "$ref": "#/components/schemas/AI36-2TechnicalQaReport_TechnicalQaResponse"
          },
          "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"
        ]
      },
      "AI36-2TechnicalQaReportRequest": {
        "type": "object",
        "properties": {
          "task_id": {
            "type": "string",
            "example": "80d440b7-80a5-4233-a75f-ab72b0885c88",
            "description": "Unique task identifier, returned by submit task API"
          }
        },
        "required": [
          "task_id"
        ]
      },
      "AI36-2AiTechnicalQaResult_Content": {
        "type": "object",
        "properties": {
          "content": {
            "type": "string",
            "example": "\\n\\n**1. 含二氧化钛颜料的自悬浮支撑剂制备方法**\\n\\n自悬浮支撑剂是一种用于油气井压裂作业的新型材料，能够在清水中自行悬浮，无需添加增稠剂即可实现长时间的悬浮和输送。其制备方法通常包括以下几个关键步骤：\\n\\n*   **基体材料选择：** 常用的基体材料包括石英砂、陶粒、玻璃微珠等。这些材料需要具有合适的粒径、密度和机械强度，以满足压裂作业的要求。例如，文献<seek-ref-tip data-ref-id=\\\"4\\\" >4</seek-ref-tip>中提到使用硅烷偶联剂和水可溶胀的聚合物对支撑剂基体进行包覆，形成化学键连接，提供良好的抗剪切能力。\\n*   **表面改性：** 为了提高二氧化钛颜料在基体材料表面的附着力，通常需要对基体材料进行表面改性。常用的方法包括硅烷偶联剂处理、酸碱处理等。例如，文献<seek-ref-tip data-ref-id=\\\"15\\\" >15</seek-ref-tip>中提到通过引入硅烷偶联剂、疏水单体、含磺酸基单体，双层包覆不同功能的丙烯酰胺类聚合物膜，制备得到的自悬浮支撑剂具有结构稳定，自悬浮能力好，耐剪切能力强等优点。\\n*   **二氧化钛颜料的选择和处理：** 选择合适的二氧化钛颜料是关键。通常使用金红石型二氧化钛，因其具有更好的稳定性和遮盖力。需要对二氧化钛颜料进行表面处理，以提高其在基体材料表面的分散性和附着力。常用的表面处理方法包括硅烷偶联剂处理、铝酸盐处理等。例如，文献<seek-ref-tip data-ref-id=\\\"1\\\" >1</seek-ref-tip>中提到使用锆化合物、硅酸盐和铝化合物的水溶液进行湿法处理，得到的二氧化钛颜料具有第一层的氧化锆和第二层的氧化硅及第三层的氧化铝三个包膜层。文献<seek-ref-tip data-ref-id=\\\"8\\\" >8</seek-ref-tip>中提到使用含第一金属的水溶性盐（如铝、锆、铈、锌、镁或锡等）与第一沉淀剂同时加入到水悬浮液中进行反应。\\n*   **包覆工艺：** 将处理后的二氧化钛颜料均匀地包覆在基体材料表面。常用的包覆方法包括喷涂、浸渍、滚筒包覆等。需要控制包覆厚度，以确保颜料的均匀分布和良好的附着力。例如，文献<seek-ref-tip data-ref-id=\\\"4\\\" >4</seek-ref-tip>中提到将预热的支撑剂基体与水可溶胀的聚合物混合，在搅拌过程中，将硅烷偶联剂溶液喷洒到混合物中，在60～80℃温度下反应3～4小时，得到自悬浮支撑剂。文献<seek-ref-tip data-ref-id=\\\"6\\\" >6</seek-ref-tip>中提到自悬浮支撑剂包括骨料、低密高强包覆层和疏水层，其中，低密高强包覆层包覆在骨料的表面，疏水层包覆在低密高强包覆层的表面；低密高强包覆层为轻质多孔结构，包括偶氮氨基苯溶液2‑5份，热固性树脂40‑100份，工程塑料粉末20‑50份。\\n*   **干燥和固化：** 将包覆后的材料进行干燥和固化，以确保颜料的牢固附着。常用的干燥方法包括烘干、喷雾干燥等。固化可以通过加热或化学反应来实现。例如，文献<seek-ref-tip data-ref-id=\\\"14\\\" >14</seek-ref-tip>中提到将支撑剂从蔗糖溶液中捞出，晾晒或烘烤除去表面多余水分，保持支撑剂外表为湿润状态；将步骤三的支撑剂与聚合物细粉颗粒、纳米分散剂和过硫酸铵微胶囊配比混合，搅\\n\\n**1. 含二氧化钛颜料的自悬浮支撑剂制备方法**\\n\\n自悬浮支撑剂是一种用于油气井压裂作业的特殊材料，能够在压裂液中自行悬浮，无需额外的增稠剂或携带液。其制备方法通常包括以下几个关键步骤：\\n\\n*   **基体材料选择：** 常用的基体材料包括石英砂、陶粒、玻璃珠等。这些材料需要具有足够的强度和耐腐蚀性，以承受地层压力和腐蚀性流体的影响。例如，文献<seek-ref-tip data-ref-id=\\\"4\\\" >4</seek-ref-tip>中提到使用支撑剂基体与水可溶胀的聚合物混合。\\n*   **表面改性：** 为了提高二氧化钛颜料在基体材料表面的附着力，通常需要对基体材料进行表面改性。常用的方法包括硅烷偶联剂处理、酸洗、碱洗等。例如，文献<seek-ref-tip data-ref-id=\\\"15\\\" >15</seek-ref-tip>中提到使用硅烷偶联剂、疏水单体、含磺酸基单体对内核颗粒进行改性。\\n*   **二氧化钛颜料的制备：** 二氧化钛颜料可以通过化学沉淀法、溶胶-凝胶法等方法制备。例如，文献<seek-ref-tip data-ref-id=\\\"1\\\" >1</seek-ref-tip>中提到使用锆化合物、硅酸盐和铝化合物的水溶液进行湿法处理。文献<seek-ref-tip data-ref-id=\\\"2\\\" >2</seek-ref-tip>中提到在二氧化钛颜料上沉积一层致密的二氧化硅包覆层。\\n*   **包覆工艺：** 将二氧化钛颜料均匀地包覆在基体材料表面。常用的包覆方法包括喷雾干燥、滚筒包覆、流化床包覆等。例如，文献<seek-ref-tip data-ref-id=\\\"4\\\" >4</seek-ref-tip>中提到在搅拌过程中，将硅烷偶联剂溶液喷洒到混合物中。文献<seek-ref-tip data-ref-id=\\\"6\\\" >6</seek-ref-tip>中提到低密高强包覆层由偶氮氨基苯溶液、热固性树脂和工程塑料粉末等材料形成。\\n*   **固化处理：** 为了提高包覆层的耐久性和稳定性，通常需要对包覆后的材料进行固化处理。常用的固化方法包括加热固化、紫外线固化等。例如，文献<seek-ref-tip data-ref-id=\\\"4\\\" >4</seek-ref-tip>中提到在60～80℃温度下反应3～4小时。\\n*   **性能测试：** 制备好的自悬浮支撑剂需要进行一系列性能测试，以确保其满足压裂作业的要求。常见的测试项目包括悬浮时间、沉降速度、耐压强度、耐腐蚀性等。例如，文献<seek-ref-tip data-ref-id=\\\"5\\\" >5</seek-ref-tip>中提到自悬浮支撑剂具有自悬浮、固结、自动破胶多重功能。文献<seek-ref-tip data-ref-id=\\\"6\\\" >6</seek-ref-tip>中提到自悬浮支撑剂具有高效、安全、经济等技术效果。\\n\\n**2. 提高透明尼龙纯度的技术**\\n\\n提高透明尼龙纯度的技术主要包括以下几个方面：\\n\\n*   **原料纯化：** 使用高纯度的原料是保证透明尼龙纯度的关键。例如，使用高纯度的己内酰胺或己二酸和己二胺。\\n*   **聚合工艺优化：** 优化聚合工艺参数，如温度、压力、催化剂等，可以减少副反应，提高聚合度和纯度。例如，使用真空聚合工艺可以减少小分子杂质的残留。\\n*   **后处理工艺：** 对聚合后的尼龙进行后处理，如洗涤、干燥、熔融过滤等，可以去除残留的催化剂、未反应的单体和低聚物等杂质。例如，使用高效熔融过滤器可以去除微小的固体颗粒。\\n*   **添加剂选择：** 选择合适的添加剂，如抗氧化剂、紫外线吸收剂等，可以提高透明尼龙的稳定性和性能，但需要确保添加剂的纯度和兼容性。\\n*   **质量控制：** 建立完善的质量控制体系，对原料、半成品和成品进行严格的检测和监控，确保透明尼龙的纯度和质量。常用的检测方法包括气相色谱法（GC）、高效液相色谱法（HPLC）、红外光谱法（IR）、核磁共振波谱法（NMR）等。\\n\\n**3. 增强塑料耐热性的技术**\\n\\n增强塑料耐热性的技术主要包括以下几个方面：\\n\\n*   **选择高耐热性树脂：** 选择具有高玻璃化转变温度（Tg）或熔点的树脂，如聚酰亚胺（PI）、聚醚醚酮（PEEK）、聚苯硫醚（PPS）等。\\n*   **添加耐热填料：** 添加耐热填料，如玻璃纤维、碳纤维、氮化硅、氮化铝等，可以提高塑料的热稳定性和耐热性。例如，文献<seek-ref-tip data-ref-id=\\\"2\\\" >2</seek-ref-tip>中提到在包覆二氧化硅的二氧化钛颜料上沉积磷酸铝化合物。\\n*   **添加耐热稳定剂：** 添加耐热稳定剂，如抗氧化剂、光稳定剂、热稳定剂等，可以抑制塑料在高温下的降解和老化。\\n*   **交联改性：** 通过交联改性，可以提高塑料的耐热性和机械性能。常用的交联方法包括化学交联、辐射交联等。\\n*   **共混改性：** 通过与其他高耐热性聚合物共混，可以提高塑料的耐热性。例如，将聚酰胺与聚酰亚胺共混。\\n*   **纳米复合技术：** 通过添加纳米材料，如纳米二氧化硅、纳米氧化铝、纳米黏土等，可以显著提高塑料的耐热性和机械性能。例如，文献<seek-ref-tip data-ref-id=\\\"8\\\" >8</seek-ref-tip>中提到在二氧化钛初品表面形成致密磷酸铝包覆层。\\n*   **表面处理：** 对塑料制品进行表面处理，如涂层、镀层等，可以提高其耐热性和耐腐蚀性。\\n\\n**4. 提高锂电池能量密度的技术**\\n\\n提高锂电池能量密度的技术主要包括以下几个方面：\\n\\n*   **正极材料优化：** 开发高容量、高电压的正极材料，如高镍三元材料（NCM、NCA）、富锂锰基材料、硫化物正极等。\\n*   **负极材料优化：** 开发高容量、低电位的负极材料，如硅基负极、锡基负极、金属锂负极等。例如，文献<seek-ref-tip data-ref-id=\\\"11\\\" >11</seek-ref-tip>中提到增强型自支撑锂电池负极材料具有优异的机械强度。\\n*   **电解液优化：** 开发高电导率、宽电化学窗口的电解液，如固态电解质、凝胶电解质、离子液体等。\\n*   **隔膜优化：** 开发高孔隙率、低电阻的隔膜，如陶瓷涂层隔膜、超薄隔膜等。例如，文献<seek-ref-tip data-ref-id=\\\"32\\\" >32</seek-ref-tip>中提到在多孔基膜一侧涂覆补锂涂层。\\n*   **电池结构设计：** 优化电池结构，如增加电极厚度、减少电解液用量、使用超薄集流体等。例如，文献<seek-ref-tip data-ref-id=\\\"23\\\" >23</seek-ref-tip>中提到通过设计电极活性材料层的内外侧区域导电剂的重量百分含量不同。\\n*   **新型电池体系：** 开发新型电池体系，如固态电池、锂硫电池、锂空气电池等。例如，文献<seek-ref-tip data-ref-id=\\\"30\\\" >30</seek-ref-tip>中提到使用固体隔膜、金属锂或锂的合金作为负极材料。\\n*   **制造工艺改进：** 优化电池制造工艺，如提高电极涂布均匀性、改进电极压实工艺等。例如，文献<seek-ref-tip data-ref-id=\\\"24\\\" >24</seek-ref-tip>中提到提高层间粘附力。\\n*   **电池管理系统（BMS）优化：** 优化电池管理系统，提高电池的充放电效率和安全性。例如，文献<seek-ref-tip data-ref-id=\\\"31\\\" >31</seek-ref-tip>中提到降低电化学装置的CB值和在负极活性材料中掺混适量的硬碳。",
            "description": "content"
          },
          "think_content": {
            "type": "string",
            "example": "嗯，用户的问题有点复杂，我需要仔细分析一下。首先，用户提到了四个不同的技术方向：含二氧化钛颜料的自悬浮支撑剂制备方法，以及提高透明尼龙纯度、增强塑料耐热性和提高锂电池能量密度的技术。我需要逐一处理这些问题，并确保每个部分都有足够的支持信息。\\n\\n首先，关于含二氧化钛颜料的自悬浮支撑剂制备方法。根据数据库中的信息，专利<seek-ref-tip data-ref-id=\\\"4\\\" >4</seek-ref-tip>、<seek-ref-tip data-ref-id=\\\"5\\\" >5</seek-ref-tip>、<seek-ref-tip data-ref-id=\\\"6\\\" >6</seek-ref-tip>、<seek-ref-tip data-ref-id=\\\"13\\\" >13</seek-ref-tip>、<seek-ref-tip data-ref-id=\\\"14\\\" >14</seek-ref-tip>、<seek-ref-tip data-ref-id=\\\"15\\\" >15</seek-ref-tip>、<seek-ref-tip data-ref-id=\\\"17\\\" >17</seek-ref-tip>、<seek-ref-tip data-ref-id=\\\"21\\\" >21</seek-ref-tip>、<seek-ref-tip data-ref-id=\\\"22\\\" >22</seek-ref-tip>、<seek-ref-tip data-ref-id=\\\"25\\\" >25</seek-ref-tip>、<seek-ref-tip data-ref-id=\\\"35\\\" >35</seek-ref-tip>都涉及自悬浮支撑剂的制备方法。其中，专利<seek-ref-tip data-ref-id=\\\"4\\\" >4</seek-ref-tip>提到使用硅烷偶联剂和水可溶胀的聚合物包覆支撑剂基体，形成化学键连接，提高抗剪切能力和悬浮时间。专利<seek-ref-tip data-ref-id=\\\"5\\\" >5</seek-ref-tip>则介绍了一种具有固结功能的自悬浮支撑剂，通过包埋复合颗粒实现自动破胶。专利<seek-ref-tip data-ref-id=\\\"6\\\" >6</seek-ref-tip>采用轻质多孔结构的低密高强包覆层，避免使用增稠剂，减少对地层的伤害。专利<seek-ref-tip data-ref-id=\\\"13\\\" >13</seek-ref-tip>通过在线制备方法，降低成本，提高悬浮能力。专利<seek-ref-tip data-ref-id=\\\"14\\\" >14</seek-ref-tip>利用蔗糖溶液和聚合物细粉颗粒，简化配注工艺。专利<seek-ref-tip data-ref-id=\\\"15\\\" >15</seek-ref-tip>引入硅烷偶联剂和疏水单体，双层包覆不同功能的丙烯酰胺类聚合物膜，提高结构稳定性和自悬浮能力。专利<seek-ref-tip data-ref-id=\\\"17\\\" >17</seek-ref-tip>通过控制粒径粉碎造粒工艺，提高制备效率和质量。专利<seek-ref-tip data-ref-id=\\\"21\\\" >21</seek-ref-tip>采用水性增黏型高分子材料接枝在支撑剂骨料上，实现快速增黏和结构稳定。专利<seek-ref-tip data-ref-id=\\\"22\\\" >22</seek-ref-tip>使用改性不饱和聚酯树脂和聚醚醚酮，提高耐酸性和自悬浮性能。专利<seek-ref-tip data-ref-id=\\\"25\\\" >25</seek-ref-tip>通过混配比关系曲线，提高油藏适应性。专利<seek-ref-tip data-ref-id=\\\"35\\\" >35</seek-ref-tip>以长碳链叔胺为原料，通过氧化反应制备耐高温热增稠包覆层。\\n\\n接下来，用户提到的提高透明尼龙纯度的技术。数据库中没有直接相关的专利，但专利<seek-ref-tip data-ref-id=\\\"11\\\" >11</seek-ref-tip>提到增强型自支撑锂电池负极材料，可能与材料纯度有关，但需要确认是否相关。可能需要结合其他知识，但根据现有数据，可能无法提供具体方法。\\n\\n然后是增强塑料耐热性的技术。专利<seek-ref-tip data-ref-id=\\\"2\\\" >2</seek-ref-tip>提到高耐光性二氧化钛颜料的制备方法，通过致密的二氧化硅、磷酸铝化合物和氢氧化铝层包覆，提高耐光性和耐晒性，可能间接增强耐热性。专利<seek-ref-tip data-ref-id=\\\"8\\\" >8</seek-ref-tip>的复合包膜二氧化钛颜料，可能通过包膜层提高耐热性。专利<seek-ref-tip data-ref-id=\\\"20\\\" >20</seek-ref-tip>的高耐光层压纸二氧化钛颜料，使用磷酸铝和硅铝化合物包覆层，可能提高耐热性。专利<seek-ref-tip data-ref-id=\\\"26\\\" >26</seek-ref-tip>的包覆硅氧化物的二氧化钛颜料，硅氧化物包覆可能增强耐热性。\\n\\n最后是提高锂电池能量密度的技术。专利<seek-ref-tip data-ref-id=\\\"11\\\" >11</seek-ref-tip>的增强型自支撑锂电池负极材料，通过取向排列的碳纳米纤维和活性组分复合，提高能量密度。专利<seek-ref-tip data-ref-id=\\\"12\\\" >12</seek-ref-tip>的高能量密度锂离子电池，通过高压实密度的正负极极片和优化机械设计。专利<seek-ref-tip data-ref-id=\\\"23\\\" >23</seek-ref-tip>的电极极片设计，通过不同区域导电剂含量和添加导电材料，提高电子传输效率。专利<seek-ref-tip data-ref-id=\\\"24\\\" >24</seek-ref-tip>的正极制备方法，提高层间粘附力和稳定性。专利<seek-ref-tip data-ref-id=\\\"27\\\" >27</seek-ref-tip>的锡改性二氧化钛/石墨烯复合材料，提高比容量和倍率性能。专利<seek-ref-tip data-ref-id=\\\"28\\\" >28</seek-ref-tip>的二氧化钛基固溶体，提高首次可逆容量和循环性能。专利<seek-ref-tip data-ref-id=\\\"30\\\" >30</seek-ref-tip>的高能量密度锂电池，使用固体隔膜和金属锂负极。专利<seek-ref-tip data-ref-id=\\\"31\\\" >31</seek-ref-tip>的电化学装置，通过降低CB值和补锂材料，提高能量密度。专利<seek-ref-tip data-ref-id=\\\"32\\\" >32</seek-ref-tip>的电池隔膜补锂涂层，提高能量密度。专利<seek-ref-tip data-ref-id=\\\"33\\\" >33</seek-ref-tip>的正极极片设计，使用复合集流体和优化粘结剂含量。专利的结构工程化技术，通过增加电极厚度和优化结构。\\n\\n需要将这些信息组织成结构清晰的回答，确保每个部分都有引用支持，并且逻辑连贯。可能需要分点讨论每个技术方向，引用相关专利中的具体方法和效果。同时，注意用户可能没有直接提到的但相关的技术，比如二氧化钛颜料的包覆工艺可能影响自悬浮支撑剂的性能，需要明确区分。对于提高透明尼龙纯度，可能需要说明数据库中没有直接信息，但可以推测可能的方法，如改进生产工艺或添加剂，但需谨慎处理。",
            "description": "think content"
          }
        }
      },
      "AI36-2AiTechnicalQaResult_EurekaTechnicalQAMainSummaryModule": {
        "type": "object",
        "properties": {
          "content": {
            "$ref": "#/components/schemas/AI36-2AiTechnicalQaResult_Content"
          },
          "module_name": {
            "type": "string",
            "example": "REFERENCE",
            "description": "Module name(REFERENCE/VECTOR/SUMMARY/OUTLINE/APPLICATION)"
          }
        }
      },
      "AI36-2AiTechnicalQaResult_Topic": {
        "type": "object",
        "properties": {
          "topic_name": {
            "type": "string",
            "example": "提高耐光性",
            "description": "Topic name"
          }
        }
      },
      "AI36-2AiTechnicalQaResult_EurekaTechnicalQAOutlineListContent": {
        "type": "object",
        "properties": {
          "children": {
            "type": "array",
            "example": [
              {
                "topic_name": "表面包覆处理"
              },
              {
                "topic_name": "提高耐光性"
              },
              {
                "topic_name": "控制粒度分布"
              },
              {
                "topic_name": "增强白度"
              }
            ],
            "description": "children",
            "items": {
              "$ref": "#/components/schemas/AI36-2AiTechnicalQaResult_Topic"
            }
          },
          "topic_name": {
            "type": "string",
            "example": "二氧化钛颜料制备技术",
            "description": "Topic name"
          }
        }
      },
      "AI36-2AiTechnicalQaResult_EurekaTechnicalQAOutlineListModule": {
        "type": "object",
        "properties": {
          "content": {
            "type": "array",
            "example": [
              {
                "children": [
                  {
                    "topic_name": "表面包覆处理"
                  },
                  {
                    "topic_name": "提高耐光性"
                  },
                  {
                    "topic_name": "控制粒度分布"
                  },
                  {
                    "topic_name": "增强白度"
                  }
                ],
                "topic_name": "二氧化钛颜料制备技术"
              }
            ],
            "description": "Content",
            "items": {
              "$ref": "#/components/schemas/AI36-2AiTechnicalQaResult_EurekaTechnicalQAOutlineListContent"
            }
          },
          "module_name": {
            "type": "string",
            "example": "REFERENCE",
            "description": "Module name(REFERENCE/VECTOR/SUMMARY/OUTLINE/APPLICATION)"
          }
        }
      },
      "AI36-2AiTechnicalQaResult_EurekaTechnicalQAReferenceContent": {
        "type": "object",
        "properties": {
          "id": {
            "type": "string",
            "example": "2c42dfec-e714-499e-b549-61021388ef02",
            "description": "Reference id"
          },
          "org": {
            "type": "string",
            "example": "Jiangxi DBK Co., Ltd.",
            "description": "Organization name"
          },
          "url": {
            "type": "string",
            "example": "https://eureka.zhihuiya.com/view/#/fullText'figures/?patentId=2c42dfec-e714-499e-b549-61021388ef02",
            "description": "url"
          },
          "type": {
            "type": "string",
            "example": "PATENT",
            "description": "Reference type(PATENT/PAPER/WEBSITE)"
          },
          "title": {
            "type": "string",
            "example": "二氧化钛颜料及其制备方法",
            "description": "Title"
          },
          "org_id": {
            "type": "string",
            "example": "3dad3ded00c87b9533d2938c16ff19d7",
            "description": "Organization id"
          },
          "source": {
            "type": "string",
            "example": "paper - [1]",
            "description": "Reference identifier"
          },
          "content": {
            "type": "string",
            "example": "\\[0016](6)、在0.5～1.5小时内向经过(5)处理后的水悬浮液中加入碱液中和料浆，形成表面包覆着一层二氧化锆的二氧化钛颜料水悬浮液；",
            "description": "content"
          },
          "assignee": {
            "type": "array",
            "example": [
              "安徽金星钛白(集团)有限公司"
            ],
            "description": "Assignee"
          },
          "inventor": {
            "type": "array",
            "example": [
              "周华",
              "李翃翔",
              "李后明",
              "魏柯伍",
              "罗兴云",
              "沈洪华"
            ],
            "description": "Inventor"
          },
          "org_logo": {
            "type": "string",
            "example": "https://filecdn.shuidi.cn/img/upload/images_logo/60/bc/12/60bc1242b4c999a5db3e4517880d5f32.png/0x0.png",
            "description": "Organization logo"
          }
        }
      },
      "AI36-2AiTechnicalQaResult_EurekaTechnicalQAReferenceModule": {
        "type": "object",
        "properties": {
          "content": {
            "type": "array",
            "example": [
              {
                "id": "46299fd1-4973-4c5f-bdfa-93e9d8db6835",
                "org": "Jiangxi DBK Co., Ltd.",
                "url": "https://eureka.zhihuiya.com/view/#/fullText'figures/?patentId=46299fd1-4973-4c5f-bdfa-93e9d8db6835",
                "type": "PATENT",
                "title": "High-safety lithium battery",
                "org_id": "3dad3ded00c87b9533d2938c16ff19d7",
                "source": "patent - [39]",
                "content": "By using cooling columns to circulate coolant and accelerating fire extinguishing modules in lithium batteries, combined with humidity detection and power modules, the safety problem of lithium batteries in humid environments is solved, achieving rapid dehumidification and fire prevention effects, and improving  Battery safety and durability.",
                "assignee": [
                  "江西迪比科股份有限公司"
                ],
                "inventor": [
                  "刘小鹏"
                ],
                "org_logo": "https://filecdn.shuidi.cn/img/upload/images_logo/60/bc/12/60bc1242b4c999a5db3e4517880d5f32.png/0x0.png"
              }
            ],
            "description": "Content",
            "items": {
              "$ref": "#/components/schemas/AI36-2AiTechnicalQaResult_EurekaTechnicalQAReferenceContent"
            }
          },
          "module_name": {
            "type": "string",
            "example": "REFERENCE",
            "description": "Module name(REFERENCE/VECTOR/SUMMARY/OUTLINE/APPLICATION)"
          }
        }
      },
      "AI36-2AiTechnicalQaResult_EurekaTechnicalQAApplicationModule": {
        "type": "object",
        "properties": {
          "content": {
            "type": "array",
            "example": [
              "[\"产品/项目\",\"技术成效\",\"适用场景\"]",
              "[\"高性能二氧化钛颜料<br/><span class='org-hit' org-id='69f0ba7afa18d847c32718b3eb03115b'>安徽金星钛白（集团）有限公司</span>\",\"通过锆氧化物、硅氧化物和铝氧化物的顺序包覆，提高了耐久性和光学性质\",\"塑料和涂料工业\"]",
              "[\"绿色水力压裂自悬浮支撑剂<br/><span class='org-hit' org-id='800171282511f23abfe091a83ac9dea8'>广汉市华星新技术开发研究所（普通合伙）</span>\",\"通过硅烷偶联剂和水可溶胀聚合物包覆，提高了悬浮时间和压裂效果\",\"油气田水力压裂\"]",
              "[\"增强型自支撑锂离子电池负极材料<br/><span class='org-hit' org-id='c458715c35ae5bb0b601870a52edea48'>中国石油化工股份有限公司</span>\",\"使用取向排列的碳纳米纤维与活性组分结合，提高了机械强度和循环稳定性\",\"高能量密度锂离子电池\"]",
              "[\"高性能锂离子电池极片<br/><span class='org-hit' org-id='3a425fd2e6d89196eef3e5f471b83b4e'>宁德时代新能源科技股份有限公司</span>\",\"使用复合集流体和不均匀分布的导电剂设计，提高了导电能力和电化学性能\",\"高能量密度和高安全性能的锂离子电池\"]",
              "[\"高效二氧化钛颜料<br/><span class='org-hit' org-id='c2cab5247987309c3e900723ff12d893'>特诺有限公司</span>\",\"通过无机氧化物和磷酸盐的共沉淀处理，提高了遮光性能和流动性\",\"涂料、纸、塑料等工业应用\"]"
            ],
            "description": "Content"
          },
          "module_name": {
            "type": "string",
            "example": "REFERENCE",
            "description": "Module name(REFERENCE/VECTOR/SUMMARY/OUTLINE/APPLICATION)"
          }
        }
      },
      "AI36-2AiTechnicalQaResult_TechnicalQAResultResponse": {
        "type": "object",
        "properties": {
          "title": {
            "type": "string",
            "example": "含二氧化钛颜料的自悬浮支撑剂制备方法，以及提高透明尼龙纯度、增强塑料耐热性和提高锂电池能量密度的技术",
            "description": "Title"
          },
          "status": {
            "type": "integer",
            "format": "int32",
            "example": 2,
            "description": "Export Status (1: running, 2: success, 3: failed)"
          },
          "task_id": {
            "type": "string",
            "example": "80d440b7-80a5-4233-a75f-ab72b0885c88",
            "description": "Technical Q&A Task id"
          },
          "main_summary": {
            "$ref": "#/components/schemas/AI36-2AiTechnicalQaResult_EurekaTechnicalQAMainSummaryModule"
          },
          "module_outline": {
            "$ref": "#/components/schemas/AI36-2AiTechnicalQaResult_EurekaTechnicalQAOutlineListModule"
          },
          "module_reference": {
            "$ref": "#/components/schemas/AI36-2AiTechnicalQaResult_EurekaTechnicalQAReferenceModule"
          },
          "module_application": {
            "$ref": "#/components/schemas/AI36-2AiTechnicalQaResult_EurekaTechnicalQAApplicationModule"
          }
        }
      },
      "AI36-2AiTechnicalQaResultResponse": {
        "type": "object",
        "properties": {
          "data": {
            "$ref": "#/components/schemas/AI36-2AiTechnicalQaResult_TechnicalQAResultResponse"
          },
          "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"
        ]
      },
      "AI36-2AiTechnicalQaResultRequest": {
        "type": "object",
        "properties": {
          "task_id": {
            "type": "string",
            "example": "80d440b7-80a5-4233-a75f-ab72b0885c88",
            "description": "Technical Q&A Task id"
          }
        },
        "required": [
          "task_id"
        ]
      },
      "SP01InitCnipa_EmbodimentOutlineItem": {
        "type": "object",
        "properties": {
          "text": {
            "type": "string",
            "example": "本实施例提供一种用于直流气体绝缘金属封闭输电线路的试验研究装置...",
            "description": "Text content"
          },
          "type": {
            "type": "string",
            "example": "设备",
            "description": "Type (Composition of matter,Machine, Process, Manufacture)"
          },
          "label": {
            "type": "string",
            "example": "outline",
            "description": "Label"
          },
          "claim_text": {
            "type": "string",
            "example": "一种用于直流气体绝缘金属封闭输电线路的试验研究装置",
            "description": "Claim text"
          },
          "claim_numbers": {
            "type": "array",
            "example": [
              1,
              2,
              3
            ],
            "description": "Claim numbers list"
          },
          "embodiment_number": {
            "type": "integer",
            "format": "int32",
            "example": 1,
            "description": "Embodiment number"
          },
          "reference_embodiment_number": {
            "type": "integer",
            "format": "int32",
            "example": 1,
            "description": "Reference embodiment number"
          }
        }
      },
      "SP01InitCnipa_SpecificationInitResponse": {
        "type": "object",
        "properties": {
          "status": {
            "type": "integer",
            "format": "int32",
            "example": 2,
            "description": "Export Status (1: Exporting, 2: Export successful, 3: Report generation exception)"
          },
          "benefit": {
            "type": "string",
            "example": "采用三个气室形式的分段结构设计，减少了试验过程中气体的使用量，简化了充放气操作；\\n通过安装在盆式绝缘子与高压导杆电极之间的电极过渡连接件，可方便更换高压导杆电极，实现不同形状和不同粗糙度的气体间隙绝缘特性试验；\\n支柱绝缘子上设置屏蔽均压罩，可屏蔽高压导杆电极端部的电场，避免试验时出现电晕放电；\\n可拆卸法兰结构设计便于更换电极和维护；\\n多个石英玻璃观察窗口允许实时观察放电过程，提高试验的可视性；\\n结构紧凑，操作便捷，满足直流GIL绝缘试验的多种需求。",
            "description": "Technical benefits"
          },
          "task_id": {
            "type": "string",
            "example": "123e4567-e89b-12d3-a456-426614174000",
            "description": "Task ID"
          },
          "category": {
            "type": "string",
            "example": "设备",
            "description": "Technology category(Composition of matter,Machine, Process, Manufacture)"
          },
          "classification": {
            "type": "array",
            "example": [
              "H01B17/36",
              "G01R31/12",
              "H02B13/065",
              "H01B17/14",
              "H02B13/035"
            ],
            "description": "Classification list"
          },
          "technical_methods": {
            "type": "string",
            "example": "本发明提供一种用于直流气体绝缘金属封闭输电线路的试验研究装置，其具有大致\\\"L\\\"型的外形，包括：\\n竖直方向上布置的高压引线端、高压均压环和硅橡胶复合绝缘子高压套管；\\n水平方向上同轴分布的位于中间的高压导杆电极和外围的试验装置外壳；\\n三个独立气室(1号、2号、3号气室)共同组成横向的试验装置外壳，各气室由盆式绝缘子隔离，且各气室均有独立充放气阀门和气压表或密度计；\\n3号气室为主试验单元，可进行SF6气体间隙绝缘特性试验、绝缘子闪络特性试验和金属导电微粒试验；\\n支柱绝缘子上设置有屏蔽均压罩，可屏蔽高压导杆电极端部的电场；\\n高压导杆电极可通过电极过渡连接件进行更换；\\n3号气室端部设有可拆卸法兰结构；\\n多个石英玻璃观察窗口，用于观察放电过程；\\n装置支撑座和辅助支撑架支撑试验装置本体。",
            "description": "Technical methods"
          },
          "technical_problem": {
            "type": "string",
            "example": "现有SF6气体绝缘试验装置体积过大，气体消耗量大，充放气及净化工作量大；单一结构布局限制了试验类型，无法满足多样化试验需求；无法同时进行SF6气体间隙绝缘试验、绝缘子闪络特性试验及金属导电微粒试验；电极更换不便，影响试验效率。",
            "description": "Technical problem"
          },
          "embodiment_outline": {
            "type": "array",
            "example": [
              {
                "text": "为使本申请实施例的目的、技术方案和优点更加清楚，下面将结合本发明实施例中的附图，对本申请实施例中的技术方案进行清楚、完整地描述，显然，所描述的实施例是本申请一部分实施例，而不是全部的实施例。基于本申请中的实施例，本领域普通技术人员在没有作出创造性劳动前提下所获得的所有其他实施例，都属于本发明保护的范围。",
                "label": "common"
              },
              {
                "type": "设备",
                "label": "outline",
                "outline": "outline",
                "claim_text": "\n1.一种用于直流气体绝缘金属封闭输电线路的试验研究装置，其具有大致“L”型的外形，包括竖直方向上布置的高压引线端、高压均压环和硅橡胶复合绝缘子高压套管；以及在水平方向上，同轴分布的位于中间的高压导杆电极和外围的试验装置外壳；1号气室、2号气室和3号气室共同组成横向的试验装置外壳，所述三个气室由1号盆式绝缘子和2号盆式绝缘子隔离成为独立的气室，所述三个气室还分别具有相应的独立充放气阀门：1号充放气阀门、2号充放气阀门和3号充放气阀门；所述每个充放气阀门上均设置有气压表或密度计；以及所述1号气室的气压保持恒定，不用于试验，所述3号气室为试验单元段，通过布置不同形式的棒板电极、同轴圆柱电极、不同规格的2号盆式绝缘子和支柱绝缘子以及金属导电微粒，在所述3号气室中进行SF6气体间隙绝缘特性试验、绝缘子闪络特性试验和金属导电微粒试验。\n\n  2.依据权利要求1所述的用于直流气体绝缘金属封闭输电线路的试验研究装置，其特征在于\n所述3号气室的3号充放气阀门上设置有带温度补偿的气体密度计。\n\n  3.依据权利要求2所述的用于直流气体绝缘金属封闭输电线路的试验研究装置，其特征在于\n所述支柱绝缘子上设置有屏蔽均压罩，屏蔽高压导杆电极端部的电场。\n\n  4.依据权利要求3所述的用于直流气体绝缘金属封闭输电线路的试验研究装置，其特征在于\n所述3号气室安装不同规格尺寸的同轴外壳电极以配合高压导杆电极组成的电极对，所述高压导杆电极通过2号盆式绝缘子右端的电极过渡连接件进行更换，从而通过改变所述高压导杆电极及其配套电极的尺寸和粗糙度，进行不同形状和不同粗糙度的气体间隙绝缘特性试验。\n\n  5.依据权利要求4所述的用于直流气体绝缘金属封闭输电线路的试验研究装置，其特征在于\n所述3号气室端部设有可拆卸法兰结构。\n\n  6.依据权利要求5所述的用于直流气体绝缘金属封闭输电线路的试验研究装置，其特征在于\n所述2号气室安装有1个1号石英玻璃观察窗口，所述3号气室上安装有2号石英玻璃观察窗口、3号石英玻璃观察窗口和主试验石英玻璃观察窗口各1个，所述石英玻璃为远紫外材料，对放电过程中发出的波长在200nm～800nm的光谱范围内光，其透过率大于90％。\n\n  7.依据权利要求1-6任一项所述的用于直流气体绝缘金属封闭输电线路的试验研究装置，其特征在于\n还具有不锈钢的装置支撑座和辅助支撑架支撑所述试验装置本体，使本体能够平稳放置和移动。",
                "claim_numbers": [
                  1,
                  2,
                  3,
                  4,
                  5,
                  6,
                  7
                ],
                "embodiment_number": 1,
                "reference_claim_number": []
              },
              {
                "text": "最后应说明的是：以上所述的仅是本申请的优选实施方式，本申请不限于以上实施例。可以理解，本领域技术人员在不脱离本申请的精神和构思的前提下直接导出或联想到的其他改进和变化，均应认为包含在本申请的保护范围之内。",
                "label": "common"
              }
            ],
            "description": "Embodiment outline list",
            "items": {
              "$ref": "#/components/schemas/SP01InitCnipa_EmbodimentOutlineItem"
            }
          }
        },
        "required": [
          "task_id"
        ]
      },
      "SP01InitCnipaResponse": {
        "type": "object",
        "properties": {
          "data": {
            "$ref": "#/components/schemas/SP01InitCnipa_SpecificationInitResponse"
          },
          "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"
        ]
      },
      "SP01InitCnipaRequest": {
        "type": "object",
        "properties": {
          "claim": {
            "type": "string",
            "example": "1.一种用于直流气体绝缘金属封闭输电线路的试验研究装置，其具有大致“L”型的外形，包括竖直方向上布置的高压引线端、高压均压环和硅橡胶复合绝缘子高压套管；以及在水平方向上，同轴分布的位于中间的高压导杆电极和外围的试验装置外壳；1号气室、2号气室和3号气室共同组成横向的试验装置外壳，所述三个气室由1号盆式绝缘子和2号盆式绝缘子隔离成为独立的气室，所述三个气室还分别具有相应的独立充放气阀门：1号充放气阀门、2号充放气阀门和3号充放气阀门；所述每个充放气阀门上均设置有气压表或密度计；以及所述1号气室的气压保持恒定，不用于试验，所述3号气室为试验单元段，通过布置不同形式的棒板电极、同轴圆柱电极、不同规格的2号盆式绝缘子和支柱绝缘子以及金属导电微粒，在所述3号气室中进行SF6气体间隙绝缘特性试验、绝缘子闪络特性试验和金属导电微粒试验。\n2.依据权利要求1所述的用于直流气体绝缘金属封闭输电线路的试验研究装置，其特征在于\n所述3号气室的3号充放气阀门上设置有带温度补偿的气体密度计。\n3.依据权利要求2所述的用于直流气体绝缘金属封闭输电线路的试验研究装置，其特征在于\n所述支柱绝缘子上设置有屏蔽均压罩，屏蔽高压导杆电极端部的电场。\n4.依据权利要求3所述的用于直流气体绝缘金属封闭输电线路的试验研究装置，其特征在于\n所述3号气室安装不同规格尺寸的同轴外壳电极以配合高压导杆电极组成的电极对，所述高压导杆电极通过2号盆式绝缘子右端的电极过渡连接件进行更换，从而通过改变所述高压导杆电极及其配套电极的尺寸和粗糙度，进行不同形状和不同粗糙度的气体间隙绝缘特性试验。\n5.依据权利要求4所述的用于直流气体绝缘金属封闭输电线路的试验研究装置，其特征在于\n所述3号气室端部设有可拆卸法兰结构。\n6.依据权利要求5所述的用于直流气体绝缘金属封闭输电线路的试验研究装置，其特征在于\n所述2号气室安装有1个1号石英玻璃观察窗口，所述3号气室上安装有2号石英玻璃观察窗口、3号石英玻璃观察窗口和主试验石英玻璃观察窗口各1个，所述石英玻璃为远紫外材料，对放电过程中发出的波长在200nm～800nm的光谱范围内光，其透过率大于90％。\n7.依据权利要求1-6任一项所述的用于直流气体绝缘金属封闭输电线路的试验研究装置，其特征在于\n还具有不锈钢的装置支撑座和辅助支撑架支撑所述试验装置本体，使本体能够平稳放置和移动。",
            "description": "Claims content"
          },
          "disclosure": {
            "type": "string",
            "example": "技术领域\n本发明涉及高电压输电线路与绝缘技术领域，具体涉及一种用于直流气体绝缘金属封闭输电线路(GIL)的气体绝缘试验装置。\n\n背景技术\n气体绝缘金属封闭输电线路(GIL)是一种采用SF6气体或SF6和N2混合气体绝缘、外壳与导体同轴布置的高电压、大电流电力传输设备。其具有传输容量大、损耗小、占地空间少、安全防护性好等优点，在大容量长距离输电方面具有显著优势。全球交流GIL的电压等级范围为73～1200kV，应用历史可追溯至20世纪70年代。\n\n然而，长期以来，受直流输电技术发展缓慢的影响，国内外专门针对直流GIL的研究甚少，尚未形成直流GIL产品。绝缘设计是直流GIL的关键技术环节，包括同轴电极绝缘间隙尺寸的选择，盆式和支柱绝缘子外形结构的设计，以及金属导电微粒的抑制。\n\n目前国内外现有的SF6气体绝缘试验装置存在以下不足：\n\n现有大型试验容器(如德国慕尼黑大学设计的容器)体积庞大，每次试验需要充放大量气体，工作量大；\n日本关西电力公司采用GIS母线段进行盆式绝缘子试验，不方便进行各种SF6气体间隙的绝缘特性试验；\n美国麻省理工技术学院设计的试验装置可进行同轴圆柱SF6间隙绝缘试验，但无法安放盆式绝缘子；\n国内西安交通大学设计的试验容器采用立式结构，不方便进行盆式绝缘子相关试验。\n综上所述，目前国内外没有一种专门用于直流GIL绝缘试验的装置，能够同时满足SF6气体间隙绝缘试验、绝缘子沿面闪络特性试验及金属导电微粒试验的需要。\n\n技术问题\n现有SF6气体绝缘试验装置体积过大，气体消耗量大，充放气及净化工作量大；\n单一结构布局限制了试验类型，无法满足多样化试验需求；\n无法同时进行SF6气体间隙绝缘试验、绝缘子闪络特性试验及金属导电微粒试验；\n电极更换不便，影响试验效率。\n技术方案\n本发明提供一种用于直流气体绝缘金属封闭输电线路的试验研究装置，其具有大致\\\"L\\\"型的外形，包括：\n\n竖直方向上布置的高压引线端、高压均压环和硅橡胶复合绝缘子高压套管；\n水平方向上同轴分布的位于中间的高压导杆电极和外围的试验装置外壳；\n三个独立气室(1号、2号、3号气室)共同组成横向的试验装置外壳，各气室由盆式绝缘子隔离，且各气室均有独立充放气阀门和气压表或密度计；\n3号气室为主试验单元，可进行SF6气体间隙绝缘特性试验、绝缘子闪络特性试验和金属导电微粒试验；\n支柱绝缘子上设置有屏蔽均压罩，可屏蔽高压导杆电极端部的电场；\n高压导杆电极可通过电极过渡连接件进行更换；\n3号气室端部设有可拆卸法兰结构；\n多个石英玻璃观察窗口，用于观察放电过程；\n装置支撑座和辅助支撑架支撑试验装置本体。\n技术功效\n与现有技术相比，本发明具有以下优点：\n\n采用三个气室形式的分段结构设计，减少了试验过程中气体的使用量，简化了充放气操作；\n通过安装在盆式绝缘子与高压导杆电极之间的电极过渡连接件，可方便更换高压导杆电极，实现不同形状和不同粗糙度的气体间隙绝缘特性试验；\n支柱绝缘子上设置屏蔽均压罩，可屏蔽高压导杆电极端部的电场，避免试验时出现电晕放电；\n可拆卸法兰结构设计便于更换电极和维护；\n多个石英玻璃观察窗口允许实时观察放电过程，提高试验的可视性；\n结构紧凑，操作便捷，满足直流GIL绝缘试验的多种需求。\n\n典型实施例\n本发明的试验装置整体呈\\\"L\\\"型，包括竖直部分和水平部分。\n竖直部分包括高压引线端、高压均压环和硅橡胶复合绝缘子高压套管。\n水平部分由三个气室单元模块组成：1号气室、2号气室和3号气室，中间的高压导杆电极和试验装置外壳同轴分布。三个气室由1号盆式绝缘子和2号盆式绝缘子隔离，各气室均有独立的充放气阀门：1号充放气阀门、2号充放气阀门和3号充放气阀门。\n1号气室的气压保持恒定，不用于试验。3号气室为主要试验单元段，可通过布置不同形式的棒板电极、同轴圆柱电极、不同规格的盆式绝缘子和支柱绝缘子以及金属导电微粒，进行SF6气体间隙绝缘特性试验、绝缘子闪络特性试验和金属导电微粒试验。\n3号气室下部装有支柱绝缘子，支柱绝缘子上带有屏蔽均压罩，用于屏蔽高压导杆电极端部的电场，防止试验时出现电晕放电。\n高压导杆电极可以通过2号盆式绝缘子右端的电极过渡连接件进行更换，从而通过改变高压导杆电极及其配套电极的尺寸和粗糙度，进行不同形状和不同粗糙度的气体间隙绝缘特性试验。\n3号气室外端部设有可拆卸法兰结构，便于更换电极操作。2号气室和3号气室上安装有多个石英玻璃观察窗口，该石英玻璃为远紫外材料，对放电过程中发出的波长在200nm～800nm的光谱范围内光，其透过率大于90%，可通过高速摄像仪监视放电过程。\n整个试验装置由不锈钢的装置支撑座和辅助支撑架支撑，使本体能够平稳放置，方便更换电极和移动。",
            "description": "Disclosure content"
          }
        },
        "required": [
          "claim",
          "disclosure"
        ]
      },
      "SP01InitResultCnipa_EmbodimentOutlineItem": {
        "type": "object",
        "properties": {
          "text": {
            "type": "string",
            "example": "本实施例提供一种用于直流气体绝缘金属封闭输电线路的试验研究装置...",
            "description": "Text content"
          },
          "type": {
            "type": "string",
            "example": "设备",
            "description": "Type (Composition of matter,Machine, Process, Manufacture)"
          },
          "label": {
            "type": "string",
            "example": "outline",
            "description": "Label"
          },
          "claim_text": {
            "type": "string",
            "example": "一种用于直流气体绝缘金属封闭输电线路的试验研究装置",
            "description": "Claim text"
          },
          "claim_numbers": {
            "type": "array",
            "example": [
              1,
              2,
              3
            ],
            "description": "Claim numbers list"
          },
          "embodiment_number": {
            "type": "integer",
            "format": "int32",
            "example": 1,
            "description": "Embodiment number"
          },
          "reference_embodiment_number": {
            "type": "integer",
            "format": "int32",
            "example": 1,
            "description": "Reference embodiment number"
          }
        }
      },
      "SP01InitResultCnipa_SpecificationInitResponse": {
        "type": "object",
        "properties": {
          "status": {
            "type": "integer",
            "format": "int32",
            "example": 2,
            "description": "Export Status (1: Exporting, 2: Export successful, 3: Report generation exception)"
          },
          "benefit": {
            "type": "string",
            "example": "采用三个气室形式的分段结构设计，减少了试验过程中气体的使用量，简化了充放气操作；\\n通过安装在盆式绝缘子与高压导杆电极之间的电极过渡连接件，可方便更换高压导杆电极，实现不同形状和不同粗糙度的气体间隙绝缘特性试验；\\n支柱绝缘子上设置屏蔽均压罩，可屏蔽高压导杆电极端部的电场，避免试验时出现电晕放电；\\n可拆卸法兰结构设计便于更换电极和维护；\\n多个石英玻璃观察窗口允许实时观察放电过程，提高试验的可视性；\\n结构紧凑，操作便捷，满足直流GIL绝缘试验的多种需求。",
            "description": "Technical benefits"
          },
          "task_id": {
            "type": "string",
            "example": "123e4567-e89b-12d3-a456-426614174000",
            "description": "Task ID"
          },
          "category": {
            "type": "string",
            "example": "设备",
            "description": "Technology category(Composition of matter,Machine, Process, Manufacture)"
          },
          "classification": {
            "type": "array",
            "example": [
              "H01B17/36",
              "G01R31/12",
              "H02B13/065",
              "H01B17/14",
              "H02B13/035"
            ],
            "description": "Classification list"
          },
          "technical_methods": {
            "type": "string",
            "example": "本发明提供一种用于直流气体绝缘金属封闭输电线路的试验研究装置，其具有大致\\\"L\\\"型的外形，包括：\\n竖直方向上布置的高压引线端、高压均压环和硅橡胶复合绝缘子高压套管；\\n水平方向上同轴分布的位于中间的高压导杆电极和外围的试验装置外壳；\\n三个独立气室(1号、2号、3号气室)共同组成横向的试验装置外壳，各气室由盆式绝缘子隔离，且各气室均有独立充放气阀门和气压表或密度计；\\n3号气室为主试验单元，可进行SF6气体间隙绝缘特性试验、绝缘子闪络特性试验和金属导电微粒试验；\\n支柱绝缘子上设置有屏蔽均压罩，可屏蔽高压导杆电极端部的电场；\\n高压导杆电极可通过电极过渡连接件进行更换；\\n3号气室端部设有可拆卸法兰结构；\\n多个石英玻璃观察窗口，用于观察放电过程；\\n装置支撑座和辅助支撑架支撑试验装置本体。",
            "description": "Technical methods"
          },
          "technical_problem": {
            "type": "string",
            "example": "现有SF6气体绝缘试验装置体积过大，气体消耗量大，充放气及净化工作量大；单一结构布局限制了试验类型，无法满足多样化试验需求；无法同时进行SF6气体间隙绝缘试验、绝缘子闪络特性试验及金属导电微粒试验；电极更换不便，影响试验效率。",
            "description": "Technical problem"
          },
          "embodiment_outline": {
            "type": "array",
            "example": [
              {
                "text": "为使本申请实施例的目的、技术方案和优点更加清楚，下面将结合本发明实施例中的附图，对本申请实施例中的技术方案进行清楚、完整地描述，显然，所描述的实施例是本申请一部分实施例，而不是全部的实施例。基于本申请中的实施例，本领域普通技术人员在没有作出创造性劳动前提下所获得的所有其他实施例，都属于本发明保护的范围。",
                "label": "common"
              },
              {
                "type": "设备",
                "label": "outline",
                "outline": "outline",
                "claim_text": "\n1.一种用于直流气体绝缘金属封闭输电线路的试验研究装置，其具有大致“L”型的外形，包括竖直方向上布置的高压引线端、高压均压环和硅橡胶复合绝缘子高压套管；以及在水平方向上，同轴分布的位于中间的高压导杆电极和外围的试验装置外壳；1号气室、2号气室和3号气室共同组成横向的试验装置外壳，所述三个气室由1号盆式绝缘子和2号盆式绝缘子隔离成为独立的气室，所述三个气室还分别具有相应的独立充放气阀门：1号充放气阀门、2号充放气阀门和3号充放气阀门；所述每个充放气阀门上均设置有气压表或密度计；以及所述1号气室的气压保持恒定，不用于试验，所述3号气室为试验单元段，通过布置不同形式的棒板电极、同轴圆柱电极、不同规格的2号盆式绝缘子和支柱绝缘子以及金属导电微粒，在所述3号气室中进行SF6气体间隙绝缘特性试验、绝缘子闪络特性试验和金属导电微粒试验。\n\n  2.依据权利要求1所述的用于直流气体绝缘金属封闭输电线路的试验研究装置，其特征在于\n所述3号气室的3号充放气阀门上设置有带温度补偿的气体密度计。\n\n  3.依据权利要求2所述的用于直流气体绝缘金属封闭输电线路的试验研究装置，其特征在于\n所述支柱绝缘子上设置有屏蔽均压罩，屏蔽高压导杆电极端部的电场。\n\n  4.依据权利要求3所述的用于直流气体绝缘金属封闭输电线路的试验研究装置，其特征在于\n所述3号气室安装不同规格尺寸的同轴外壳电极以配合高压导杆电极组成的电极对，所述高压导杆电极通过2号盆式绝缘子右端的电极过渡连接件进行更换，从而通过改变所述高压导杆电极及其配套电极的尺寸和粗糙度，进行不同形状和不同粗糙度的气体间隙绝缘特性试验。\n\n  5.依据权利要求4所述的用于直流气体绝缘金属封闭输电线路的试验研究装置，其特征在于\n所述3号气室端部设有可拆卸法兰结构。\n\n  6.依据权利要求5所述的用于直流气体绝缘金属封闭输电线路的试验研究装置，其特征在于\n所述2号气室安装有1个1号石英玻璃观察窗口，所述3号气室上安装有2号石英玻璃观察窗口、3号石英玻璃观察窗口和主试验石英玻璃观察窗口各1个，所述石英玻璃为远紫外材料，对放电过程中发出的波长在200nm～800nm的光谱范围内光，其透过率大于90％。\n\n  7.依据权利要求1-6任一项所述的用于直流气体绝缘金属封闭输电线路的试验研究装置，其特征在于\n还具有不锈钢的装置支撑座和辅助支撑架支撑所述试验装置本体，使本体能够平稳放置和移动。",
                "claim_numbers": [
                  1,
                  2,
                  3,
                  4,
                  5,
                  6,
                  7
                ],
                "embodiment_number": 1,
                "reference_claim_number": []
              },
              {
                "text": "最后应说明的是：以上所述的仅是本申请的优选实施方式，本申请不限于以上实施例。可以理解，本领域技术人员在不脱离本申请的精神和构思的前提下直接导出或联想到的其他改进和变化，均应认为包含在本申请的保护范围之内。",
                "label": "common"
              }
            ],
            "description": "Embodiment outline list",
            "items": {
              "$ref": "#/components/schemas/SP01InitResultCnipa_EmbodimentOutlineItem"
            }
          }
        },
        "required": [
          "task_id"
        ]
      },
      "SP01InitResultCnipaResponse": {
        "type": "object",
        "properties": {
          "data": {
            "$ref": "#/components/schemas/SP01InitResultCnipa_SpecificationInitResponse"
          },
          "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"
        ]
      },
      "SP01InitResultCnipaRequest": {
        "type": "object",
        "properties": {
          "task_id": {
            "type": "string",
            "example": "80d440b7-80a5-4233-a75f-ab72b0885c88",
            "description": "Task id"
          }
        },
        "required": [
          "task_id"
        ]
      },
      "SP02ExtractFeatureCnipa_Term": {
        "type": "object",
        "properties": {
          "name": {
            "type": "string",
            "example": "气室",
            "description": "Term name"
          },
          "number": {
            "type": "string",
            "example": 1,
            "description": "Number"
          },
          "annotated": {
            "type": "boolean",
            "example": false,
            "description": "Whether annotated"
          },
          "unique_id": {
            "type": "string",
            "example": 1,
            "description": "Unique identifier"
          }
        },
        "required": [
          "name",
          "unique_id"
        ]
      },
      "SP02ExtractFeatureCnipa_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"
          }
        }
      },
      "SP02ExtractFeatureCnipa_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/SP02ExtractFeatureCnipa_ClaimFeature"
            }
          }
        }
      },
      "SP02ExtractFeatureCnipa_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/SP02ExtractFeatureCnipa_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/SP02ExtractFeatureCnipa_FeatureTreeBO"
            }
          }
        }
      },
      "SP02ExtractFeatureCnipaResponse": {
        "type": "object",
        "properties": {
          "data": {
            "$ref": "#/components/schemas/SP02ExtractFeatureCnipa_SpecificationFeatureResponse"
          },
          "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"
        ]
      },
      "SP02ExtractFeatureCnipaRequest": {
        "type": "object",
        "properties": {
          "category": {
            "type": "string",
            "example": "设备",
            "description": "Technology category"
          },
          "task_id": {
            "type": "string",
            "example": "123e4567-e89b-12d3-a456-426614174000",
            "description": "Task ID"
          }
        },
        "required": [
          "category",
          "task_id"
        ]
      },
      "SP03GenerateReportCnipa_NoveltySearchDownloadResponse": {
        "type": "object",
        "properties": {
          "status": {
            "type": "integer",
            "format": "int32",
            "example": 2,
            "description": "Export Status (1: Exporting, 2: Export successful, 3: Report generation exception)"
          },
          "task_id": {
            "type": "string",
            "example": "d12fcd63d27028b88a73168d5bca44d5",
            "description": "task_id of the technical survey report"
          },
          "report_url": {
            "type": "string",
            "example": "http://downloadurl",
            "description": "Report file download link (returned when export status is successful)"
          }
        }
      },
      "SP03GenerateReportCnipaResponse": {
        "type": "object",
        "properties": {
          "data": {
            "$ref": "#/components/schemas/SP03GenerateReportCnipa_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"
        ]
      },
      "SP03GenerateReportCnipa_EmbodimentGenerateItem": {
        "type": "object",
        "properties": {
          "claim_numbers": {
            "type": "array",
            "example": [
              1,
              2,
              3
            ],
            "description": "Claim numbers list"
          },
          "embodiment_number": {
            "type": "integer",
            "format": "int32",
            "example": 1,
            "description": "Embodiment number"
          },
          "text": {
            "type": "string",
            "example": "本实施例提供一种用于直流气体绝缘金属封闭输电线路的试验研究装置，其具有大致\"L\"型的外形...",
            "description": "Embodiment content text"
          },
          "type": {
            "type": "string",
            "example": "设备",
            "description": "Type (Composition of matter,Machine, Process, Manufacture)"
          }
        }
      },
      "SP03GenerateReportCnipa_ClaimFeature": {
        "type": "object",
        "properties": {
          "concepts": {
            "type": "array",
            "example": [
              "气室",
              "试验装置",
              "外壳"
            ],
            "description": "Concept words list"
          },
          "feature": {
            "type": "string",
            "example": "三个独立气室共同组成横向的试验装置外壳",
            "description": "Technical feature description"
          },
          "feature_deleted": {
            "type": "integer",
            "format": "int32",
            "example": 0,
            "description": "Feature deleted flag"
          }
        }
      },
      "SP03GenerateReportCnipa_FeatureTreeBO": {
        "type": "object",
        "properties": {
          "claim_features": {
            "type": "array",
            "example": [
              {
                "feature": "还具有不锈钢的装置支撑座和辅助支撑架支撑所述试验装置本体，使本体能够平稳放置和移动",
                "concepts": [
                  "不锈钢",
                  "装置支撑座",
                  "辅助支撑架",
                  "试验装置本体",
                  "平稳放置",
                  "移动"
                ]
              }
            ],
            "description": "Claim features list",
            "items": {
              "$ref": "#/components/schemas/SP03GenerateReportCnipa_ClaimFeature"
            }
          },
          "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"
          }
        }
      },
      "SP03GenerateReportCnipa_Term": {
        "type": "object",
        "properties": {
          "annotated": {
            "type": "boolean",
            "example": false,
            "description": "Whether annotated"
          },
          "name": {
            "type": "string",
            "example": "气室",
            "description": "Term name"
          },
          "number": {
            "type": "string",
            "example": "1",
            "description": "Number"
          },
          "unique_id": {
            "type": "string",
            "example": "1",
            "description": "Unique identifier"
          }
        },
        "required": [
          "name",
          "unique_id"
        ]
      },
      "SP03GenerateReportCnipaRequest": {
        "type": "object",
        "properties": {
          "benefit": {
            "type": "string",
            "example": "结构紧凑，操作便捷，满足直流GIL绝缘试验的多种需求",
            "description": "Technical benefits"
          },
          "category": {
            "type": "string",
            "example": "设备",
            "description": "Technology category(Composition of matter,Machine, Process, Manufacture)"
          },
          "classification": {
            "type": "array",
            "example": [
              "G01R31/12",
              "H02G15/08"
            ],
            "description": "Classification list"
          },
          "embodiments": {
            "type": "array",
            "example": [
              {
                "text": "为使本申请实施例的目的、技术方案和优点更加清楚，下面将结合本发明实施例中的附图，对本申请实施例中的技术方案进行清楚、完整地描述，显然，所描述的实施例是本申请一部分实施例，而不是全部的实施例。基于本申请中的实施例，本领域普通技术人员在没有作出创造性劳动前提下所获得的所有其他实施例，都属于本发明保护的范围。",
                "label": "common"
              },
              {
                "text": "\n1.一种用于直流气体绝缘金属封闭输电线路的试验研究装置，其具有大致“L”型的外形，包括竖直方向上布置的高压引线端、高压均压环和硅橡胶复合绝缘子高压套管；以及在水平方向上，同轴分布的位于中间的高压导杆电极和外围的试验装置外壳；1号气室、2号气室和3号气室共同组成横向的试验装置外壳，所述三个气室由1号盆式绝缘子和2号盆式绝缘子隔离成为独立的气室，所述三个气室还分别具有相应的独立充放气阀门：1号充放气阀门、2号充放气阀门和3号充放气阀门；所述每个充放气阀门上均设置有气压表或密度计；以及所述1号气室的气压保持恒定，不用于试验，所述3号气室为试验单元段，通过布置不同形式的棒板电极、同轴圆柱电极、不同规格的2号盆式绝缘子和支柱绝缘子以及金属导电微粒，在所述3号气室中进行SF6气体间隙绝缘特性试验、绝缘子闪络特性试验和金属导电微粒试验。\n\n  2.依据权利要求1所述的用于直流气体绝缘金属封闭输电线路的试验研究装置，其特征在于\n所述3号气室的3号充放气阀门上设置有带温度补偿的气体密度计。\n\n  3.依据权利要求2所述的用于直流气体绝缘金属封闭输电线路的试验研究装置，其特征在于\n所述支柱绝缘子上设置有屏蔽均压罩，屏蔽高压导杆电极端部的电场。\n\n  4.依据权利要求3所述的用于直流气体绝缘金属封闭输电线路的试验研究装置，其特征在于\n所述3号气室安装不同规格尺寸的同轴外壳电极以配合高压导杆电极组成的电极对，所述高压导杆电极通过2号盆式绝缘子右端的电极过渡连接件进行更换，从而通过改变所述高压导杆电极及其配套电极的尺寸和粗糙度，进行不同形状和不同粗糙度的气体间隙绝缘特性试验。\n\n  5.依据权利要求4所述的用于直流气体绝缘金属封闭输电线路的试验研究装置，其特征在于\n所述3号气室端部设有可拆卸法兰结构。\n\n  6.依据权利要求5所述的用于直流气体绝缘金属封闭输电线路的试验研究装置，其特征在于\n所述2号气室安装有1个1号石英玻璃观察窗口，所述3号气室上安装有2号石英玻璃观察窗口、3号石英玻璃观察窗口和主试验石英玻璃观察窗口各1个，所述石英玻璃为远紫外材料，对放电过程中发出的波长在200nm～800nm的光谱范围内光，其透过率大于90％。\n\n  7.依据权利要求1-6任一项所述的用于直流气体绝缘金属封闭输电线路的试验研究装置，其特征在于\n还具有不锈钢的装置支撑座和辅助支撑架支撑所述试验装置本体，使本体能够平稳放置和移动。",
                "type": "设备",
                "label": "outline",
                "outline": "outline",
                "claim_numbers": [
                  1,
                  2,
                  3,
                  4,
                  5,
                  6,
                  7
                ],
                "embodiment_number": 1,
                "reference_claim_number": []
              },
              {
                "text": "最后应说明的是：以上所述的仅是本申请的优选实施方式，本申请不限于以上实施例。可以理解，本领域技术人员在不脱离本申请的精神和构思的前提下直接导出或联想到的其他改进和变化，均应认为包含在本申请的保护范围之内。",
                "label": "common"
              }
            ],
            "description": "Embodiments list",
            "items": {
              "$ref": "#/components/schemas/SP03GenerateReportCnipa_EmbodimentGenerateItem"
            }
          },
          "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/SP03GenerateReportCnipa_FeatureTreeBO"
            }
          },
          "task_id": {
            "type": "string",
            "example": "123e4567-e89b-12d3-a456-426614174000",
            "description": "Task ID"
          },
          "technical_methods": {
            "type": "string",
            "example": "采用三个气室形式的分段结构设计，减少试验过程中气体的使用量",
            "description": "Technical methods"
          },
          "technical_problem": {
            "type": "string",
            "example": "现有SF6气体绝缘试验装置体积过大，气体消耗量大",
            "description": "Technical problem"
          },
          "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/SP03GenerateReportCnipa_Term"
            }
          },
          "title": {
            "type": "string",
            "example": "一种用于直流气体绝缘金属封闭输电线路的试验研究装置",
            "description": "Invention title"
          },
          "urls": {
            "type": "array",
            "example": [
              "https://example.com/image1.jpg",
              "https://example.com/image2.jpg"
            ],
            "description": "Image URLs list"
          }
        },
        "required": [
          "category",
          "task_id",
          "title"
        ]
      },
      "SP04SpecificationDownloadReport_NoveltySearchDownloadResponse": {
        "type": "object",
        "properties": {
          "status": {
            "type": "integer",
            "format": "int32",
            "example": 2,
            "description": "Export Status (1: Exporting, 2: Export successful, 3: Report generation exception)"
          },
          "task_id": {
            "type": "string",
            "example": "d12fcd63d27028b88a73168d5bca44d5",
            "description": "task_id of the technical survey report"
          },
          "report_url": {
            "type": "string",
            "example": "http://downloadurl",
            "description": "Report file download link (returned when export status is successful)"
          }
        }
      },
      "SP04SpecificationDownloadReportResponse": {
        "type": "object",
        "properties": {
          "data": {
            "$ref": "#/components/schemas/SP04SpecificationDownloadReport_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"
        ]
      },
      "SP04SpecificationDownloadReportRequest": {
        "type": "object",
        "properties": {
          "task_id": {
            "type": "string",
            "example": "80d440b7-80a5-4233-a75f-ab72b0885c88",
            "description": "Task id"
          }
        },
        "required": [
          "task_id"
        ]
      },
      "AI39-1AiInfringementDetectionCreation_AsyncTaskIdResponse": {
        "type": "object",
        "properties": {
          "task_id": {
            "type": "string",
            "example": "80d440b7-80a5-4233-a75f-ab72b0885c88",
            "description": "Task id"
          }
        }
      },
      "AI39-1AiInfringementDetectionCreationResponse": {
        "type": "object",
        "properties": {
          "data": {
            "$ref": "#/components/schemas/AI39-1AiInfringementDetectionCreation_AsyncTaskIdResponse"
          },
          "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"
        ]
      },
      "AI39-1AiInfringementDetectionCreation_PatentMessage": {
        "type": "object",
        "properties": {
          "apdt": {
            "type": "integer",
            "format": "int64",
            "example": 20190528,
            "description": "Application Date"
          },
          "apno": {
            "type": "string",
            "example": "EU006535076",
            "description": "Application Number"
          },
          "current_assignee": {
            "type": "string",
            "example": "HUAWEI TECHNOLOGIES CO., LTD.",
            "description": "Current Assignee"
          },
          "img_id": {
            "type": "string",
            "example": "HDA0001130916580000011",
            "description": "similar image id"
          },
          "inventor": {
            "type": "string",
            "example": "ELSHAFIE, AHMED|YANG, WEI|HOSSEINI, SEYEDKIANOUSH",
            "description": "Inventor"
          },
          "loc_match": {
            "type": "integer",
            "format": "int32",
            "example": 1,
            "description": "Whether a similar patent hits a high-weight LOC (Valid only when request parameter model is 1 and field is SCORE)\n1: hits\n0: misses"
          },
          "original_assignee": {
            "type": "string",
            "example": "HUAWEI TECHNOLOGIES CO., LTD.",
            "description": "Original Assignee (Applicant)"
          },
          "patent_id": {
            "type": "string",
            "example": "6e433449-143b-41d9-9abf-6c6519b07779",
            "description": "similar patent ID"
          },
          "patent_pn": {
            "type": "string",
            "example": "EU0065350760001S",
            "description": "similar patent number"
          },
          "pbdt": {
            "type": "integer",
            "format": "int64",
            "example": 20190528,
            "description": "Publication Date"
          },
          "score": {
            "type": "number",
            "example": 0.8884816,
            "description": "similar score (Valid only when sorted by similarity, that is, the request parameter field is SCORE)"
          },
          "title": {
            "type": "string",
            "example": "Mobile phones",
            "description": "patent title"
          },
          "url": {
            "type": "string",
            "example": "http://patsnap-imagefulltext240.cdn.zhihuiya.com/EU/S/00/47/44/21/70/00/9/004744217_0009_0002.png?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Date=20240311T111032Z&X-Amz-SignedHeaders=host&X-Amz-Expires=604800&X-Amz-Credential=AKIAPEVKZSEKLAJCRYAA%2F20240311%2Fcn-northwest-1%2Fs3%2Faws4_request&X-Amz-Signature=017c433982a4c397014bb96c92f320c7da2248a9d6b2ce6352f6adbffc4b0d99",
            "description": "similar image url"
          }
        },
        "required": [
          "img_id",
          "patent_id",
          "patent_pn",
          "title",
          "url"
        ]
      },
      "AI39-1AiInfringementDetectionCreationRequest": {
        "type": "object",
        "properties": {
          "country": {
            "type": "array",
            "example": [
              "US",
              "EU",
              "CN"
            ],
            "description": "patent authority code\nFor the authority code, refer to https://analytics.patsnap.com/status, Multiple items can be searched, separated by comma."
          },
          "patent_messages": {
            "type": "array",
            "example": [
              {
                "url": "http://patsnap-imagefulltext240.cdn.zhihuiya.com/EU/S/00/47/44/21/70/00/9/004744217_0009_0002.png",
                "apdt": 20190528,
                "apno": "EU006535076",
                "pbdt": 20190528,
                "score": 0.8884816,
                "title": "Mobile phones",
                "inventor": "ELSHAFIE, AHMED|YANG, WEI|HOSSEINI, SEYEDKIANOUSH",
                "loc_match": 1,
                "patent_id": "6e433449-143b-41d9-9abf-6c6519b07779",
                "patent_pn": "EU0065350760001S",
                "original_assignee": "HUAWEI TECHNOLOGIES CO., LTD."
              }
            ],
            "description": "similar patent information,A maximum of 100 items are supported",
            "items": {
              "$ref": "#/components/schemas/AI39-1AiInfringementDetectionCreation_PatentMessage"
            }
          },
          "report_lang": {
            "type": "string",
            "example": "cn",
            "description": "The language for generating reports(cn/en)"
          },
          "urls": {
            "type": "array",
            "example": [
              "https://static-open.zhihuiya.com/sample/common_demo.png",
              "https://static-open.zhihuiya.com/sample/common_demo_2.png"
            ],
            "description": "image url list"
          }
        },
        "required": [
          "patent_messages",
          "report_lang",
          "urls"
        ]
      },
      "AI39-2AiInfringementDetectionQuery_图像对比项": {
        "type": "object",
        "properties": {
          "score": {
            "type": "number",
            "format": "double",
            "example": 0.93,
            "description": "similar score"
          },
          "title": {
            "type": "string",
            "example": "Floats",
            "description": "title"
          },
          "status": {
            "type": "integer",
            "format": "int32",
            "example": 1,
            "description": "status"
          },
          "country": {
            "type": "string",
            "example": "EU",
            "description": "country"
          },
          "similar": {
            "type": "string",
            "example": "两款产品均为白色充气独角兽造型游泳圈，具有相似的整体轮廓和结构。两者都有突出的独角兽头部造型，带有金色尖角，黑色眼睛，以及彩虹色的鬃毛和尾部。两款产品都采用了白色为主体色调，并在鬃毛和尾部使用了彩虹渐变色彩。",
            "description": "similar"
          },
          "confusion": {
            "type": "string",
            "example": "普通消费者很可能会因两款产品在整体外观、色彩搭配和独特的独角兽造型上的高度相似性而产生混淆。尤其是白色主体与彩虹色鬃毛和尾部的组合，以及金色角和黑色眼睛的设计，使两款产品在视觉上几乎难以区分。",
            "description": "confusion"
          },
          "patent_id": {
            "type": "string",
            "example": "f1bc4b3c-8a7f-45a4-b0cb-56014c548719",
            "description": "patent ID"
          },
          "patent_pn": {
            "type": "string",
            "example": "EU0040356240003S",
            "description": "patent number"
          },
          "risk_desc": {
            "type": "string",
            "example": "相似性评分高达85%，根据《专利法》第23条和《专利法实施细则》第65条，从普通消费者的角度看，两款产品在整体视觉效果上高度相似，极易导致混淆。依据最高人民法院关于审理专利纠纷案件适用法律若干问题的解释，这种程度的相似已构成外观设计专利侵权的实质条件。",
            "description": "risk description"
          },
          "difference": {
            "type": "string",
            "example": "用户产品的独角兽头部略微向下倾斜，而专利产品的头部更为直立。用户产品的彩虹色鬃毛和尾部色彩排列略有不同，且用户产品的游泳圈中心孔形状更为圆形，而专利产品的中心孔形状更为椭圆。",
            "description": "difference"
          },
          "risk_level": {
            "type": "string",
            "example": "High",
            "description": "risk level"
          },
          "suggestion": {
            "type": "string",
            "example": "1. 改变独角兽头部的造型和角度，如设计成更加卡通或夸张的形象；2. 使用完全不同的色彩方案，如将主体改为粉色、蓝色等非白色；3. 调整彩虹色部分的位置和形状，如将彩虹色设计成星星或其他图案；4. 改变游泳圈的整体形状，如设计成更不规则或创新的形状；5. 添加独特的装饰元素，如在独角兽身体上增加图案或标志。",
            "description": "suggestion"
          },
          "patent_image_url": {
            "type": "string",
            "example": "https://data-abstract-image.zhihuiya.com/EU/S/00/40/35/62/40/00/3/00000001_0001.png",
            "description": "patent image url"
          }
        }
      },
      "AI39-2AiInfringementDetectionQuery_图像特征对比响应": {
        "type": "object",
        "properties": {
          "loc": {
            "type": "array",
            "example": [
              "14-03"
            ],
            "description": "loc code"
          },
          "country": {
            "type": "array",
            "example": [
              "US"
            ],
            "description": "country list"
          },
          "task_id": {
            "type": "string",
            "example": "7ef1a01c-2134-433d-8273-a79b58194251",
            "description": "Task id"
          },
          "user_image": {
            "type": "string",
            "example": "https://www.patsnap.com/images/user_image.jpg",
            "description": "user image"
          },
          "comparisons": {
            "type": "array",
            "example": [
              {
                "score": 80,
                "title": "Floats",
                "status": 1,
                "country": "EU",
                "similar": "两款产品均为白色充气独角兽造型游泳圈，具有相似的整体轮廓和结构。两者都有突出的独角兽头部造型，带有金色尖角，黑色眼睛，以及彩虹色的鬃毛和尾部。两款产品都采用了白色为主体色调，并在鬃毛和尾部使用了彩虹渐变色彩。",
                "confusion": "普通消费者很可能会因两款产品在整体外观、色彩搭配和独特的独角兽造型上的高度相似性而产生混淆。尤其是白色主体与彩虹色鬃毛和尾部的组合，以及金色角和黑色眼睛的设计，使两款产品在视觉上几乎难以区分。",
                "patent_id": "f1bc4b3c-8a7f-45a4-b0cb-56014c548719",
                "patent_pn": "EU0040356240003S",
                "risk_desc": "相似性评分高达85%，根据《专利法》第23条和《专利法实施细则》第65条，从普通消费者的角度看，两款产品在整体视觉效果上高度相似，极易导致混淆。依据最高人民法院关于审理专利纠纷案件适用法律若干问题的解释，这种程度的相似已构成外观设计专利侵权的实质条件。",
                "difference": "用户产品的独角兽头部略微向下倾斜，而专利产品的头部更为直立。用户产品的彩虹色鬃毛和尾部色彩排列略有不同，且用户产品的游泳圈中心孔形状更为圆形，而专利产品的中心孔形状更为椭圆。",
                "risk_level": "High",
                "suggestion": "1. 改变独角兽头部的造型和角度，如设计成更加卡通或夸张的形象；2. 使用完全不同的色彩方案，如将主体改为粉色、蓝色等非白色；3. 调整彩虹色部分的位置和形状，如将彩虹色设计成星星或其他图案；4. 改变游泳圈的整体形状，如设计成更不规则或创新的形状；5. 添加独特的装饰元素，如在独角兽身体上增加图案或标志。"
              }
            ],
            "description": "comparisons list",
            "items": {
              "$ref": "#/components/schemas/AI39-2AiInfringementDetectionQuery_图像对比项"
            }
          },
          "task_status": {
            "type": "integer",
            "format": "int32",
            "example": 2,
            "description": "Task Status (1: running, 2: success, 3: failed)"
          },
          "high_risk_country": {
            "type": "array",
            "example": [
              "US"
            ],
            "description": "high risk country list"
          },
          "middle_risk_country": {
            "type": "array",
            "example": [
              "US"
            ],
            "description": "middle risk country list"
          },
          "suspected_infringement_count": {
            "type": "integer",
            "format": "int32",
            "example": 1,
            "description": "suspected infringement patent count"
          },
          "suspected_infringement_country": {
            "type": "array",
            "example": [
              "US"
            ],
            "description": "suspected infringement country list"
          }
        }
      },
      "AI39-2AiInfringementDetectionQueryResponse": {
        "type": "object",
        "properties": {
          "data": {
            "$ref": "#/components/schemas/AI39-2AiInfringementDetectionQuery_图像特征对比响应"
          },
          "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"
        ]
      },
      "AI39-2AiInfringementDetectionQueryRequest": {
        "type": "object",
        "properties": {
          "task_id": {
            "type": "string",
            "example": "80d440b7-80a5-4233-a75f-ab72b0885c88",
            "description": "Task id"
          }
        },
        "required": [
          "task_id"
        ]
      },
      "AI67-1AiInfringementDetection1v1Creation_AsyncTaskIdResponse": {
        "type": "object",
        "properties": {
          "task_id": {
            "type": "string",
            "example": "80d440b7-80a5-4233-a75f-ab72b0885c88",
            "description": "Task id"
          }
        }
      },
      "AI67-1AiInfringementDetection1v1CreationResponse": {
        "type": "object",
        "properties": {
          "data": {
            "$ref": "#/components/schemas/AI67-1AiInfringementDetection1v1Creation_AsyncTaskIdResponse"
          },
          "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"
        ]
      },
      "AI67-1AiInfringementDetection1v1CreationRequest": {
        "type": "object",
        "properties": {
          "patent_number": {
            "type": "string",
            "example": "EU0065350760001S",
            "description": "patent number"
          },
          "report_lang": {
            "type": "string",
            "example": "cn",
            "description": "The language for generating reports(cn/en)"
          },
          "url": {
            "type": "string",
            "example": "https://static-open.zhihuiya.com/sample/common_demo.png",
            "description": "image url"
          }
        },
        "required": [
          "patent_number",
          "url"
        ]
      },
      "AI67-2AiInfringementDetection1v1Query_图像对比项": {
        "type": "object",
        "properties": {
          "score": {
            "type": "number",
            "format": "double",
            "example": 0.93,
            "description": "similar score"
          },
          "title": {
            "type": "string",
            "example": "Floats",
            "description": "title"
          },
          "status": {
            "type": "integer",
            "format": "int32",
            "example": 1,
            "description": "status"
          },
          "country": {
            "type": "string",
            "example": "EU",
            "description": "country"
          },
          "similar": {
            "type": "string",
            "example": "两款产品均为白色充气独角兽造型游泳圈，具有相似的整体轮廓和结构。两者都有突出的独角兽头部造型，带有金色尖角，黑色眼睛，以及彩虹色的鬃毛和尾部。两款产品都采用了白色为主体色调，并在鬃毛和尾部使用了彩虹渐变色彩。",
            "description": "similar"
          },
          "confusion": {
            "type": "string",
            "example": "普通消费者很可能会因两款产品在整体外观、色彩搭配和独特的独角兽造型上的高度相似性而产生混淆。尤其是白色主体与彩虹色鬃毛和尾部的组合，以及金色角和黑色眼睛的设计，使两款产品在视觉上几乎难以区分。",
            "description": "confusion"
          },
          "patent_id": {
            "type": "string",
            "example": "f1bc4b3c-8a7f-45a4-b0cb-56014c548719",
            "description": "patent ID"
          },
          "patent_pn": {
            "type": "string",
            "example": "EU0040356240003S",
            "description": "patent number"
          },
          "risk_desc": {
            "type": "string",
            "example": "相似性评分高达85%，根据《专利法》第23条和《专利法实施细则》第65条，从普通消费者的角度看，两款产品在整体视觉效果上高度相似，极易导致混淆。依据最高人民法院关于审理专利纠纷案件适用法律若干问题的解释，这种程度的相似已构成外观设计专利侵权的实质条件。",
            "description": "risk description"
          },
          "difference": {
            "type": "string",
            "example": "用户产品的独角兽头部略微向下倾斜，而专利产品的头部更为直立。用户产品的彩虹色鬃毛和尾部色彩排列略有不同，且用户产品的游泳圈中心孔形状更为圆形，而专利产品的中心孔形状更为椭圆。",
            "description": "difference"
          },
          "risk_level": {
            "type": "string",
            "example": "High",
            "description": "risk level"
          },
          "suggestion": {
            "type": "string",
            "example": "1. 改变独角兽头部的造型和角度，如设计成更加卡通或夸张的形象；2. 使用完全不同的色彩方案，如将主体改为粉色、蓝色等非白色；3. 调整彩虹色部分的位置和形状，如将彩虹色设计成星星或其他图案；4. 改变游泳圈的整体形状，如设计成更不规则或创新的形状；5. 添加独特的装饰元素，如在独角兽身体上增加图案或标志。",
            "description": "suggestion"
          },
          "patent_image_url": {
            "type": "string",
            "example": "https://data-abstract-image.zhihuiya.com/EU/S/00/40/35/62/40/00/3/00000001_0001.png",
            "description": "patent image url"
          }
        }
      },
      "AI67-2AiInfringementDetection1v1Query_图像特征对比响应": {
        "type": "object",
        "properties": {
          "loc": {
            "type": "array",
            "example": [
              "14-03"
            ],
            "description": "loc code"
          },
          "country": {
            "type": "array",
            "example": [
              "US"
            ],
            "description": "country list"
          },
          "task_id": {
            "type": "string",
            "example": "7ef1a01c-2134-433d-8273-a79b58194251",
            "description": "Task id"
          },
          "user_image": {
            "type": "string",
            "example": "https://www.patsnap.com/images/user_image.jpg",
            "description": "user image"
          },
          "comparisons": {
            "type": "array",
            "example": [
              {
                "score": 80,
                "title": "Floats",
                "status": 1,
                "country": "EU",
                "similar": "两款产品均为白色充气独角兽造型游泳圈，具有相似的整体轮廓和结构。两者都有突出的独角兽头部造型，带有金色尖角，黑色眼睛，以及彩虹色的鬃毛和尾部。两款产品都采用了白色为主体色调，并在鬃毛和尾部使用了彩虹渐变色彩。",
                "confusion": "普通消费者很可能会因两款产品在整体外观、色彩搭配和独特的独角兽造型上的高度相似性而产生混淆。尤其是白色主体与彩虹色鬃毛和尾部的组合，以及金色角和黑色眼睛的设计，使两款产品在视觉上几乎难以区分。",
                "patent_id": "f1bc4b3c-8a7f-45a4-b0cb-56014c548719",
                "patent_pn": "EU0040356240003S",
                "risk_desc": "相似性评分高达85%，根据《专利法》第23条和《专利法实施细则》第65条，从普通消费者的角度看，两款产品在整体视觉效果上高度相似，极易导致混淆。依据最高人民法院关于审理专利纠纷案件适用法律若干问题的解释，这种程度的相似已构成外观设计专利侵权的实质条件。",
                "difference": "用户产品的独角兽头部略微向下倾斜，而专利产品的头部更为直立。用户产品的彩虹色鬃毛和尾部色彩排列略有不同，且用户产品的游泳圈中心孔形状更为圆形，而专利产品的中心孔形状更为椭圆。",
                "risk_level": "High",
                "suggestion": "1. 改变独角兽头部的造型和角度，如设计成更加卡通或夸张的形象；2. 使用完全不同的色彩方案，如将主体改为粉色、蓝色等非白色；3. 调整彩虹色部分的位置和形状，如将彩虹色设计成星星或其他图案；4. 改变游泳圈的整体形状，如设计成更不规则或创新的形状；5. 添加独特的装饰元素，如在独角兽身体上增加图案或标志。"
              }
            ],
            "description": "comparisons list",
            "items": {
              "$ref": "#/components/schemas/AI67-2AiInfringementDetection1v1Query_图像对比项"
            }
          },
          "task_status": {
            "type": "integer",
            "format": "int32",
            "example": 2,
            "description": "Task Status (1: running, 2: success, 3: failed)"
          },
          "high_risk_country": {
            "type": "array",
            "example": [
              "US"
            ],
            "description": "high risk country list"
          },
          "middle_risk_country": {
            "type": "array",
            "example": [
              "US"
            ],
            "description": "middle risk country list"
          },
          "suspected_infringement_count": {
            "type": "integer",
            "format": "int32",
            "example": 1,
            "description": "suspected infringement patent count"
          },
          "suspected_infringement_country": {
            "type": "array",
            "example": [
              "US"
            ],
            "description": "suspected infringement country list"
          }
        }
      },
      "AI67-2AiInfringementDetection1v1QueryResponse": {
        "type": "object",
        "properties": {
          "data": {
            "$ref": "#/components/schemas/AI67-2AiInfringementDetection1v1Query_图像特征对比响应"
          },
          "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"
        ]
      },
      "AI67-2AiInfringementDetection1v1QueryRequest": {
        "type": "object",
        "properties": {
          "task_id": {
            "type": "string",
            "example": "80d440b7-80a5-4233-a75f-ab72b0885c88",
            "description": "Task id"
          }
        },
        "required": [
          "task_id"
        ]
      },
      "AI40-1AiFeasibilityAnalysisCreation_AsyncTaskIdResponse": {
        "type": "object",
        "properties": {
          "task_id": {
            "type": "string",
            "example": "80d440b7-80a5-4233-a75f-ab72b0885c88",
            "description": "Unique task identifier for subsequent polling to get task results"
          }
        },
        "required": [
          "task_id"
        ]
      },
      "AI40-1AiFeasibilityAnalysisCreationResponse": {
        "type": "object",
        "properties": {
          "data": {
            "$ref": "#/components/schemas/AI40-1AiFeasibilityAnalysisCreation_AsyncTaskIdResponse"
          },
          "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"
        ]
      },
      "AI40-1AiFeasibilityAnalysisCreationRequest": {
        "type": "object",
        "properties": {
          "lang": {
            "type": "string",
            "example": "cn",
            "description": "text language, support cn and en"
          },
          "need_logo": {
            "type": "boolean",
            "example": true,
            "description": "Does PDF need to have a logo generated?"
          },
          "text": {
            "type": "string",
            "example": "在鸡蛋外面包裹一层柔软的保护材料，来吸收冲击力。材料可以是： • 泡沫塑料（比如保丽龙） • 海绵 • 棉花 • 塑料气泡袋（气泡膜） • 毛巾或布料",
            "description": "Input"
          }
        },
        "required": [
          "lang",
          "text"
        ]
      },
      "AI40-2AiFeasibilityAnalysisQuery_FeasibilityAnalysisQueryResponse": {
        "type": "object",
        "properties": {
          "url": {
            "type": "string",
            "example": "https://stage-patsnap-export.cdn.zhihuiya.com/7/20250603/eureka/3da39850de1f5fbd366795d62d05fcd7/content_20250603015019.pdf",
            "description": "Report download link (returned when export status is successful)."
          },
          "status": {
            "type": "integer",
            "format": "int32",
            "example": 2,
            "description": "Task status (1: running, 2: successful, 3: generation exception)."
          }
        }
      },
      "AI40-2AiFeasibilityAnalysisQueryResponse": {
        "type": "object",
        "properties": {
          "data": {
            "$ref": "#/components/schemas/AI40-2AiFeasibilityAnalysisQuery_FeasibilityAnalysisQueryResponse"
          },
          "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"
        ]
      },
      "AI40-2AiFeasibilityAnalysisQueryRequest": {
        "type": "object",
        "properties": {
          "task_id": {
            "type": "string",
            "example": "80d440b7-80a5-4233-a75f-ab72b0885c88",
            "description": "Task id"
          }
        },
        "required": [
          "task_id"
        ]
      },
      "AI10TaskCreate_OcrJobResponse": {
        "type": "object",
        "properties": {
          "job_id": {
            "type": "string",
            "example": "b4bdae6b4a65432d91f25b5c52bdfd80",
            "description": "export OCR recognition result task id."
          }
        }
      },
      "AI10TaskCreateResponse": {
        "type": "object",
        "properties": {
          "data": {
            "$ref": "#/components/schemas/AI10TaskCreate_OcrJobResponse"
          },
          "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"
        ]
      },
      "AI10TaskCreateRequest": {
        "type": "object",
        "properties": {
          "document": {
            "type": "string",
            "example": "https://static-open.zhihuiya.com/sample/common_demo.png",
            "description": "The images or scanned PDF files that require OCR recognition."
          },
          "document_type": {
            "type": "string",
            "example": "png",
            "description": "The types of files that require OCR include: pdf, png, jpg."
          },
          "ocr_format": {
            "type": "string",
            "example": "doc",
            "description": "Search for the type of OCR recoginition results, doc/html/xls/ppt/txt"
          },
          "document_lang": {
            "type": "array",
            "example": [
              "简体中文",
              "数字",
              "英语"
            ],
            "description": "<p>Language(s) of the text in the file to be recognized for OCR (multiple selections allowed), for example:</p><p>Simplified Chinese</p><p>Abkhaz</p><p>Adyghe</p><p>Afrikaans</p><p>Agul</p><p>Albanian</p><p>Altai</p><p>Arabic (Saudi Arabia)</p><p>Armenian (Eastern)</p><p>Armenian (Western)</p><p>Armenian (Grabar)</p><p>Avar</p><p>Aymara</p><p>Azeri (Cyrillic)</p><p>Azeri (Latin)</p><p>Bashkir</p><p>Basque</p><p>Belarusian</p><p>Bemba</p><p>Blackfoot</p><p>Breton</p><p>Bugotu</p><p>Bulgarian</p><p>Buryat</p><p>Catalan</p><p>Cebuano</p><p>Chamorro</p><p>Chechen</p><p>Chinese Traditional</p><p>Chukchee</p><p>Chuvash</p><p>Corsican</p><p>Crimean Tatar</p><p>Croatian</p><p>Crow</p><p>Czech</p><p>Dakota</p><p>Danish</p><p>Dargwa</p><p>Dungan</p><p>Dutch</p><p>Dutch (Belgian)</p><p>English</p><p>Eskimo (Cyrillic)</p><p>Eskimo (Latin)</p><p>Estonian</p><p>Even</p><p>Evenki</p><p>Faroese</p><p>Fijian</p><p>Finnish</p><p>French</p><p>Frisian</p><p>Friulian</p><p>Gagauz</p><p>Galician</p><p>Ganda</p><p>German</p><p>German (Luxembourg)</p><p>German (New Spelling)</p><p>Greek</p><p>Guarani</p><p>Hani</p><p>Hausa</p><p>Hawaiian</p><p>Hebrew</p><p>Hungarian</p><p>Icelandic</p><p>Indonesian</p><p>Ingush</p><p>Irish</p><p>Italian</p><p>Japanese</p><p>Japanese (Modern)</p><p>Jingpo</p><p>Kabardian</p><p>Kalmyk</p><p>Karachay-balkar</p><p>Karakalpak</p><p>Kashubian</p><p>Kawa</p><p>Kazakh</p><p>Khakass</p><p>Khanty</p><p>Kikuyu</p><p>Kirghiz</p><p>Kongo</p><p>Korean</p><p>Korean (Hangul)</p><p>Koryak</p><p>Kpelle</p><p>Kumyk</p><p>Kurdish</p><p>Lak</p><p>Latin</p><p>Latvian</p><p>Latvian Gothic</p><p>Lezgi</p><p>Lithuanian</p><p>Luba</p><p>Macedonian</p><p>Malagasy</p><p>Malay (Malaysian)</p><p>Malinke</p><p>Maltese</p><p>Mansi</p><p>Maori</p><p>Mari</p><p>Maya</p><p>Miao</p><p>Minangkabau</p><p>Mohawk</p><p>Mongol</p><p>Mordvin</p><p>Nahuatl</p><p>Nenets</p><p>Nivkh</p><p>Nogay</p><p>Norwegian</p><p>Norwegian (Bokmal)</p><p>Norwegian (Nynorsk)</p><p>Nyanja</p><p>Occitan</p><p>Ojibway</p><p>Old English</p><p>Old French</p><p>Old German</p><p>Old Italian</p><p>Old Slavonic</p><p>Old Spanish</p><p>Ossetian</p><p>Papiamento</p><p>Polish</p><p>Portuguese</p><p>Portuguese (Brazilian)</p><p>Quechua (Bolivia)</p><p>Rhaeto-Romanic</p><p>Romanian</p><p>Romanian (Moldova)</p><p>Romany</p><p>Rundi</p><p>Russian</p><p>Russian (Old Spelling)</p><p>Russian with stress marks</p><p>Rwanda</p><p>Sami (Lappish)</p><p>Samoan</p><p>Scottish Gaelic</p><p>Selkup</p><p>Serbian (Cyrillic)</p><p>Serbian (Latin)</p><p>Shona</p><p>Slovak</p><p>Slovenian</p><p>Somali</p><p>Sorbian</p><p>Sotho</p><p>Spanish</p><p>Sunda</p><p>Swahili</p><p>Swazi</p><p>Swedish</p><p>Tabasaran</p><p>Tagalog</p><p>Tahitian</p><p>Tajik</p><p>Tatar</p><p>Thai</p><p>Tok Pisin</p><p>Tongan</p><p>Tswana</p><p>Tun</p><p>Turkish</p><p>Turkmen (Cyrillic)</p><p>Turkmen (Latin)</p><p>Tuvinian</p><p>Udmurt</p><p>Uighur (Cyrillic)</p><p>Uighur (Latin)</p><p>Ukrainian</p><p>Uzbek (Cyrillic)</p><p>Uzbek (Latin)</p><p>Vietnamese</p><p>Welsh</p><p>Wolof</p><p>Xhosa</p><p>Yakut</p><p>Yiddish</p><p>Zapotec</p><p>Zulu</p><p>Note: Default is \"Simplified Chinese; Numbers; English.\"</p>"
          }
        },
        "required": [
          "document",
          "document_type",
          "ocr_format"
        ]
      },
      "AI10JobIdStatus_OcrDownloadResponse": {
        "type": "object",
        "properties": {
          "job_id": {
            "type": "string",
            "example": "15362c5fae034dfc8943df299afc18b5",
            "description": "Export task id"
          },
          "queue_num": {
            "type": "integer",
            "format": "int32",
            "example": 10,
            "description": "Queue quantity"
          },
          "job_status": {
            "type": "integer",
            "format": "int32",
            "example": 1,
            "description": "Export status (1: exporting, 2: export successful, 3: OCR recognition result generation exception)."
          },
          "download_url": {
            "type": "string",
            "example": "http://data-country-source-cn-northwest-1.s3.cn-northwest-1.amazonaws.com.cn/zhaoruncheng/test/DP-0003%E9%A3%8E%E9%99%A9%E9%A2%84%E8%AD%A6%E6%95%B0%E6%8D%AE.xlsx?response-content-disposition=attachment%3Bfilename%2A%3DUTF-8%27%27DP-0003%25E9%25A3%258E%25E9%2599%25A9%25E9%25A2%2584%25E8%25AD%25A6%25E6%2595%25B0%25E6%258D%25AE.xlsx&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Date=20221026T102022Z&X-Amz-SignedHeaders=host&X-Amz-Expires=604800&X-Amz-Credential=AKIAOCKXBMBTRQNHGHMQ%2F20221026%2Fcn-northwest-1%2Fs3%2Faws4_request&X-Amz-Signature=7d5e45f4214dd0bc53c5b764627268ff4185202b56b1b635440fe53c38b225a7",
            "description": "OCR recognition result file download link (returned when export status is successful)."
          },
          "abnormal_cause": {
            "type": "string",
            "example": "由于服务器异常，正在修复中",
            "description": "Exception reason"
          }
        }
      },
      "AI10JobIdStatusResponse": {
        "type": "object",
        "properties": {
          "data": {
            "$ref": "#/components/schemas/AI10JobIdStatus_OcrDownloadResponse"
          },
          "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"
        ]
      },
      "AI61AiTranslation_AiTranslationResponse": {
        "type": "object",
        "properties": {
          "source_lang": {
            "type": "string",
            "example": "CN",
            "description": "Source language."
          },
          "target_lang": {
            "type": "string",
            "example": "EN",
            "description": "Target language."
          },
          "translate_result": {
            "type": "string",
            "example": "Hello, world!",
            "description": "Translation result."
          }
        }
      },
      "AI61AiTranslationResponse": {
        "type": "object",
        "properties": {
          "data": {
            "$ref": "#/components/schemas/AI61AiTranslation_AiTranslationResponse"
          },
          "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"
        ]
      },
      "AI61AiTranslationRequest": {
        "type": "object",
        "properties": {
          "source_lang": {
            "type": "string",
            "example": "CN",
            "description": "Source language.<p>Note：</p><p>1.Support direct input of the source language, e.g., CN；</p><p>2.Support automatic detection of the input text's language when the source language is not specified.</p>"
          },
          "target_lang": {
            "type": "string",
            "example": "EN",
            "description": "Target language. If not specified, the default is EN."
          },
          "text": {
            "type": "string",
            "example": "你好，世界！",
            "description": "The original text that needs to be translated.Cannot exceed 2000 characters"
          }
        },
        "required": [
          "text"
        ]
      },
      "T011V1TranslationsResponse": {
        "type": "object",
        "properties": {
          "error": {
            "type": "string",
            "example": "upstream translation call failed after retries",
            "description": "Exception string when `failed`; `null` for `queued` / `working` / `ready` / `delivered`. Example: `null` (not failed) or `\"upstream translation call failed after retries\"` (failed)."
          },
          "job_id": {
            "type": "string",
            "example": "dcaf91fc699e",
            "description": "Job identifier, 12 hexadecimal characters. Example: `dcaf91fc699e`."
          },
          "status": {
            "type": "string",
            "example": "ready",
            "description": "Job status: `queued` accepted / `working` in progress / `ready` first completed result (billed) / `delivered` later lookup (not billed, still downloadable) / `failed` (see `error`). A synchronous submit always returns `ready`/`failed` (it is marked `billed` immediately and is never remapped to `delivered`). An asynchronous submit is usually `queued`, or `working` if the worker already started. `delivered` appears only on `POST /api/v1/jobs/status`. Example: `ready`."
          },
          "progress": {
            "type": "string",
            "example": "100/100",
            "description": "Progress as `current/100` percent string. Updates during `queued`/`working`; `ready`/`delivered` → `100/100`; `failed` → `0/100`."
          },
          "direction": {
            "type": "string",
            "example": "zh-en",
            "description": "Display form of the translation direction (`<source>-<target>`). Only Chinese-to-English is implemented today, so the value is always `zh-en`. Example: `zh-en`."
          },
          "download_url": {
            "type": "string",
            "example": "https://translation-gpt-docx-stage.cos.ap-beijing.myqcloud.com/results/output/20241127_dcaf91fc699e_patent.en.docx?sign=...",
            "description": "Signed object-storage URL of the translated DOCX. Present only when the job is internally `ready` (exposed as `ready` or `delivered`) and COS publish succeeded; `\"\"` while pending, `failed`, or when object storage is off / publish failed. GET this URL directly; it does not go through this service. Example: `https://...cos.../results/...?sign=...`."
          },
          "source_chars": {
            "type": "integer",
            "example": 17528,
            "description": "Total source-text character count (sum of source text length across all translation units). Actual value when `ready` / `delivered`; `0` when `queued` / `working` / `failed`. The billing header equals `source_chars / 1e6` unless the 0.001 CNY floor applies, in which case the header is larger. Example: `17528` (billing header `0.017528`)."
          },
          "billing_amount": {
            "type": "string",
            "example": "0.017528",
            "description": "Billable amount in millions of source characters as a six-decimal string, equal to this response's `X-Openapi-Amount` header. Actual amount on synchronous `ready` and the first asynchronous `ready`; `0.000000` when `delivered` / `failed` / `queued` / `working` / async submit. Example: `0.017528` (17528 characters)."
          },
          "output_filename": {
            "type": "string",
            "example": "patent_translation.en.docx",
            "description": "Translated filename returned only when internal `output_mode=base64|both` and `ready`. Example: `patent_translation.en.docx`."
          },
          "output_size_bytes": {
            "type": "integer",
            "example": 245760,
            "description": "Translated file size in bytes returned only when internal `output_mode=base64|both` and `ready`. Example: `245760`."
          },
          "file_content_base64": {
            "type": "string",
            "example": "UEsDBBQABgAIAAAAIQCy0sNYxQEAACoHAAAL...",
            "description": "Returned only when internal `output_mode=base64|both` and `ready`; omitted in default public `url` mode. Example: `UEsDBBQABgAIAAAAIQCy0sNYxQEAACoHAAAL...`."
          },
          "output_content_type": {
            "type": "string",
            "example": "application/vnd.openxmlformats-officedocument.wordprocessingml.document",
            "description": "MIME type returned only when internal `output_mode=base64|both` and `ready`; always DOCX OOXML. Example: `application/vnd.openxmlformats-officedocument.wordprocessingml.document`."
          }
        },
        "required": [
          "error",
          "job_id",
          "status",
          "progress",
          "direction",
          "download_url",
          "source_chars",
          "billing_amount"
        ]
      },
      "T011V1TranslationsRequest": {
        "type": "object",
        "properties": {
          "file_content_base64": {
            "type": "string",
            "example": "UEsDBBQABgAIAAAAIQCy0sNYxQEAACoHAAAL...",
            "description": "Base64 string of the source DOCX bytes (required in JSON mode) without a `data:` URL prefix. A DOCX is a ZIP container, so the encoded string typically starts with `UEsDBB` (the `PK\\x03\\x04` magic). The payload is roughly 1.33x the original file size. Example: `UEsDBBQABgAIAAAAIQCy0sNYxQEAACoHAAAL...`."
          },
          "filename": {
            "type": "string",
            "example": "patent_translation.docx",
            "description": "Original DOCX filename ending with `.docx` (1-255 characters). Defaults to `document.docx` when omitted. Example: `patent_translation.docx`."
          },
          "sourceLanguageCode": {
            "type": "object",
            "example": "zh",
            "description": "Source language code; defaults to `zh`. The DOCX pipeline currently implements `zh` -> `en` only; other combinations return 422 with `unsupported language pair`. Example: `zh`."
          },
          "targetLanguageCode": {
            "type": "object",
            "example": "en",
            "description": "Target language code; defaults to `en`. The DOCX pipeline currently implements `zh` -> `en` only; other combinations return 422 with `unsupported language pair`. Example: `en`."
          },
          "enable_async": {
            "type": "boolean",
            "example": false,
            "description": "`false` (default): run to completion in this request and bill once. `true`: return `job_id` immediately (not billed) and query later via `POST /api/v1/jobs/status`."
          }
        },
        "required": [
          "file_content_base64"
        ]
      },
      "T010HiroTranslationTranslateResponse": {
        "type": "object",
        "properties": {
          "_meta": {
            "type": "object",
            "example": {
              "openapi_billing": {
                "version": 1,
                "multiplier": "2"
              }
            },
            "description": "Billing metadata on the SSE JSON body (not an HTTP header)."
          },
          "state": {
            "type": "string",
            "example": "success",
            "description": "Execution status"
          },
          "progress": {
            "type": "string",
            "example": "1/2",
            "description": "Translation progress as ``current/total`` segments (e.g. ``3/10``). `raw` is typically ``1/1``."
          },
          "textOriginal": {
            "type": "string",
            "example": "本发明涉及一种用于图像识别的装置，包括处理器和存储器。",
            "description": "Source segment text"
          },
          "textTranslated": {
            "type": "string",
            "example": "The present invention relates to an apparatus for image recognition, comprising a processor and a memory.",
            "description": "Translated segment text"
          },
          "translatedCharacterCount": {
            "type": "integer",
            "example": 105,
            "description": "Character count of this translated segment"
          }
        },
        "required": [
          "state",
          "textOriginal",
          "textTranslated",
          "translatedCharacterCount"
        ]
      },
      "T010HiroTranslationTranslateRequest": {
        "type": "object",
        "properties": {
          "content": {
            "type": "string",
            "example": "本发明涉及一种用于图像识别的装置，包括处理器和存储器。\n所述处理器被配置为对输入图像进行分类。",
            "description": "Source text to translate. Must not be blank. Default max 65536 characters."
          },
          "sourceLanguageCode": {
            "type": "object",
            "example": "zh",
            "description": "Source language code."
          },
          "targetLanguageCode": {
            "type": "object",
            "example": "en",
            "description": "Target language code; must differ from source."
          },
          "mode": {
            "type": "string",
            "example": "fast",
            "description": "Translation mode: `fast` (default) segmented, `stream` sliding-window, `raw` direct pass-through. Example: `fast`."
          }
        },
        "required": [
          "content",
          "sourceLanguageCode",
          "targetLanguageCode"
        ]
      },
      "T012JobsStatusResponse": {
        "type": "object",
        "properties": {
          "error": {
            "type": "string",
            "example": "upstream translation call failed after retries",
            "description": "Exception string when `failed`; `null` for `queued` / `working` / `ready` / `delivered`. Example: `null` (not failed) or `\"upstream translation call failed after retries\"` (failed)."
          },
          "job_id": {
            "type": "string",
            "example": "dcaf91fc699e",
            "description": "Job identifier, 12 hexadecimal characters. Example: `dcaf91fc699e`."
          },
          "status": {
            "type": "string",
            "example": "ready",
            "description": "Job status: `queued` accepted / `working` in progress / `ready` first completed result (billed) / `delivered` later lookup (not billed, still downloadable) / `failed` (see `error`). A synchronous submit always returns `ready`/`failed` (it is marked `billed` immediately and is never remapped to `delivered`). An asynchronous submit is usually `queued`, or `working` if the worker already started. `delivered` appears only on `POST /api/v1/jobs/status`. Example: `ready`."
          },
          "progress": {
            "type": "string",
            "example": "100/100",
            "description": "Progress as `current/100` percent string. Updates during `queued`/`working`; `ready`/`delivered` → `100/100`; `failed` → `0/100`."
          },
          "direction": {
            "type": "string",
            "example": "zh-en",
            "description": "Display form of the translation direction (`<source>-<target>`). Only Chinese-to-English is implemented today, so the value is always `zh-en`. Example: `zh-en`."
          },
          "download_url": {
            "type": "string",
            "example": "https://translation-gpt-docx-stage.cos.ap-beijing.myqcloud.com/results/output/20241127_dcaf91fc699e_patent.en.docx?sign=...",
            "description": "Signed object-storage URL of the translated DOCX. Present only when the job is internally `ready` (exposed as `ready` or `delivered`) and COS publish succeeded; `\"\"` while pending, `failed`, or when object storage is off / publish failed. GET this URL directly; it does not go through this service. Example: `https://...cos.../results/...?sign=...`."
          },
          "source_chars": {
            "type": "integer",
            "example": 17528,
            "description": "Total source-text character count (sum of source text length across all translation units). Actual value when `ready` / `delivered`; `0` when `queued` / `working` / `failed`. The billing header equals `source_chars / 1e6` unless the 0.001 CNY floor applies, in which case the header is larger. Example: `17528` (billing header `0.017528`)."
          },
          "billing_amount": {
            "type": "string",
            "example": "0.017528",
            "description": "Billable amount in millions of source characters as a six-decimal string, equal to this response's `X-Openapi-Amount` header. Actual amount on synchronous `ready` and the first asynchronous `ready`; `0.000000` when `delivered` / `failed` / `queued` / `working` / async submit. Example: `0.017528` (17528 characters)."
          },
          "output_filename": {
            "type": "string",
            "example": "patent_translation.en.docx",
            "description": "Translated filename returned only when internal `output_mode=base64|both` and `ready`. Example: `patent_translation.en.docx`."
          },
          "output_size_bytes": {
            "type": "integer",
            "example": 245760,
            "description": "Translated file size in bytes returned only when internal `output_mode=base64|both` and `ready`. Example: `245760`."
          },
          "file_content_base64": {
            "type": "string",
            "example": "UEsDBBQABgAIAAAAIQCy0sNYxQEAACoHAAAL...",
            "description": "Returned only when internal `output_mode=base64|both` and `ready`; omitted in default public `url` mode. Example: `UEsDBBQABgAIAAAAIQCy0sNYxQEAACoHAAAL...`."
          },
          "output_content_type": {
            "type": "string",
            "example": "application/vnd.openxmlformats-officedocument.wordprocessingml.document",
            "description": "MIME type returned only when internal `output_mode=base64|both` and `ready`; always DOCX OOXML. Example: `application/vnd.openxmlformats-officedocument.wordprocessingml.document`."
          }
        },
        "required": [
          "error",
          "job_id",
          "status",
          "progress",
          "direction",
          "download_url",
          "source_chars",
          "billing_amount"
        ]
      },
      "T012JobsStatusRequest": {
        "type": "object",
        "properties": {
          "job_id": {
            "type": "string",
            "example": "dcaf91fc699e",
            "description": "Job identifier returned by `POST /api/v1/translations`, length 1-64. The generated value is 12 hexadecimal characters. Example: `dcaf91fc699e`."
          }
        },
        "required": [
          "job_id"
        ]
      },
      "AI66-1FtoSubmit_AsyncTaskIdResponse": {
        "type": "object",
        "properties": {
          "task_id": {
            "type": "string",
            "example": "80d440b7-80a5-4233-a75f-ab72b0885c88",
            "description": "Task id"
          }
        }
      },
      "AI66-1FtoSubmitResponse": {
        "type": "object",
        "properties": {
          "data": {
            "$ref": "#/components/schemas/AI66-1FtoSubmit_AsyncTaskIdResponse"
          },
          "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"
        ]
      },
      "AI66-1FtoSubmitRequest": {
        "type": "object",
        "properties": {
          "apd_end": {
            "type": "string",
            "example": "20241231",
            "description": "Application date end time, format: YYYYMMDD"
          },
          "apd_start": {
            "type": "string",
            "example": "20200101",
            "description": "Application date start time, format: YYYYMMDD"
          },
          "country": {
            "type": "array",
            "example": [
              "CN",
              "US",
              "EP"
            ],
            "description": "Patent office list to limit the scope of patent offices for search"
          },
          "exclude_company": {
            "type": "array",
            "example": [
              "Apple Inc",
              "Samsung Electronics"
            ],
            "description": "List of companies to exclude, patents from these companies will be excluded from search results"
          },
          "include_company": {
            "type": "array",
            "example": [
              "Huawei Technologies",
              "Xiaomi Corp"
            ],
            "description": "List of companies to include, patents from these companies will be prioritized in search results"
          },
          "input": {
            "type": "string",
            "example": "空调器及其除霜控制方法\\n技术领域\\n本发明涉及空调器及其控制技术，具体是一种空调器及其除霜控制方法。\\n背景技术\\n空调器在制热时，室外换热器易结霜，影响制热效果，需除霜。现有除霜结束判断依据是室外盘管温度高于设定值并持续一段时间。然而，大风天气下，室外换热器散热快，即使霜已融化，盘管温度也可能无法达到除霜退出温度，导致除霜延迟甚至无法退出，影响室内舒适度。\\n技术问题\\n本发明旨在解决大风天气下，现有空调器因室外换热器散热快导致除霜退出延迟或无法退出的问题。\\n技术方案\\n本发明提供一种空调器的除霜控制方法，包括：\\n除霜运行时，获取室外风速，检测室外盘管温度。\\n获取室外风速等级对应的除霜退出温度（不同风速等级对应不同退出温度，风速越高，退出温度越低）。\\n当室外盘管温度高于对应风速等级的除霜退出温度时，控制空调器退出除霜。\\n此外，除霜运行时，可根据室外风速限制压缩机最高运行频率（风速越高，允许的最高频率越高）。\\n空调器可通过室外风速传感器（单个或多个安装在室外机不同表面）或通讯模块（联网获取）获取室外风速。\\n本发明还提供一种空调器，包括：\\n风速获取模块\\n室外盘管温度检测模块\\n控制模块（根据风速等级和盘管温度控制除霜启停）\\n存储模块（存储风速等级对应的除霜退出温度和压缩机最高运行频率）\\n有益效果\\n本发明根据风速调整除霜退出温度，能更准确反映除霜完成的真实状态，避免风力影响，确保及时退出除霜，提升室内制热舒适度。\\n最佳实施方式\\n空调制热时，检测室外盘管温度Te和环境温度Tao，根据Tao确定霜点温度Tes，当Te < Tes时进入除霜。除霜时，室内风机低速，室外风机停，根据室外风速m限制压缩机最高运行频率fmax（m≤a, fmax=f; a<m≤b, fmax=f+f1; b<m≤c, fmax=f+f2; c<m, fmax=f+f3）。同时，获取对应风速等级的除霜退出温度T1（m≤a, T1=T0; a<m≤b, T1=T0-t1; b<m≤c, T1=T0-t2; c<m, T1=T0-t3）。当Te > T1时，退出除霜。\\n室外风速可通过安装在室外机不同表面的风速传感器（取最大值或平均值）或联网获取。\\n实施例\\n空调器开机进入制热，检测温度，满足除霜条件后进入除霜。控制风机和压缩机频率，根据风速和盘管温度判断是否退出除霜，退出后恢复制热。\\n空调器包含风速获取、温度检测、控制和存储模块，实现上述控制逻辑。\\n本发明根据风速调整除霜策略，提高了除霜的准确性和效率，保证了室内舒适度。",
            "description": "User input technical description or product description"
          },
          "lang": {
            "type": "string",
            "example": "cn",
            "description": "Language type (cn, en)"
          },
          "legal_status": {
            "type": "array",
            "example": [
              1,
              2
            ],
            "description": "Legal status list to filter patents with specific legal status (0-Invalid,1-Valid, 2-Under examination)"
          }
        },
        "required": [
          "input"
        ]
      },
      "AI66-2FeatureExtract_AiSearchAgentFeature": {
        "type": "object",
        "properties": {
          "core": {
            "type": "boolean",
            "example": true,
            "description": "Whether it is a core field"
          },
          "score": {
            "type": "integer",
            "format": "int32",
            "example": 80,
            "description": "score"
          },
          "reason": {
            "type": "string",
            "example": "包含主题，描述了发明的核心内容。",
            "description": "reason"
          },
          "keywords": {
            "type": "array",
            "example": [
              "人形机器人",
              "腿部动力结构"
            ],
            "description": "List of keywords"
          },
          "user_add": {
            "type": "boolean",
            "example": true,
            "description": "Whether to add for the user"
          },
          "is_select": {
            "type": "boolean",
            "example": true,
            "description": "Check or not"
          },
          "tech_feature": {
            "type": "string",
            "example": "人形机器人的腿部动力结构",
            "description": "Extracted feature words"
          }
        },
        "required": [
          "core",
          "score",
          "reason",
          "keywords",
          "user_add",
          "is_select",
          "tech_feature"
        ]
      },
      "AI66-2FeatureExtract_FeatureExactionResponseDTO": {
        "type": "object",
        "properties": {
          "text": {
            "type": "string",
            "example": "空调器及其除霜控制方法\\n技术领域\\n本发明涉及空调器及其控制技术，具体是一种空调器及其除霜控制方法。\\n背景技术\\n空调器在制热时，室外换热器易结霜，影响制热效果，需除霜。现有除霜结束判断依据是室外盘管温度高于设定值并持续一段时间。然而，大风天气下，室外换热器散热快，即使霜已融化，盘管温度也可能无法达到除霜退出温度，导致除霜延迟甚至无法退出，影响室内舒适度。\\n技术问题\\n本发明旨在解决大风天气下，现有空调器因室外换热器散热快导致除霜退出延迟或无法退出的问题。\\n技术方案\\n本发明提供一种空调器的除霜控制方法，包括：\\n除霜运行时，获取室外风速，检测室外盘管温度。\\n获取室外风速等级对应的除霜退出温度（不同风速等级对应不同退出温度，风速越高，退出温度越低）。\\n当室外盘管温度高于对应风速等级的除霜退出温度时，控制空调器退出除霜。",
            "description": "User input technical description text"
          },
          "features": {
            "type": "array",
            "example": [
              {
                "core": true,
                "score": 100,
                "reason": "包含主题，描述了发明的核心内容。",
                "keywords": [
                  "空调器",
                  "除霜控制方法"
                ],
                "user_add": false,
                "is_select": true,
                "tech_feature": "空调器及其除霜控制方法"
              },
              {
                "core": false,
                "score": 70,
                "reason": "结合风速和盘管温度进行除霜控制具有一定的创新性，尤其是在大风天气下的应用。",
                "keywords": [
                  "除霜运行",
                  "室外风速",
                  "室外盘管温度"
                ],
                "user_add": false,
                "is_select": true,
                "tech_feature": "除霜运行时，获取室外风速，检测室外盘管温度"
              }
            ],
            "description": "List of technical features extracted from technical description, including feature description, keywords, score, selection status and other information",
            "items": {
              "$ref": "#/components/schemas/AI66-2FeatureExtract_AiSearchAgentFeature"
            }
          },
          "threshold": {
            "type": "integer",
            "format": "int32",
            "example": 60,
            "description": "Technical feature score threshold for filtering important technical features"
          }
        },
        "required": [
          "text",
          "features",
          "threshold"
        ]
      },
      "AI66-2FeatureExtractResponse": {
        "type": "object",
        "properties": {
          "data": {
            "$ref": "#/components/schemas/AI66-2FeatureExtract_FeatureExactionResponseDTO"
          },
          "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"
        ]
      },
      "AI66-2FeatureExtractRequest": {
        "type": "object",
        "properties": {
          "task_id": {
            "type": "string",
            "example": "80d440b7-80a5-4233-a75f-ab72b0885c88",
            "description": "Task id"
          }
        },
        "required": [
          "task_id"
        ]
      },
      "AI66-3FeatureConfirm_AsyncTaskIdResponse": {
        "type": "object",
        "properties": {
          "task_id": {
            "type": "string",
            "example": "80d440b7-80a5-4233-a75f-ab72b0885c88",
            "description": "Task id"
          }
        }
      },
      "AI66-3FeatureConfirmResponse": {
        "type": "object",
        "properties": {
          "data": {
            "$ref": "#/components/schemas/AI66-3FeatureConfirm_AsyncTaskIdResponse"
          },
          "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"
        ]
      },
      "AI66-3FeatureConfirm_AiSearchAgentFeature": {
        "type": "object",
        "properties": {
          "core": {
            "type": "boolean",
            "example": true,
            "description": "Whether it is a core field"
          },
          "is_select": {
            "type": "boolean",
            "example": true,
            "description": "Check or not"
          },
          "keywords": {
            "type": "array",
            "example": [
              "人形机器人",
              "腿部动力结构"
            ],
            "description": "List of keywords"
          },
          "reason": {
            "type": "string",
            "example": "包含主题，描述了发明的核心内容。",
            "description": "reason"
          },
          "score": {
            "type": "integer",
            "format": "int32",
            "example": 80,
            "description": "score"
          },
          "tech_feature": {
            "type": "string",
            "example": "人形机器人的腿部动力结构",
            "description": "Extracted feature words"
          },
          "user_add": {
            "type": "boolean",
            "example": true,
            "description": "Whether to add for the user"
          }
        },
        "required": [
          "core",
          "is_select",
          "keywords",
          "reason",
          "score",
          "tech_feature",
          "user_add"
        ]
      },
      "AI66-3FeatureConfirmRequest": {
        "type": "object",
        "properties": {
          "task_id": {
            "type": "string",
            "example": "8b814751-8264-45df-a157-2da6273b07f9",
            "description": "Task ID to identify a specific AI search task"
          },
          "tech_features": {
            "type": "array",
            "example": [
              {
                "core": true,
                "score": 100,
                "reason": "包含主题，描述了发明的核心内容。",
                "keywords": [
                  "空调器",
                  "除霜控制方法"
                ],
                "user_add": false,
                "is_select": true,
                "tech_feature": "空调器及其除霜控制方法"
              },
              {
                "core": false,
                "score": 70,
                "reason": "结合风速和盘管温度进行除霜控制具有一定的创新性，尤其是在大风天气下的应用。",
                "keywords": [
                  "除霜运行",
                  "室外风速",
                  "室外盘管温度"
                ],
                "user_add": false,
                "is_select": true,
                "tech_feature": "除霜运行时，获取室外风速，检测室外盘管温度"
              },
              {
                "core": false,
                "score": 80,
                "reason": "根据风速调整除霜退出温度是一个创新的控制策略，能够更准确地反映除霜完成的状态。",
                "keywords": [
                  "室外风速等级",
                  "除霜退出温度"
                ],
                "user_add": false,
                "is_select": true,
                "tech_feature": "获取室外风速等级对应的除霜退出温度（不同风速等级对应不同退出温度，风速越高，退出温度越低）"
              }
            ],
            "description": "List of technical features confirmed by user, including feature description, keywords, score, selection status and other information",
            "items": {
              "$ref": "#/components/schemas/AI66-3FeatureConfirm_AiSearchAgentFeature"
            }
          }
        },
        "required": [
          "task_id",
          "tech_features"
        ]
      },
      "AI66-4SearchAgent_AsyncTaskIdResponse": {
        "type": "object",
        "properties": {
          "task_id": {
            "type": "string",
            "example": "80d440b7-80a5-4233-a75f-ab72b0885c88",
            "description": "Task id"
          }
        }
      },
      "AI66-4SearchAgentResponse": {
        "type": "object",
        "properties": {
          "data": {
            "$ref": "#/components/schemas/AI66-4SearchAgent_AsyncTaskIdResponse"
          },
          "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"
        ]
      },
      "AI66-4SearchAgentRequest": {
        "type": "object",
        "properties": {
          "task_id": {
            "type": "string",
            "example": "80d440b7-80a5-4233-a75f-ab72b0885c88",
            "description": "Task id"
          }
        },
        "required": [
          "task_id"
        ]
      },
      "AI66-5AgentResult_FeatureComparisonFinalResClaim": {
        "type": "object",
        "properties": {
          "claim_num": {
            "type": "integer",
            "format": "int32",
            "example": 1,
            "description": "Claim number (claim 1, claim 2, claim 3)"
          },
          "claim_text": {
            "type": "string",
            "example": "一种数据处理方法，其特征在于：包括数据采集步骤、数据预处理步骤和数据分析步骤。",
            "description": "Claim original text"
          }
        }
      },
      "AI66-5AgentResult_AiSearchFinalResultFeatureV2": {
        "type": "object",
        "properties": {
          "type": {
            "type": "string",
            "example": "equivalent",
            "description": "Feature comparison type label"
          },
          "score": {
            "type": "integer",
            "format": "int32",
            "example": 100,
            "description": "Similarity score between tech feature and comparison feature (0-100)"
          },
          "similar": {
            "type": "boolean",
            "example": true,
            "description": "Whether similar"
          },
          "claim_num": {
            "type": "integer",
            "format": "int32",
            "example": 1,
            "description": "Claim number (Claim 1, Claim 2, Claim 3, etc.)"
          },
          "claim_type": {
            "type": "string",
            "example": "independent",
            "description": "Claim type (independent: independent claim, dependent: dependent claim)"
          },
          "public_score": {
            "type": "number",
            "format": "float",
            "example": 0,
            "description": "Public disclosure score of the feature"
          },
          "tech_feature": {
            "type": "string",
            "example": "一种空调器的除霜控制方法，其特征在于，所述方法为：空调器除霜运行时，获取室外环境风速，检测室外盘管温度",
            "description": "Technical feature (from input text)"
          },
          "original_type": {
            "type": "string",
            "example": "equivalent",
            "description": "Original feature comparison type label"
          },
          "type_for_user": {
            "type": "string",
            "example": "equivalent",
            "description": "User-modified feature comparison type label"
          },
          "original_score": {
            "type": "integer",
            "format": "int32",
            "example": 100,
            "description": "Original similarity score"
          },
          "score_for_user": {
            "type": "integer",
            "format": "int32",
            "example": 95,
            "description": "User-modified similarity score"
          },
          "compare_feature": {
            "type": "string",
            "example": "除霜运行时，获取室外风速，检测室外盘管温度",
            "description": "Compare feature (backup field)"
          },
          "comparison_feature": {
            "type": "string",
            "example": "除霜运行时，获取室外风速，检测室外盘管温度。获取室外风速等级对应的除霜退出温度",
            "description": "Feature found in comparison document"
          }
        },
        "required": [
          "score",
          "tech_feature"
        ]
      },
      "AI66-5AgentResult_ClaimEquivalentItem": {
        "type": "object",
        "properties": {
          "claim_num": {
            "type": "integer",
            "format": "int32",
            "example": 1,
            "description": "Claim number (Claim 1, Claim 2, Claim 3, etc.)"
          },
          "infringement": {
            "type": "boolean",
            "example": true,
            "description": "Whether it constitutes infringement"
          }
        },
        "required": [
          "claim_num",
          "infringement"
        ]
      },
      "AI66-5AgentResult_AiSearchFinalResultV2": {
        "type": "object",
        "properties": {
          "lang": {
            "type": "string",
            "example": "CN",
            "description": "Patent language"
          },
          "claims": {
            "type": "array",
            "example": [
              {
                "claim_num": 1,
                "claim_text": "1.一种空调器的除霜控制方法，其特征在于，所述方法为： 空调器除霜运行时，获取室外环境风速，检测室外盘管温度； 获取室外环境风速所属的风速等级对应的除霜退出温度； 在所述室外盘管温度高于所述室外环境风速所属的风速等级对应的除霜退出温度时，控制所述空调器退出除霜； 其中，不同风速等级对应不同的除霜退出温度，所述风速等级与所述除霜退出温度负相关。 "
              },
              {
                "claim_num": 2,
                "claim_text": "2.根据权利要求1所述的空调器的除霜控制方法，其特征在于，所述空调器除霜运行时，根据所述室外环境风速限制压缩机的最高运行频率。 "
              },
              {
                "claim_num": 6,
                "claim_text": "6.一种空调器，其特征在于，所述空调器包括： 风速获取模块，用于获取室外环境风速； 室外盘管温度检测模块，用于检测室外盘管温度； 控制模块，用于获取室外环境风速所属的风速等级对应的除霜退出温度，在所述室外盘管温度高于所述室外环境风速所属的风速等级对应的除霜退出温度时，控制所述空调器退出除霜； 存储模块，用于存储风速等级对应的除霜退出温度； 其中，不同风速等级对应不同的除霜退出温度，所述风速等级与所述除霜退出温度负相关。 "
              }
            ],
            "description": "List of original claim texts including complete claim content",
            "items": {
              "$ref": "#/components/schemas/AI66-5AgentResult_FeatureComparisonFinalResClaim"
            }
          },
          "document": {
            "type": "string",
            "example": "一种空调器的除霜控制方法",
            "description": "Patent document abstract or key content"
          },
          "features": {
            "type": "array",
            "example": [
              {
                "score": 100,
                "reason": "",
                "similar": true,
                "claim_num": 1,
                "claim_type": "independent",
                "public_score": 0,
                "tech_feature": "一种空调器的除霜控制方法，其特征在于，所述方法为：空调器除霜运行时，获取室外环境风速，检测室外盘管温度；获取室外环境风速所属的风速等级对应的除霜退出温度；在所述室外盘管温度高于所述室外环境风速所属的风速等级对应的除霜退出温度时，控制所述空调器退出除霜；其中，不同风速等级对应不同的除霜退出温度，所述风速等级与所述除霜退出温度负相关。",
                "original_score": 100,
                "original_reason": "",
                "comparison_feature": "除霜运行时，获取室外风速，检测室外盘管温度。获取室外风速等级对应的除霜退出温度（不同风速等级对应不同退出温度，风速越高，退出温度越低）。当室外盘管温度高于对应风速等级的除霜退出温度时，控制空调器退出除霜。"
              }
            ],
            "description": "List of technical feature comparisons including detailed comparison information for each feature",
            "items": {
              "$ref": "#/components/schemas/AI66-5AgentResult_AiSearchFinalResultFeatureV2"
            }
          },
          "selected": {
            "type": "boolean",
            "example": true,
            "description": "Whether selected for analysis"
          },
          "patent_id": {
            "type": "string",
            "example": "3f7db6aa-2263-41d5-bddb-671301f215a7",
            "description": "Unique patent identifier"
          },
          "risk_level": {
            "type": "string",
            "example": "High",
            "description": "Risk level (High: high risk, Medium: medium risk, Low: low risk)"
          },
          "user_added": {
            "type": "boolean",
            "example": false,
            "description": "Whether the patent was manually added by the user"
          },
          "most_similar": {
            "type": "boolean",
            "example": false,
            "description": "Whether it is the most similar patent"
          },
          "public_score": {
            "type": "number",
            "format": "float",
            "example": 1,
            "description": "Disclosure score indicating the degree of patent disclosure"
          },
          "feature_match_num": {
            "type": "integer",
            "format": "int32",
            "example": 10,
            "description": "Number of matched technical features"
          },
          "dependent_claim_num": {
            "type": "integer",
            "format": "int32",
            "example": 8,
            "description": "Total number of dependent claims"
          },
          "claim_equivalent_info": {
            "type": "array",
            "example": [
              {
                "claim_num": 1,
                "infringement": true
              },
              {
                "claim_num": 2,
                "infringement": true
              },
              {
                "claim_num": 3,
                "infringement": true
              },
              {
                "claim_num": 4,
                "infringement": true
              },
              {
                "claim_num": 5,
                "infringement": true
              },
              {
                "claim_num": 6,
                "infringement": true
              },
              {
                "claim_num": 7,
                "infringement": true
              },
              {
                "claim_num": 8,
                "infringement": true
              },
              {
                "claim_num": 9,
                "infringement": true
              },
              {
                "claim_num": 10,
                "infringement": true
              }
            ],
            "description": "List of claim equivalence information including infringement judgment for each claim",
            "items": {
              "$ref": "#/components/schemas/AI66-5AgentResult_ClaimEquivalentItem"
            }
          },
          "comparison_conclusion": {
            "type": "object",
            "example": {
              "en": "",
              "zh": "通过对相关专利各权利要求和标的技术方案的技术特征进行分析可知：\n\n专利权利要求1、2、3、4、5、6、7、8、9、10的技术特征与标的技术方案的技术特征等同，因此权利要求1、2、3、4、5、6、7、8、9、10记载的方案涵盖了标的技术方案，标的技术方案落入权利要求1、2、3、4、5、6、7、8、9、10保护范围。\n\n综上，在2041-03-31之前于CN不建议实施标的技术方案。或在专利到期日前，采取商业合作、授权许可，或做好稳定性分析处置预案后再于相应地区实施。"
            },
            "description": "Comparison conclusion including analysis conclusions in Chinese and English versions"
          },
          "independent_claim_num": {
            "type": "integer",
            "format": "int32",
            "example": 2,
            "description": "Total number of independent claims"
          },
          "comparative_literature_type": {
            "type": "string",
            "example": "A",
            "description": "Type of comparative literature (A: most relevant prior art)"
          },
          "equivalent_dependent_claim_num": {
            "type": "integer",
            "format": "int32",
            "example": 8,
            "description": "Number of equivalent dependent claims"
          },
          "equivalent_independent_claim_num": {
            "type": "integer",
            "format": "int32",
            "example": 2,
            "description": "Number of equivalent independent claims"
          }
        },
        "required": [
          "features",
          "patent_id",
          "public_score",
          "feature_match_num"
        ]
      },
      "AI66-5AgentResult_AiSearchProcessDictItemStrategyParameter": {
        "type": "object",
        "properties": {
          "cpc": {
            "type": "array",
            "example": [
              "F24F11/62",
              "F25D21/06"
            ],
            "description": "Cooperative Patent Classification (CPC) codes list for classification search"
          },
          "ipc": {
            "type": "array",
            "example": [
              "F24F",
              "F25D"
            ],
            "description": "International Patent Classification (IPC) codes list for classification search"
          },
          "features": {
            "type": "array",
            "example": [
              "空调器",
              "除霜控制方法",
              "室外风速",
              "盘管温度"
            ],
            "description": "List of technical feature keywords used for search"
          }
        }
      },
      "AI66-5AgentResult_AiSearchProcessDictItemStrategy": {
        "type": "object",
        "properties": {
          "type": {
            "type": "string",
            "example": "semantic_search",
            "description": "Search strategy type identifier"
          },
          "query": {
            "type": "string",
            "example": "SEMANTIC:87d36ed11cc84a574b0ceabcebdaf597",
            "description": "Actual search query statement executed"
          },
          "try_nth": {
            "type": "integer",
            "format": "int32",
            "example": 1,
            "description": "Number of attempts for this search strategy (which attempt)"
          },
          "parameters": {
            "$ref": "#/components/schemas/AI66-5AgentResult_AiSearchProcessDictItemStrategyParameter"
          },
          "description_en": {
            "type": "string",
            "example": "Semantic search of the input technical solution",
            "description": "English description of the search strategy"
          },
          "description_zh": {
            "type": "string",
            "example": "通过语义检索输入的技术方案",
            "description": "Chinese description of the search strategy"
          }
        },
        "required": [
          "type"
        ]
      },
      "AI66-5AgentResult_AiSearchProcessComparisonResult": {
        "type": "object",
        "properties": {
          "score": {
            "type": "integer",
            "format": "int32",
            "example": 91,
            "description": "Overall similarity score between patent and input technical solution (0-100)"
          },
          "patent_id": {
            "type": "string",
            "example": "3f7db6aa-2263-41d5-bddb-671301f215a7",
            "description": "Patent unique identifier"
          },
          "public_score": {
            "type": "number",
            "format": "float",
            "example": 1,
            "description": "Patent disclosure score indicating the degree of patent information disclosure"
          },
          "find_patent_num": {
            "type": "string",
            "example": 7,
            "description": "Number of potentially similar patents found in this round of search (string format)"
          },
          "feature_match_num": {
            "type": "integer",
            "format": "int32",
            "example": 10,
            "description": "Number of features matching the input technical solution"
          }
        },
        "required": [
          "score",
          "patent_id",
          "public_score",
          "feature_match_num"
        ]
      },
      "AI66-5AgentResult_AiSearchProcessDictItem": {
        "type": "object",
        "properties": {
          "cost": {
            "type": "number",
            "format": "float",
            "example": 108,
            "description": "Execution time cost for this round of search (seconds)"
          },
          "status": {
            "type": "string",
            "example": "success",
            "description": "Execution status of this round of search (success: successful, failed: failed, running: in progress)"
          },
          "strategy": {
            "$ref": "#/components/schemas/AI66-5AgentResult_AiSearchProcessDictItemStrategy"
          },
          "find_patent_num": {
            "type": "integer",
            "format": "int32",
            "example": 7,
            "description": "Number of potentially similar patents found in this round of search"
          },
          "comparison_result": {
            "type": "array",
            "example": [
              {
                "score": 91,
                "patent_id": "3f7db6aa-2263-41d5-bddb-671301f215a7",
                "public_score": 1,
                "feature_match_num": 10
              }
            ],
            "description": "List of detailed information for potentially similar patents found in this round of search",
            "items": {
              "$ref": "#/components/schemas/AI66-5AgentResult_AiSearchProcessComparisonResult"
            }
          },
          "comparison_patent_num": {
            "type": "integer",
            "format": "int32",
            "example": 7,
            "description": "Total number of patents compared in this round of search"
          }
        },
        "required": [
          "cost",
          "status",
          "strategy",
          "find_patent_num",
          "comparison_patent_num"
        ]
      },
      "AI66-5AgentResult_AiSearchProcessDict": {
        "type": "object",
        "properties": {
          "ipc_cpc_search": {
            "$ref": "#/components/schemas/AI66-5AgentResult_AiSearchProcessDictItem"
          },
          "semantic_search": {
            "$ref": "#/components/schemas/AI66-5AgentResult_AiSearchProcessDictItem"
          },
          "relevant_tracking_search": {
            "$ref": "#/components/schemas/AI66-5AgentResult_AiSearchProcessDictItem"
          },
          "block_progressive_search_1": {
            "$ref": "#/components/schemas/AI66-5AgentResult_AiSearchProcessDictItem"
          },
          "block_progressive_search_2": {
            "$ref": "#/components/schemas/AI66-5AgentResult_AiSearchProcessDictItem"
          },
          "block_progressive_search_3": {
            "$ref": "#/components/schemas/AI66-5AgentResult_AiSearchProcessDictItem"
          },
          "block_progressive_search_4": {
            "$ref": "#/components/schemas/AI66-5AgentResult_AiSearchProcessDictItem"
          }
        }
      },
      "AI66-5AgentResult_FeatureKeywordItemWord": {
        "type": "object",
        "properties": {
          "synonym": {
            "type": "array",
            "example": [
              "执行",
              "运作",
              "活动"
            ],
            "description": "List of synonyms for the feature word"
          },
          "translation": {
            "type": "string",
            "example": "Operation",
            "description": "English translation of the feature word"
          },
          "tech_feature": {
            "type": "string",
            "example": "运行",
            "description": "Extracted technical feature word (finest granularity)"
          },
          "synonym_score": {
            "type": "array",
            "example": [
              95,
              90,
              85
            ],
            "description": "List of relevance scores for synonyms, corresponding one-to-one with the synonym list"
          }
        },
        "required": [
          "tech_feature"
        ]
      },
      "AI66-5AgentResult_FeatureKeywordItem": {
        "type": "object",
        "properties": {
          "words": {
            "type": "array",
            "example": [
              {
                "synonym": [
                  "执行",
                  "运作",
                  "活动"
                ],
                "translation": "Operation",
                "tech_feature": "运行",
                "synonym_score": [
                  95,
                  90,
                  85
                ]
              }
            ],
            "description": "List of deeper sub-feature words for further refinement of the feature word",
            "items": {
              "$ref": "#/components/schemas/AI66-5AgentResult_FeatureKeywordItemWord"
            }
          },
          "synonym": {
            "type": "array",
            "example": [
              "化霜",
              "融霜",
              "去霜"
            ],
            "description": "List of synonyms for the feature word"
          },
          "translation": {
            "type": "string",
            "example": "Defrost",
            "description": "English translation of the feature word"
          },
          "tech_feature": {
            "type": "string",
            "example": "除霜",
            "description": "Extracted technical feature word"
          },
          "synonym_score": {
            "type": "array",
            "example": [
              95,
              90,
              85
            ],
            "description": "List of relevance scores for synonyms, corresponding one-to-one with the synonym list"
          }
        },
        "required": [
          "tech_feature"
        ]
      },
      "AI66-5AgentResult_AiSearchFeatureKeyword": {
        "type": "object",
        "properties": {
          "words": {
            "type": "array",
            "example": [
              {
                "synonym": [
                  "化霜",
                  "融霜",
                  "去霜"
                ],
                "translation": "Defrost",
                "tech_feature": "除霜",
                "synonym_score": [
                  95,
                  90,
                  85
                ]
              }
            ],
            "description": "List of detailed word segmentation information for the feature word",
            "items": {
              "$ref": "#/components/schemas/AI66-5AgentResult_FeatureKeywordItem"
            }
          },
          "synonym": {
            "type": "array",
            "example": [
              "空调",
              "冷暖设备",
              "制冷设备"
            ],
            "description": "List of synonyms for the feature word"
          },
          "translation": {
            "type": "string",
            "example": "Air Conditioner",
            "description": "English translation of the feature word"
          },
          "tech_feature": {
            "type": "string",
            "example": "空调器",
            "description": "Extracted technical feature word"
          },
          "synonym_score": {
            "type": "array",
            "example": [
              100,
              95,
              90
            ],
            "description": "List of relevance scores for synonyms, corresponding one-to-one with the synonym list"
          }
        },
        "required": [
          "tech_feature"
        ]
      },
      "AI66-5AgentResult_AiSearchAgentResponse": {
        "type": "object",
        "properties": {
          "lang": {
            "type": "string",
            "example": "CN",
            "description": "Language used for search"
          },
          "text": {
            "type": "string",
            "example": "空调器及其除霜控制方法",
            "description": "Input content used when operation type is expansion, abbreviation, or polishing"
          },
          "cc_num": {
            "type": "integer",
            "format": "int32",
            "example": 100,
            "description": "Number to control algorithm interface token consumption for cost control"
          },
          "cc_pids": {
            "type": "array",
            "example": [
              "3f7db6aa-2263-41d5-bddb-671301f215a7",
              "f1f3c8e0-306f-4370-b5ec-9f11c0082e42"
            ],
            "description": "List of patent IDs involved in feature comparison"
          },
          "task_id": {
            "type": "string",
            "example": "9f10932dc8ad173d120adf9a75ad67b5",
            "description": "Unique task identifier"
          },
          "is_async": {
            "type": "boolean",
            "example": true,
            "description": "Whether it is an asynchronous request, consistent with the async parameter in the request"
          },
          "task_cost": {
            "type": "number",
            "format": "float",
            "example": 366.9,
            "description": "Total task execution time in seconds"
          },
          "update_ts": {
            "type": "string",
            "example": "2025-10-23 15:44:31.924",
            "description": "Timestamp of the last result update"
          },
          "task_status": {
            "type": "string",
            "example": "success",
            "description": "Current task execution status(running,success)"
          },
          "cc_threshold": {
            "type": "number",
            "format": "float",
            "example": 60,
            "description": "Threshold for feature comparison, above this threshold are confirmed features, below are pending confirmation"
          },
          "excute_times": {
            "type": "integer",
            "format": "int32",
            "example": 7,
            "description": "Number of search executions performed"
          },
          "final_result": {
            "type": "array",
            "example": [
              {
                "lang": "CN",
                "features": [
                  {
                    "score": 100,
                    "similar": true,
                    "public_score": 0,
                    "tech_feature": "一种空调器的除霜控制方法",
                    "comparison_feature": "除霜运行时，获取室外风速，检测室外盘管温度"
                  }
                ],
                "selected": true,
                "patent_id": "3f7db6aa-2263-41d5-bddb-671301f215a7",
                "risk_level": "High",
                "user_added": false,
                "most_similar": false,
                "public_score": 1,
                "feature_match_num": 10,
                "comparative_literature_type": "A"
              }
            ],
            "description": "List of comparison information for potentially related patents found, sorted by public score, including patent details, feature comparison, risk assessment and other information",
            "items": {
              "$ref": "#/components/schemas/AI66-5AgentResult_AiSearchFinalResultV2"
            }
          },
          "operate_type": {
            "type": "string",
            "example": "generate",
            "description": "Operation type to identify the current operation being performed"
          },
          "process_dict": {
            "$ref": "#/components/schemas/AI66-5AgentResult_AiSearchProcessDict"
          },
          "find_patent_num": {
            "type": "integer",
            "format": "int32",
            "example": 13,
            "description": "Number of potentially similar patents found"
          },
          "feature_keywords": {
            "type": "array",
            "example": [
              {
                "words": [],
                "synonym": [
                  "空调",
                  "冷暖设备",
                  "制冷设备"
                ],
                "translation": "Air Conditioner",
                "tech_feature": "空调器",
                "synonym_score": [
                  100,
                  95,
                  90
                ]
              }
            ],
            "description": "List of technical feature keywords including feature words, translations, synonyms and other information",
            "items": {
              "$ref": "#/components/schemas/AI66-5AgentResult_AiSearchFeatureKeyword"
            }
          },
          "total_comparison_patent_num": {
            "type": "integer",
            "format": "int32",
            "example": 13,
            "description": "Total number of patents compared"
          }
        },
        "required": [
          "task_id",
          "is_async",
          "task_cost",
          "update_ts",
          "task_status",
          "cc_threshold",
          "excute_times",
          "final_result",
          "find_patent_num",
          "total_comparison_patent_num"
        ]
      },
      "AI66-5AgentResultResponse": {
        "type": "object",
        "properties": {
          "data": {
            "$ref": "#/components/schemas/AI66-5AgentResult_AiSearchAgentResponse"
          },
          "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"
        ]
      },
      "AI66-5AgentResultRequest": {
        "type": "object",
        "properties": {
          "task_id": {
            "type": "string",
            "example": "80d440b7-80a5-4233-a75f-ab72b0885c88",
            "description": "Task id"
          }
        },
        "required": [
          "task_id"
        ]
      },
      "AI66-6ReportCreate_AsyncTaskIdResponse": {
        "type": "object",
        "properties": {
          "task_id": {
            "type": "string",
            "example": "80d440b7-80a5-4233-a75f-ab72b0885c88",
            "description": "Task id"
          }
        }
      },
      "AI66-6ReportCreateResponse": {
        "type": "object",
        "properties": {
          "data": {
            "$ref": "#/components/schemas/AI66-6ReportCreate_AsyncTaskIdResponse"
          },
          "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"
        ]
      },
      "AI66-6ReportCreate_ClaimEquivalentItem": {
        "type": "object",
        "properties": {
          "claim_num": {
            "type": "integer",
            "format": "int32",
            "example": 1,
            "description": "Claim number (Claim 1, Claim 2, Claim 3, etc.)"
          },
          "infringement": {
            "type": "boolean",
            "example": true,
            "description": "Whether it constitutes infringement"
          }
        },
        "required": [
          "claim_num",
          "infringement"
        ]
      },
      "AI66-6ReportCreate_FeatureComparisonFinalResClaim": {
        "type": "object",
        "properties": {
          "claim_num": {
            "type": "integer",
            "format": "int32",
            "example": 1,
            "description": "Claim number (claim 1, claim 2, claim 3)"
          },
          "claim_text": {
            "type": "string",
            "example": "一种数据处理方法，其特征在于：包括数据采集步骤、数据预处理步骤和数据分析步骤。",
            "description": "Claim original text"
          }
        }
      },
      "AI66-6ReportCreate_AiSearchFinalResultFeatureV2": {
        "type": "object",
        "properties": {
          "claim_num": {
            "type": "integer",
            "format": "int32",
            "example": 1,
            "description": "Claim number (Claim 1, Claim 2, Claim 3, etc.)"
          },
          "claim_type": {
            "type": "string",
            "example": "independent",
            "description": "Claim type (independent: independent claim, dependent: dependent claim)"
          },
          "compare_feature": {
            "type": "string",
            "example": "除霜运行时，获取室外风速，检测室外盘管温度",
            "description": "Compare feature (backup field)"
          },
          "comparison_feature": {
            "type": "string",
            "example": "除霜运行时，获取室外风速，检测室外盘管温度。获取室外风速等级对应的除霜退出温度",
            "description": "Feature found in comparison document"
          },
          "original_score": {
            "type": "integer",
            "format": "int32",
            "example": 100,
            "description": "Original similarity score"
          },
          "original_type": {
            "type": "string",
            "example": "equivalent",
            "description": "Original feature comparison type label"
          },
          "public_score": {
            "type": "number",
            "format": "float",
            "example": 0,
            "description": "Public disclosure score of the feature"
          },
          "score": {
            "type": "integer",
            "format": "int32",
            "example": 100,
            "description": "Similarity score between tech feature and comparison feature (0-100)"
          },
          "score_for_user": {
            "type": "integer",
            "format": "int32",
            "example": 95,
            "description": "User-modified similarity score"
          },
          "similar": {
            "type": "boolean",
            "example": true,
            "description": "Whether similar"
          },
          "tech_feature": {
            "type": "string",
            "example": "一种空调器的除霜控制方法，其特征在于，所述方法为：空调器除霜运行时，获取室外环境风速，检测室外盘管温度",
            "description": "Technical feature (from input text)"
          },
          "type": {
            "type": "string",
            "example": "equivalent",
            "description": "Feature comparison type label"
          },
          "type_for_user": {
            "type": "string",
            "example": "equivalent",
            "description": "User-modified feature comparison type label"
          }
        },
        "required": [
          "score",
          "tech_feature"
        ]
      },
      "AI66-6ReportCreate_AiSearchFinalResultV2": {
        "type": "object",
        "properties": {
          "claim_equivalent_info": {
            "type": "array",
            "example": [
              {
                "claim_num": 1,
                "infringement": true
              },
              {
                "claim_num": 2,
                "infringement": true
              },
              {
                "claim_num": 3,
                "infringement": true
              },
              {
                "claim_num": 4,
                "infringement": true
              },
              {
                "claim_num": 5,
                "infringement": true
              },
              {
                "claim_num": 6,
                "infringement": true
              },
              {
                "claim_num": 7,
                "infringement": true
              },
              {
                "claim_num": 8,
                "infringement": true
              },
              {
                "claim_num": 9,
                "infringement": true
              },
              {
                "claim_num": 10,
                "infringement": true
              }
            ],
            "description": "List of claim equivalence information including infringement judgment for each claim",
            "items": {
              "$ref": "#/components/schemas/AI66-6ReportCreate_ClaimEquivalentItem"
            }
          },
          "claims": {
            "type": "array",
            "example": [
              {
                "claim_num": 1,
                "claim_text": "1.一种空调器的除霜控制方法，其特征在于，所述方法为： 空调器除霜运行时，获取室外环境风速，检测室外盘管温度； 获取室外环境风速所属的风速等级对应的除霜退出温度； 在所述室外盘管温度高于所述室外环境风速所属的风速等级对应的除霜退出温度时，控制所述空调器退出除霜； 其中，不同风速等级对应不同的除霜退出温度，所述风速等级与所述除霜退出温度负相关。 "
              },
              {
                "claim_num": 2,
                "claim_text": "2.根据权利要求1所述的空调器的除霜控制方法，其特征在于，所述空调器除霜运行时，根据所述室外环境风速限制压缩机的最高运行频率。 "
              },
              {
                "claim_num": 6,
                "claim_text": "6.一种空调器，其特征在于，所述空调器包括： 风速获取模块，用于获取室外环境风速； 室外盘管温度检测模块，用于检测室外盘管温度； 控制模块，用于获取室外环境风速所属的风速等级对应的除霜退出温度，在所述室外盘管温度高于所述室外环境风速所属的风速等级对应的除霜退出温度时，控制所述空调器退出除霜； 存储模块，用于存储风速等级对应的除霜退出温度； 其中，不同风速等级对应不同的除霜退出温度，所述风速等级与所述除霜退出温度负相关。 "
              }
            ],
            "description": "List of original claim texts including complete claim content",
            "items": {
              "$ref": "#/components/schemas/AI66-6ReportCreate_FeatureComparisonFinalResClaim"
            }
          },
          "comparative_literature_type": {
            "type": "string",
            "example": "A",
            "description": "Type of comparative literature (A: most relevant prior art)"
          },
          "comparison_conclusion": {
            "type": "object",
            "example": {
              "en": "",
              "zh": "通过对相关专利各权利要求和标的技术方案的技术特征进行分析可知：\n\n专利权利要求1、2、3、4、5、6、7、8、9、10的技术特征与标的技术方案的技术特征等同，因此权利要求1、2、3、4、5、6、7、8、9、10记载的方案涵盖了标的技术方案，标的技术方案落入权利要求1、2、3、4、5、6、7、8、9、10保护范围。\n\n综上，在2041-03-31之前于CN不建议实施标的技术方案。或在专利到期日前，采取商业合作、授权许可，或做好稳定性分析处置预案后再于相应地区实施。"
            },
            "description": "Comparison conclusion including analysis conclusions in Chinese and English versions"
          },
          "dependent_claim_num": {
            "type": "integer",
            "format": "int32",
            "example": 8,
            "description": "Total number of dependent claims"
          },
          "document": {
            "type": "string",
            "example": "一种空调器的除霜控制方法",
            "description": "Patent document abstract or key content"
          },
          "equivalent_dependent_claim_num": {
            "type": "integer",
            "format": "int32",
            "example": 8,
            "description": "Number of equivalent dependent claims"
          },
          "equivalent_independent_claim_num": {
            "type": "integer",
            "format": "int32",
            "example": 2,
            "description": "Number of equivalent independent claims"
          },
          "feature_match_num": {
            "type": "integer",
            "format": "int32",
            "example": 10,
            "description": "Number of matched technical features"
          },
          "features": {
            "type": "array",
            "example": [
              {
                "score": 100,
                "reason": "",
                "similar": true,
                "claim_num": 1,
                "claim_type": "independent",
                "public_score": 0,
                "tech_feature": "一种空调器的除霜控制方法，其特征在于，所述方法为：空调器除霜运行时，获取室外环境风速，检测室外盘管温度；获取室外环境风速所属的风速等级对应的除霜退出温度；在所述室外盘管温度高于所述室外环境风速所属的风速等级对应的除霜退出温度时，控制所述空调器退出除霜；其中，不同风速等级对应不同的除霜退出温度，所述风速等级与所述除霜退出温度负相关。",
                "original_score": 100,
                "original_reason": "",
                "comparison_feature": "除霜运行时，获取室外风速，检测室外盘管温度。获取室外风速等级对应的除霜退出温度（不同风速等级对应不同退出温度，风速越高，退出温度越低）。当室外盘管温度高于对应风速等级的除霜退出温度时，控制空调器退出除霜。"
              }
            ],
            "description": "List of technical feature comparisons including detailed comparison information for each feature",
            "items": {
              "$ref": "#/components/schemas/AI66-6ReportCreate_AiSearchFinalResultFeatureV2"
            }
          },
          "independent_claim_num": {
            "type": "integer",
            "format": "int32",
            "example": 2,
            "description": "Total number of independent claims"
          },
          "lang": {
            "type": "string",
            "example": "CN",
            "description": "Patent language"
          },
          "most_similar": {
            "type": "boolean",
            "example": false,
            "description": "Whether it is the most similar patent"
          },
          "patent_id": {
            "type": "string",
            "example": "3f7db6aa-2263-41d5-bddb-671301f215a7",
            "description": "Unique patent identifier"
          },
          "public_score": {
            "type": "number",
            "format": "float",
            "example": 1,
            "description": "Disclosure score indicating the degree of patent disclosure"
          },
          "risk_level": {
            "type": "string",
            "example": "High",
            "description": "Risk level (High: high risk, Medium: medium risk, Low: low risk)"
          },
          "selected": {
            "type": "boolean",
            "example": true,
            "description": "Whether selected for analysis"
          },
          "user_added": {
            "type": "boolean",
            "example": false,
            "description": "Whether the patent was manually added by the user"
          }
        },
        "required": [
          "feature_match_num",
          "features",
          "patent_id",
          "public_score"
        ]
      },
      "AI66-6ReportCreateRequest": {
        "type": "object",
        "properties": {
          "final_res": {
            "type": "array",
            "example": [
              {
                "features": [
                  {
                    "score": 100,
                    "similar": true,
                    "tech_feature": "一种空调器的除霜控制方法",
                    "comparison_feature": "除霜运行时，获取室外风速，检测室外盘管温度"
                  }
                ],
                "selected": true,
                "patent_id": "3f7db6aa-2263-41d5-bddb-671301f215a7",
                "risk_level": "High",
                "public_score": 1,
                "feature_match_num": 10
              }
            ],
            "description": "List of final patent comparison results selected by user for report generation. Note: The number of selected patents must be between 1 and 5",
            "items": {
              "$ref": "#/components/schemas/AI66-6ReportCreate_AiSearchFinalResultV2"
            }
          },
          "task_id": {
            "type": "string",
            "example": "8b814751-8264-45df-a157-2da6273b07f9",
            "description": "FTO search task ID to identify a specific search task"
          },
          "title": {
            "type": "string",
            "example": "空调器除霜控制方法防侵权分析报告",
            "description": "FTO search report title"
          }
        },
        "required": [
          "final_res",
          "task_id",
          "title"
        ]
      },
      "AI66-7ReportGet_FtoSearchDownloadResponse": {
        "type": "object",
        "properties": {
          "status": {
            "type": "integer",
            "format": "int32",
            "example": 2,
            "description": "Export Status (1: Exporting, 2: Export successful, 3: Report generation exception)"
          },
          "task_id": {
            "type": "string",
            "example": "d12fcd63d27028b88a73168d5bca44d5",
            "description": "task_id of the technical survey report"
          },
          "report_url": {
            "type": "string",
            "example": "http://downloadurl",
            "description": "Report file download link (returned when export status is successful)"
          }
        }
      },
      "AI66-7ReportGetResponse": {
        "type": "object",
        "properties": {
          "data": {
            "$ref": "#/components/schemas/AI66-7ReportGet_FtoSearchDownloadResponse"
          },
          "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"
        ]
      },
      "AI66-7ReportGetRequest": {
        "type": "object",
        "properties": {
          "task_id": {
            "type": "string",
            "example": "80d440b7-80a5-4233-a75f-ab72b0885c88",
            "description": "Task id"
          }
        },
        "required": [
          "task_id"
        ]
      },
      "AI66-8FeatureComparison_FeatureComparisonFinalResClaim": {
        "type": "object",
        "properties": {
          "claim_num": {
            "type": "integer",
            "format": "int32",
            "example": 1,
            "description": "Claim number (claim 1, claim 2, claim 3)"
          },
          "claim_text": {
            "type": "string",
            "example": "一种数据处理方法，其特征在于：包括数据采集步骤、数据预处理步骤和数据分析步骤。",
            "description": "Claim original text"
          }
        }
      },
      "AI66-8FeatureComparison_FeatureComparisonFinalResFeature": {
        "type": "object",
        "properties": {
          "score": {
            "type": "integer",
            "format": "int32",
            "example": 85,
            "description": "Score"
          },
          "public_score": {
            "type": "integer",
            "format": "int32",
            "example": 90,
            "description": "Disclosure score"
          },
          "tech_feature": {
            "type": "string",
            "example": "人工智能算法",
            "description": "Technical feature"
          },
          "comparison_feature": {
            "type": "string",
            "example": "机器学习算法",
            "description": "Comparison feature"
          }
        }
      },
      "AI66-8FeatureComparison_FeatureComparisonFinalResItem": {
        "type": "object",
        "properties": {
          "lang": {
            "type": "string",
            "example": "zh",
            "description": "Language"
          },
          "claims": {
            "type": "array",
            "example": [
              {
                "claim_num": 1,
                "claim_text": "一种数据处理方法，其特征在于..."
              }
            ],
            "description": "Claims original text list",
            "items": {
              "$ref": "#/components/schemas/AI66-8FeatureComparison_FeatureComparisonFinalResClaim"
            }
          },
          "document": {
            "type": "string",
            "example": "一种基于人工智能的数据处理方法",
            "description": "Document"
          },
          "features": {
            "type": "array",
            "example": [
              {
                "score": 85,
                "public_score": 90,
                "tech_feature": "人工智能算法",
                "comparison_feature": "机器学习算法"
              }
            ],
            "description": "Feature list",
            "items": {
              "$ref": "#/components/schemas/AI66-8FeatureComparison_FeatureComparisonFinalResFeature"
            }
          },
          "patent_id": {
            "type": "string",
            "example": "CN123456789A",
            "description": "Patent ID"
          },
          "public_score": {
            "type": "number",
            "format": "float",
            "example": 87.5,
            "description": "Disclosure score"
          }
        }
      },
      "AI66-8FeatureComparison_FeatureComparisonResponseDTO": {
        "type": "object",
        "properties": {
          "final_res": {
            "type": "array",
            "example": [
              {
                "lang": "zh",
                "claims": [
                  {
                    "claim_num": 1,
                    "claim_text": "一种数据处理方法，其特征在于..."
                  }
                ],
                "document": "一种基于人工智能的数据处理方法",
                "features": [
                  {
                    "score": 85,
                    "public_score": 90,
                    "tech_feature": "人工智能算法",
                    "comparison_feature": "机器学习算法"
                  }
                ],
                "patent_id": "CN123456789A",
                "public_score": 87.5
              }
            ],
            "description": "Final results",
            "items": {
              "$ref": "#/components/schemas/AI66-8FeatureComparison_FeatureComparisonFinalResItem"
            }
          },
          "threshold": {
            "type": "integer",
            "format": "int32",
            "example": 75,
            "description": "Threshold"
          }
        }
      },
      "AI66-8FeatureComparisonResponse": {
        "type": "object",
        "properties": {
          "data": {
            "$ref": "#/components/schemas/AI66-8FeatureComparison_FeatureComparisonResponseDTO"
          },
          "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"
        ]
      },
      "AI66-8FeatureComparisonRequest": {
        "type": "object",
        "properties": {
          "pn": {
            "type": "string",
            "example": "CN118289111A",
            "description": "Patent PN number"
          },
          "task_id": {
            "type": "string",
            "example": "80d440b7-80a5-4233-a75f-ab72b0885c88",
            "description": "Task id"
          }
        },
        "required": [
          "pn",
          "task_id"
        ]
      },
      "M001-1AiFormulationAgentCreation_AsyncTaskIdResponse": {
        "type": "object",
        "properties": {
          "task_id": {
            "type": "string",
            "example": "80d440b7-80a5-4233-a75f-ab72b0885c88",
            "description": "Task id"
          }
        }
      },
      "M001-1AiFormulationAgentCreationResponse": {
        "type": "object",
        "properties": {
          "data": {
            "$ref": "#/components/schemas/M001-1AiFormulationAgentCreation_AsyncTaskIdResponse"
          },
          "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"
        ]
      },
      "M001-1AiFormulationAgentCreationRequest": {
        "type": "object",
        "properties": {
          "lang": {
            "type": "string",
            "example": "cn",
            "description": "text language, support cn and en"
          },
          "text": {
            "type": "string",
            "example": "我想开发一款防晒系数SPF 50且具有防水性能的防晒霜。我希望在其中添加氧化锌和甘油。",
            "description": "Input"
          }
        },
        "required": [
          "lang",
          "text"
        ]
      },
      "M001-2AiFormulationAgentQuery_Ingredient": {
        "type": "object",
        "properties": {
          "content": {
            "type": "array",
            "example": [
              6,
              40
            ],
            "description": "Content range"
          },
          "function": {
            "type": "string",
            "example": "Reinforcing filler",
            "description": "Function"
          },
          "ingredient": {
            "type": "string",
            "example": "Carbon black",
            "description": "Ingredient name"
          }
        }
      },
      "M001-2AiFormulationAgentQuery_FormulationDetail": {
        "type": "object",
        "properties": {
          "source": {
            "type": "string",
            "example": "https://patents.google.com/patent/CN101792545B/zh",
            "description": "Source"
          },
          "status": {
            "type": "string",
            "example": "success",
            "description": "Status"
          },
          "name_cn": {
            "type": "string",
            "example": "name",
            "description": "Chinese name"
          },
          "solution_id": {
            "type": "string",
            "example": "d739436a-6ff9-458a-b7c4-8e6518862a11",
            "description": "Solution ID"
          },
          "country_name": {
            "type": "string",
            "example": "中国",
            "description": "Country name"
          },
          "solution_type": {
            "type": "string",
            "example": "WEBSITE",
            "description": "Solution type"
          },
          "ingredient_list": {
            "type": "array",
            "example": [
              {
                "content": [
                  6,
                  40
                ],
                "function": "Reinforcing filler",
                "ingredient": "Carbon black"
              },
              {
                "content": [
                  45,
                  80
                ],
                "function": "Reinforcing filler",
                "ingredient": "Silica (white carbon black)"
              },
              {
                "content": [
                  3,
                  6
                ],
                "function": "Filler dispersion/compatibilizer",
                "ingredient": "Silane coupling agent"
              },
              {
                "content": [
                  20,
                  45
                ],
                "function": "Plasticizer",
                "ingredient": "Aromatic oil"
              },
              {
                "content": [
                  1,
                  5
                ],
                "function": "Tackifier",
                "ingredient": "Tackifying resin"
              },
              {
                "content": [
                  1,
                  4.5
                ],
                "function": "Activator",
                "ingredient": "Zinc oxide"
              },
              {
                "content": [
                  0.5,
                  2.5
                ],
                "function": "Activator",
                "ingredient": "Stearic acid"
              },
              {
                "content": [
                  1.5,
                  3.5
                ],
                "function": "Crosslinker (vulcanizing agent)",
                "ingredient": "Sulfur"
              },
              {
                "content": [
                  2,
                  5
                ],
                "function": "Vulcanization accelerator",
                "ingredient": "Accelerator"
              }
            ],
            "description": "Ingredient list",
            "items": {
              "$ref": "#/components/schemas/M001-2AiFormulationAgentQuery_Ingredient"
            }
          }
        }
      },
      "M001-2AiFormulationAgentQuery_Formulation": {
        "type": "object",
        "properties": {
          "dimension": {
            "type": "string",
            "example": "Mechanical Reinforcement and Energy Dissipation",
            "description": "Dimension"
          },
          "formulation_1": {
            "$ref": "#/components/schemas/M001-2AiFormulationAgentQuery_FormulationDetail"
          },
          "formulation_2": {
            "$ref": "#/components/schemas/M001-2AiFormulationAgentQuery_FormulationDetail"
          },
          "strategy_index": {
            "type": "integer",
            "format": "int32",
            "example": 0,
            "description": "Strategy index"
          }
        }
      },
      "M001-2AiFormulationAgentQuery_FormulationAgentQueryResponse": {
        "type": "object",
        "properties": {
          "status": {
            "type": "integer",
            "format": "int32",
            "example": 2,
            "description": "Task status (1: running, 2: successful, 3: generation exception)."
          },
          "formulations": {
            "type": "array",
            "example": [
              {
                "dimension": "Mechanical Reinforcement and Energy Dissipation",
                "formulation_1": {
                  "source": "https://patents.google.com/patent/CN101792545B/zh",
                  "status": "success",
                  "solution_id": "d739436a-6ff9-458a-b7c4-8e6518862a11",
                  "solution_type": "WEBSITE",
                  "ingredient_list": [
                    {
                      "content": [
                        6,
                        40
                      ],
                      "function": "Reinforcing filler",
                      "ingredient": "Carbon black"
                    },
                    {
                      "content": [
                        45,
                        80
                      ],
                      "function": "Reinforcing filler",
                      "ingredient": "Silica (white carbon black)"
                    },
                    {
                      "content": [
                        3,
                        6
                      ],
                      "function": "Filler dispersion/compatibilizer",
                      "ingredient": "Silane coupling agent"
                    },
                    {
                      "content": [
                        20,
                        45
                      ],
                      "function": "Plasticizer",
                      "ingredient": "Aromatic oil"
                    },
                    {
                      "content": [
                        1,
                        5
                      ],
                      "function": "Tackifier",
                      "ingredient": "Tackifying resin"
                    },
                    {
                      "content": [
                        1,
                        4.5
                      ],
                      "function": "Activator",
                      "ingredient": "Zinc oxide"
                    },
                    {
                      "content": [
                        0.5,
                        2.5
                      ],
                      "function": "Activator",
                      "ingredient": "Stearic acid"
                    },
                    {
                      "content": [
                        1.5,
                        3.5
                      ],
                      "function": "Crosslinker (vulcanizing agent)",
                      "ingredient": "Sulfur"
                    },
                    {
                      "content": [
                        2,
                        5
                      ],
                      "function": "Vulcanization accelerator",
                      "ingredient": "Accelerator"
                    }
                  ]
                },
                "formulation_2": {
                  "source": "https://www.hsxjw.com/tianranjiaobaike_2115.html",
                  "status": "success",
                  "solution_id": "6a83f9bd-0506-43a6-aae1-d78bb6a8cc53",
                  "solution_type": "WEBSITE",
                  "ingredient_list": [
                    {
                      "content": [
                        50.9,
                        50.9
                      ],
                      "function": "Polymer matrix",
                      "ingredient": "Natural rubber"
                    },
                    {
                      "content": [
                        2.04,
                        2.04
                      ],
                      "function": "Activator",
                      "ingredient": "Zinc oxide"
                    },
                    {
                      "content": [
                        1.78,
                        1.78
                      ],
                      "function": "Activator",
                      "ingredient": "Stearic acid"
                    },
                    {
                      "content": [
                        0.76,
                        0.76
                      ],
                      "function": "Antioxidant",
                      "ingredient": "Antioxidant 4010"
                    },
                    {
                      "content": [
                        0.51,
                        0.51
                      ],
                      "function": "Antioxidant",
                      "ingredient": "Antioxidant D"
                    },
                    {
                      "content": [
                        30.54,
                        30.54
                      ],
                      "function": "Reinforcing filler",
                      "ingredient": "Carbon black N330"
                    },
                    {
                      "content": [
                        10.18,
                        10.18
                      ],
                      "function": "Reinforcing filler",
                      "ingredient": "Channel black"
                    },
                    {
                      "content": [
                        1.53,
                        1.53
                      ],
                      "function": "Plasticizer",
                      "ingredient": "Pine tar"
                    },
                    {
                      "content": [
                        0.31,
                        0.31
                      ],
                      "function": "Vulcanization accelerator",
                      "ingredient": "Accelerator NOBS"
                    },
                    {
                      "content": [
                        1.43,
                        1.43
                      ],
                      "function": "Crosslinker (vulcanizing agent)",
                      "ingredient": "Sulfur"
                    }
                  ]
                },
                "strategy_index": 0
              }
            ],
            "description": "Formulation list",
            "items": {
              "$ref": "#/components/schemas/M001-2AiFormulationAgentQuery_Formulation"
            }
          }
        }
      },
      "M001-2AiFormulationAgentQueryResponse": {
        "type": "object",
        "properties": {
          "data": {
            "$ref": "#/components/schemas/M001-2AiFormulationAgentQuery_FormulationAgentQueryResponse"
          },
          "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"
        ]
      },
      "M001-2AiFormulationAgentQueryRequest": {
        "type": "object",
        "properties": {
          "task_id": {
            "type": "string",
            "example": "80d440b7-80a5-4233-a75f-ab72b0885c88",
            "description": "Task id"
          }
        },
        "required": [
          "task_id"
        ]
      },
      "M002-1AiNoveltyCheckAgentCreation_AsyncTaskIdResponse": {
        "type": "object",
        "properties": {
          "task_id": {
            "type": "string",
            "example": "80d440b7-80a5-4233-a75f-ab72b0885c88",
            "description": "Task id"
          }
        }
      },
      "M002-1AiNoveltyCheckAgentCreationResponse": {
        "type": "object",
        "properties": {
          "data": {
            "$ref": "#/components/schemas/M002-1AiNoveltyCheckAgentCreation_AsyncTaskIdResponse"
          },
          "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"
        ]
      },
      "M002-1AiNoveltyCheckAgentCreationRequest": {
        "type": "object",
        "properties": {
          "lang": {
            "type": "string",
            "example": "cn",
            "description": "text language, support cn and en"
          },
          "text": {
            "type": "string",
            "example": "该提案提出了一种用于汽车和橡胶工业的防爆轮胎橡胶配方。其技术功效是实现轮胎的防爆性能。技术手段是采用一种包含共聚丁二烯橡胶、炭黑、片状天然矿石、多巴胺改性碳化硅、硫、硅烷偶联剂和硬脂酸的复合材料。该配方旨在应用于防爆轮胎产品。",
            "description": "Input text content"
          }
        },
        "required": [
          "lang",
          "text"
        ]
      },
      "M002-2AiNoveltyCheckAgentQuery_OrgInfo": {
        "type": "object",
        "properties": {
          "id": {
            "type": "string",
            "example": 12345,
            "description": "ID"
          },
          "logo": {
            "type": "string",
            "example": "https://www.example.com/logo.png",
            "description": "Logo"
          },
          "name": {
            "type": "string",
            "example": "某某科技有限公司",
            "description": "Name"
          },
          "site": {
            "type": "string",
            "example": "www.example.com",
            "description": "Site"
          },
          "name_cn": {
            "type": "string",
            "example": "某某科技有限公司",
            "description": "Chinese name"
          },
          "name_en": {
            "type": "string",
            "example": "XX Technology Co., Ltd.",
            "description": "English name"
          },
          "website": {
            "type": "string",
            "example": "https://www.example.com",
            "description": "Website"
          },
          "state_id": {
            "type": "string",
            "example": "BJ",
            "description": "State ID"
          },
          "entity_id": {
            "type": "string",
            "example": 12345,
            "description": "Entity ID"
          },
          "country_id": {
            "type": "string",
            "example": "CN",
            "description": "Country ID"
          },
          "state_name": {
            "type": "string",
            "example": "北京市",
            "description": "State name"
          },
          "entity_type": {
            "type": "string",
            "example": "公司",
            "description": "Entity type"
          },
          "country_name": {
            "type": "string",
            "example": "中国",
            "description": "Country name"
          },
          "display_name": {
            "type": "string",
            "example": "某某科技",
            "description": "Display name"
          },
          "founded_date": {
            "type": "integer",
            "format": "int64",
            "example": 1577836800000,
            "description": "Founded date"
          },
          "employee_number": {
            "type": "integer",
            "format": "int32",
            "example": 500,
            "description": "Employee number"
          },
          "normalized_name": {
            "type": "string",
            "example": "XX_TECHNOLOGY_CO_LTD",
            "description": "Normalized name"
          },
          "employee_number_interval": {
            "type": "string",
            "example": "100-999",
            "description": "Employee number interval"
          },
          "normalized_entity_type_en": {
            "type": "string",
            "example": "COMPANY",
            "description": "Normalized entity type English"
          }
        }
      },
      "M002-2AiNoveltyCheckAgentQuery_Reference": {
        "type": "object",
        "properties": {
          "pn": {
            "type": "string",
            "example": "CN1858096A",
            "description": "Patent number"
          },
          "apd": {
            "type": "string",
            "example": 20060101,
            "description": "Application publication date"
          },
          "pbd": {
            "type": "string",
            "example": 20061101,
            "description": "Patent publication date"
          },
          "link": {
            "type": "string",
            "example": "https://patents.google.com/patent/CN1858096A",
            "description": "Link"
          },
          "title": {
            "type": "string",
            "example": "防爆轮胎",
            "description": "Title"
          },
          "content": {
            "type": "string",
            "example": "提供了一种防爆轮胎，其具有的侧壁加强层能兼顾低发热性和高硬度，并且耐久度得到了改善。一种橡胶组合物，以100重量份的橡胶组分为基准，含有10～100重量份的炭黑，以及2重量份或更多的硫或含硫的化合物。",
            "description": "Content"
          },
          "org_info": {
            "type": "array",
            "example": [
              {
                "name_cn": "某某科技有限公司",
                "name_en": "XX Technology Co., Ltd.",
                "entity_id": "12345",
                "entity_type": "公司",
                "country_name": "中国"
              }
            ],
            "description": "Organization info",
            "items": {
              "$ref": "#/components/schemas/M002-2AiNoveltyCheckAgentQuery_OrgInfo"
            }
          },
          "solution_id": {
            "type": "string",
            "example": "2883fa67-e2af-4699-b755-c0f47346908e",
            "description": "Solution ID"
          },
          "solution_type": {
            "type": "string",
            "example": "PATENT",
            "description": "Solution type"
          },
          "similarity_score": {
            "type": "string",
            "example": 0.85,
            "description": "Similarity score"
          },
          "simple_legal_status": {
            "type": "string",
            "example": "Active",
            "description": "Simple legal status"
          }
        }
      },
      "M002-2AiNoveltyCheckAgentQuery_PriorArtItem": {
        "type": "object",
        "properties": {
          "reference": {
            "$ref": "#/components/schemas/M002-2AiNoveltyCheckAgentQuery_Reference"
          }
        }
      },
      "M002-2AiNoveltyCheckAgentQuery_KeyPriorArt": {
        "type": "object",
        "properties": {
          "title": {
            "type": "string",
            "example": "Key Prior Art",
            "description": "Title"
          },
          "content": {
            "type": "array",
            "example": [
              {
                "reference": {
                  "PN": "CN1858096A",
                  "TITLE": "防爆轮胎",
                  "CONTENT": "提供了一种防爆轮胎，其具有的侧壁加强层能兼顾低发热性和高硬度...",
                  "ORG_INFO": [],
                  "SOLUTION_ID": "2883fa67-e2af-4699-b755-c0f47346908e",
                  "SOLUTION_TYPE": "PATENT"
                }
              }
            ],
            "description": "Prior art list",
            "items": {
              "$ref": "#/components/schemas/M002-2AiNoveltyCheckAgentQuery_PriorArtItem"
            }
          }
        }
      },
      "M002-2AiNoveltyCheckAgentQuery_Recommendations": {
        "type": "object",
        "properties": {
          "title": {
            "type": "string",
            "example": "改进建议",
            "description": "Title"
          },
          "content": {
            "type": "string",
            "example": "为显著提升提案的新颖性，建议从以下四个维度进行改进...",
            "description": "Content"
          }
        }
      },
      "M002-2AiNoveltyCheckAgentQuery_ProposalSummary": {
        "type": "object",
        "properties": {
          "title": {
            "type": "string",
            "example": "输入想法总结",
            "description": "Title"
          },
          "content": {
            "type": "string",
            "example": "该提案提出了一种用于汽车和橡胶工业的防爆轮胎橡胶配方。其技术功效是实现轮胎的防爆性能。技术手段是采用一种包含共聚丁二烯橡胶、炭黑、片状天然矿石、多巴胺改性碳化硅、硫、硅烷偶联剂和硬脂酸的复合材料。该配方旨在应用于防爆轮胎产品。",
            "description": "Content"
          }
        }
      },
      "M002-2AiNoveltyCheckAgentQuery_NoveltyReasoning": {
        "type": "object",
        "properties": {
          "title": {
            "type": "string",
            "example": "新颖性评估原因分析",
            "description": "Title"
          },
          "content": {
            "type": "string",
            "example": "该提案与现有参考文献相比，整体新颖性为中低。相似之处主要体现在以下几个方面...",
            "description": "Content"
          }
        }
      },
      "M002-2AiNoveltyCheckAgentQuery_NoveltyContent": {
        "type": "object",
        "properties": {
          "novelty_level": {
            "type": "string",
            "example": "中低",
            "description": "Novelty level"
          },
          "novelty_score": {
            "type": "string",
            "example": "30.9%",
            "description": "Novelty score"
          }
        }
      },
      "M002-2AiNoveltyCheckAgentQuery_NoveltyAssessment": {
        "type": "object",
        "properties": {
          "title": {
            "type": "string",
            "example": "新颖性评估",
            "description": "Title"
          },
          "content": {
            "$ref": "#/components/schemas/M002-2AiNoveltyCheckAgentQuery_NoveltyContent"
          }
        }
      },
      "M002-2AiNoveltyCheckAgentQuery_NoveltyCheckAgentQueryResponse": {
        "type": "object",
        "properties": {
          "status": {
            "type": "integer",
            "format": "int32",
            "example": 2,
            "description": "Task status (1: running, 2: successful, 3: generation exception)."
          },
          "key_prior_art": {
            "$ref": "#/components/schemas/M002-2AiNoveltyCheckAgentQuery_KeyPriorArt"
          },
          "recommendations": {
            "$ref": "#/components/schemas/M002-2AiNoveltyCheckAgentQuery_Recommendations"
          },
          "proposal_summary": {
            "$ref": "#/components/schemas/M002-2AiNoveltyCheckAgentQuery_ProposalSummary"
          },
          "novelty_reasoning": {
            "$ref": "#/components/schemas/M002-2AiNoveltyCheckAgentQuery_NoveltyReasoning"
          },
          "novelty_assessment": {
            "$ref": "#/components/schemas/M002-2AiNoveltyCheckAgentQuery_NoveltyAssessment"
          }
        }
      },
      "M002-2AiNoveltyCheckAgentQueryResponse": {
        "type": "object",
        "properties": {
          "data": {
            "$ref": "#/components/schemas/M002-2AiNoveltyCheckAgentQuery_NoveltyCheckAgentQueryResponse"
          },
          "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"
        ]
      },
      "M002-2AiNoveltyCheckAgentQueryRequest": {
        "type": "object",
        "properties": {
          "task_id": {
            "type": "string",
            "example": "80d440b7-80a5-4233-a75f-ab72b0885c88",
            "description": "Task id"
          }
        },
        "required": [
          "task_id"
        ]
      },
      "AI01NerDdtNer_NerDDTResult": {
        "type": "object",
        "properties": {
          "end": {
            "type": "integer",
            "format": "int32",
            "example": 53,
            "description": "NER end position"
          },
          "type": {
            "type": "string",
            "example": "Drug",
            "description": "entity type"
          },
          "start": {
            "type": "integer",
            "format": "int32",
            "example": 26,
            "description": "NER start position"
          },
          "entity": {
            "type": "string",
            "example": "Anti-CD19 4-1BB CAR T Cells",
            "description": "entity name"
          }
        }
      },
      "AI01NerDdtNerResponse": {
        "type": "object",
        "properties": {
          "data": {
            "type": "array",
            "example": "no sample",
            "description": "response data",
            "items": {
              "$ref": "#/components/schemas/AI01NerDdtNer_NerDDTResult"
            }
          },
          "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"
        ]
      },
      "AI01NerDdtNerRequest": {
        "type": "object",
        "properties": {
          "lang": {
            "type": "string",
            "example": "en",
            "description": "text language, support cn and en"
          },
          "source": {
            "type": "string",
            "example": "patent",
            "description": "text source：patent/literature/news, default patent"
          },
          "text": {
            "type": "string",
            "example": "Regression of Established Atherosclerotic Plaques, and Treating Sudden-Onset Asthma Attacks, using PARP Inhibitors\\n\\n\\nA method is disclosed for treating and inducing the regression of established atherosclerotic plaques. A method is disclosed for treating asthma, including treatment of an ongoing asthma attack. In both cases, treatment with PARP inhibitors, such as the PARP inhibitor TIQ-A (Thieno[2,3-c]isoquinolin-5-one), can lead to regression of existing disease and symptoms.\\n\\n\\n1. A method for relieving symptoms of a sudden-onset asthma attack in a human; said method comprising administering an effective amount of a PARP inhibitor to a human who is experiencing an acute asthma attack, wherein said PARP inhibitor is administered from 0 hours to 12 hours after the beginning of the sudden-onset asthma attack.\\n2. The method of claim 1, wherein the PARP inhibitor is administered from 0 hours to 6 hours after the beginning of the sudden-onset asthma attack.\\n3. The method of claim 1, wherein the PARP inhibitor is administered from 0 hours to 1 hours after the beginning of the sudden-onset asthma attack.\\n4. The method of claim 1, wherein the PARP inhibitor is selected from the group consisting of TIQ-A; AIQ; 3-AB; PJ-34; 1,5-Isoquinolinediol; 3-Methyl-5-AIQ hydrochloride; 4-Amino-1,8-naphthalimide; 4-Hydroxyquinazoline; 5-AIQ hydrochloride; 5-Iodo-6-amino-1,2-benzopyrone; 6(5H)-Phenanthridinone; EB-47 dihydrochloride dihydrate; NU1025; DR2313; BSI 401; BSI 201; AZD 2281; INO 1001; GPI 15427; GPI 16539; GPI 6150; DR2313; AG14361; NU1025; CEP 6800; AG 014699; ABT-888; minocycline; tetracycline; and derivatives of these compounds.\\n5. The method of claim 1, wherein the PARP inhibitor is TIQ-A.\\n6. The method of claim 1, wherein the PARP inhibitor is a PARP-1 inhibitor.\\n7. A method for inducing the regression of one or more existing atherosclerotic plaques in a human; said method comprising administering an effective amount of a PARP inhibitor over time to a human who has previously been diagnosed with one or more atherosclerotic plaques; then assaying one or more of the plaques to confirm whether one or more of the existing plaques has regressed in response to the PARP inhibitor; and then, if said assaying step indicates that one or more of the plaques has regressed, continuing further administration of the PARP inhibitor for an additional time to induce further regression of one or more of the plaques.\\n8. The method of claim 7, wherein the PARP inhibitor is selected from the group consisting of TIQ-A; AIQ; 3-AB; PJ-34; 1,5-Isoquinolinediol; 3-Methyl-5-AIQ hydrochloride; 4-Amino-1,8-naphthalimide; 4-Hydroxyquinazoline; 5-AIQ hydrochloride; 5-Iodo-6-amino-1,2-benzopyrone; 6(5H)-Phenanthridinone; EB-47 dihydrochloride dihydrate; NU1025; DR2313; BSI 401; BSI 201; AZD 2281; INO 1001; GPI 15427; GPI 16539; GPI 6150; DR2313; AG14361; NU1025; CEP 6800; AG 014699; ABT-888; minocycline; tetracycline; and derivatives of these compounds.\\n9. The method of claim 7, wherein the PARP inhibitor is TIQ-A.\\n10. The method of claim 7, wherein the PARP inhibitor is a PARP-1 inhibitor",
            "description": "The text of drug DDT information needs to be extracted. Chinese text is required to be no more than 500 characters or English text no more than 500 words"
          }
        },
        "required": [
          "lang",
          "text"
        ]
      },
      "AI71AgentExportLink_AgentExport": {
        "type": "object",
        "properties": {
          "url": {
            "type": "string",
            "example": "https://qa-patsnap-import-workspace.cdn.zhihuiya.com/agent/reports/technical_solution_20251023.docx",
            "description": "Export file download URL"
          },
          "task_id": {
            "type": "string",
            "example": "da5eb754-ec87-4a8b-9525-7108b0a76fad",
            "description": "Task ID"
          },
          "file_name": {
            "type": "string",
            "example": "Technical_Solution_Exploration_20251023.docx",
            "description": "Export file name"
          }
        }
      },
      "AI71AgentExportLink_AgentExportResponse": {
        "type": "object",
        "properties": {
          "items": {
            "type": "array",
            "example": [
              {
                "url": "https://qa-patsnap-import-workspace.cdn.zhihuiya.com/agent/reports/technical_solution_20251023.docx",
                "task_id": "task01",
                "file_name": "Technical_Solution_Exploration_20251023.docx"
              },
              {
                "url": "https://qa-patsnap-import-workspace.cdn.zhihuiya.com/agent/reports/technical_solution_20251023.pdf",
                "task_id": "task02",
                "file_name": "Technical_Solution_Exploration_20251023.pdf"
              }
            ],
            "description": "List of export links",
            "items": {
              "$ref": "#/components/schemas/AI71AgentExportLink_AgentExport"
            }
          }
        }
      },
      "AI71AgentExportLinkResponse": {
        "type": "object",
        "properties": {
          "data": {
            "$ref": "#/components/schemas/AI71AgentExportLink_AgentExportResponse"
          },
          "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"
        ]
      },
      "AI71AgentExportLinkRequest": {
        "type": "object",
        "properties": {
          "agent_type": {
            "type": "string",
            "example": "ai_novelty_search",
            "description": "Agent type, used to filter specific types of Agent records. Supported types:<p>ai_patent_disclosure - [AI32] Patent Disclosure</p><p>ai_specification - [AI37] Patent Drafting</p><p>ai_fto_search - [AI66]AI FTO Search</p><p>ai_novelty_search - [AI35] AI Novelty Search</p>"
          },
          "company_id": {
            "type": "string",
            "example": "abc123",
            "description": "Company ID"
          },
          "email": {
            "type": "string",
            "example": "user@example.com",
            "description": "User email"
          },
          "end_time": {
            "type": "integer",
            "format": "int64",
            "example": 1761580799999,
            "description": "End timestamp (milliseconds)"
          },
          "lang": {
            "type": "string",
            "example": "CN",
            "description": "language CN / EN / TW / JP"
          },
          "page": {
            "type": "integer",
            "format": "int32",
            "example": 1,
            "description": "Page number, starting from 1"
          },
          "phone": {
            "type": "string",
            "example": "12345678900",
            "description": "phone number"
          },
          "start_time": {
            "type": "integer",
            "format": "int64",
            "example": 1758902400000,
            "description": "Start timestamp (milliseconds)"
          },
          "task_id_list": {
            "type": "array",
            "example": [
              "task_id_1",
              "task_id_2"
            ],
            "description": "Task ID list, if provided, use these task IDs directly to get export links, otherwise query history records based on other conditions. Maximum 5 task IDs supported"
          }
        },
        "required": [
          "agent_type",
          "company_id",
          "lang"
        ]
      },
      "AI72AgentHistory_HistoryRecordsDTO": {
        "type": "object",
        "properties": {
          "q": {
            "type": "string",
            "example": "quantum computing AND artificial intelligence",
            "description": "Query keywords or query string"
          },
          "id": {
            "type": "string",
            "example": "2a7a4ddd-7f5d-4266-a96e-13a57095db79",
            "description": "History record ID"
          },
          "efq": {
            "type": "string",
            "example": "APD:[20230101 TO 20231231]",
            "description": "Extended field query"
          },
          "link": {
            "type": "string",
            "example": "/ai/agent-flow/2a7a4ddd-7f5d-4266-a96e-13a57095db79",
            "description": "Link URL for the history record"
          },
          "time": {
            "type": "string",
            "example": "13:58",
            "description": "Created time (hour:minute only) in format: HH:mm"
          },
          "count": {
            "type": "object",
            "example": {
              "total": 1500,
              "granted": 800,
              "application": 700
            },
            "description": "Search result count statistics (patent count, etc.)"
          },
          "source": {
            "type": "string",
            "example": "AI_GENERATE",
            "description": "History record source"
          },
          "message": {
            "type": "string",
            "example": "如何提高锂电池能量密度到260瓦时/千克（Wh/kg）且体积没有变大 热管理安全阈值\\n,材料成本上限\\n,生产工艺兼容性",
            "description": "Message or description of the history record"
          },
          "icon_url": {
            "type": "string",
            "example": "https://qa-patsnap-import-workspace.cdn.zhihuiya.com/agent/9b6135cd012c425e84edf84e6b03e366-image.jpeg",
            "description": "Full URL of the icon"
          },
          "raw_type": {
            "type": "string",
            "example": "ai_generate",
            "description": "History record type"
          },
          "icon_path": {
            "type": "string",
            "example": "agent/9b6135cd012c425e84edf84e6b03e366-image.jpeg",
            "description": "Icon path"
          },
          "patent_id": {
            "type": "string",
            "example": "US20240123456A1",
            "description": "Patent ID"
          },
          "created_at": {
            "type": "string",
            "example": "23 Oct 2025 13:58",
            "description": "Created time in format: yyyy-MM-dd HH:mm or dd MMM yyyy HH:mm"
          },
          "extra_info": {
            "type": "object",
            "example": {
              "region": "US",
              "category": "technology"
            },
            "description": "Extra information"
          },
          "business_id": {
            "type": "string",
            "example": "2a7a4ddd-7f5d-4266-a96e-13a57095db79",
            "description": "Business ID (e.g., seekId, mindId, researchId)"
          },
          "business_name": {
            "type": "string",
            "example": "Technical Solution Exploration",
            "description": "Business name"
          }
        }
      },
      "AI72AgentHistory_DailyRecordsDTO": {
        "type": "object",
        "properties": {
          "data": {
            "type": "array",
            "example": [
              {
                "id": "2a7a4ddd-7f5d-4266-a96e-13a57095db79",
                "link": "/ai/agent-flow/2a7a4ddd-7f5d-4266-a96e-13a57095db79",
                "time": "13:58",
                "source": "AI_GENERATE",
                "message": "如何提高锂电池能量密度到260瓦时/千克（Wh/kg）且体积没有变大 热管理安全阈值\n,材料成本上限\n,生产工艺兼容性 ",
                "rawType": "ai_generate",
                "icon_url": "https://qa-patsnap-import-workspace.cdn.zhihuiya.com/agent/9b6135cd012c425e84edf84e6b03e366-image.jpeg",
                "icon_path": "agent/9b6135cd012c425e84edf84e6b03e366-image.jpeg",
                "created_at": "23 Oct 2025 13:58",
                "business_id": "2a7a4ddd-7f5d-4266-a96e-13a57095db79",
                "business_name": "Technical Solution Exploration"
              }
            ],
            "description": "List of history records for this date",
            "items": {
              "$ref": "#/components/schemas/AI72AgentHistory_HistoryRecordsDTO"
            }
          },
          "date": {
            "type": "string",
            "example": "2025-10-23",
            "description": "Date in format: yyyy-MM-dd"
          }
        }
      },
      "AI72AgentHistory_HistoryRecordsResponseDTO": {
        "type": "object",
        "properties": {
          "page": {
            "type": "integer",
            "format": "int32",
            "example": 1,
            "description": "Current page number"
          },
          "limit": {
            "type": "integer",
            "format": "int32",
            "example": 20,
            "description": "Records per page"
          },
          "total": {
            "type": "integer",
            "format": "int64",
            "example": 100,
            "description": "Total number of records"
          },
          "history_maps": {
            "type": "array",
            "example": [
              {
                "data": [
                  {
                    "id": "2a7a4ddd-7f5d-4266-a96e-13a57095db79",
                    "link": "/ai/agent-flow/2a7a4ddd-7f5d-4266-a96e-13a57095db79",
                    "time": "13:58",
                    "source": "AI_GENERATE",
                    "message": "如何提高锂电池能量密度到260瓦时/千克（Wh/kg）且体积没有变大 热管理安全阈值\n,材料成本上限\n,生产工艺兼容性 ",
                    "rawType": "ai_generate",
                    "icon_url": "https://qa-patsnap-import-workspace.cdn.zhihuiya.com/agent/9b6135cd012c425e84edf84e6b03e366-image.jpeg",
                    "icon_path": "agent/9b6135cd012c425e84edf84e6b03e366-image.jpeg",
                    "created_at": "23 Oct 2025 13:58",
                    "business_id": "2a7a4ddd-7f5d-4266-a96e-13a57095db79",
                    "business_name": "Technical Solution Exploration"
                  },
                  {
                    "id": "2570aeaf-7999-430b-9bef-c43fcda4d928",
                    "link": "/ai/agent-flow/2570aeaf-7999-430b-9bef-c43fcda4d928",
                    "time": "13:39",
                    "source": "AI_GENERATE",
                    "message": "如何提高锂电池能量密度到260瓦时/千克（Wh/kg）且体积没有变大 热管理安全阈值\n,材料成本上限\n,生产工艺兼容性 ",
                    "rawType": "ai_generate",
                    "icon_url": "https://qa-patsnap-import-workspace.cdn.zhihuiya.com/agent/9b6135cd012c425e84edf84e6b03e366-image.jpeg",
                    "icon_path": "agent/9b6135cd012c425e84edf84e6b03e366-image.jpeg",
                    "created_at": "23 Oct 2025 13:39",
                    "business_id": "2570aeaf-7999-430b-9bef-c43fcda4d928",
                    "business_name": "Technical Solution Exploration"
                  }
                ],
                "date": "2025-10-23"
              }
            ],
            "description": "History records grouped by date",
            "items": {
              "$ref": "#/components/schemas/AI72AgentHistory_DailyRecordsDTO"
            }
          }
        }
      },
      "AI72AgentHistoryResponse": {
        "type": "object",
        "properties": {
          "data": {
            "$ref": "#/components/schemas/AI72AgentHistory_HistoryRecordsResponseDTO"
          },
          "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"
        ]
      },
      "AI72AgentHistoryRequest": {
        "type": "object",
        "properties": {
          "company_id": {
            "type": "string",
            "example": "abc123",
            "description": "Company ID"
          },
          "email": {
            "type": "string",
            "example": "user@example.com",
            "description": "User email"
          },
          "end_time": {
            "type": "integer",
            "format": "int64",
            "example": 1761580799999,
            "description": "End timestamp (milliseconds)"
          },
          "page": {
            "type": "integer",
            "format": "int32",
            "example": 1,
            "description": "Page number, starting from 1"
          },
          "phone": {
            "type": "string",
            "example": "12345678900",
            "description": "phone number"
          },
          "start_time": {
            "type": "integer",
            "format": "int64",
            "example": 1758902400000,
            "description": "Start timestamp (milliseconds)"
          }
        },
        "required": [
          "company_id"
        ]
      },
      "L017DocumentsLayoutParsing_LayoutResultItem": {
        "type": "object",
        "properties": {
          "url": {
            "type": "string",
            "format": "uri",
            "example": "https://oss.example.com/doc/0_2.png?sign=...",
            "description": "Cropped-region URL. Null when include_crop_urls=false; when true, URLs are primarily provided for chemical structures and figures."
          },
          "bbox": {
            "type": "array",
            "example": [
              0.16,
              0.18,
              0.37,
              0.2,
              0.9
            ],
            "description": "Normalized coordinates [x1, y1, x2, y2, confidence]."
          },
          "page": {
            "type": "integer",
            "format": "int32",
            "example": 0,
            "description": "Zero-based page index."
          },
          "type": {
            "type": "string",
            "example": "figure",
            "description": "Original region type produced by the layout model."
          },
          "content": {
            "type": "string",
            "example": "null",
            "description": "Always null because layout-only mode does not run OCR."
          }
        },
        "required": [
          "bbox",
          "page",
          "type"
        ]
      },
      "L017DocumentsLayoutParsing_LayoutParseResponse": {
        "type": "object",
        "properties": {
          "state": {
            "type": "string",
            "example": "success",
            "description": "Execution state; success indicates that parsing completed successfully."
          },
          "results": {
            "type": "array",
            "example": "Please check the form: LayoutResultItem",
            "description": "Layout detection results; markdown is not returned.",
            "items": {
              "$ref": "#/components/schemas/L017DocumentsLayoutParsing_LayoutResultItem"
            }
          },
          "file_type": {
            "type": "string",
            "example": "png",
            "description": "Input file type inferred from the uploaded filename extension."
          },
          "total_pages": {
            "type": "integer",
            "format": "int32",
            "example": 1,
            "description": "Total pages; always 1 for an image."
          }
        },
        "required": [
          "state",
          "results",
          "file_type",
          "total_pages"
        ]
      },
      "L017DocumentsLayoutParsingResponse": {
        "type": "object",
        "properties": {
          "data": {
            "$ref": "#/components/schemas/L017DocumentsLayoutParsing_LayoutParseResponse"
          },
          "status": {
            "type": "string",
            "example": "success",
            "description": "The request completed successfully."
          },
          "error_msg": {
            "type": "string",
            "example": "success",
            "description": "Always success on success."
          },
          "error_code": {
            "type": "integer",
            "format": "int32",
            "example": 0,
            "description": "Always 0 on success."
          }
        },
        "required": [
          "data",
          "status",
          "error_msg",
          "error_code"
        ]
      },
      "L017DocumentsLayoutParsingRequest": {
        "type": "object",
        "properties": {
          "file": {
            "type": "file",
            "example": "maximum 20MB",
            "description": "File to analyze for layout."
          }
        },
        "required": [
          "file"
        ]
      },
      "L016DocumentsDocParsing_DocumentResultItem": {
        "type": "object",
        "properties": {
          "url": {
            "type": "string",
            "format": "uri",
            "example": "https://oss.example.com/doc/0_2.png?sign=...",
            "description": "URL of the cropped region image, primarily for chemical structures, figures, equations, and tables; null when unavailable. The returned image link is a signed link with a validity period of 7 days."
          },
          "bbox": {
            "type": "array",
            "example": [
              0.16,
              0.18,
              0.37,
              0.2,
              0.9
            ],
            "description": "Normalized coordinates [x1, y1, x2, y2, confidence], with every value ranging from 0 to 1."
          },
          "page": {
            "type": "integer",
            "format": "int32",
            "example": 0,
            "description": "Zero-based page index; 0 represents the first page."
          },
          "type": {
            "type": "string",
            "example": "text",
            "description": "Original region type produced by the layout model."
          }
        },
        "required": [
          "bbox",
          "page",
          "type"
        ]
      },
      "L016DocumentsDocParsing_DocumentParseResponse": {
        "type": "object",
        "properties": {
          "state": {
            "type": "string",
            "example": "success",
            "description": "Execution state; success indicates that parsing completed successfully."
          },
          "results": {
            "type": "array",
            "example": "Please check the form: DocumentResultItem",
            "description": "Structured JSONL data; each element represents one document region. An empty array is returned when output_format=markdown.",
            "items": {
              "$ref": "#/components/schemas/L016DocumentsDocParsing_DocumentResultItem"
            }
          },
          "markdown": {
            "type": "string",
            "example": "TECHNICAL FIELD\n\nThe present disclosure relates to...",
            "description": "Complete Markdown summary. Returned when output_format is both or markdown; omitted when output_format=jsonl."
          },
          "file_type": {
            "type": "string",
            "example": "pdf",
            "description": "Input file type inferred from the uploaded filename extension."
          },
          "total_pages": {
            "type": "integer",
            "format": "int32",
            "example": 12,
            "description": "Total number of pages; always 1 for an image."
          }
        },
        "required": [
          "state",
          "results",
          "file_type",
          "total_pages"
        ]
      },
      "L016DocumentsDocParsingResponse": {
        "type": "object",
        "properties": {
          "data": {
            "$ref": "#/components/schemas/L016DocumentsDocParsing_DocumentParseResponse"
          },
          "status": {
            "type": "string",
            "example": "success",
            "description": "The request completed successfully."
          },
          "error_msg": {
            "type": "string",
            "example": "success",
            "description": "Always success on success."
          },
          "error_code": {
            "type": "integer",
            "format": "int32",
            "example": 0,
            "description": "Always 0 on success."
          }
        },
        "required": [
          "data",
          "status",
          "error_msg",
          "error_code"
        ]
      },
      "L016DocumentsDocParsingRequest": {
        "type": "object",
        "properties": {
          "file": {
            "type": "file",
            "example": "maximum 20MB",
            "description": "File to parse. Supported types: png, jpg, jpeg, pdf, doc, docx, ppt, pptx, xls, and xlsx. Each file must not exceed 20 MB or 200 pages."
          },
          "output_format": {
            "type": "string",
            "example": "markdown",
            "description": "Output format: both returns structured JSONL data and Markdown; jsonl returns structured JSONL data only; markdown returns Markdown only. The returned image link is a signed link with a validity period of 7 days. Defaults to markdown if not specified."
          }
        },
        "required": [
          "file"
        ]
      },
      "P003PatentFieldQueryResponse": {
        "type": "object",
        "properties": {
          "data": {
            "type": "array",
            "example": "no sample",
            "description": "response data",
            "items": {
              "$ref": "#/components/schemas/P003PatentFieldQuery_Map«string,List«PatentFieldResponse»»"
            }
          },
          "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"
        ]
      },
      "P003PatentFieldQueryRequest": {
        "type": "object",
        "properties": {
          "offset": {
            "type": "integer",
            "format": "int32",
            "example": 0,
            "description": "0 <= offset+limit <= 200"
          },
          "query": {
            "type": "string",
            "example": "TTL:汽车",
            "description": "query"
          },
          "field": {
            "type": "string",
            "example": "ASSIGNEE",
            "description": "Filter item result set, please enter the field code, up to 5 fields are supported, separated by comma.<p>ASSIGNEE: standard - the current applicant (patent)</p><p>ANCS_TYPE: indicates the type of the applicant（ACADEMY COMPANY GOVERNMENT PERSON HOSPITAL BANK OTHER）</p><p>INVENTOR: the inventor</p><p>SIMPLE_LEGAL_STATUS: simple legal status (0: invalid 1: valid 2: under review 220: PCT specified period 221: PCT specified period 999: unconfirmed)  </p><p>LEGAL_STATUS:  Legal status (1: disclosure 2: substantive review 3: authorization 8: avoidance of reauthorization 11: withdrawal 13: rejection 14: full cancellation 15: expiration 16: unpaid annual fee 21: restoration of rights 22: Termination of rights 23: Partial invalidation 24: application for termination 30:  Abandonment 222: PCT International Announcement 223: PCT enters designated country (specified period) 224: PCT enters designated country (specified period) 225: PCT does not enter designated country)  </p><p>LEGAL_EVENT:  Legal events (61: transfer of rights 62: License 63: pledge 64: trust 65: objection 66: review 69: Customs record 70: litigation 71: preservation 72: Invalid procedure 73: oral hearing 74: Declassification of National Defense 75: Double Application in one Case)  </p><p>APPLICATION_YEAR: application year</p><p>PUBLICATION_YEAR: public year</p><p>ISSUE_YEAR: entitlement year</p><p>AGENCY: the agency</p><p>PATENT_TYPE: patent type（A: Applications B: Patents U: Utility models D: Designs AB: Applications+Patents）</p><p>AUTHORITY: (https://analytics.patsnap.com/status)</p>"
          },
          "limit": {
            "type": "integer",
            "format": "int32",
            "example": 50,
            "description": "Returns the number of statistical results, 1 <= limit <= 100，default is 50"
          },
          "lang": {
            "type": "string",
            "example": "cn",
            "description": "Select the language, the default language is cn, you can choose cn、en or jp."
          }
        },
        "required": [
          "offset",
          "query",
          "field",
          "limit"
        ]
      },
      "P002QuerySearchPatentV2_PatentBaseV2Response": {
        "type": "object",
        "properties": {
          "pn": {
            "type": "string",
            "example": "US11205304B2",
            "description": "patent number"
          },
          "apdt": {
            "type": "integer",
            "format": "int32",
            "example": 20211108,
            "description": "Application Date"
          },
          "apno": {
            "type": "string",
            "example": "US17/521392",
            "description": "Application Number"
          },
          "pbdt": {
            "type": "integer",
            "format": "int32",
            "example": 20230815,
            "description": "Publication Date"
          },
          "title": {
            "type": "string",
            "example": "Techniques for using multiple symbols to provide feedback for a sidelink transmission",
            "description": "Title"
          },
          "inventor": {
            "type": "string",
            "example": "ELSHAFIE, AHMED | YANG, WEI | HOSSEINI, SEYEDKIANOUSH",
            "description": "Inventor"
          },
          "authority": {
            "type": "string",
            "example": "CN",
            "description": "Intellectual Property Office"
          },
          "patent_id": {
            "type": "string",
            "example": "718ead9c-4f3c-4674-8f5a-24e126827269",
            "description": "patent id"
          },
          "current_assignee": {
            "type": "string",
            "example": "QUALCOMM INCORPORATED",
            "description": "Current Assignee"
          },
          "original_assignee": {
            "type": "string",
            "example": "QUALCOMM INCORPORATED",
            "description": "Original Assignee (Applicant)"
          }
        }
      },
      "P002QuerySearchPatentV2_SearchPatentV2Response": {
        "type": "object",
        "properties": {
          "results": {
            "type": "array",
            "example": "Please check the form: PatentBaseV2Response",
            "description": "result",
            "items": {
              "$ref": "#/components/schemas/P002QuerySearchPatentV2_PatentBaseV2Response"
            }
          },
          "result_count": {
            "type": "integer",
            "format": "int32",
            "example": 10,
            "description": "Received result count"
          },
          "total_search_result_count": {
            "type": "integer",
            "format": "int64",
            "example": 1000,
            "description": "Total search result count"
          }
        }
      },
      "P002QuerySearchPatentV2Response": {
        "type": "object",
        "properties": {
          "data": {
            "$ref": "#/components/schemas/P002QuerySearchPatentV2_SearchPatentV2Response"
          },
          "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"
        ]
      },
      "P002QuerySearchPatentV2Request": {
        "type": "object",
        "properties": {
          "query_text": {
            "type": "string",
            "example": "TACD: virtual reality",
            "description": "Analytics query, maximum length 3,000 characters"
          },
          "collapse_type": {
            "type": "string",
            "example": "ALL",
            "description": "Select the collapse type, \"ALL\" or Null value means no collapse; \"APNO\" means collapse according to application number; \"DOCDB\" means collapse according to simple family; \"INPADOC\" means collapse according to inpadoc family; \"EXTEND\" means collapse according to patsnap family"
          },
          "collapse_by": {
            "type": "string",
            "example": "PBD",
            "description": "<p>Select the sort field for patent collapse,</p><p>\"APD\" means order according to application date;</p><p>\"PBD\" means order according to publication date;</p><p>\"AUTHORITY\" means order according to authority;</p><p>\"SCORE\" means order according to the relevance score</p>"
          },
          "collapse_order": {
            "type": "string",
            "example": "LATEST",
            "description": "Select the patent collapse ordering rule that is valid only if collapse_by is APD or PBD, setting OLDEST or LATEST to keep the earliest or latest one"
          },
          "collapse_order_authority": {
            "type": "array",
            "example": [
              "CN",
              "US",
              "EP",
              "JP",
              "KR"
            ],
            "description": "Sets the order of patent collapse according to the input authorities priority list, valid only if collapse_by is AUTHORITY"
          },
          "sort": {
            "type": "array",
            "example": [
              {
                "field": "SCORE",
                "order": "DESC"
              }
            ],
            "description": "<p>Field order, field can support: PBDT_YEARMONTHDAY, APD_YEARMONTHDAY, ISD,SCORE; order can support: desc, asc. The default ranking is the most relevant by Score</p><p>PBDT_YEARMONTHDAY: Publication date</p><p>APD_YEARMONTHDAY: Application date</p><p>ISD: Issue date</p><p>Score: relevancy</p>"
          },
          "offset": {
            "type": "integer",
            "format": "int32",
            "example": 0,
            "description": "offset value; limit + offset <= 20000 (the max number of Semantic Search is 1000)"
          },
          "limit": {
            "type": "integer",
            "format": "int32",
            "example": 10,
            "description": "limit of returned response; must be <= 1,000"
          },
          "stemming": {
            "type": "integer",
            "format": "int32",
            "example": 0,
            "description": "<p>Whether to turn on the stemming function, 1: turn on; 0: turn off. Off by default</p><p>Note: </p><p>Stemming ON will search for the original word and expand the search to consider singular, plural, and tense variations e.g. a search for \"come\" will expand to \"comes\", \"came\", \"coming\" and so on.</p><p>Stemming OFF will only search for exact matches of the keywords entered.</p><p>The use of wildcards in keywords within a search query will impact the effect of stemming.</p><p>Stemming ON only supports English words. Stemming does not apply to Assignees, Inventors, or any other person-related fields.</p>"
          }
        },
        "required": [
          "query_text"
        ]
      },
      "P008PatentSemanticSearch_SemanticResult": {
        "type": "object",
        "properties": {
          "pn": {
            "type": "string",
            "example": "JP1999068462A",
            "description": "patent number"
          },
          "apdt": {
            "type": "integer",
            "format": "int32",
            "example": 20211108,
            "description": "Application Date"
          },
          "apno": {
            "type": "string",
            "example": "US17/521392",
            "description": "Application Number"
          },
          "pbdt": {
            "type": "integer",
            "format": "int32",
            "example": 20230815,
            "description": "Publication Date"
          },
          "title": {
            "type": "string",
            "example": "Techniques for using multiple symbols to provide feedback for a sidelink transmission",
            "description": "Title"
          },
          "inventor": {
            "type": "string",
            "example": "ELSHAFIE, AHMED | YANG, WEI | HOSSEINI, SEYEDKIANOUSH",
            "description": "Inventor"
          },
          "patent_id": {
            "type": "string",
            "example": "1a47a70d-6b54-4709-a72a-ed552781fcac",
            "description": "patent id"
          },
          "relevancy": {
            "type": "string",
            "example": "99%",
            "description": "relevancy between the result patent and the input content"
          },
          "current_assignee": {
            "type": "string",
            "example": "QUALCOMM INCORPORATED",
            "description": "Current Assignee"
          },
          "original_assignee": {
            "type": "string",
            "example": "QUALCOMM INCORPORATED",
            "description": "Original Assignee (Applicant)"
          }
        }
      },
      "P008PatentSemanticSearch_SearchComputeResponse": {
        "type": "object",
        "properties": {
          "results": {
            "type": "array",
            "example": "Please check the form: SemanticResult",
            "description": "result",
            "items": {
              "$ref": "#/components/schemas/P008PatentSemanticSearch_SemanticResult"
            }
          },
          "result_count": {
            "type": "integer",
            "format": "int32",
            "example": 10,
            "description": "Received result count"
          },
          "total_search_result_count": {
            "type": "integer",
            "format": "int64",
            "example": 1000,
            "description": "Total search result count"
          }
        }
      },
      "P008PatentSemanticSearchResponse": {
        "type": "object",
        "properties": {
          "data": {
            "$ref": "#/components/schemas/P008PatentSemanticSearch_SearchComputeResponse"
          },
          "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"
        ]
      },
      "P008PatentSemanticSearchRequest": {
        "type": "object",
        "properties": {
          "country": {
            "type": "array",
            "example": [
              "CNA",
              "CNB"
            ],
            "description": "Authority and kind code.\nFor the Authority code, refer to https://analytics.patsnap.com/status;\nKind code is: A (Application), B (Granted Patent), U (Utility Model), D (Design).\nMultiple items can be searched, separated by comma."
          },
          "pbd_from": {
            "type": "string",
            "example": "20200101",
            "description": "Start year of publication date"
          },
          "offset": {
            "type": "integer",
            "format": "int32",
            "example": 0,
            "description": "offset value; limit + offset <= 20000 (the max number of Semantic Search is 1000)"
          },
          "apd_from": {
            "type": "string",
            "example": "20200101",
            "description": "Start year of application date"
          },
          "limit": {
            "type": "integer",
            "format": "int32",
            "example": 10,
            "description": "limit of returned response; must be <= 1,000"
          },
          "apd_to": {
            "type": "string",
            "example": "20220101",
            "description": "End year of application date"
          },
          "pbd_to": {
            "type": "string",
            "example": "20220101",
            "description": "End year of publication date"
          },
          "relevancy": {
            "type": "string",
            "example": "50%",
            "description": "relevancy\n(the relevancy calculated logic can refer to: https://help.zhihuiya.com/help/360007811592/article/360040181092?categoryId=360002609831&showTabs=false)"
          },
          "text": {
            "type": "string",
            "example": "The invention discloses an automobile front-view based wireless video transmission system and method. The system comprises a front-view camera, a wireless video transmitting module, a wireless video receiving module, a display screen, a display triggering device, a first controller, a wireless command transmitting module, a wireless command receiving module, a second controller and an automobile starting detecting module, wherein the display screen is connected with the wireless video receiving module; the front-view camera is connected with the wireless video transmitting module; the wireless video transmitting module is wirelessly connected with the wireless video receiving module and wirelessly transmits a video shot by the front-view camera; and the wireless video receiving module receives and sends the video and displays the video on the display screen, so that the mounting time of the front-view camera is shortened greatly, no damage can be caused to an original automobile, the front-view camera can be mounted without a threading manner, and great convenience is brought to the owner of the automobile.",
            "description": "semantic query text"
          }
        },
        "required": [
          "text"
        ]
      },
      "P010ImageSearchImageUpload_FileUrlResponse": {
        "type": "object",
        "properties": {
          "url": {
            "type": "string",
            "example": "https://img1.baidu.com/it/u=3787347995,722716643&fm=26&fmt=auto",
            "description": "url"
          },
          "expire": {
            "type": "integer",
            "format": "int32",
            "example": 32400,
            "description": "period of validity,Unit:second"
          }
        }
      },
      "P010ImageSearchImageUploadResponse": {
        "type": "object",
        "properties": {
          "data": {
            "$ref": "#/components/schemas/P010ImageSearchImageUpload_FileUrlResponse"
          },
          "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"
        ]
      },
      "P010ImageSearchImageUploadRequest": {
        "type": "object",
        "properties": {
          "image": {
            "type": "file",
            "example": "maximum 4096KB",
            "description": "JPG,PNG"
          }
        },
        "required": [
          "image"
        ]
      },
      "P012BasicPatentDataBibliography_PatentBasePerson": {
        "type": "object",
        "properties": {
          "num": {
            "type": "string",
            "example": "0001",
            "description": "patent sequence"
          },
          "lang": {
            "type": "string",
            "example": "EN",
            "description": "language"
          },
          "name": {
            "type": "string",
            "example": "MAGIC LEAP, INC.",
            "description": "name"
          },
          "text": {
            "type": "string",
            "example": "Systems and methods for rendering user interfaces for augmented or virtual reality",
            "description": "text"
          },
          "address": {
            "type": "string",
            "example": "Dania Beach,FL,US",
            "description": "address"
          },
          "rep_type": {
            "type": "string",
            "example": "agency",
            "description": "Type:\n<p>agency means patent agency,</p><p>agents means patent agent</p><p>primary means primary examiner</p><p>assistant means assistant examiner</p>"
          },
          "sequence": {
            "type": "integer",
            "format": "int32",
            "example": 1,
            "description": "sequence"
          },
          "data_format": {
            "type": "string",
            "example": "original",
            "description": "Original data: if there are several languages with original data, all will be returned"
          }
        }
      },
      "P012BasicPatentDataBibliography_Parties": {
        "type": "object",
        "properties": {
          "agency": {
            "type": "array",
            "example": "Please check the form: PatentBasePerson",
            "description": "agency",
            "items": {
              "$ref": "#/components/schemas/P012BasicPatentDataBibliography_PatentBasePerson"
            }
          },
          "agents": {
            "type": "array",
            "example": "Please check the form: PatentBasePerson",
            "description": "agents",
            "items": {
              "$ref": "#/components/schemas/P012BasicPatentDataBibliography_PatentBasePerson"
            }
          },
          "assignees": {
            "type": "array",
            "example": "Please check the form: PatentBasePerson",
            "description": "current assignee",
            "items": {
              "$ref": "#/components/schemas/P012BasicPatentDataBibliography_PatentBasePerson"
            }
          },
          "examiners": {
            "type": "array",
            "example": "Please check the form: PatentBasePerson",
            "description": "examiner",
            "items": {
              "$ref": "#/components/schemas/P012BasicPatentDataBibliography_PatentBasePerson"
            }
          },
          "inventors": {
            "type": "array",
            "example": "Please check the form: PatentBasePerson",
            "description": "inventor",
            "items": {
              "$ref": "#/components/schemas/P012BasicPatentDataBibliography_PatentBasePerson"
            }
          },
          "applicants": {
            "type": "array",
            "example": "Please check the form: PatentBasePerson",
            "description": "applicant",
            "items": {
              "$ref": "#/components/schemas/P012BasicPatentDataBibliography_PatentBasePerson"
            }
          }
        }
      },
      "P012BasicPatentDataBibliography_PatentAbstract": {
        "type": "object",
        "properties": {
          "lang": {
            "type": "string",
            "example": "EN",
            "description": "language"
          },
          "text": {
            "type": "string",
            "example": "An augmented reality display system comprises a passable world model data comprises a set of map points corresponding to one or more objects of the real world. The augmented reality system also comprises......",
            "description": "text"
          },
          "data_format": {
            "type": "string",
            "example": "original",
            "description": "Original data: if there are several languages with original data, all will be returned"
          }
        }
      },
      "P012BasicPatentDataBibliography_PatentTitle": {
        "type": "object",
        "properties": {
          "lang": {
            "type": "string",
            "example": "EN",
            "description": "language"
          },
          "text": {
            "type": "string",
            "example": "Systems and methods for rendering user interfaces for augmented or virtual reality",
            "description": "text"
          },
          "data_format": {
            "type": "string",
            "example": "original",
            "description": "Original data: if there are several languages with original data, all will be returned"
          }
        }
      },
      "P012BasicPatentDataBibliography_PatentBaseInfo": {
        "type": "object",
        "properties": {
          "num": {
            "type": "string",
            "example": "0001",
            "description": "patent sequence"
          },
          "date": {
            "type": "integer",
            "format": "int32",
            "example": 20211221,
            "description": "dates: publication, applicaton, priority .etc<p>YYYYMMDD format</p>"
          },
          "kind": {
            "type": "string",
            "example": "B2",
            "description": "kind code"
          },
          "year": {
            "type": "integer",
            "format": "int32",
            "example": 2012,
            "description": "year"
          },
          "month": {
            "type": "integer",
            "format": "int32",
            "example": 202112,
            "description": "year and month"
          },
          "country": {
            "type": "string",
            "example": "US",
            "description": "authority"
          },
          "sequence": {
            "type": "integer",
            "format": "int32",
            "example": 1,
            "description": "sequence"
          },
          "doc_number": {
            "type": "string",
            "example": "11205304",
            "description": "doc number"
          }
        }
      },
      "P012BasicPatentDataBibliography_Author": {
        "type": "object",
        "properties": {
          "lang": {
            "type": "string",
            "example": "JP",
            "description": "Language"
          },
          "name": {
            "type": "string",
            "example": "トヨタ自動車株式会社",
            "description": "name"
          },
          "sequence": {
            "type": "integer",
            "format": "int32",
            "example": 1,
            "description": "sequence"
          }
        }
      },
      "P012BasicPatentDataBibliography_CitedOthers": {
        "type": "object",
        "properties": {
          "doi": {
            "type": "string",
            "example": "10.1016/J.JMGM.2011.06.008",
            "description": "Citation reference DOI"
          },
          "num": {
            "type": "string",
            "example": "0001",
            "description": "patents sequence"
          },
          "lang": {
            "type": "string",
            "example": "JP",
            "description": "Language"
          },
          "text": {
            "type": "string",
            "example": "Systems and methods for rendering user interfaces for augmented or virtual reality",
            "description": "text"
          },
          "title": {
            "type": "string",
            "example": "Discrimination of agonists versus antagonists of nicotinic ligands based on docking onto AChBP structures",
            "description": "Citation reference title"
          },
          "author": {
            "type": "array",
            "example": "Please check the form: Author",
            "description": "Citation reference author",
            "items": {
              "$ref": "#/components/schemas/P012BasicPatentDataBibliography_Author"
            }
          },
          "copyright": {
            "type": "string",
            "example": "Nature",
            "description": "Citation reference publication"
          }
        }
      },
      "P012BasicPatentDataBibliography_ReferenceCited": {
        "type": "object",
        "properties": {
          "cited_others": {
            "type": "array",
            "example": "Please check the form: CitedOthers",
            "description": "citation reference",
            "items": {
              "$ref": "#/components/schemas/P012BasicPatentDataBibliography_CitedOthers"
            }
          },
          "cited_patents": {
            "type": "array",
            "example": "Please check the form: PatentBaseInfo",
            "description": "citation patents",
            "items": {
              "$ref": "#/components/schemas/P012BasicPatentDataBibliography_PatentBaseInfo"
            }
          }
        }
      },
      "P012BasicPatentDataBibliography_RelatedDocuments": {
        "type": "object",
        "properties": {
          "num": {
            "type": "string",
            "example": "0001",
            "description": "patent sequence"
          },
          "date": {
            "type": "integer",
            "format": "int32",
            "example": 20211221,
            "description": "dates: publication, applicaton, priority .etc<p>YYYYMMDD format</p>"
          },
          "kind": {
            "type": "string",
            "example": "B2",
            "description": "kind code"
          },
          "year": {
            "type": "integer",
            "format": "int32",
            "example": 2012,
            "description": "year"
          },
          "month": {
            "type": "integer",
            "format": "int32",
            "example": 202112,
            "description": "year and month"
          },
          "country": {
            "type": "string",
            "example": "US",
            "description": "authority"
          },
          "sequence": {
            "type": "integer",
            "format": "int32",
            "example": 1,
            "description": "sequence"
          },
          "doc_number": {
            "type": "string",
            "example": "11205304",
            "description": "doc number"
          },
          "relation_type": {
            "type": "string",
            "example": "continuation",
            "description": "related patents:\n<p>divisional means divisional application,</p><p>continuation means continuation application</p>"
          }
        }
      },
      "P012BasicPatentDataBibliography_ClassifiationCode": {
        "type": "object",
        "properties": {
          "class": {
            "type": "string",
            "example": 60,
            "description": "class"
          },
          "section": {
            "type": "string",
            "example": "B",
            "description": "section"
          },
          "sub_class": {
            "type": "string",
            "example": "R",
            "description": "sub class"
          },
          "sub_group": {
            "type": "string",
            "example": "00",
            "description": "sub group"
          },
          "main_group": {
            "type": "string",
            "example": 21,
            "description": "main group"
          }
        }
      },
      "P012BasicPatentDataBibliography_ClassificationDoc": {
        "type": "object",
        "properties": {
          "main_classification": {
            "$ref": "#/components/schemas/P012BasicPatentDataBibliography_ClassifiationCode"
          },
          "further_classification": {
            "type": "array",
            "example": "Please check the form: ClassifiationCode",
            "description": "further classification",
            "items": {
              "$ref": "#/components/schemas/P012BasicPatentDataBibliography_ClassifiationCode"
            }
          }
        }
      },
      "P012BasicPatentDataBibliography_ClassifiationSymbolCode": {
        "type": "object",
        "properties": {
          "class": {
            "type": "string",
            "example": 60,
            "description": "class"
          },
          "category": {
            "type": "string",
            "example": "C",
            "description": "category"
          },
          "mid_class": {
            "type": "string",
            "example": 397,
            "description": "mid class"
          },
          "sub_class": {
            "type": "string",
            "example": "R",
            "description": "sub class"
          }
        }
      },
      "P012BasicPatentDataBibliography_ClassificationGbc": {
        "type": "object",
        "properties": {
          "classification_symbol": {
            "type": "array",
            "example": "Please check the form: ClassifiationSymbolCode",
            "description": "classification",
            "items": {
              "$ref": "#/components/schemas/P012BasicPatentDataBibliography_ClassifiationSymbolCode"
            }
          }
        }
      },
      "P012BasicPatentDataBibliography_ClassifiationUpc": {
        "type": "object",
        "properties": {
          "classification_symbol": {
            "type": "array",
            "example": "Please check the form: ClassifiationCode",
            "description": "classification symbol",
            "items": {
              "$ref": "#/components/schemas/P012BasicPatentDataBibliography_ClassifiationCode"
            }
          }
        }
      },
      "P012BasicPatentDataBibliography_ClassificationData": {
        "type": "object",
        "properties": {
          "classification_fi": {
            "type": "array",
            "example": [
              "B62D131/00",
              "B60W10/00.134",
              "B60K41/00.350",
              "B60R1/00.AZY.W",
              "B60R21/00.628.D",
              "B60R99/00.322",
              "B60K41/00.301.G",
              "B60R21/00.621.J",
              "B60R21/00.624.G",
              "B60R21/00.624.D",
              "B60R21/00.626.C",
              "B60R21/00.624.E",
              "B60R99/00.340",
              "B60R21/00.624.B",
              "B60R21/00.624.C",
              "B60W30/06",
              "B62D119/00",
              "B60R21/00.621.C",
              "B60R21/00.992",
              "B62D109/00",
              "G08G1/16.C",
              "B62D113/00",
              "B60K41/00.382",
              "B60R99/00.330",
              "B62D6/00",
              "B60W10/20"
            ],
            "description": "FI"
          },
          "classification_cpc": {
            "$ref": "#/components/schemas/P012BasicPatentDataBibliography_ClassificationDoc"
          },
          "classification_gbc": {
            "$ref": "#/components/schemas/P012BasicPatentDataBibliography_ClassificationGbc"
          },
          "classification_loc": {
            "type": "array",
            "example": [
              "12-10"
            ],
            "description": "LOC"
          },
          "classification_upc": {
            "$ref": "#/components/schemas/P012BasicPatentDataBibliography_ClassifiationUpc"
          },
          "classification_ipcr": {
            "$ref": "#/components/schemas/P012BasicPatentDataBibliography_ClassificationDoc"
          },
          "classification_fterm": {
            "type": "array",
            "example": [
              "5H181/LL09",
              "3D241/DB03Z",
              "5H181/CC14",
              "3D241/DA58Z",
              "3D241/AA40",
              "3D041/AD51",
              "3D241/AA00",
              "5H180/LL04",
              "3D241/AC00",
              "5H180/CC14",
              "3D241/AE00",
              "5H180/LL01",
              "5H180/LL02",
              "3D241/CD07",
              "3D041/AF09",
              "3D232/EB11",
              "3D232/DA23",
              "3D232/DA24",
              "3D232/EC34",
              "5H181/LL17",
              "3D232/DA15",
              "3D232/EB04",
              "3D241/DB12Z",
              "3D241/DC33Z",
              "5H181/BB13",
              "3D041/AC00",
              "3D041/AE00",
              "3D041/AA00",
              "5H180/LL09",
              "3D241/AD51",
              "3D041/AA40",
              "3D241/BC01",
              "5H180/LL17",
              "3D241/BC02",
              "3D232/DA92",
              "3D241/CC17",
              "3D232/DA50",
              "3D232/EC22",
              "5H180/AA01",
              "3D241/DA52Z",
              "3D232/FF07",
              "3D241/CC02",
              "3D241/AB01",
              "3D241/AD00",
              "3D241/CC03",
              "3D241/AF01",
              "3D241/CE05",
              "3D232/DA88",
              "3D232/DA03",
              "3D241/AF09",
              "3D232/CC20",
              "3D241/DB10Z",
              "3D041/AF01",
              "5H181/AA01",
              "3D241/DD12Z",
              "3D041/AB01",
              "3D241/BA60",
              "3D041/AD00",
              "3D241/BA22",
              "5H180/BB13",
              "3D241/CD15",
              "5H181/LL01",
              "3D232/DA76",
              "5H181/LL02",
              "3D232/DA33",
              "5H181/LL04"
            ],
            "description": "F_term"
          }
        }
      },
      "P012BasicPatentDataBibliography_PctOrRegionalFilingData": {
        "type": "object",
        "properties": {
          "date": {
            "type": "integer",
            "format": "int32",
            "example": 20150507,
            "description": "dates: publication, applicaton, priority .etc<p>YYYYMMDD format</p>"
          },
          "doc_number": {
            "type": "string",
            "example": "14/706838",
            "description": "doc number"
          },
          "entry_date": {
            "type": "integer",
            "format": "int32",
            "example": 20170812,
            "description": "entry date"
          }
        }
      },
      "P012BasicPatentDataBibliography_DatesOfPublicAvailability": {
        "type": "object",
        "properties": {
          "year": {
            "type": "integer",
            "format": "int32",
            "example": 2011,
            "description": "year"
          },
          "month": {
            "type": "integer",
            "format": "int32",
            "example": 201101,
            "description": "year and month"
          },
          "printed_with_granted": {
            "type": "integer",
            "format": "int32",
            "example": 20101022,
            "description": "Issue date"
          }
        }
      },
      "P012BasicPatentDataBibliography_BibliographicData": {
        "type": "object",
        "properties": {
          "exdt": {
            "type": "integer",
            "format": "int32",
            "example": 20350909,
            "description": "Patsnap estimated expiry date"
          },
          "parties": {
            "$ref": "#/components/schemas/P012BasicPatentDataBibliography_Parties"
          },
          "abstracts": {
            "type": "array",
            "example": "Please check the form: PatentAbstract",
            "description": "patent abstract",
            "items": {
              "$ref": "#/components/schemas/P012BasicPatentDataBibliography_PatentAbstract"
            }
          },
          "patent_type": {
            "type": "string",
            "example": "PATENT",
            "description": "patent type:\n<p>APPLICATION (patent application),</p><p>PATENT (granted patent),</p><p>UTILITY (utility model),</p><p>DESIGN (industrial design)</p>"
          },
          "invention_title": {
            "type": "array",
            "example": "Please check the form: PatentTitle",
            "description": "invention title",
            "items": {
              "$ref": "#/components/schemas/P012BasicPatentDataBibliography_PatentTitle"
            }
          },
          "priority_claims": {
            "type": "array",
            "example": "Please check the form: PatentBaseInfo",
            "description": "claimed priority data",
            "items": {
              "$ref": "#/components/schemas/P012BasicPatentDataBibliography_PatentBaseInfo"
            }
          },
          "reference_cited": {
            "$ref": "#/components/schemas/P012BasicPatentDataBibliography_ReferenceCited"
          },
          "related_documents": {
            "type": "array",
            "example": "Please check the form: RelatedDocuments",
            "description": "divisional and continuation application",
            "items": {
              "$ref": "#/components/schemas/P012BasicPatentDataBibliography_RelatedDocuments"
            }
          },
          "classification_data": {
            "$ref": "#/components/schemas/P012BasicPatentDataBibliography_ClassificationData"
          },
          "application_reference": {
            "$ref": "#/components/schemas/P012BasicPatentDataBibliography_PatentBaseInfo"
          },
          "publication_reference": {
            "$ref": "#/components/schemas/P012BasicPatentDataBibliography_PatentBaseInfo"
          },
          "pct_or_regional_filing_data": {
            "$ref": "#/components/schemas/P012BasicPatentDataBibliography_PctOrRegionalFilingData"
          },
          "dates_of_public_availability": {
            "$ref": "#/components/schemas/P012BasicPatentDataBibliography_DatesOfPublicAvailability"
          },
          "pct_or_regional_publishing_data": {
            "$ref": "#/components/schemas/P012BasicPatentDataBibliography_PatentBaseInfo"
          }
        }
      },
      "P012BasicPatentDataBibliography_PatentBibliographicResponse": {
        "type": "object",
        "properties": {
          "pn": {
            "type": "string",
            "example": "US11205304B2",
            "description": "patent number"
          },
          "patent_id": {
            "type": "string",
            "example": "718ead9c-4f3c-4674-8f5a-24e126827269",
            "description": "patent id"
          },
          "bibliographic_data": {
            "$ref": "#/components/schemas/P012BasicPatentDataBibliography_BibliographicData"
          }
        }
      },
      "P012BasicPatentDataBibliographyResponse": {
        "type": "object",
        "properties": {
          "data": {
            "type": "array",
            "example": "no sample",
            "description": "response data",
            "items": {
              "$ref": "#/components/schemas/P012BasicPatentDataBibliography_PatentBibliographicResponse"
            }
          },
          "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"
        ]
      },
      "P014BasicPatentDataPatentFamily_CitedByPatents": {
        "type": "object",
        "properties": {
          "kind": {
            "type": "string",
            "example": "A1",
            "description": "kind code"
          },
          "country": {
            "type": "string",
            "example": "US",
            "description": "citation authority"
          },
          "sequence": {
            "type": "integer",
            "format": "int32",
            "example": 1,
            "description": "sequence"
          },
          "doc_number": {
            "type": "string",
            "example": "20130033085",
            "description": "doc number"
          }
        }
      },
      "P014BasicPatentDataPatentFamily_PatentFamily": {
        "type": "object",
        "properties": {
          "simple_family": {
            "type": "array",
            "example": "Please check the form: CitedByPatents",
            "description": "simple family",
            "items": {
              "$ref": "#/components/schemas/P014BasicPatentDataPatentFamily_CitedByPatents"
            }
          },
          "inpadoc_family": {
            "type": "array",
            "example": "Please check the form: CitedByPatents",
            "description": "inpadoc family",
            "items": {
              "$ref": "#/components/schemas/P014BasicPatentDataPatentFamily_CitedByPatents"
            }
          },
          "patsnap_family": {
            "type": "array",
            "example": "Please check the form: CitedByPatents",
            "description": "patsnap family",
            "items": {
              "$ref": "#/components/schemas/P014BasicPatentDataPatentFamily_CitedByPatents"
            }
          },
          "simple_family_id": {
            "type": "integer",
            "format": "int32",
            "example": 331537782,
            "description": "simple family id"
          },
          "inpadoc_family_id": {
            "type": "integer",
            "format": "int32",
            "example": 459115956,
            "description": "inpadoc family id"
          },
          "patsnap_family_id": {
            "type": "integer",
            "format": "int32",
            "example": 459115956,
            "description": "patsnap family id"
          }
        }
      },
      "P014BasicPatentDataPatentFamily_PatentFamilyResponse": {
        "type": "object",
        "properties": {
          "pn": {
            "type": "string",
            "example": "US11205304B2",
            "description": "patent number"
          },
          "patent_id": {
            "type": "string",
            "example": "718ead9c-4f3c-4674-8f5a-24e126827269",
            "description": "patent id"
          },
          "patent_family": {
            "$ref": "#/components/schemas/P014BasicPatentDataPatentFamily_PatentFamily"
          }
        }
      },
      "P014BasicPatentDataPatentFamilyResponse": {
        "type": "object",
        "properties": {
          "data": {
            "type": "array",
            "example": "no sample",
            "description": "response data",
            "items": {
              "$ref": "#/components/schemas/P014BasicPatentDataPatentFamily_PatentFamilyResponse"
            }
          },
          "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"
        ]
      },
      "P018BasicPatentDataClaimData_Claims": {
        "type": "object",
        "properties": {
          "lang": {
            "type": "string",
            "example": "EN",
            "description": "language"
          },
          "claim_text": {
            "type": "string",
            "example": "1. A method for selectively constructing a search result for data requested by a search request, said method comprising: generating, by a processor of a computer system, a first tree as a result of executing a subtree procedure specified in a query over a template tree by use of path information of a data node corresponding to data requested by a search request and existing within a database system, wherein the search request comprises the query and path information of the data node, wherein the query traverses the template tree representing a hierarchically organized data structure of the database system according to the path information, wherein the path information indicates a hierarchical address of the data node within the template tree, wherein the subtree procedure dynamically expands the template tree comprising at least one node into a respective group of one or more child nodes pursuant to the path information of the search request, wherein said at least one node is associated with a respective subtree generator callback function for the subtree procedure to perform resulting in dynamically expanded said respective group of one or more child nodes, such that said child nodes of the first tree instantiate respective values located by the path information from at least one data source interconnected to the database system such that the first tree comprises only a portion of the hierarchically organized data structure of the database system specified in the path information of the received search request without expanding entire child nodes for the first tree; selecting, by the processor, the data node that satisfies the path information from the generated first tree; and transferring, by the processor, a value associated with the selected data node to a user program that sent the search request as a search result such that the user program receives the data corresponding to the path information in response to the search request, wherein the user program runs on a computing system coupled to the computer system through a communication medium.\\n2. The method of claim 1, said executing the subtree procedure comprising: traversing a node of said at least one node in the template tree in a descending order from a top level in the hierarchical address specified in the path information, wherein each node in the template tree comprises a respective subtree generator callback function and a respective data set such that the respective subtree generator callback function generates a respective subtree of said each node upon being invoked and such that the respective data set of said each node instantiates all nodes in the respective subtree generated by the respective subtree generator callback function, and wherein the hierarchical address of the path information is ordered such that a higher level in the hierarchical address appears prior to a lower level in the hierarchical address corresponding to the hierarchical address in the template tree; expanding the node in the template tree visited in said traversing; and iterating said traversing and said expanding for each node in the template tree until a bottom level in the hierarchical address of the path information is reached.\\n3. The method of claim 2, said expanding comprising: determining that a child node of the node visited in said traversing does not exist indicating that the node needs to be expanded into a subtree; creating the subtree of the node visited in said traversing by invoking a subtree generator callback function associated with the node visited in said traversing; injecting, to the template tree, the created subtree as the child node of the node visited in said traversing; disassociating the subtree generator callback function from the node visited in said traversing such that the node visited in said traversing does not redundantly create another subtree subsequent to said injecting; and storing the template tree comprising the created subtree as the first tree.\\n4. The method of claim 2, said expanding comprising: determining that a child node of the node visited in said traversing is a terminal node that is not expandable; and storing the template tree comprising the child node comprising a value corresponding to the child node selected from a first data set associated with the node visited from said traversing as the first tree.\\n5. The method of claim 2, wherein the respective data set of the node in the template tree is dynamically collected from a data source of said at least one data source prior to said expanding.\\n6. The method of claim 1, wherein the hierarchically organized data structure of the database system and the search result are expressed in the Extensible Markup Language (XML), and wherein the path information is expressed in the XML Path Language (XPath).\\n7. A computer program product, comprising a computer readable hardware storage device having computer readable program code stored therein, said program code containing instructions executable by a processor of a computer system to implement a method for selectively constructing a search result for data requested by a search request, said method comprising: generating, by the processor, a first tree as a result of executing a subtree procedure specified in a query over a template tree by use of path information of a data node corresponding to data requested by a search request and existing within a database system, wherein the search request comprises the query and path information of the data node, wherein the query traverses the template tree representing a hierarchically organized data structure of the database system according to the path information, wherein the path information indicates a hierarchical address of the data node within the template tree, wherein the subtree procedure dynamically expands the template tree comprising at least one node into a respective group of one or more child nodes pursuant to the path information of the search request, wherein said at least one node is associated with a respective subtree generator callback function for the subtree procedure to perform resulting in dynamically expanded said respective group of one or more child nodes, such that said child nodes of the first tree instantiate respective values located by the path information from at least one data source interconnected to the database system such that the first tree comprises only a portion of the hierarchically organized data structure of the database system specified in the path information of the received search request without expanding entire child nodes for the first tree; selecting, by the processor, the data node that satisfies the path information from the generated first tree; and transferring, by the processor, a value associated with the selected data node to a user program that sent the search request as a search result such that the user program receives the data corresponding to the path information in response to the search request, wherein the user program runs on a computing system coupled to the computer system through a communication medium.\\n8. The computer program product of claim 7, said executing the subtree procedure comprising: traversing a node of said at least one node in the template tree in a descending order from a top level in the hierarchical address specified in the path information, wherein each node in the template tree comprises a respective subtree generator callback function and a respective data set such that the respective subtree generator callback function generates a respective subtree of said each node upon being invoked and such that the respective data set of said each node instantiates all nodes in the respective subtree generated by the respective subtree generator callback function, and wherein the hierarchical address of the path information is ordered such that a higher level in the hierarchical address appears prior to a lower level in the hierarchical address corresponding to the hierarchical address in the template tree; expanding the node in the template tree visited in said traversing; and iterating said traversing and said expanding for each node in the template tree until a bottom level in the hierarchical address of the path information is reached.\\n9. The computer program product of claim 8, said expanding comprising: determining that a child node of the node visited in said traversing does not exist indicating that the node needs to be expanded into a subtree; creating the subtree of the node visited in said traversing by invoking a subtree generator callback function associated with the node visited in said traversing; injecting, to the template tree, the created subtree as the child node of the node visited in said traversing; disassociating the subtree generator callback function from the node visited in said traversing such that the node visited in said traversing does not redundantly create another subtree subsequent to said injecting; and storing the template tree comprising the created subtree as the first tree.\\n10. The computer program product of claim 8, said expanding comprising: determining that a child node of the node visited in said traversing is a terminal node that is not expandable; and storing the template tree comprising the child node comprising a value corresponding to the child node selected from a first data set associated with the node visited from said traversing as the first tree.\\n11. The computer program product of claim 8, wherein the respective data set of the node in the template tree is dynamically collected from a data source of said at least one data source prior to said expanding.\\n12. The computer program product of claim 7, wherein the hierarchically organized data structure of the database system and the search result are expressed in the Extensible Markup Language (XML), and wherein the path information is expressed in the XML Path Language (XPath).\\n13. A computer system, comprising a processor, a memory coupled to the processor, and a computer readable storage device coupled to the processor, said storage device containing program code executable by the processor via the memory to implement a method for selectively constructing a search result for data requested by a search request, said method comprising: generating, by the processor, a first tree as a result of executing a subtree procedure specified in a query over a template tree by use of path information of a data node corresponding to data requested by a search request and existing within a database system, wherein the search request comprises the query and path information of the data node, wherein the query traverses the template tree representing a hierarchically organized data structure of the database system according to the path information, wherein the path information indicates a hierarchical address of the data node within the template tree, wherein the subtree procedure dynamically expands the template tree comprising at least one node into a respective group of one or more child nodes pursuant to the path information of the search request, wherein said at least one node is associated with a respective subtree generator callback function for the subtree procedure to perform resulting in dynamically expanded said respective group of one or more child nodes, such that said child nodes of the first tree instantiate respective values located by the path information from at least one data source interconnected to the database system such that the first tree comprises only a portion of the hierarchically organized data structure of the database system specified in the path information of the received search request without expanding entire child nodes for the first tree; selecting, by the processor, the data node that satisfies the path information from the generated first tree; and transferring, by the processor, a value associated with the selected data node to a user program that sent the search request as a search result such that the user program receives the data corresponding to the path information in response to the search request, wherein the user program runs on a computing system coupled to the computer system through a communication medium.\\n14. The computer system of claim 13, said executing the subtree procedure comprising: traversing a node of said at least one node in the template tree in a descending order from a top level in the hierarchical address specified in the path information, wherein each node in the template tree comprises a respective subtree generator callback function and a respective data set such that the respective subtree generator callback function generates a respective subtree of said each node upon being invoked and such that the respective data set of said each node instantiates ail nodes in the respective subtree generated by the respective subtree generator callback function, and wherein the hierarchical address of the path information is ordered such that a higher level in the hierarchical address appears prior to a lower level in the hierarchical address corresponding to the hierarchical address in the template tree; expanding the node in the template tree visited in said traversing; and iterating said traversing and said expanding for each node in the template tree until a bottom level in the hierarchical address of the path information is reached.\\n15. The computer system of claim 14, said expanding comprising: determining that a child node of the node visited in said traversing does not exist indicating that the node needs to be expanded into a subtree; creating the subtree of the node visited in said traversing by invoking a subtree generator callback function associated with the node visited in said traversing; injecting, to the template tree, the created subtree as the child node of the node visited in said traversing; disassociating the subtree generator callback function from the node visited in said traversing such that the node visited in said traversing does not redundantly create another subtree subsequent to said injecting; and storing the template tree comprising the created subtree as the first tree.\\n16. The computer system of claim 14, said expanding comprising: determining that a child node of the node visited in said traversing is a terminal node that is not expandable; and storing the template tree comprising the child node comprising a value corresponding to the child node selected from a first data set associated with the node visited from said traversing as the first tree.\\n17. The computer system of claim 14, wherein the respective data set of the node in the template tree is dynamically collected from a data source of said at least one data source prior to said expanding.\\n18. The computer system of claim 13, wherein the hierarchically organized data structure of the database system and the search result are expressed in the Extensible Markup Language (XML), and wherein the path information is expressed in the XML Path Language (XPath).",
            "description": "text"
          },
          "data_format": {
            "type": "string",
            "example": "original",
            "description": "Original data: if there are several languages with original data, all will be returned"
          },
          "claim_independent_count": {
            "type": "integer",
            "format": "int32",
            "example": 3,
            "description": "independent claim count"
          }
        }
      },
      "P018BasicPatentDataClaimData_PatentClaimResponse": {
        "type": "object",
        "properties": {
          "pn": {
            "type": "string",
            "example": "US11205304B2",
            "description": "patent number"
          },
          "claims": {
            "type": "array",
            "example": "Please check the form: Claims",
            "description": "claim data",
            "items": {
              "$ref": "#/components/schemas/P018BasicPatentDataClaimData_Claims"
            }
          },
          "patent_id": {
            "type": "string",
            "example": "718ead9c-4f3c-4674-8f5a-24e126827269",
            "description": "patent id"
          }
        }
      },
      "P018BasicPatentDataClaimDataResponse": {
        "type": "object",
        "properties": {
          "data": {
            "type": "array",
            "example": "no sample",
            "description": "response data",
            "items": {
              "$ref": "#/components/schemas/P018BasicPatentDataClaimData_PatentClaimResponse"
            }
          },
          "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"
        ]
      },
      "P019BasicPatentDataDescriptionData_Description": {
        "type": "object",
        "properties": {
          "lang": {
            "type": "string",
            "example": "JP",
            "description": "language"
          },
          "text": {
            "type": "string",
            "example": "<b class=\"d_n\">【0001】</b>【発明の属する技術分野】本発明は圧電発振器回路に関し、特に低電源電圧で動作する圧電発振器回路に関する。\\n<b class=\\\"d_n\\\">【0002】</b>\\n【従来の技術】携帯電話機等バッテリーを電源とする移動体通信機器は、消費電力を極力少なくすることにより、同一容量のバッテリーにて通信可能時間が長時間である機種が従来より強く求められている。この為、従来移動体通信機に使用するバッテリーの性能の向上を図ると共に、水晶発振器を含む使用部品の低電力化等による対応を進めている。即ち、駆動電圧を低く設定できれば同一容量のバッテリーでより多くの電流容量を供給できる。一方、この様な水晶発振器に要求される不可欠な重要特性として、広い温度範囲にわたる高い周波数精度や出力振幅の安定性が挙げられるが、水晶発振器は温度特性を有する数多くの部品を用いて構成している為、前記特性を悪化する要因が複数存在する。  上記の要因の一つとしては発振回路内に使用しているトランジスタの動作電流が周囲の温度変化により大きく変化する為に相互コンダクタンスが変化することが知られており、その結果、出力信号の振幅が変動したり、また、トランジスタの入力容量が変化し出力周波数が変動するという問題が生じる。\\n<b class=\\\"d_n\\\">【0003】</b>このことを図面を用いて説明すると、図7は従来技術として一般的に知られるコルピッツ型水晶発振回路である。同図中のR1、R2、R3、R4はトランジスタの直流バイアス抵抗であり、C1、C2、C3、C4はコンデンサであり、Q1はトランジスタであり、Y1は水晶振動子である。また、前記直流バイアス抵抗は、前記トランジスタQ1がA級動作するように値を設定することが一般的である。上述したように温度変化に対するトランジスタの動作電流が変化する主要因としては、トランジスタのベースとエミッタ間の電圧(以下V<sub>BE</sub>と称す)が一次関数的な温度特性を有する為である。従来このような問題を解決する為に、前記直流バイアス抵抗R2にベース電流の数倍から数十倍の電流を流すよう設定を行い前記V<sub>BE</sub>の変化に伴うトランジスタのベース電圧の変動を抑えた設定としていた。また、出力信号の振幅の変動に対しては、従来コレクタ電流を十分多く流すことで予め高出力信号振幅に設定しておき、温度変化により出力信号の振幅が減少した場合に於いても要求する特性を満たすようにしていた。また、エミッタ電圧をV<sub>E</sub>、ベース電圧をV<sub>B</sub>、とした場合、V<sub>E</sub>≒V<sub>B</sub>-V<sub>BE</sub>よりベース電圧V<sub>B</sub>を大きく設定することによりV<sub>BE</sub>の変化に対するエミッタ電圧V<sub>E</sub>の変化を小さくし、エミッタ電流及び、コレクタ電流の変動を抑える設定を行っていた。\\n<b class=\\\"d_n\\\">【0004】</b>\\n【本発明が解決しようとする課題】しかしながら、前記図6に示すような従来の発振回路に於いて、上述したようにベース電圧をV<sub>BE</sub>に対し十分大きく設定する為には電源電圧が十分高いことが必要であり、従って、近年要求される低電圧化を図った発振回路への採用は不可能である。  また、温度変化に伴う出力信号の振幅変動分を補う為にコレクタ電流を多く流し予め高振幅の出力信号を得る方法は、低消費電流の要求に反することになり、その解決が望まれていた。本発明は上記の問題を解決する為になされたものであって、低電源電圧駆動を可能とし、しかも低消費電流であり、更に、発振周波数精度と出力信号の振幅の安定性に優れた圧電発振器を提供することを目的としている。\\n<b class=\\\"d_n\\\">【0005】</b>\\n【課題を解決するための手段】従来の発振回路に於ける前記問題の発生の要因は発振回路中のトランジスタのベースとエミッタ間の電圧V<sub>BE</sub>が温度変化に伴い変動するにも関わらず、トランジスタのベース電圧が固定されている為にある。そこで本発明では、上記を解決する為に、本発明に係わる圧電発振回路の請求項1記載の発明は、発振回路中のトランジスタのベースバイアス回路に前記トランジスタのベースとエミッタ間の電圧と同等の温度·電圧特性を有する半導体素子を備えることにより、前記トランジスタの温度変化に伴うコレクタ·エミッタ電流の変化を抑圧するように構成したことを特徴とした前記圧電発振回路。請求項2記載の発明は前記半導体素子をベースとエミッタとを接続したトランジスタをベースバイアス回路に挿入していることを特徴としている。請求項3記載の発明は前記請求項1の発明に加え、前記圧電発振回路がカスコード型増幅回路を備えたコルピッツ発振回路であることを特徴としている。請求項4記載の発明は前記請求項1、請求項2又は請求項3記載の発明に加え、発振用トランジスタをベースバイアス回路中のトランジスタと同一種類とした構成を特徴としている。\\n<b class=\\\"d_n\\\">【0006】</b>\\n【本発明の実施の形態】以下、図示した実施例に基づいて本発明を詳細に説明する。図1は本発明を用いた水晶発振回路の一実施例を示す回路図である。同図に示す発振回路は直流バイアス抵抗素子R1、R2、R3、R4とコンデンサC1、C2、C3、C4とトランジスタQ1、Q2と水晶振動子Y1から構成しており、前記図7に示す従来のコルピッツ型水晶発振回路とは前記トランジスタQ1のベースバイアス回路の以下の点が異なる。即ち、前記ベースバイアス回路の直流バイアス抵抗R2に直列にベースとコレクタを接続したダイオード接続したトランジスタQ2を接続しており、更に、前記トランジスタQ1とQ2を同一種類とすることにより、前記半導体素子V<sub>T</sub>を前記トランジスタQ2により構成している。これにより温度変化による前記トランジスタQ1のV<sub>BE</sub>の電圧変化に追従するようにベース電圧が変化する為、前記トランジスタQ1の温度変化に伴うコレクタ電流とエミッタ電流の変化を抑え、しかも、温度変化に対し安定な信号振幅の出力を可能とした水晶発振回路を実現することができる。\\n<b class=\\\"d_n\\\">【0007】</b>以下に、このことを数式を用いて詳細に説明する。今、前記図1の発振回路に於いて、コレクタ電流をI<sub>C</sub>、トランジスタQ1のベースとエミッタ間の電圧をV<sub>BE1</sub>、トランジスタQ2のベースとエミッタ間の電圧をV<sub>BE2</sub>、直流バイアス抵抗R2に流れる電流をI<sub>R2</sub>とする。前記コレクタ電流I<sub>C</sub>は一般的に      I<sub>C</sub>=(V<sub>BE2</sub>+I<sub>R2</sub>×R2-V<sub>BE1</sub>)/R4····(1)\\nの関係式で示すことができるが、温度変化によりV<sub>BE1</sub>及び、V<sub>BE2</sub>がそれぞれ+△V<sub>BE1</sub>及び、+△V<sub>BE2</sub>変化した場合のコレクタ電流I<sub>C</sub>+△I<sub>C</sub>はI<sub>C</sub>+△I<sub>C</sub>=(V<sub>BE2</sub>+△V<sub>BE2</sub>+I<sub>R2</sub>×R2-(V<sub>BE1</sub>+△V<sub>BE1</sub>))/R4····(2)\\nで表すことができる。上述した通りトランジスタQ1とQ2は同一種類の半導体素子を使用している為、V<sub>BE1</sub>とV<sub>BE2</sub>の温度変化による電圧変化量は等しく△V<sub>BE1</sub>=△V<sub>BE2</sub>とすることができる。よって、前記温度変化でのコレクタ電流I<sub>C</sub>+△I<sub>C</sub>は  I<sub>C</sub>+△I<sub>C</sub>=(V<sub>BE2</sub>+I<sub>R2</sub>×R2-V<sub>BE1</sub>)/R4····(3)\\nで表され、これは前記式(1)のI<sub>C</sub>と等しい。即ち、温度変化に伴う前記トランジスタQ1のベースとエミッタ間の電圧変化は前記トランジスタQ2のベースとエミッタ間の電圧変化により相殺される為、コレクタ電流I<sub>C</sub>は温度変化に対し、これに影響されず一定の電流値が流れるので安定した発振周波数や出力信号の振幅を得ることができる。\\n<b class=\\\"d_n\\\">【0008】</b>図3は本発明を採用した他の一実施例を示す水晶発振回路であって、この例に示す回路はカスコード型の増幅回路を用いたコルピッツ発振回路である。同図に於いて、Q1、Q2、Q3はトランジスタでありQ2はダイオード接続構造であり、更に、前記トランジスタQ1、Q2は同一ものを使用している。同図中のR1、R2、R3、R4、R5はトランジスタの直流バイアス抵抗であり、またC1、C2、C3、C4、C5はコンデンサであり、前記C1、C2は発振器特性に応じた容量値を有し、前記C3、C4、C5はバイパスコンデンサである。更に、同図中のY1は水晶振動子であり、実施例中では発振器出力周波数が、f<sub>0</sub>=15.36MHzとなる水晶振動子を使用している。また、同図に示す発振回路の構成は、前記抵抗R1の一方の端子を前記レギュレータU1の出力端子に接続し、他方の端子は前記トランジスタQ3のベース端子と前記コンデンサC4に接続しており、該C4の他方の端子は接地している。前記R2の一方の端子は前記U1の出力端子及び、前記R1に接続しており、他方の端子は前記トランジスタQ1のベース端子と、前記水晶振動子Y1の一方の端子及び、前記コンデンサC1の一方の端子に接続している。また、該C1の他方の端子は前記Q1のエミッタ端子と前記コンデンサC2及び、前記R5に接続しており、前記C2及び、R5の他方の端子は接地している。前記R3は一方の端子は前記Q1のベース端子及び前記R2及び振動子Y1に接続し、他方の端子は前記トランジスタQ3のコレクタ及び、ベース端子と接続しており、前記Q3のエミッタ端子及び、前記振動子Y1の他方の端子は接地している。前記R4の一方の端子は電源と前記U1の入力端子及び、前記コンデンサC3に接続しており、他方の端子は前記Q2のコレクタ端子及び前記コンデンサC5に接続し、該C5の他方の端子は発振器出力端子に接続している。前記C3の他方の端子は接地しており、前記Q1のコレクタ端子と前記Q2のエミッタ端子は接続している。\\n<b class=\\\"d_n\\\">【0009】</b>また、本発明の効果を分かり易くする為、図8に示す従来技術に基づくカスコード接続型増幅回路を用いたコルピッツ型発振回路についても評価を行い特性の比較を行った。前記図7に示す発振回路は前記図3に示す発振回路に対し、発振用トランジスタQ1’のベースバイアス回路が直流バイアス抵抗R3’のみの接続としている点が異なる。図2と図7に示す発振回路は低電源電圧駆動とする為、電源電圧は+2.7Vとし、前記レギュレータの出力は+1.7Vとしている。更に、前記トランジスタQ1、Q1’のベース電位は約+0.8Vに設定しその殆どがV<sub>BE</sub>が占める設定としている。\\n<b class=\\\"d_n\\\">【0010】</b>以下に、前記図2に示す発振回路と前記図7に示す発振回路の温度変化に対するコレクタ電流I<sub>C</sub>の変化及び、出力信号の振幅の変化についての評価結果を説明する。図3はそれぞれの発振回路に於いて、周囲温度が-30℃〜+85℃の範囲で変化する場合でのコレクタ電流I<sub>C</sub>の変化を測定した結果を示す。図4は図7に示す発振回路に於ける周囲温度-30℃と+25℃と+85℃での発振器の出力信号の振幅を示す。図5は図2に示す発振回路に於ける周囲温度-30℃と+25℃と+85℃での発振器の出力信号の振幅を示す。\\n<b class=\\\"d_n\\\">【0011】</b>前記図3に示す通り、前記従来の発振回路ではコレクタ電流I<sub>C</sub>は400μA以上の幅で変化しまた、出力信号の振幅は約0.9V<sub>P-P</sub>の幅で変化する。これに対し、本発明に基づく発振回路ではコレクタ電流I<sub>C</sub>は100μA以内の幅で変化し、前記従来の発振回路に於けるコレクタ電流I<sub>C</sub>の変化幅と比較して変化幅が例えば約1/4と狭い特性となる結果が得られている。\\n<b class=\\\"d_n\\\">【0012】</b>また、出力振幅は図6に示す通り、本発明に基づく発振回路に於いては約0.2V<sub>P-P</sub>の幅で変化し、前記従来技術に基づく発振回路の出力振幅と比較して変化幅が約1/5と狭い特性となる結果が得られた。\\n<b class=\\\"d_n\\\">【0013】</b>\\n【本発明の効果】前記の結果より、前記図2に示す本発明に基づく発振回路は前記図7に示す従来技術に基づく発振回路と比較して、温度変化に対しトランジスタのコレクタ電流が一定に保たれる為にトランジスタの入力容量が変化せず、発振器の発振周波数が変動し難くなる効果をもたらすことが理解できる。また、温度変化に対し発振器の出力信号の振幅が安定しているので、従来技術と比較して設定時の出力信号の振幅を抑えることが可能である為、発振器の更なる低消費電流化が実現できる効果をもたらすことが理解できる。よって、本発明により低電源電圧駆動でありながら広温度範囲に於いて、低消費電流であり且つ、出力信号の振幅の変動が小さい特性を有する水晶圧電発振器を実現できる。\\n<b class=\\\"d_n\\\">【0014】</b>また、本発明による一実施例ではカスコード型増幅回路を用いたコルピッツ発振回路について説明したが、本発明はこれに限るものでなく、あらゆる水晶発振器の発振用増幅回路に適用でき、また、実施例と同様の効果が得られることは言うまでもない。\\n<b class=\\\"d_n\\\">【0015】</b>また、本発明による一実施例では圧電素子として水晶振動子及び、特定の周波数を用いたが、本発明はこれに限るものではなくあらゆる圧電素子及び、周波数に適用でき、また、実施例と同様の効果が得られることは言うまでもない。\\n<b class=\\\"d_n\\\">【0016】</b>また、本発明による一実施例では発振用トランジスタQ1、Q1’と、ベースバイアス回路内に有するトランジスタQ3、Q3’をそれぞれ同一の種類としているが、本発明はこれに限るものでなく、圧電発振器の出力振幅が安定するようなトランジスタの組み合わせであれば異なる種類のトランジスタの組み合わせであっても構わない。\\n<b class=\\\"d_n\\\">【0017】</b>\\n【図面の簡単な説明】\\n【図1】本発明に基づく一実施例を示す\\n【図2】本発明に基づく他の一実施例を示す\\n【図3】温度変化に対するコレクタ電流の変化を示す\\n【図4】従来技術に基づく発振回路の出力波形温度変化を示す\\n【図5】本発明に基づく発振回路の出力波形温度変化を示す\\n【図6】従来技術に基づくカスコード型増幅回路を用いたコルピッツ型発振回路\\n【図7】従来技術に基づくカスコード型増幅回路を用いたコルッピツ型発振回路\\n<b class=\\\"d_n\\\">【0018】</b>\\n【符号の説明】\\nU1、U1’···レギュレータ\\nR1、R2、R3、R4、R5、R1’、R2’、R3’、R4’、R5’···抵抗素子\\nC1、C2、C3、C4、C5、C1’、C2’、C3’、C4’、C5’···コンデンサ\\nQ1、Q2、Q3、Q1’、Q2’ 、Q3’···トランジスタ\\nY1、Y1’···水晶振動子",
            "description": "text"
          },
          "data_format": {
            "type": "string",
            "example": "original",
            "description": "Original data: if there are several languages with original data, all will be returned"
          }
        }
      },
      "P019BasicPatentDataDescriptionData_PatentDescriptionResponse": {
        "type": "object",
        "properties": {
          "pn": {
            "type": "string",
            "example": "US11205304B2",
            "description": "patent number"
          },
          "patent_id": {
            "type": "string",
            "example": "718ead9c-4f3c-4674-8f5a-24e126827269",
            "description": "patent id"
          },
          "description": {
            "type": "array",
            "example": "Please check the form: Description",
            "description": "description",
            "items": {
              "$ref": "#/components/schemas/P019BasicPatentDataDescriptionData_Description"
            }
          }
        }
      },
      "P019BasicPatentDataDescriptionDataResponse": {
        "type": "object",
        "properties": {
          "data": {
            "type": "array",
            "example": "no sample",
            "description": "response data",
            "items": {
              "$ref": "#/components/schemas/P019BasicPatentDataDescriptionData_PatentDescriptionResponse"
            }
          },
          "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"
        ]
      },
      "P021BasicPatentDataAbstractImage_AbstractDrawing": {
        "type": "object",
        "properties": {
          "num": {
            "type": "string",
            "example": "0001",
            "description": "abstract drawing sequence"
          },
          "path": {
            "type": "string",
            "example": "https://patsnap-image.cdn.zhihuiya.com/CN/D/33/07/35/9/00000001_0001.png?response-content-disposition=attachment%3Bfilename%2A%3DUTF-8%27%2700000001_0001.png&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Date=20210929T071822Z&X-Amz-SignedHeaders=host&X-Amz-Expires=10800&X-Amz-Credential=AKIAOCKXBMBTRQNHGHMQ%2F20210929%2Fcn-northwest-1%2Fs3%2Faws4_request&X-Amz-Signature=320aeb0eec505670317e998e0635ff01dbca3ea434aa97c7fa744cbb050e24f3",
            "description": "abstract drawing path"
          }
        }
      },
      "P021BasicPatentDataAbstractImage_PatentAbstractImageResponse": {
        "type": "object",
        "properties": {
          "pn": {
            "type": "string",
            "example": "US11205304B2",
            "description": "patent number"
          },
          "patent_id": {
            "type": "string",
            "example": "718ead9c-4f3c-4674-8f5a-24e126827269",
            "description": "patent id"
          },
          "abstract_drawing": {
            "$ref": "#/components/schemas/P021BasicPatentDataAbstractImage_AbstractDrawing"
          }
        }
      },
      "P021BasicPatentDataAbstractImageResponse": {
        "type": "object",
        "properties": {
          "data": {
            "type": "array",
            "example": "no sample",
            "description": "response data",
            "items": {
              "$ref": "#/components/schemas/P021BasicPatentDataAbstractImage_PatentAbstractImageResponse"
            }
          },
          "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"
        ]
      },
      "P043BasicPatentDataAbstractDataTranslated_PatentBasicAbsTranslateResponse": {
        "type": "object",
        "properties": {
          "pn": {
            "type": "string",
            "example": "US11205304B2",
            "description": "patent number"
          },
          "title": {
            "type": "string",
            "example": "Memory device architectures and operation",
            "description": "translated title"
          },
          "abstract": {
            "type": "string",
            "example": "Non- volatile memory devices (100, 610) logically organized to have erase blocks of at least two different sizes provide for concurrent erasure of multiple physical blocks (340) of memory cells (208, 308), while providing for individual selection of those physical blocks (340) for read and program operations, hi this manner, data expected to require frequent updating can be stored in locations corresponding to first erase blocks having a first size while data expected to require relatively infrequent updating can be stored in locations corresponding to second erase blocks larger than the first erase blocks.",
            "description": "translated abstract"
          },
          "patent_id": {
            "type": "string",
            "example": "718ead9c-4f3c-4674-8f5a-24e126827269",
            "description": "patent id"
          },
          "pn_related": {
            "type": "string",
            "example": "CN103106923A",
            "description": "patent number of related patent (provided only if the substitute is made using the text of the same family patent)"
          }
        }
      },
      "P043BasicPatentDataAbstractDataTranslatedResponse": {
        "type": "object",
        "properties": {
          "data": {
            "type": "array",
            "example": "no sample",
            "description": "response data",
            "items": {
              "$ref": "#/components/schemas/P043BasicPatentDataAbstractDataTranslated_PatentBasicAbsTranslateResponse"
            }
          },
          "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"
        ]
      },
      "P044BasicPatentDataClaimDataTranslated_PatentBasicClaimTranslateResponse": {
        "type": "object",
        "properties": {
          "pn": {
            "type": "string",
            "example": "US11205304B2",
            "description": "patent number"
          },
          "claims": {
            "type": "string",
            "example": "1. A memory device (100, 610), which include:an array (104, 300) of non-volatile memory cells (208, 308) organized into a plurality of erasable physical blocks (340); andcircuitry (108, 110, 116) for controlling and/or accessing the array (104, 300) of non-volatile memory cells (208, 308);wherein said circuitry (108, 110, 116) for controlling and/or accessing is adapted to define a first logical erase block having a predetermined number of one or more physical blocks (340) and a predetermined number of two or the second logical erase block of more than two physical blocks (340);wherein the second logical erase block has a different number of physical blocks than the first logical erase block (340);andWherein the circuit is adapted to simultaneously select the two or more physical blocks of a second logical erase block during an erase operation.2. The memory device (100, 610) of claim 1, further include:wherein said circuitry (108, 110, 116) for controlling and/or accessing is further adapted to define a third logical erase block having a predetermined number of three or more physical blocks (340); andWherein the third logical erase block has a different number of physical blocks than both the first logical erase block and the second logical erase block (340).3. The memory device (100, 610) of claim 1, wherein one or more physical blocks (340) of the second logical erase block are selectable in response to more than one address signal.",
            "description": "translated claims"
          },
          "patent_id": {
            "type": "string",
            "example": "718ead9c-4f3c-4674-8f5a-24e126827269",
            "description": "patent id"
          },
          "pn_related": {
            "type": "string",
            "example": "CN103106923A",
            "description": "patent number of related patent (provided only if the substitute is made using the text of the same family patent)"
          }
        }
      },
      "P044BasicPatentDataClaimDataTranslatedResponse": {
        "type": "object",
        "properties": {
          "data": {
            "type": "array",
            "example": "no sample",
            "description": "response data",
            "items": {
              "$ref": "#/components/schemas/P044BasicPatentDataClaimDataTranslated_PatentBasicClaimTranslateResponse"
            }
          },
          "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"
        ]
      },
      "P045BasicPatentDataDescriptionDataTranslated_PatentBasicDescTranslateResponse": {
        "type": "object",
        "properties": {
          "pn": {
            "type": "string",
            "example": "US11205304B2",
            "description": "patent number"
          },
          "patent_id": {
            "type": "string",
            "example": "718ead9c-4f3c-4674-8f5a-24e126827269",
            "description": "patent id"
          },
          "pn_related": {
            "type": "string",
            "example": "CN103106923A",
            "description": "patent number of related patent (provided only if the substitute is made using the text of the same family patent)"
          },
          "description": {
            "type": "string",
            "example": "technical field[0001] The present invention relates generally to semiconductor memory devices, and more particularly, to non-volatile memory device architectures having various block sizes.Background technique[0002] Memory devices are typically provided as internal, semiconductor, integrated circuits in computers or other electronic devices. There are many different types of memory, including random access memory (RAM), read only memory (ROM), dynamic random access memory (DRAM), synchronous dynamic random access memory (SDRAM), and flash memory.[0003] Flash memory devices have developed into a popular source of non-volatile memory for a wide range of electronic applications. Flash memory devices typically use one-transistor memory cells that allow for high memory density, high reliability, and low power consumption. A change in the threshold voltage of a cell, caused by programming of the charge storage device or trapping layer, or other physical phenomenon, determines the data value of each cell. Common uses for flash memory and other nonvolatile memory include personal computers, personal digital assistants (PDAs), digital cameras, digital media players, digital recorders, games, appliances, vehicles, wireless devices, cellular phones, and Removable memory modules, and the use of non-volatile memory continues to expand.[0004] Flash memory generally utilizes two basic architectures known as NOR flash and NAND flash. The design is derived from the logic used to read the device. In a NOR flash architecture, a column of memory cells is coupled in parallel with each memory cell coupled to a bit line. In a NAND flash architecture, a column of memory cells is coupled in series with only the first memory cell of the column coupled to a bit line.[0005] Flash memory and other non-volatile memory are often grouped into sectors called \\\"erase blocks.\\\" Each cell within an erase block can be selectively electrically programmed by altering the threshold voltage of individual cells from an initial state. However, the cells of an erase block are generally erased or restored to their original state in a single operation over the entire block. Any data in the erase block that needs to be held by the memory device must first be copied to another location or buffer before performing the erase operation...",
            "description": "translated description"
          }
        }
      },
      "P045BasicPatentDataDescriptionDataTranslatedResponse": {
        "type": "object",
        "properties": {
          "data": {
            "type": "array",
            "example": "no sample",
            "description": "response data",
            "items": {
              "$ref": "#/components/schemas/P045BasicPatentDataDescriptionDataTranslated_PatentBasicDescTranslateResponse"
            }
          },
          "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"
        ]
      },
      "P042BasicPatentDataFulltextImage_FullTextImage": {
        "type": "object",
        "properties": {
          "path": {
            "type": "string",
            "example": "https://imagefulltext.cdn.patsnap.com/CN/A/11/64/20/14/1/HDA0004204487520000011.png?Policy=eyJTdGF0ZW1lbnQiOiBbeyJSZXNvdXJjZSI6Imh0dHBzOi8vaW1hZ2VmdWxsdGV4dC5jZG4ucGF0c25hcC5jb20vQ04vQS8xMS82NC8yMC8xNC8xL0hEQTAwMDQyMDQ0ODc1MjAwMDAwMTEucG5nIiwiQ29uZGl0aW9uIjp7IkRhdGVMZXNzVGhhbiI6eyJBV1M6RXBvY2hUaW1lIjoxNjg5NzU5OTc4fSwiSXBBZGRyZXNzIjp7IkFXUzpTb3VyY2VJcCI6IjAuMC4wLjAvMCJ9fX1dfQ__&Signature=S~Q6SepgmAUeGpWeUABJbC9Kc12URSxbhkY9zBApF5wRmm~cxj~HUgGEtXgtiTEMfgptv~58YE3OaJMvYLCkQAY5cxvNg5Fz~GFunxta5bEEObhX5H9jPb92INmrNkbcyFsCDw8EWs2sYl8o1rYY8VSQEnqsUNtnh2XHS3j7Tzs7~408IICBvcPhEfYq-U-wGs49gdCwEnH3kfgrVorquq1pELnylyoOlSvRX0tBS~n7fnbdA-tqfPVVeH68BRxX5g8sEnn-Sow6V3UnuHv7018LYM5B2QdeNo64JRHAvypjvIY9Q~511oR2TRB6eU4agFIEvz~GDS~XK~Vwxj90Sw__&Key-Pair-Id=APKAI44SYS6CW72N3U2Q",
            "description": "fulltext image path"
          },
          "image_type": {
            "type": "string",
            "example": "drawings",
            "description": "fulltext image type"
          }
        }
      },
      "P042BasicPatentDataFulltextImage_FullTextImageResponse": {
        "type": "object",
        "properties": {
          "pn": {
            "type": "string",
            "example": "CN116420141A",
            "description": "patent number"
          },
          "patent_id": {
            "type": "string",
            "example": "fdbca633-63df-4c0b-8597-3f6c5e3a2748",
            "description": "patent id"
          },
          "result_count": {
            "type": "integer",
            "format": "int32",
            "example": 9,
            "description": "Received result count"
          },
          "fulltext_image": {
            "type": "array",
            "example": "Please check the form: FullTextImage",
            "description": "fulltext image",
            "items": {
              "$ref": "#/components/schemas/P042BasicPatentDataFulltextImage_FullTextImage"
            }
          },
          "total_search_result_count": {
            "type": "integer",
            "format": "int32",
            "example": 9,
            "description": "Total search result count"
          }
        }
      },
      "P042BasicPatentDataFulltextImageResponse": {
        "type": "object",
        "properties": {
          "data": {
            "$ref": "#/components/schemas/P042BasicPatentDataFulltextImage_FullTextImageResponse"
          },
          "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"
        ]
      },
      "P042BasicPatentDataFulltextImageRequest": {
        "type": "object",
        "properties": {
          "patent_id": {
            "type": "string",
            "example": "fdbca633-63df-4c0b-8597-3f6c5e3a2748",
            "description": "patent id"
          },
          "offset": {
            "type": "integer",
            "format": "int32",
            "example": 0,
            "description": "offset value, default value 0"
          },
          "patent_number": {
            "type": "string",
            "example": "CN116420141A",
            "description": "patent number"
          },
          "limit": {
            "type": "integer",
            "format": "int32",
            "example": 100,
            "description": "limit of returned response, maximum value 100, default value 100"
          }
        },
        "required": [
          "offset",
          "limit"
        ]
      },
      "P061PatentImageMultiple_PatentExtendMessage": {
        "type": "object",
        "properties": {
          "loc": {
            "type": "array",
            "example": [
              "13-04",
              "22-01"
            ],
            "description": "LOC classfication"
          },
          "url": {
            "type": "string",
            "example": "http://patsnap-imagefulltext240.cdn.zhihuiya.com/EU/S/00/47/44/21/70/00/9/004744217_0009_0002.png?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Date=20240311T111032Z&X-Amz-SignedHeaders=host&X-Amz-Expires=604800&X-Amz-Credential=AKIAPEVKZSEKLAJCRYAA%2F20240311%2Fcn-northwest-1%2Fs3%2Faws4_request&X-Amz-Signature=017c433982a4c397014bb96c92f320c7da2248a9d6b2ce6352f6adbffc4b0d99",
            "description": "similar image url"
          },
          "apdt": {
            "type": "integer",
            "format": "int64",
            "example": 20190528,
            "description": "Application Date"
          },
          "apno": {
            "type": "string",
            "example": "EU006535076",
            "description": "Application Number"
          },
          "pbdt": {
            "type": "integer",
            "format": "int64",
            "example": 20190528,
            "description": "Publication Date"
          },
          "score": {
            "type": "number",
            "example": 0.8884816,
            "description": "similar score (Valid only when sorted by similarity, that is, the request parameter field is SCORE)"
          },
          "title": {
            "type": "string",
            "example": "Mobile phones",
            "description": "patent title"
          },
          "img_id": {
            "type": "string",
            "example": "HDA0001130916580000011",
            "description": "similar image id"
          },
          "inventor": {
            "type": "string",
            "example": "ELSHAFIE, AHMED|YANG, WEI|HOSSEINI, SEYEDKIANOUSH",
            "description": "Inventor"
          },
          "authority": {
            "type": "string",
            "example": "CN",
            "description": "Intellectual Property Office"
          },
          "loc_match": {
            "type": "integer",
            "format": "int32",
            "example": 1,
            "description": "Whether a similar patent hits a high-weight LOC (Valid only when request parameter model is 1 and field is SCORE)\n1: hits\n0: misses"
          },
          "patent_id": {
            "type": "string",
            "example": "6e433449-143b-41d9-9abf-6c6519b07779",
            "description": "similar patent ID"
          },
          "patent_pn": {
            "type": "string",
            "example": "EU0065350760001S",
            "description": "similar patent number"
          },
          "current_assignee": {
            "type": "string",
            "example": "HUAWEI TECHNOLOGIES CO., LTD.",
            "description": "Current Assignee"
          },
          "original_assignee": {
            "type": "string",
            "example": "HUAWEI TECHNOLOGIES CO., LTD.",
            "description": "Original Assignee (Applicant)"
          }
        },
        "required": [
          "url",
          "title",
          "img_id",
          "patent_id",
          "patent_pn"
        ]
      },
      "P061PatentImageMultiple_ImageSearchExtendResponse": {
        "type": "object",
        "properties": {
          "patent_messages": {
            "type": "array",
            "example": "Please check the form: PatentExtendMessage",
            "description": "similar patent information",
            "items": {
              "$ref": "#/components/schemas/P061PatentImageMultiple_PatentExtendMessage"
            }
          },
          "total_search_result_count": {
            "type": "integer",
            "format": "int32",
            "example": 100,
            "description": "number of search results"
          }
        }
      },
      "P061PatentImageMultipleResponse": {
        "type": "object",
        "properties": {
          "data": {
            "$ref": "#/components/schemas/P061PatentImageMultiple_ImageSearchExtendResponse"
          },
          "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"
        ]
      },
      "P061PatentImageMultipleRequest": {
        "type": "object",
        "properties": {
          "apply_end_time": {
            "type": "string",
            "example": "20200101",
            "description": "Patent apply date to, format:yyyyMMdd"
          },
          "apply_start_time": {
            "type": "string",
            "example": "20100101",
            "description": "Patent apply date from, format:yyyyMMdd"
          },
          "assignees": {
            "type": "string",
            "example": "huawei",
            "description": "all assignees"
          },
          "country": {
            "type": "array",
            "example": [
              "US",
              "EU",
              "CN"
            ],
            "description": "patent authority code\nFor the authority code, refer to https://analytics.patsnap.com/status, Multiple items can be searched, separated by comma."
          },
          "field": {
            "type": "string",
            "example": "SCORE",
            "description": "<p>field sort(only Chinese).field support SCORE,APD,PBD,ISD. The default SCORE</p>"
          },
          "include_machine_translation": {
            "type": "boolean",
            "example": true,
            "description": "Includes Machine Translations"
          },
          "is_https": {
            "type": "integer",
            "format": "int32",
            "example": 0,
            "description": "<p>Select whether to return https domain image, default is 0, that is, return http domain image</p><p> 1: Return https</p><p> 0: Return http</p>"
          },
          "lang": {
            "type": "string",
            "example": "original",
            "description": "Set the language preference of the title, you can choose cn, en or original, the default is original:\noriginal: Original title\ncn: Chinese translation title\nen: English translation Title"
          },
          "legal_status": {
            "type": "string",
            "example": "3,2",
            "description": "<p>patent legal status</p><p>1:Published 2:Examining 3:Granted 8:Double 11:Withdrawn 12:Withdrawn-Undetermined 17:Withdrawn-Deemed 18:Withdrawn-Voluntarily 13:Rejected 14:Revoked 15:Expired 16:Non-payment 21:Restoration 22:Ceased 23:P-Revoked 24:Discontinuation 30:Abandoned 19:Abandoned-Deemed 20:Abandoned-Voluntarily 25:Abandoned-Undetermined 222:Non-Entry PCT-NP (In time limit)） 223:PCT-NP (In time limit) 224:PCT-NP (Past time limit) 225:Non-Entry PCT-NP (Past time limit)</p>"
          },
          "limit": {
            "type": "integer",
            "format": "int32",
            "example": 10,
            "description": "Returns the number of patents, 1 <= limit <= 100，default is 10"
          },
          "loc": {
            "type": "string",
            "example": "(14-03 OR 14-02)",
            "description": "<p>LOC is the classification for Industrial Designs.</p><p>Enter LOC code, use AND/OR/NOT to connect multiple codes.</p>"
          },
          "main_field": {
            "type": "string",
            "example": "(phones or 手机)",
            "description": "<p>patent main field</p><p>The main field includes: title, abstract, claims, description, publication number, application number, applicant, inventor and IPC/UPC/LOC classification numbers.</p>"
          },
          "model": {
            "type": "integer",
            "format": "int32",
            "example": 1,
            "description": "<p>Select the image search model (there are different models for design patent and utility model)</p><p>Designs:</p><p>   1: Smart Recommendation [recommended]</p><p>   2: Image Search</p><p>Utility models:</p><p>   3: Search by shape only</p><p>   4: Search by shape & color [recommended]</p>"
          },
          "offset": {
            "type": "integer",
            "format": "int32",
            "example": 0,
            "description": "0 <= offset <= 1000, default is 0\nIf you want to get patents that are ranked lower than 100, you can set offset=100"
          },
          "order": {
            "type": "string",
            "example": "desc",
            "description": "order supports desc,asc. The default desc"
          },
          "patent_type": {
            "type": "string",
            "example": "D",
            "description": "<p>选择检索外观专利或实用新型专利：</p><p> D：外观专利</p><p> U：实用新型专利</p>"
          },
          "public_end_time": {
            "type": "string",
            "example": "20200101",
            "description": "Patent publication date to, format:yyyyMMdd"
          },
          "public_start_time": {
            "type": "string",
            "example": "20100101",
            "description": "Patent publication date from, format:yyyyMMdd"
          },
          "return_img_id": {
            "type": "boolean",
            "example": false,
            "description": "Whether to return img_id"
          },
          "score_expansion": {
            "type": "boolean",
            "example": true,
            "description": "Score expansion"
          },
          "simple_legal_status": {
            "type": "string",
            "example": "1,2",
            "description": "<p>patent simple legal status</p><p>0:Inactive 1:Active 2:Pending 220:PCT designated stage expired 221:PCT designated stage 999:Undetermined, Multiple items can be searched, separated by comma.</p>"
          },
          "urls": {
            "type": "array",
            "example": [
              "https://static-open.zhihuiya.com/sample/common_demo.png",
              "https://static-open.zhihuiya.com/sample/common_demo_2.png"
            ],
            "description": "image url list"
          },
          "stemming": {
            "type": "integer",
            "format": "int32",
            "example": 0,
            "description": "<p>Whether to turn on the stemming function, 1: turn on; 0: turn off. Off by default</p><p>Note: </p><p>Stemming ON will search for the original word and expand the search to consider singular, plural, and tense variations e.g. a search for \"come\" will expand to \"comes\", \"came\", \"coming\" and so on.</p><p>Stemming OFF will only search for exact matches of the keywords entered.</p><p>The use of wildcards in keywords within a search query will impact the effect of stemming.</p><p>Stemming ON only supports English words. Stemming does not apply to Assignees, Inventors, or any other person-related fields.</p>"
          },
          "pre_filter": {
            "type": "integer",
            "format": "int32",
            "example": 1,
            "description": "Whether to turn on the pre_filter function, 1: turn on; 0: turn off. on by default"
          }
        },
        "required": [
          "model",
          "patent_type",
          "urls"
        ]
      },
      "P015BasicPatentDataBackwardCitation_CitedByPatents": {
        "type": "object",
        "properties": {
          "kind": {
            "type": "string",
            "example": "A1",
            "description": "kind code"
          },
          "country": {
            "type": "string",
            "example": "US",
            "description": "citation authority"
          },
          "sequence": {
            "type": "integer",
            "format": "int32",
            "example": 1,
            "description": "sequence"
          },
          "doc_number": {
            "type": "string",
            "example": "20130033085",
            "description": "doc number"
          }
        }
      },
      "P015BasicPatentDataBackwardCitation_PatentCited": {
        "type": "object",
        "properties": {
          "cited_by_3y": {
            "type": "integer",
            "format": "int32",
            "example": 0,
            "description": "Count of cited by patents within 3 years"
          },
          "cited_by_5y": {
            "type": "integer",
            "format": "int32",
            "example": 2,
            "description": "Count of cited by patents within 5 years"
          },
          "cited_by_patents": {
            "type": "array",
            "example": "Please check the form: CitedByPatents",
            "description": "cited by patents",
            "items": {
              "$ref": "#/components/schemas/P015BasicPatentDataBackwardCitation_CitedByPatents"
            }
          },
          "cited_by_simple_family": {
            "type": "integer",
            "format": "int32",
            "example": 2,
            "description": "Simple family backward citation count"
          },
          "cited_by_inpadoc_family": {
            "type": "integer",
            "format": "int32",
            "example": 2,
            "description": "INPADOC family backward citation count"
          },
          "cited_by_patsnap_family": {
            "type": "integer",
            "format": "int32",
            "example": 2,
            "description": "PATSNAP family backward citation count"
          }
        }
      },
      "P015BasicPatentDataBackwardCitation_PatentCitedResponse": {
        "type": "object",
        "properties": {
          "pn": {
            "type": "string",
            "example": "US11205304B2",
            "description": "patent number"
          },
          "patent_id": {
            "type": "string",
            "example": "718ead9c-4f3c-4674-8f5a-24e126827269",
            "description": "patent id"
          },
          "patent_cited": {
            "$ref": "#/components/schemas/P015BasicPatentDataBackwardCitation_PatentCited"
          }
        }
      },
      "P015BasicPatentDataBackwardCitationResponse": {
        "type": "object",
        "properties": {
          "data": {
            "type": "array",
            "example": "no sample",
            "description": "response data",
            "items": {
              "$ref": "#/components/schemas/P015BasicPatentDataBackwardCitation_PatentCitedResponse"
            }
          },
          "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"
        ]
      },
      "P020BasicPatentDataPdfData_PdfDocument": {
        "type": "object",
        "properties": {
          "path": {
            "type": "string",
            "example": "https://stage-developers.zhihuiya.com/pdf/watermark/US/A1/20/05/02/62/86/8/808dd980/US_20050262868_A1.pdf?sign=q-sign-algorithm%3Dsha1%26q-ak%3DAKIDz31lFbrtH8mIbFyaxA70x49IRP7lLiCT%26q-sign-time%3D1729564854%3B1729568454%26q-key-time%3D1729564854%3B1729568454%26q-header-list%3Dhost%26q-url-param-list%3Dresponse-expires%26q-signature%3De55460f27058958901d4c0887f4875a9c697044a&response-expires=Tue%2C%2022%20Oct%202024%2003%3A40%3A54%20GMT",
            "description": "pdf path"
          }
        }
      },
      "P020BasicPatentDataPdfData_PatentPdfResponse": {
        "type": "object",
        "properties": {
          "pn": {
            "type": "string",
            "example": "US20050262868A1",
            "description": "patent number"
          },
          "pdf": {
            "$ref": "#/components/schemas/P020BasicPatentDataPdfData_PdfDocument"
          },
          "patent_id": {
            "type": "string",
            "example": "ddfc29cf-71c6-4bb3-b35b-10f256767152",
            "description": "patent id"
          },
          "pn_related": {
            "type": "string",
            "example": "AU2005202049A1",
            "description": "patent number of related patent (provided only if the substitute is made using the text of the same family patent)"
          }
        }
      },
      "P020BasicPatentDataPdfDataResponse": {
        "type": "object",
        "properties": {
          "data": {
            "type": "array",
            "example": "no sample",
            "description": "response data",
            "items": {
              "$ref": "#/components/schemas/P020BasicPatentDataPdfData_PatentPdfResponse"
            }
          },
          "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"
        ]
      },
      "P047PatentValuationDataPatentAbility_IndicatorAbility": {
        "type": "object",
        "properties": {
          "granted_ratio": {
            "type": "number",
            "format": "double",
            "example": 0.65,
            "description": "Granted ratio of similar patents"
          },
          "avg_validity_duration": {
            "type": "number",
            "format": "double",
            "example": 5.1,
            "description": "Average validity duration of similar patents"
          },
          "patent_reexam_invalid_count": {
            "type": "integer",
            "format": "int32",
            "example": 10,
            "description": "Number of similar patents with invalid or reexamination events"
          },
          "multiple_claims_patent_count": {
            "type": "integer",
            "format": "int32",
            "example": 10,
            "description": "Number of similar patents whose number of claims reached the threshold"
          }
        },
        "required": [
          "granted_ratio",
          "avg_validity_duration",
          "patent_reexam_invalid_count",
          "multiple_claims_patent_count"
        ]
      },
      "P047PatentValuationDataPatentAbility_PatentAbilityResponse": {
        "type": "object",
        "properties": {
          "indicators": {
            "$ref": "#/components/schemas/P047PatentValuationDataPatentAbility_IndicatorAbility"
          },
          "patent_info": {
            "type": "array",
            "example": [
              {
                "pn": "US11205304B2",
                "claim_cnt": 10,
                "patent_id": "718ead9c-4f3c-4674-8f5a-24e126827269",
                "is_granted": 1,
                "reexam_invalid": 1,
                "validity_duration": 5.1
              },
              {
                "pn": "CN113556455A",
                "claim_cnt": 5,
                "patent_id": "d827b76d-3a0e-40a5-b63d-b8a47eb8d0f6",
                "is_granted": 1,
                "reexam_invalid": 0,
                "validity_duration": 2.2
              }
            ],
            "description": "Patent information"
          }
        },
        "required": [
          "patent_info"
        ]
      },
      "P047PatentValuationDataPatentAbilityResponse": {
        "type": "object",
        "properties": {
          "data": {
            "$ref": "#/components/schemas/P047PatentValuationDataPatentAbility_PatentAbilityResponse"
          },
          "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"
        ]
      },
      "P047PatentValuationDataPatentAbility_TechPatentInfo": {
        "type": "object",
        "properties": {
          "patent_id": {
            "type": "string",
            "example": "718ead9c-4f3c-4674-8f5a-24e126827269",
            "description": "patent id"
          },
          "relevancy": {
            "type": "string",
            "example": "99%",
            "description": "relevancy between the result patent and the input content"
          },
          "pn": {
            "type": "string",
            "example": "US11205304B2",
            "description": "patent number"
          }
        },
        "required": [
          "patent_id",
          "pn"
        ]
      },
      "P047PatentValuationDataPatentAbilityRequest": {
        "type": "object",
        "properties": {
          "patent_info": {
            "type": "array",
            "example": [
              {
                "pn": "CN113556455A",
                "patent_id": "d827b76d-3a0e-40a5-b63d-b8a47eb8d0f6",
                "relevancy": "74%"
              },
              {
                "pn": "CN111634234A",
                "patent_id": "0e70c3f3-644d-4f65-abad-ad5630911dde",
                "relevancy": "73%"
              }
            ],
            "description": "<p>List of similar patent information, up to 100 similar patents are supported for indicator calculation.</p><p>Note:</p><p>    1. patent_id and pn must have one, if both exist, the patent patent_id will be used first</p><p>    2. patent_id or pn must be the patent ID and publication number in Patsnap database</p>",
            "items": {
              "$ref": "#/components/schemas/P047PatentValuationDataPatentAbility_TechPatentInfo"
            }
          },
          "claim_cnt_threshold": {
            "type": "integer",
            "format": "int32",
            "example": 10,
            "description": "claims count threshold, for multiple_claims_patent_count (default 10)"
          }
        },
        "required": [
          "patent_info"
        ]
      },
      "P035PatentValuationDataPatentValuation_PatsnapPatentValuationData": {
        "type": "object",
        "properties": {
          "patent_value": {
            "type": "integer",
            "format": "int32",
            "example": 43000,
            "description": "Patsnap patent valuation (USD)"
          },
          "patsnap_legal": {
            "type": "integer",
            "format": "int32",
            "example": 71,
            "description": "Legal value"
          },
          "patsnap_market": {
            "type": "integer",
            "format": "int32",
            "example": 18,
            "description": "Market value"
          },
          "patsnap_economy": {
            "type": "integer",
            "format": "int32",
            "example": 23,
            "description": "Economic value"
          },
          "patsnap_strategic": {
            "type": "integer",
            "format": "int32",
            "example": 71,
            "description": "Strategic value"
          },
          "patsnap_technology": {
            "type": "integer",
            "format": "int32",
            "example": 28,
            "description": "Technology value"
          }
        }
      },
      "P035PatentValuationDataPatentValuation_PatentValuationResponse": {
        "type": "object",
        "properties": {
          "pn": {
            "type": "string",
            "example": "US11205304B2",
            "description": "patent number"
          },
          "patent_id": {
            "type": "string",
            "example": "718ead9c-4f3c-4674-8f5a-24e126827269",
            "description": "patent id"
          },
          "patsnap_patent_valuation": {
            "$ref": "#/components/schemas/P035PatentValuationDataPatentValuation_PatsnapPatentValuationData"
          }
        }
      },
      "P035PatentValuationDataPatentValuationResponse": {
        "type": "object",
        "properties": {
          "data": {
            "type": "array",
            "example": "no sample",
            "description": "response data",
            "items": {
              "$ref": "#/components/schemas/P035PatentValuationDataPatentValuation_PatentValuationResponse"
            }
          },
          "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"
        ]
      },
      "C005CompanyTechnologyLabel_CompanyTechnologyLabelResponse": {
        "type": "object",
        "properties": {
          "is_dl001": {
            "type": "string",
            "example": 1,
            "description": "Whether or not a national gazelle enterprise"
          },
          "is_dl002": {
            "type": "string",
            "example": 1,
            "description": "Whether or not a provincial gazelle enterprise"
          },
          "is_dl003": {
            "type": "string",
            "example": 1,
            "description": "Whether or not a municipal gazelle enterprise"
          },
          "is_fhq01": {
            "type": "string",
            "example": 1,
            "description": "Whether or not a national science and technology enterprise incubator"
          },
          "is_cxcy01": {
            "type": "string",
            "example": 1,
            "description": "Whether or not the winner of China Innovation and Entrepreneurship Competition"
          },
          "is_djs001": {
            "type": "string",
            "example": 1,
            "description": "Whether or not a national unicorn enterprise"
          },
          "is_djs002": {
            "type": "string",
            "example": 1,
            "description": "Whether or not a provincial unicorn enterprise"
          },
          "is_djs003": {
            "type": "string",
            "example": 1,
            "description": "Whether or not a municipal unicorn enterprise"
          },
          "is_dxgj01": {
            "type": "string",
            "example": 1,
            "description": "Whether or not a national single champion enterprise"
          },
          "is_gxjs01": {
            "type": "string",
            "example": 1,
            "description": "Whether or not a national high-tech enterprise"
          },
          "is_jsxj02": {
            "type": "string",
            "example": 1,
            "description": "Whether or not a provincial-level technologically advanced service enterprise"
          },
          "is_yxgj02": {
            "type": "string",
            "example": 1,
            "description": "Whether or not a provincial invisible champion enterprise"
          },
          "is_zckj01": {
            "type": "string",
            "example": 1,
            "description": "Whether or not a state-registered maker space enterprise"
          },
          "is_zjtx01": {
            "type": "string",
            "example": 1,
            "description": "Whether or not  a national-level specialized small giant enterprise"
          },
          "is_kjxzx01": {
            "type": "string",
            "example": 1,
            "description": "Whether or not  a national science and technology small and medium-sized enterprise"
          },
          "org_number": {
            "type": "string",
            "example": "05669441-9",
            "description": "organization code"
          },
          "credit_code": {
            "type": "string",
            "example": 913205940566944300,
            "description": "unified social credit code"
          },
          "is_gjzcsf01": {
            "type": "string",
            "example": 1,
            "description": "Whether or not a national intellectual property demonstration enterprise"
          },
          "is_gjzcys01": {
            "type": "string",
            "example": 1,
            "description": "Whether or not a national intellectual property advantage enterprise"
          },
          "is_jscxsf01": {
            "type": "string",
            "example": 1,
            "description": "Whether or not a national technological innovation demonstration enterprise"
          },
          "is_qyjszx01": {
            "type": "string",
            "example": 1,
            "description": "Whether or not a national enterprise technology center enterprise"
          },
          "is_qyjszx02": {
            "type": "string",
            "example": 1,
            "description": "Whether or not a provincial enterprise technology center enterprise"
          },
          "is_zjtx02_1": {
            "type": "string",
            "example": 1,
            "description": "Whether or not a provincial specialized new enterprise"
          },
          "is_zjtx02_2": {
            "type": "string",
            "example": 1,
            "description": "Whether or not a provincial small giant enterprise"
          },
          "is_zjtx03_1": {
            "type": "string",
            "example": 1,
            "description": "Whether or not a municipal specialized new enterprise"
          },
          "is_zjtx03_2": {
            "type": "string",
            "example": 1,
            "description": "Whether or not a city-level small giant enterprise"
          },
          "company_name": {
            "type": "string",
            "example": "苏州瀚川智能科技股份有限公司",
            "description": "company name"
          }
        }
      },
      "C005CompanyTechnologyLabelResponse": {
        "type": "object",
        "properties": {
          "data": {
            "$ref": "#/components/schemas/C005CompanyTechnologyLabel_CompanyTechnologyLabelResponse"
          },
          "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"
        ]
      },
      "C005CompanyTechnologyLabelRequest": {
        "type": "object",
        "properties": {
          "company_name": {
            "type": "string",
            "example": "小米科技有限责任公司",
            "description": "Query the name of a single enterprise"
          },
          "credit_code": {
            "type": "string",
            "example": "91110108551385082Q",
            "description": "Query the unified social credit code of a single enterprise"
          },
          "org_number": {
            "type": "string",
            "example": "5513850T82",
            "description": "Query the organization code of a single enterprise"
          }
        }
      },
      "C007CompanyIndustryClassification_Classification": {
        "type": "object",
        "properties": {
          "code": {
            "type": "string",
            "example": 1.2,
            "description": "classification code, varchar(32)"
          },
          "classification": {
            "type": "string",
            "example": "电子核心产业",
            "description": "classification value, varchar(255)"
          }
        }
      },
      "C007CompanyIndustryClassification_CompanyIndustryClassificationResponse": {
        "type": "object",
        "properties": {
          "category": {
            "$ref": "#/components/schemas/C007CompanyIndustryClassification_Classification"
          },
          "seic_lv1": {
            "$ref": "#/components/schemas/C007CompanyIndustryClassification_Classification"
          },
          "seic_lv2": {
            "$ref": "#/components/schemas/C007CompanyIndustryClassification_Classification"
          },
          "org_number": {
            "type": "string",
            "example": "05669441-9",
            "description": "organization number, varchar(32)"
          },
          "credit_code": {
            "type": "string",
            "example": 913205940566944300,
            "description": "unified social credit code, varchar(18)"
          },
          "category_big": {
            "$ref": "#/components/schemas/C007CompanyIndustryClassification_Classification"
          },
          "company_name": {
            "type": "string",
            "example": "苏州瀚川智能科技股份有限公司",
            "description": "company name, varchar(255)"
          },
          "category_small": {
            "$ref": "#/components/schemas/C007CompanyIndustryClassification_Classification"
          },
          "category_middle": {
            "$ref": "#/components/schemas/C007CompanyIndustryClassification_Classification"
          }
        }
      },
      "C007CompanyIndustryClassificationResponse": {
        "type": "object",
        "properties": {
          "data": {
            "$ref": "#/components/schemas/C007CompanyIndustryClassification_CompanyIndustryClassificationResponse"
          },
          "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"
        ]
      },
      "C007CompanyIndustryClassificationRequest": {
        "type": "object",
        "properties": {
          "company_name": {
            "type": "string",
            "example": "小米科技有限责任公司",
            "description": "Query the name of a single enterprise, varchar(255)"
          },
          "credit_code": {
            "type": "string",
            "example": "91110108551385082Q",
            "description": "Query the unified social credit code of a single enterprise, varchar(18)"
          },
          "org_number": {
            "type": "string",
            "example": "5513850T82",
            "description": "Query the organization code of a single enterprise, varchar(32)"
          }
        }
      },
      "C013CompanyFinancingInformation_FinancingInfoDetail": {
        "type": "object",
        "properties": {
          "money": {
            "type": "string",
            "example": "超1亿美元",
            "description": "financing money"
          },
          "round": {
            "type": "string",
            "example": "E+轮",
            "description": "financing rounds"
          },
          "share": {
            "type": "string",
            "example": "10%",
            "description": "proportion of investors"
          },
          "value": {
            "type": "string",
            "example": "15亿美元",
            "description": "Company valuation"
          },
          "news_url": {
            "type": "string",
            "example": "https://36kr.com/p/892489171660039",
            "description": "News URL"
          },
          "pub_time": {
            "type": "string",
            "example": 20220531,
            "description": "financing date"
          },
          "news_title": {
            "type": "string",
            "example": "爱回收完成超1亿美元E+轮融资，集团品牌升级为“万物新生”",
            "description": "News title"
          },
          "investor_name": {
            "type": "string",
            "example": "京东集团，国泰君安国际，国和投资，清新资本，汇禾资本，毅峰资本",
            "description": "Investor"
          }
        }
      },
      "C013CompanyFinancingInformation_CompanyFinancingInfoResponse": {
        "type": "object",
        "properties": {
          "org_number": {
            "type": "string",
            "example": "5513850T8-2",
            "description": "organization number"
          },
          "credit_code": {
            "type": "string",
            "example": "91110108551385082Q",
            "description": "unified social credit code"
          },
          "company_name": {
            "type": "string",
            "example": "小米科技有限责任公司",
            "description": "company name"
          },
          "financing_detail": {
            "type": "array",
            "example": "Please check the form: FinancingInfoDetail",
            "description": "financing info detail",
            "items": {
              "$ref": "#/components/schemas/C013CompanyFinancingInformation_FinancingInfoDetail"
            }
          }
        }
      },
      "C013CompanyFinancingInformationResponse": {
        "type": "object",
        "properties": {
          "data": {
            "$ref": "#/components/schemas/C013CompanyFinancingInformation_CompanyFinancingInfoResponse"
          },
          "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"
        ]
      },
      "C013CompanyFinancingInformationRequest": {
        "type": "object",
        "properties": {
          "company_name": {
            "type": "string",
            "example": "小米科技有限责任公司",
            "description": "Query the name of a single enterprise"
          },
          "credit_code": {
            "type": "string",
            "example": "91110108551385082Q",
            "description": "Query the unified social credit code of a single enterprise"
          },
          "org_number": {
            "type": "string",
            "example": "5513850T82",
            "description": "Query the organization code of a single enterprise"
          }
        }
      },
      "C024CompanyTechnologyEvaluationIndicators_OriginalDetailResponse": {
        "type": "object",
        "properties": {
          "ic_num": {
            "type": "integer",
            "format": "int64",
            "example": 37,
            "description": "Total number of soft books in the past five years(The total number of software applications in the past five years is more, which means that the company has more recent research and development in the software field and has strong recent research and development capability), bigint"
          },
          "reg_num": {
            "type": "integer",
            "format": "int32",
            "example": 37,
            "description": "Total number of software copyright registrations(The higher the total number of software copyright registrations, the stronger the company's R&D strength in the software industry, and it is in the leading position in the industry), int"
          },
          "apno_cnt": {
            "type": "integer",
            "format": "int64",
            "example": 435,
            "description": "Number of patent applications (The more patent applications, the larger the R&D scale of the company), bigint"
          },
          "duration": {
            "type": "number",
            "format": "double",
            "example": 10.266,
            "description": "Time of establishment(The year difference between the establishment date and the calculation date), double"
          },
          "round_all": {
            "type": "integer",
            "format": "int64",
            "example": 4,
            "description": "Number of financing rounds(The more rounds of financing, the stronger the company's ability to attract capital and the stronger the company's overall strength), bigint"
          },
          "value_avg": {
            "type": "number",
            "format": "double",
            "example": 27200,
            "description": "Average patent value (USD)(The higher the average value of patent value, the more assets of the enterprise's overall patent), double"
          },
          "value_sum": {
            "type": "number",
            "format": "double",
            "example": 27200,
            "description": "Total patent value (USD)(The greater the total value of patents, the more assets of the enterprise's overall patents), double"
          },
          "avg_3y_cnt": {
            "type": "number",
            "format": "double",
            "example": 88.66,
            "description": "Average number of patent applications in recent three years(The average number of patent applications in the past three years is more, indicating that the company has invested more in recent research and development), double"
          },
          "reg_3y_avg": {
            "type": "number",
            "format": "double",
            "example": 3.66,
            "description": "Average number of soft book applications in recent 3 years(The higher the average application for soft books in the past three years, the stronger the company's recent research and development capacity), double"
          },
          "reg_num_5y": {
            "type": "integer",
            "format": "int64",
            "example": 37,
            "description": "Total number of soft books in the past five years(The total number of software applications in the past five years is more, which means that the company has more recent research and development in the software field and has strong recent research and development capability), bigint"
          },
          "tech_width": {
            "type": "number",
            "format": "double",
            "example": 1.7026,
            "description": "Breadth of patented technology(Technology breadth refers to the IPC involved in the enterprise's patents in the core technology field. The more technology fields involved in the measurement of patents, the broader the enterprise's layout), double"
          },
          "country_cnt": {
            "type": "integer",
            "format": "int64",
            "example": 5,
            "description": "Geographical distribution of patents(The geographical distribution of patents, that is, the receiving authority of patent applications, the higher the geographical distribution of patents, the higher the Longernationalization level of enterprises' business distribution in various countries/regions), bigint"
          },
          "num_members": {
            "type": "integer",
            "format": "int64",
            "example": 4,
            "description": "Number of core teams(The more total number of applications for qualification certificates indicates the diversity of the company's main businesses and its competitiveness in the main business sectors), bigint"
          },
          "pct_apno_cnt": {
            "type": "integer",
            "format": "int64",
            "example": 5,
            "description": "Total number of Longernational applications (including Hague appearance) (PCT patents, that is, Longernational patent applications, include Hague appearance patents. The more PCT patents, the more Longernational awareness the company has and the stronger Longernational forward-looking.), bigint"
          },
          "ip_dependency": {
            "type": "number",
            "format": "double",
            "example": 0,
            "description": "IP dependency(IP dependency, that is, the proportion of patents licensed by the company. The greater the IP dependency, the more dependent the company's main products are on the core technologies of other companies.), double"
          },
          "qualification": {
            "type": "array",
            "example": "苏州市专精特新, 专精特新小巨人, 瞪羚企业, 江苏省小巨人, 江苏省企业技术中心, 高新技术企业, A股",
            "description": "Enterprise innovation qualification(The more types of enterprise innovation qualifications, the more recognition the enterprise obtains from the capital market or the country, the stronger the enterprise's consolidation strength), varchar(255)[]"
          },
          "value_top5_avg": {
            "type": "number",
            "format": "double",
            "example": 27200,
            "description": "Maximum 5 averages of patent value (USD)(The higher the maximum five average values of patent value, the higher the value of enterprise core patents), double"
          },
          "invention_ratio": {
            "type": "number",
            "format": "double",
            "example": 0.257,
            "description": "Proportion of invention patent applications(The invention patent is the highest gold content in patent applications. The higher the proportion of invention patent applications, the higher the technical level of the company's research and development.), double"
          },
          "avg_cited_by_cnt": {
            "type": "number",
            "format": "double",
            "example": 0.408,
            "description": "Average cited times(The more patents are cited on average, the stronger the recognition of enterprises in the industry, the stronger the overall technical influence in the industry), double"
          },
          "in_examing_ratio": {
            "type": "number",
            "format": "double",
            "example": 0.1802,
            "description": "Patents under review(The proportion of pending patents, that is, the larger the proportion of pending patents, indicates that many patent offices of enterprises are in the status of pending, and enterprises are in the preliminary stage. In the short term, the company's patent licensing will show rapid growth), double"
          },
          "most_recent_time": {
            "type": "number",
            "format": "double",
            "example": 5.886,
            "description": "Time since the latest financing(The time since the company's latest financing can reflect the company's current ability to attract capital and reflect the company's current strength. The shorter the time of the latest financing, the shorter the time for the company to obtain capital market research, the lower the risk), double"
          },
          "num_certificates": {
            "type": "integer",
            "format": "int64",
            "example": 4,
            "description": "Number of qualification certificates(The more total number of applications for qualification certificates indicates the diversity of the company's main businesses and its competitiveness in the main business sectors), bigint"
          },
          "reg_growth_ratio": {
            "type": "number",
            "format": "double",
            "example": -0.34,
            "description": "Soft copy growth rate(The higher the software growth rate, the faster the development of the company in the industry and the strong sustainability of research and development), double"
          },
          "apno_cnt_valid_5y": {
            "type": "integer",
            "format": "int64",
            "example": 403,
            "description": "Number of valid patent applications in the last five years(The more effective patent applications in the past five years, the more recent R&D investment of the company), bigint"
          },
          "fin_money_sum_all": {
            "type": "number",
            "format": "double",
            "example": 1.69,
            "description": "Weighted amount of financing(The higher the weighted amount of the company's financing, the stronger the company's ability to attract capital and the stronger the company's overall strength), double"
          },
          "ipc_sub_class_cnt": {
            "type": "integer",
            "format": "int64",
            "example": 57,
            "description": "Number of IPC sub-categories(The larger the number of IPC sub-categories, the broader the company's R&D direction), bigint"
          },
          "patent_valid_ratio": {
            "type": "number",
            "format": "double",
            "example": 0.9406,
            "description": "Patent efficiency(The higher the patent efficiency, the stronger the patent protection of the company, and the higher the R&D cost invested), double"
          },
          "active_inventor_cnt": {
            "type": "integer",
            "format": "int64",
            "example": 3,
            "description": "Number of active inventors(Active inventors are inventors who have applied for patents every year for five consecutive years. The more active inventors are, the more sustainable the enterprise has a stable R&D team.), bigint"
          },
          "invention_stability": {
            "type": "number",
            "format": "double",
            "example": 11.7515956363381,
            "description": "Stability of invention patent application (The stability of the invention patent application, that is, the variance of the invention patent application. The smaller the stability value of the invention patent application, the smaller the volatility of the company's R&D patent, the more stable the R&D output), double"
          },
          "joint_applicant_cnt": {
            "type": "integer",
            "format": "int64",
            "example": 5,
            "description": "Join applicants(The more scientific research institutes or enterprises joinly applied for, the stronger the company's ability to produce, study and research), bigint"
          },
          "non_design_apno_cnt": {
            "type": "integer",
            "format": "int64",
            "example": 437,
            "description": "Number of non-design patent applications(Non-design patents, namely invention patents and utility model patents. The more non-appearance patents applied, the higher the quality of patents developed by the company), bigint"
          },
          "self_cited_by_ratio": {
            "type": "number",
            "format": "double",
            "example": 0.02,
            "description": "Patent self-citation rate(Patent self-citation rate, that is, the company's subsequent patents cite its own patents, reflecting the continuity and stability of the company's research and development), double"
          },
          "avg_technology_score": {
            "type": "number",
            "format": "double",
            "example": 0.266,
            "description": "Average technical quality(Average technical quality is the average score of technical value in the patent value of all patents of the company. The higher the average technical quality, the higher the company's technical level), double"
          },
          "num_trademarks_total": {
            "type": "integer",
            "format": "int64",
            "example": 4,
            "description": "Number of trademarks(The more total number of trademark applications, the stronger the company's overall trademark R&D strength), bigint"
          },
          "active_inventor_ratio": {
            "type": "number",
            "format": "double",
            "example": 5,
            "description": "JActive inventor scale(The scale of active inventors, that is, the proportion of active inventors, the larger the scale, the better the stability of the company's research and development.), double"
          },
          "granted_invention_cnt": {
            "type": "integer",
            "format": "int64",
            "example": 23,
            "description": "Total number of effective invention patents(The larger the total number of effective invention patents, the higher the quality of patents developed by the company as a whole), bigint"
          },
          "joint_application_cnt": {
            "type": "integer",
            "format": "int64",
            "example": 6,
            "description": "Number of join patent applications(The more patents applied by scientific research institutes or enterprises joinly, the stronger the company's ability to produce, study and research), bigint"
          },
          "reg_capital_formatted": {
            "type": "number",
            "format": "double",
            "example": 1.082,
            "description": "Registered capital(The subscribed amount of the registered company, the greater the registered capital, the greater the risk responsibility of the company), double"
          },
          "external_licensing_cnt": {
            "type": "integer",
            "format": "int64",
            "example": 0,
            "description": "Number of valid patents for external licensing(The larger the number of valid patents for external licensing, the higher the recognition of the company in the industry and the greater the influence), bigint"
          },
          "num_certificates_valid": {
            "type": "integer",
            "format": "int64",
            "example": 4,
            "description": "Total number of valid qualification certificates(The more the total number of valid qualification certificates, the diversity of the company's main business and its competitiveness in the main business sectors), bigint"
          },
          "patenting_growth_ratio": {
            "type": "number",
            "format": "double",
            "example": 1.301,
            "description": "Patent growth rate(The growth rate of patents, that is, the growth rate of enterprises' patents is counted in a period of three years. The higher the growth rate of patents, the higher the recent R&D investment of enterprises), double"
          },
          "avg_remaining_life_span": {
            "type": "number",
            "format": "double",
            "example": 8.723,
            "description": "Expected life of patent (The expected life of the patent, that is, the estimated average expiry date of the patent, the longer the expected life of the patent, the longer the patent protection period, indicating the stronger the technological vitality of the company), double"
          },
          "granted_invention_ratio": {
            "type": "number",
            "format": "double",
            "example": 23,
            "description": "Proportion of effective invention patents(The higher the proportion of effective invention patents, the higher the quality of the company's R&D patents), double"
          },
          "non_design_pct_apno_cnt": {
            "type": "integer",
            "format": "int64",
            "example": 5,
            "description": "Total PCT patents(PCT patents, that is, Longernational patent applications, do not include the appearance of The Hague. The more PCT patents, the stronger the company's Longernational awareness and Longernational foresight.), bigint"
          },
          "num_trademarks_total_5y": {
            "type": "integer",
            "format": "int64",
            "example": 19,
            "description": "Total number of trademarks in the past five years(The total number of trademark applications in the past five years is more, which means that the company has developed more trademarks in the near future), bigint"
          },
          "actual_capital_formatted": {
            "type": "number",
            "format": "double",
            "example": 81,
            "description": "Actual  capital(The amount actually paid by the company. The larger the paid-in capital, the stronger the company's financial strength), double"
          },
          "avg_funding_interval_all": {
            "type": "number",
            "format": "double",
            "example": 2.114,
            "description": "Average financing Interval(The average financing Interval of the company can reflect the company's average financing ability and whether its development is stable. The shorter the average financing Longerval, the stronger the company's fund-raising ability), double"
          },
          "most_cited_patents_value": {
            "type": "number",
            "format": "double",
            "example": 10.8,
            "description": "Quality of the top 10 patents cited (USD)(The quality of the top 10 cited patents is the patent value of the cited patents, and the higher the patent influence of the enterprise is.), double"
          },
          "standard_information_num": {
            "type": "integer",
            "format": "int64",
            "example": 2,
            "description": "Number of participating standards(The more companies participate in the formulation of standards, it means that the company has influence in the industry or technical talents and products have certain authority in the industry), bigint"
          },
          "total_patent_award_score": {
            "type": "integer",
            "format": "int64",
            "example": 0,
            "description": "Patent Awards(The more patent awards, the higher the patent quality of the company), bigint"
          },
          "core_patents_cited_by_cnt": {
            "type": "integer",
            "format": "int64",
            "example": 0.408,
            "description": "Number of core patents cited(Core patents refer to the top 10 patents of enterprise patent value. The more core patents are cited, the stronger the core technology of the enterprise is recognized by the industry and the stronger the influence of the core technology.), bigint"
          },
          "num_trademarks_registered": {
            "type": "integer",
            "format": "int64",
            "example": 34,
            "description": "Registered trademarks(The more registered trademark applications, the stronger the company's overall trademark R&D strength), bigint"
          },
          "tech_global_concentration": {
            "type": "number",
            "format": "double",
            "example": 1.7026,
            "description": "Concentration of patented technology(Compare the number of the company's key IPC patents with the number of global IPC patents in this field, and understand the global share of the company's main technology patents), double"
          },
          "top5_current_impact_index": {
            "type": "number",
            "format": "double",
            "example": 0.0182,
            "description": "Current influence(Current influence, that is, the proportion of the average cited times of the company's patents in the past five years to the average cited times of all the company's patents in the past one year. The higher the current influence, the higher the influence of the company's recently developed patents in the current industry), double"
          },
          "core_patents_cited_by_ratio": {
            "type": "number",
            "format": "double",
            "example": 10.8,
            "description": "Average number of core patents cited(Core patents refer to the top 10 patents of enterprise patent value. The more core patents are cited on average, the stronger the core technology of the enterprise is recognized by the industry and the stronger the influence of the core technology.), double"
          },
          "granted_invention_cnt_pb_1y": {
            "type": "integer",
            "format": "int64",
            "example": 23,
            "description": "Total number of invention patents effectively authorized in recent 1 year(The more invention patents that have been effectively authorized in the past year, the more patents that the company has recently authorized, and the more recent research and development investment), bigint"
          },
          "num_trademarks_registered_5y": {
            "type": "integer",
            "format": "int64",
            "example": 13,
            "description": "Total number of registered trademarks in the past five years(The total number of software applications in the past five years is more, which means that the company has more recent research and development in the software field and has strong recent research and development capability), bigint"
          },
          "invention_cnt_validity_lower_5": {
            "type": "integer",
            "format": "int64",
            "example": 0,
            "description": "Number of invention patents with remaining valid period of less than 5 years (excluding 5 years)(The number of invention patents with a remaining validity period of less than 5 years is increasing, indicating that the company will face certain risks in the protection of its products in the future), bigint"
          },
          "most_recent_money_q25_formatted": {
            "type": "number",
            "format": "double",
            "example": "1.07E",
            "description": "Latest financing amount (The time since the company's latest financing can reflect the company's current ability to attract capital and reflect the company's current strength. The larger the latest financing, the higher the company's valuation), double"
          },
          "country_standard_information_num": {
            "type": "integer",
            "format": "int64",
            "example": 0,
            "description": "Number of participants in the formulation of national standards(The more companies participate in the formulation of national standards, which means that the company has obtained the approval of the state and has certain authority), bigint"
          },
          "invention_cnt_validity_higher_10": {
            "type": "integer",
            "format": "int64",
            "example": 15,
            "description": "Number of invention patents with remaining valid period of more than 10 years(The number of invention patents with a remaining validity period of more than 10 years is increasing, indicating that the protection period of the company's invention patents is relatively long), bigint"
          },
          "granted_invention_cnt_pb_original_2y": {
            "type": "integer",
            "format": "int64",
            "example": 23,
            "description": "Total number of valid invention patents originally applied for in recent 2 years(The number of effective invention patents originally applied for in the past two years is more, which means that the company's ability to independently research patents in the near future is stronger, and the sustainability of patent research and development is stronger), bigint"
          },
          "invention_cnt_validity_higher_5_lower_10": {
            "type": "integer",
            "format": "int64",
            "example": 8,
            "description": "Number of invention patents with remaining valid period of 5-10 years (The number of invention patents with the remaining valid period of 5-10 years is more, which means that the protection period of the company's invention patents is moderate), bigint"
          }
        }
      },
      "C024CompanyTechnologyEvaluationIndicators_ScoreDimension": {
        "type": "object",
        "properties": {
          "fundamental": {
            "type": "number",
            "format": "double",
            "example": 2.1,
            "description": "Company competitiveness, double"
          },
          "tech_layout": {
            "type": "number",
            "format": "double",
            "example": 1.1,
            "description": "Technical layout, double"
          },
          "tech_quality": {
            "type": "number",
            "format": "double",
            "example": 5.264,
            "description": "Technical quality, double"
          },
          "tech_influence": {
            "type": "number",
            "format": "double",
            "example": 0.3,
            "description": "Technical influence, double"
          },
          "rd_scale_and_stability": {
            "type": "number",
            "format": "double",
            "example": 4.7,
            "description": "R & D scale and stability, double"
          }
        }
      },
      "C024CompanyTechnologyEvaluationIndicators_CompanyTechEvalIndicatorsResponse": {
        "type": "object",
        "properties": {
          "score": {
            "type": "number",
            "format": "double",
            "example": 86.5,
            "description": "scientific and technological innovation score, double"
          },
          "rating_v2": {
            "type": "string",
            "example": "AAA",
            "description": "scientific and technological innovation ratingRating division：AAA、AA、A、BBB、BB、B、CCC、CC、C, varchar(3)"
          },
          "org_number": {
            "type": "string",
            "example": "05669441-9",
            "description": "organization code, varchar(32)"
          },
          "credit_code": {
            "type": "string",
            "example": 913205940566944300,
            "description": "unified social credit code, varchar(18)"
          },
          "company_name": {
            "type": "string",
            "example": "苏州瀚川智能科技股份有限公司",
            "description": "company name, varchar(255)"
          },
          "original_detail": {
            "$ref": "#/components/schemas/C024CompanyTechnologyEvaluationIndicators_OriginalDetailResponse"
          },
          "score_dimension": {
            "$ref": "#/components/schemas/C024CompanyTechnologyEvaluationIndicators_ScoreDimension"
          }
        }
      },
      "C024CompanyTechnologyEvaluationIndicatorsResponse": {
        "type": "object",
        "properties": {
          "data": {
            "$ref": "#/components/schemas/C024CompanyTechnologyEvaluationIndicators_CompanyTechEvalIndicatorsResponse"
          },
          "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"
        ]
      },
      "C024CompanyTechnologyEvaluationIndicatorsRequest": {
        "type": "object",
        "properties": {
          "company_name": {
            "type": "string",
            "example": "小米科技有限责任公司",
            "description": "Query the name of a single enterprise, varchar(255)"
          },
          "credit_code": {
            "type": "string",
            "example": "91110108551385082Q",
            "description": "Query the unified social credit code of a single enterprise, varchar(18)"
          },
          "org_number": {
            "type": "string",
            "example": "5513850T82",
            "description": "Query the organization code of a single enterprise, varchar(32)"
          }
        }
      },
      "C025CompanyCompanyGroupTechnologyEvaluationIndicators_OriginalDetailResponse": {
        "type": "object",
        "properties": {
          "ic_num": {
            "type": "integer",
            "format": "int64",
            "example": 37,
            "description": "Total number of soft books in the past five years(The total number of software applications in the past five years is more, which means that the company has more recent research and development in the software field and has strong recent research and development capability)"
          },
          "reg_num": {
            "type": "integer",
            "format": "int32",
            "example": 37,
            "description": "Total number of software copyright registrations(The higher the total number of software copyright registrations, the stronger the company's R&D strength in the software industry, and it is in the leading position in the industry)"
          },
          "apno_cnt": {
            "type": "integer",
            "format": "int64",
            "example": 435,
            "description": "Number of patent applications (The more patent applications, the larger the R&D scale of the company)"
          },
          "duration": {
            "type": "number",
            "format": "double",
            "example": 10.266,
            "description": "Time of establishment(The year difference between the establishment date and the calculation date)"
          },
          "round_all": {
            "type": "integer",
            "format": "int64",
            "example": 4,
            "description": "Number of financing rounds(The more rounds of financing, the stronger the company's ability to attract capital and the stronger the company's overall strength)"
          },
          "value_avg": {
            "type": "number",
            "format": "double",
            "example": 27200,
            "description": "Average patent value (USD)(The higher the average value of patent value, the more assets of the enterprise's overall patent)"
          },
          "value_sum": {
            "type": "number",
            "format": "double",
            "example": 27200,
            "description": "Total patent value (USD)(The greater the total value of patents, the more assets of the enterprise's overall patents)"
          },
          "avg_3y_cnt": {
            "type": "number",
            "format": "double",
            "example": 88.66,
            "description": "Average number of patent applications in recent three years(The average number of patent applications in the past three years is more, indicating that the company has invested more in recent research and development)"
          },
          "reg_3y_avg": {
            "type": "number",
            "format": "double",
            "example": 3.66,
            "description": "Average number of soft book applications in recent 3 years(The higher the average application for soft books in the past three years, the stronger the company's recent research and development capacity)"
          },
          "reg_num_5y": {
            "type": "integer",
            "format": "int64",
            "example": 37,
            "description": "Total number of soft books in the past five years(The total number of software applications in the past five years is more, which means that the company has more recent research and development in the software field and has strong recent research and development capability)"
          },
          "tech_width": {
            "type": "number",
            "format": "double",
            "example": 1.7026,
            "description": "Breadth of patented technology(Technology breadth refers to the IPC involved in the enterprise's patents in the core technology field. The more technology fields involved in the measurement of patents, the broader the enterprise's layout)"
          },
          "country_cnt": {
            "type": "integer",
            "format": "int64",
            "example": 5,
            "description": "Geographical distribution of patents(The geographical distribution of patents, that is, the receiving authority of patent applications, the higher the geographical distribution of patents, the higher the Longernationalization level of enterprises' business distribution in various countries/regions)"
          },
          "num_members": {
            "type": "integer",
            "format": "int64",
            "example": 4,
            "description": "Number of core teams(The more total number of applications for qualification certificates indicates the diversity of the company's main businesses and its competitiveness in the main business sectors)"
          },
          "pct_apno_cnt": {
            "type": "integer",
            "format": "int64",
            "example": 5,
            "description": "Total number of Longernational applications (including Hague appearance) (PCT patents, that is, Longernational patent applications, include Hague appearance patents. The more PCT patents, the more Longernational awareness the company has and the stronger Longernational forward-looking.)"
          },
          "ip_dependency": {
            "type": "number",
            "format": "double",
            "example": 0,
            "description": "IP dependency(IP dependency, that is, the proportion of patents licensed by the company. The greater the IP dependency, the more dependent the company's main products are on the core technologies of other companies.)"
          },
          "qualification": {
            "type": "array",
            "example": "苏州市专精特新, 专精特新小巨人, 瞪羚企业, 江苏省小巨人, 江苏省企业技术中心, 高新技术企业, A股",
            "description": "Enterprise innovation qualification(The more types of enterprise innovation qualifications, the more recognition the enterprise obtains from the capital market or the country, the stronger the enterprise's consolidation strength)"
          },
          "value_top5_avg": {
            "type": "number",
            "format": "double",
            "example": 27200,
            "description": "Maximum 5 averages of patent value (USD)(The higher the maximum five average values of patent value, the higher the value of enterprise core patents)"
          },
          "invention_ratio": {
            "type": "number",
            "format": "double",
            "example": 0.257,
            "description": "Proportion of invention patent applications(The invention patent is the highest gold content in patent applications. The higher the proportion of invention patent applications, the higher the technical level of the company's research and development.)"
          },
          "avg_cited_by_cnt": {
            "type": "number",
            "format": "double",
            "example": 0.408,
            "description": "Average cited times(The more patents are cited on average, the stronger the recognition of enterprises in the industry, the stronger the overall technical influence in the industry)"
          },
          "in_examing_ratio": {
            "type": "number",
            "format": "double",
            "example": 0.1802,
            "description": "Patents under review(The proportion of pending patents, that is, the larger the proportion of pending patents, indicates that many patent offices of enterprises are in the status of pending, and enterprises are in the preliminary stage. In the short term, the company's patent licensing will show rapid growth)"
          },
          "most_recent_time": {
            "type": "number",
            "format": "double",
            "example": 5.886,
            "description": "Time since the latest financing(The time since the company's latest financing can reflect the company's current ability to attract capital and reflect the company's current strength. The shorter the time of the latest financing, the shorter the time for the company to obtain capital market research, the lower the risk)"
          },
          "num_certificates": {
            "type": "integer",
            "format": "int64",
            "example": 4,
            "description": "Number of qualification certificates(The more total number of applications for qualification certificates indicates the diversity of the company's main businesses and its competitiveness in the main business sectors)"
          },
          "reg_growth_ratio": {
            "type": "number",
            "format": "double",
            "example": -0.34,
            "description": "Soft copy growth rate(The higher the software growth rate, the faster the development of the company in the industry and the strong sustainability of research and development)"
          },
          "apno_cnt_valid_5y": {
            "type": "integer",
            "format": "int64",
            "example": 403,
            "description": "Number of valid patent applications in the last five years(The more effective patent applications in the past five years, the more recent R&D investment of the company)"
          },
          "fin_money_sum_all": {
            "type": "number",
            "format": "double",
            "example": 1.69,
            "description": "Weighted amount of financing(The higher the weighted amount of the company's financing, the stronger the company's ability to attract capital and the stronger the company's overall strength)"
          },
          "ipc_sub_class_cnt": {
            "type": "integer",
            "format": "int64",
            "example": 57,
            "description": "Number of IPC sub-categories(The larger the number of IPC sub-categories, the broader the company's R&D direction)"
          },
          "patent_valid_ratio": {
            "type": "number",
            "format": "double",
            "example": 0.9406,
            "description": "Patent efficiency(The higher the patent efficiency, the stronger the patent protection of the company, and the higher the R&D cost invested)"
          },
          "active_inventor_cnt": {
            "type": "integer",
            "format": "int64",
            "example": 3,
            "description": "Number of active inventors(Active inventors are inventors who have applied for patents every year for five consecutive years. The more active inventors are, the more sustainable the enterprise has a stable R&D team.)"
          },
          "invention_stability": {
            "type": "number",
            "format": "double",
            "example": 11.751595636338072,
            "description": "Stability of invention patent application (The stability of the invention patent application, that is, the variance of the invention patent application. The smaller the stability value of the invention patent application, the smaller the volatility of the company's R&D patent, the more stable the R&D output)"
          },
          "joint_applicant_cnt": {
            "type": "integer",
            "format": "int64",
            "example": 5,
            "description": "Join applicants(The more scientific research institutes or enterprises joinly applied for, the stronger the company's ability to produce, study and research)"
          },
          "non_design_apno_cnt": {
            "type": "integer",
            "format": "int64",
            "example": 437,
            "description": "Number of non-design patent applications(Non-design patents, namely invention patents and utility model patents. The more non-appearance patents applied, the higher the quality of patents developed by the company)"
          },
          "self_cited_by_ratio": {
            "type": "number",
            "format": "double",
            "example": 0.02,
            "description": "Patent self-citation rate(Patent self-citation rate, that is, the company's subsequent patents cite its own patents, reflecting the continuity and stability of the company's research and development)"
          },
          "avg_technology_score": {
            "type": "number",
            "format": "double",
            "example": 0.266,
            "description": "Average technical quality(Average technical quality is the average score of technical value in the patent value of all patents of the company. The higher the average technical quality, the higher the company's technical level)"
          },
          "num_trademarks_total": {
            "type": "integer",
            "format": "int64",
            "example": 4,
            "description": "Number of trademarks(The more total number of trademark applications, the stronger the company's overall trademark R&D strength)"
          },
          "active_inventor_ratio": {
            "type": "number",
            "format": "double",
            "example": 5,
            "description": "JActive inventor scale(The scale of active inventors, that is, the proportion of active inventors, the larger the scale, the better the stability of the company's research and development.)"
          },
          "granted_invention_cnt": {
            "type": "integer",
            "format": "int64",
            "example": 23,
            "description": "Total number of effective invention patents(The larger the total number of effective invention patents, the higher the quality of patents developed by the company as a whole)"
          },
          "joint_application_cnt": {
            "type": "integer",
            "format": "int64",
            "example": 6,
            "description": "Number of join patent applications(The more patents applied by scientific research institutes or enterprises joinly, the stronger the company's ability to produce, study and research)"
          },
          "reg_capital_formatted": {
            "type": "number",
            "format": "double",
            "example": 1.082,
            "description": "Registered capital(The subscribed amount of the registered company, the greater the registered capital, the greater the risk responsibility of the company)"
          },
          "external_licensing_cnt": {
            "type": "integer",
            "format": "int64",
            "example": 0,
            "description": "Number of valid patents for external licensing(The larger the number of valid patents for external licensing, the higher the recognition of the company in the industry and the greater the influence)"
          },
          "num_certificates_valid": {
            "type": "integer",
            "format": "int64",
            "example": 4,
            "description": "Total number of valid qualification certificates(The more the total number of valid qualification certificates, the diversity of the company's main business and its competitiveness in the main business sectors)"
          },
          "patenting_growth_ratio": {
            "type": "number",
            "format": "double",
            "example": 1.301,
            "description": "Patent growth rate(The growth rate of patents, that is, the growth rate of enterprises' patents is counted in a period of three years. The higher the growth rate of patents, the higher the recent R&D investment of enterprises)"
          },
          "avg_remaining_life_span": {
            "type": "number",
            "format": "double",
            "example": 8.723,
            "description": "Expected life of patent (The expected life of the patent, that is, the estimated average expiry date of the patent, the longer the expected life of the patent, the longer the patent protection period, indicating the stronger the technological vitality of the company)"
          },
          "granted_invention_ratio": {
            "type": "number",
            "format": "double",
            "example": 23,
            "description": "Proportion of effective invention patents(The higher the proportion of effective invention patents, the higher the quality of the company's R&D patents)"
          },
          "non_design_pct_apno_cnt": {
            "type": "integer",
            "format": "int64",
            "example": 5,
            "description": "Total PCT patents(PCT patents, that is, Longernational patent applications, do not include the appearance of The Hague. The more PCT patents, the stronger the company's Longernational awareness and Longernational foresight.)"
          },
          "num_trademarks_total_5y": {
            "type": "integer",
            "format": "int64",
            "example": 19,
            "description": "Total number of trademarks in the past five years(The total number of trademark applications in the past five years is more, which means that the company has developed more trademarks in the near future)"
          },
          "actual_capital_formatted": {
            "type": "number",
            "format": "double",
            "example": 81,
            "description": "Actual  capital(The amount actually paid by the company. The larger the paid-in capital, the stronger the company's financial strength)"
          },
          "avg_funding_interval_all": {
            "type": "number",
            "format": "double",
            "example": 2.114,
            "description": "Average financing Interval(The average financing Interval of the company can reflect the company's average financing ability and whether its development is stable. The shorter the average financing Longerval, the stronger the company's fund-raising ability)"
          },
          "most_cited_patents_value": {
            "type": "number",
            "format": "double",
            "example": 10.8,
            "description": "Quality of the top 10 patents cited (USD)(The quality of the top 10 cited patents is the patent value of the cited patents, and the higher the patent influence of the enterprise is.)"
          },
          "standard_information_num": {
            "type": "integer",
            "format": "int64",
            "example": 2,
            "description": "Number of participating standards(The more companies participate in the formulation of standards, it means that the company has influence in the industry or technical talents and products have certain authority in the industry)"
          },
          "total_patent_award_score": {
            "type": "integer",
            "format": "int64",
            "example": 0,
            "description": "Patent Awards(The more patent awards, the higher the patent quality of the company)"
          },
          "core_patents_cited_by_cnt": {
            "type": "integer",
            "format": "int64",
            "example": 0.408,
            "description": "Number of core patents cited(Core patents refer to the top 10 patents of enterprise patent value. The more core patents are cited, the stronger the core technology of the enterprise is recognized by the industry and the stronger the influence of the core technology.)"
          },
          "num_trademarks_registered": {
            "type": "integer",
            "format": "int64",
            "example": 34,
            "description": "Registered trademarks(The more registered trademark applications, the stronger the company's overall trademark R&D strength)"
          },
          "tech_global_concentration": {
            "type": "number",
            "format": "double",
            "example": 1.7026,
            "description": "Concentration of patented technology(Compare the number of the company's key IPC patents with the number of global IPC patents in this field, and understand the global share of the company's main technology patents)"
          },
          "top5_current_impact_index": {
            "type": "number",
            "format": "double",
            "example": 0.0182,
            "description": "Current influence(Current influence, that is, the proportion of the average cited times of the company's patents in the past five years to the average cited times of all the company's patents in the past one year. The higher the current influence, the higher the influence of the company's recently developed patents in the current industry)"
          },
          "core_patents_cited_by_ratio": {
            "type": "number",
            "format": "double",
            "example": 10.8,
            "description": "Average number of core patents cited(Core patents refer to the top 10 patents of enterprise patent value. The more core patents are cited on average, the stronger the core technology of the enterprise is recognized by the industry and the stronger the influence of the core technology.)"
          },
          "granted_invention_cnt_pb_1y": {
            "type": "integer",
            "format": "int64",
            "example": 23,
            "description": "Total number of invention patents effectively authorized in recent 1 year(The more invention patents that have been effectively authorized in the past year, the more patents that the company has recently authorized, and the more recent research and development investment)"
          },
          "num_trademarks_registered_5y": {
            "type": "integer",
            "format": "int64",
            "example": 13,
            "description": "Total number of registered trademarks in the past five years(The total number of software applications in the past five years is more, which means that the company has more recent research and development in the software field and has strong recent research and development capability)"
          },
          "invention_cnt_validity_lower_5": {
            "type": "integer",
            "format": "int64",
            "example": 0,
            "description": "Number of invention patents with remaining valid period of less than 5 years (excluding 5 years)(The number of invention patents with a remaining validity period of less than 5 years is increasing, indicating that the company will face certain risks in the protection of its products in the future)"
          },
          "most_recent_money_q25_formatted": {
            "type": "number",
            "format": "double",
            "example": "1.07E",
            "description": "Latest financing amount (The time since the company's latest financing can reflect the company's current ability to attract capital and reflect the company's current strength. The larger the latest financing, the higher the company's valuation)"
          },
          "country_standard_information_num": {
            "type": "integer",
            "format": "int64",
            "example": 0,
            "description": "Number of participants in the formulation of national standards(The more companies participate in the formulation of national standards, which means that the company has obtained the approval of the state and has certain authority)"
          },
          "invention_cnt_validity_higher_10": {
            "type": "integer",
            "format": "int64",
            "example": 15,
            "description": "Number of invention patents with remaining valid period of more than 10 years(The number of invention patents with a remaining validity period of more than 10 years is increasing, indicating that the protection period of the company's invention patents is relatively long)"
          },
          "granted_invention_cnt_pb_original_2y": {
            "type": "integer",
            "format": "int64",
            "example": 23,
            "description": "Total number of valid invention patents originally applied for in recent 2 years(The number of effective invention patents originally applied for in the past two years is more, which means that the company's ability to independently research patents in the near future is stronger, and the sustainability of patent research and development is stronger)"
          },
          "invention_cnt_validity_higher_5_lower_10": {
            "type": "integer",
            "format": "int64",
            "example": 8,
            "description": "Number of invention patents with remaining valid period of 5-10 years (The number of invention patents with the remaining valid period of 5-10 years is more, which means that the protection period of the company's invention patents is moderate)"
          }
        }
      },
      "C025CompanyCompanyGroupTechnologyEvaluationIndicators_ScoreDimension": {
        "type": "object",
        "properties": {
          "fundamental": {
            "type": "number",
            "format": "double",
            "example": 2.1,
            "description": "Company competitiveness"
          },
          "tech_layout": {
            "type": "number",
            "format": "double",
            "example": 1.1,
            "description": "Technical layout"
          },
          "tech_quality": {
            "type": "number",
            "format": "double",
            "example": 5.264,
            "description": "Technical quality"
          },
          "tech_influence": {
            "type": "number",
            "format": "double",
            "example": 0.3,
            "description": "Technical influence"
          },
          "rd_scale_and_stability": {
            "type": "number",
            "format": "double",
            "example": 4.7,
            "description": "R & D scale and stability"
          }
        }
      },
      "C025CompanyCompanyGroupTechnologyEvaluationIndicators_CompanyGroupTechEvalIndicatorsResponse": {
        "type": "object",
        "properties": {
          "org_number": {
            "type": "string",
            "example": "05669441-9",
            "description": "organization code"
          },
          "credit_code": {
            "type": "string",
            "example": 913205940566944300,
            "description": "unified social credit code"
          },
          "score_group": {
            "type": "number",
            "format": "double",
            "example": 86.5,
            "description": "scientific and technological innovation score"
          },
          "company_name": {
            "type": "string",
            "example": "苏州瀚川智能科技股份有限公司",
            "description": "company name"
          },
          "rating_v2_group": {
            "type": "string",
            "example": "AAA",
            "description": "scientific and technological innovation ratingRating division：AAA、AA、A、BBB、BB、B、CCC、CC、C"
          },
          "original_detail_group": {
            "$ref": "#/components/schemas/C025CompanyCompanyGroupTechnologyEvaluationIndicators_OriginalDetailResponse"
          },
          "score_dimension_group": {
            "$ref": "#/components/schemas/C025CompanyCompanyGroupTechnologyEvaluationIndicators_ScoreDimension"
          }
        }
      },
      "C025CompanyCompanyGroupTechnologyEvaluationIndicatorsResponse": {
        "type": "object",
        "properties": {
          "data": {
            "$ref": "#/components/schemas/C025CompanyCompanyGroupTechnologyEvaluationIndicators_CompanyGroupTechEvalIndicatorsResponse"
          },
          "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"
        ]
      },
      "C025CompanyCompanyGroupTechnologyEvaluationIndicatorsRequest": {
        "type": "object",
        "properties": {
          "company_name": {
            "type": "string",
            "example": "小米科技有限责任公司",
            "description": "Query the name of a single enterprise"
          },
          "credit_code": {
            "type": "string",
            "example": "91110108551385082Q",
            "description": "Query the unified social credit code of a single enterprise"
          },
          "org_number": {
            "type": "string",
            "example": "5513850T82",
            "description": "Query the organization code of a single enterprise"
          }
        }
      },
      "C027CompanyEnterprisePatentRiskWarning_PatentCount": {
        "type": "object",
        "properties": {
          "apno_cnt": {
            "type": "integer",
            "format": "int32",
            "example": 481,
            "description": "number of patent applications"
          },
          "rejected": {
            "type": "integer",
            "format": "int32",
            "example": 0,
            "description": "number of patents rejected"
          },
          "patent_pledge": {
            "type": "integer",
            "format": "int32",
            "example": 0,
            "description": "number of patents pledged"
          },
          "patent_reexam": {
            "type": "integer",
            "format": "int32",
            "example": 0,
            "description": "number of invalid patents"
          },
          "patent_transfer": {
            "type": "integer",
            "format": "int32",
            "example": 21,
            "description": "number of transferred patents"
          },
          "patent_transfer_out": {
            "type": "integer",
            "format": "int32",
            "example": 0,
            "description": "number of patents transferred out"
          },
          "active_invention_cnt": {
            "type": "integer",
            "format": "int32",
            "example": 25,
            "description": "number of valid authorized invention patents"
          },
          "granted_invention_cnt": {
            "type": "integer",
            "format": "int32",
            "example": 25,
            "description": "number of authorized invention patents"
          },
          "patent_litigation_defendant": {
            "type": "integer",
            "format": "int32",
            "example": 0,
            "description": "number of patents of the respondent in the litigation patent"
          },
          "patent_litigation_plaintiff": {
            "type": "integer",
            "format": "int32",
            "example": 0,
            "description": "number of patents of the plaintiff in the litigation patent"
          }
        }
      },
      "C027CompanyEnterprisePatentRiskWarning_PatentEventCount": {
        "type": "object",
        "properties": {
          "pledge": {
            "type": "integer",
            "format": "int32",
            "example": 0,
            "description": "number of patent pledging events"
          },
          "reexam": {
            "type": "integer",
            "format": "int32",
            "example": 0,
            "description": "number of patent invalidation events"
          },
          "transfer": {
            "type": "integer",
            "format": "int32",
            "example": 21,
            "description": "number of patent transfer events"
          },
          "transfer_out": {
            "type": "integer",
            "format": "int32",
            "example": 0,
            "description": "number of patent transfer out events"
          },
          "litigation_defendant": {
            "type": "integer",
            "format": "int32",
            "example": 0,
            "description": "number of patent events involving the respondent in the litigation patent"
          },
          "litigation_plaintiff": {
            "type": "integer",
            "format": "int32",
            "example": 0,
            "description": "number of patent events involving the respondent in the litigation patent"
          }
        }
      },
      "C027CompanyEnterprisePatentRiskWarning_CompanyPatentRiskWarningResponse": {
        "type": "object",
        "properties": {
          "org_number": {
            "type": "string",
            "example": "05669441-9",
            "description": "organization number"
          },
          "credit_code": {
            "type": "string",
            "example": 913205940566944300,
            "description": "unified social credit code"
          },
          "company_name": {
            "type": "string",
            "example": "苏州瀚川智能科技股份有限公司",
            "description": "company name"
          },
          "patent_count": {
            "$ref": "#/components/schemas/C027CompanyEnterprisePatentRiskWarning_PatentCount"
          },
          "patent_event_count": {
            "$ref": "#/components/schemas/C027CompanyEnterprisePatentRiskWarning_PatentEventCount"
          }
        }
      },
      "C027CompanyEnterprisePatentRiskWarningResponse": {
        "type": "object",
        "properties": {
          "data": {
            "$ref": "#/components/schemas/C027CompanyEnterprisePatentRiskWarning_CompanyPatentRiskWarningResponse"
          },
          "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"
        ]
      },
      "C027CompanyEnterprisePatentRiskWarningRequest": {
        "type": "object",
        "properties": {
          "company_name": {
            "type": "string",
            "example": "小米科技有限责任公司",
            "description": "Query the name of a single enterprise"
          },
          "credit_code": {
            "type": "string",
            "example": "91110108551385082Q",
            "description": "Query the unified social credit code of a single enterprise"
          },
          "org_number": {
            "type": "string",
            "example": "5513850T82",
            "description": "Query the organization code of a single enterprise"
          }
        }
      },
      "P036PatentValuationDataTechnologyIndicators_TechnologyValue": {
        "type": "object",
        "properties": {
          "claim_no": {
            "type": "integer",
            "format": "int32",
            "example": 1,
            "description": "Count of claim"
          },
          "cited_by_no": {
            "type": "integer",
            "format": "int32",
            "example": 33,
            "description": "Count of cited-by patents"
          },
          "ipc_scopes_no": {
            "type": "integer",
            "format": "int32",
            "example": 3,
            "description": "Count of different IPC classification"
          },
          "self_cites_no": {
            "type": "integer",
            "format": "int32",
            "example": 1,
            "description": "Count of self-citation patents"
          },
          "pdf_total_page": {
            "type": "integer",
            "format": "int32",
            "example": 17,
            "description": "Total pages of PDF"
          },
          "independent_claim_no": {
            "type": "integer",
            "format": "int32",
            "example": 4,
            "description": "Count of independent claim"
          },
          "ipc_section_scopes_no": {
            "type": "integer",
            "format": "int32",
            "example": 1,
            "description": "Count of different IPC section"
          },
          "ipc_main_group_scopes_no": {
            "type": "integer",
            "format": "int32",
            "example": 1,
            "description": "Count of different IPC main group"
          },
          "examiner_citation_category": {
            "type": "array",
            "example": [
              "A",
              "Y"
            ],
            "description": "Examiner citation categories"
          }
        }
      },
      "P036PatentValuationDataTechnologyIndicators_PatentTechnologyValueResponse": {
        "type": "object",
        "properties": {
          "pn": {
            "type": "string",
            "example": "US11205304B2",
            "description": "patent number"
          },
          "patent_id": {
            "type": "string",
            "example": "718ead9c-4f3c-4674-8f5a-24e126827269",
            "description": "patent id"
          },
          "patsnap_technology_value": {
            "$ref": "#/components/schemas/P036PatentValuationDataTechnologyIndicators_TechnologyValue"
          }
        }
      },
      "P036PatentValuationDataTechnologyIndicatorsResponse": {
        "type": "object",
        "properties": {
          "data": {
            "type": "array",
            "example": "no sample",
            "description": "response data",
            "items": {
              "$ref": "#/components/schemas/P036PatentValuationDataTechnologyIndicators_PatentTechnologyValueResponse"
            }
          },
          "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"
        ]
      },
      "P037PatentValuationDataLegalIndicators_LegalValue": {
        "type": "object",
        "properties": {
          "legal_status": {
            "type": "string",
            "example": "Expired",
            "description": "Patent legal status:<p>Published, Examining, Granted, Abandoned, Withdrawn, Expired, Non-Payment, Ceased</p>"
          },
          "litigation_no": {
            "type": "integer",
            "format": "int32",
            "example": 2,
            "description": "Litigation count"
          },
          "patent_age_day": {
            "type": "integer",
            "format": "int32",
            "example": 1923,
            "description": "Patent age"
          },
          "grant_waiting_day": {
            "type": "integer",
            "format": "int32",
            "example": 704,
            "description": "Patent pending time"
          },
          "has_reexam_invalid": {
            "type": "string",
            "example": "TRUE",
            "description": "Whether has re-examination or invalidation activity"
          },
          "litigation_country": {
            "type": "array",
            "example": [
              "US"
            ],
            "description": "Litigation Authority"
          },
          "remaining_time_ratio": {
            "type": "number",
            "format": "double",
            "example": 0.74,
            "description": "Patent remaining time ratio"
          }
        }
      },
      "P037PatentValuationDataLegalIndicators_PatentLegalValueResponse": {
        "type": "object",
        "properties": {
          "pn": {
            "type": "string",
            "example": "US11205304B2",
            "description": "patent number"
          },
          "patent_id": {
            "type": "string",
            "example": "718ead9c-4f3c-4674-8f5a-24e126827269",
            "description": "patent id"
          },
          "patsnap_legal_value": {
            "$ref": "#/components/schemas/P037PatentValuationDataLegalIndicators_LegalValue"
          }
        }
      },
      "P037PatentValuationDataLegalIndicatorsResponse": {
        "type": "object",
        "properties": {
          "data": {
            "type": "array",
            "example": "no sample",
            "description": "response data",
            "items": {
              "$ref": "#/components/schemas/P037PatentValuationDataLegalIndicators_PatentLegalValueResponse"
            }
          },
          "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"
        ]
      },
      "P038PatentValuationDataMarketIndicators_MarketValue": {
        "type": "object",
        "properties": {
          "cites_no": {
            "type": "integer",
            "format": "int32",
            "example": 5,
            "description": "Patent cites count"
          },
          "family_size": {
            "type": "integer",
            "format": "int32",
            "example": 2,
            "description": "Family size"
          },
          "patent_type": {
            "type": "string",
            "example": "PATENT",
            "description": "Patent type:<p>APPLICATION,PATENT,UTILITY,DESIGN</p>"
          },
          "reference_no": {
            "type": "integer",
            "format": "int32",
            "example": 1,
            "description": "Reference cites count"
          },
          "examiner_cites_no": {
            "type": "integer",
            "format": "int32",
            "example": 3,
            "description": "Patent examiner cites count"
          },
          "family_covered_country_no": {
            "type": "integer",
            "format": "int32",
            "example": 1,
            "description": "Family covered authority count"
          }
        }
      },
      "P038PatentValuationDataMarketIndicators_PatentMarketValueResponse": {
        "type": "object",
        "properties": {
          "pn": {
            "type": "string",
            "example": "US11205304B2",
            "description": "patent number"
          },
          "patent_id": {
            "type": "string",
            "example": "718ead9c-4f3c-4674-8f5a-24e126827269",
            "description": "patent id"
          },
          "patsnap_market_value": {
            "$ref": "#/components/schemas/P038PatentValuationDataMarketIndicators_MarketValue"
          }
        }
      },
      "P038PatentValuationDataMarketIndicatorsResponse": {
        "type": "object",
        "properties": {
          "data": {
            "type": "array",
            "example": "no sample",
            "description": "response data",
            "items": {
              "$ref": "#/components/schemas/P038PatentValuationDataMarketIndicators_PatentMarketValueResponse"
            }
          },
          "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"
        ]
      },
      "P039PatentValuationDataStrategicIndicators_StrategicValue": {
        "type": "object",
        "properties": {
          "pledge_no": {
            "type": "integer",
            "format": "int32",
            "example": 4,
            "description": "Pledge count"
          },
          "license_no": {
            "type": "integer",
            "format": "int32",
            "example": 1,
            "description": "License count"
          },
          "inventor_no": {
            "type": "integer",
            "format": "int32",
            "example": 5,
            "description": "Inventor count"
          },
          "transfer_no": {
            "type": "integer",
            "format": "int32",
            "example": 2,
            "description": "Transfer count"
          },
          "market_share": {
            "type": "number",
            "format": "double",
            "example": 2.05,
            "description": "Assignee market share"
          },
          "market_sales_usd": {
            "type": "number",
            "format": "double",
            "example": 3874.66,
            "description": "Assignee market sales"
          },
          "market_competition": {
            "type": "number",
            "format": "double",
            "example": 85849.5,
            "description": "Assignee market competition"
          },
          "current_assignee_no": {
            "type": "number",
            "format": "double",
            "example": 1,
            "description": "Current assignee count"
          },
          "original_applicant_no": {
            "type": "number",
            "format": "double",
            "example": 2,
            "description": "Original applicant count"
          },
          "current_company_assignee_ratio": {
            "type": "number",
            "format": "double",
            "example": 1,
            "description": "Current company assignee ratio"
          }
        }
      },
      "P039PatentValuationDataStrategicIndicators_PatentStrategicValueResponse": {
        "type": "object",
        "properties": {
          "pn": {
            "type": "string",
            "example": "US11205304B2",
            "description": "patent number"
          },
          "patent_id": {
            "type": "string",
            "example": "718ead9c-4f3c-4674-8f5a-24e126827269",
            "description": "patent id"
          },
          "patsnap_strategic_value": {
            "$ref": "#/components/schemas/P039PatentValuationDataStrategicIndicators_StrategicValue"
          }
        }
      },
      "P039PatentValuationDataStrategicIndicatorsResponse": {
        "type": "object",
        "properties": {
          "data": {
            "type": "array",
            "example": "no sample",
            "description": "response data",
            "items": {
              "$ref": "#/components/schemas/P039PatentValuationDataStrategicIndicators_PatentStrategicValueResponse"
            }
          },
          "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"
        ]
      },
      "P040PatentValuationDataEconomicIndicators_EconomyValue": {
        "type": "object",
        "properties": {
          "ipc_class_5y_incr": {
            "type": "number",
            "format": "double",
            "example": 0.6249,
            "description": "Patent increment ratio of IPC class in last 5 years"
          },
          "family_trend_stability": {
            "type": "number",
            "format": "double",
            "example": 0.22,
            "description": "Family stability trend"
          },
          "ipc_main_group_5y_incr": {
            "type": "number",
            "format": "double",
            "example": 0.467,
            "description": "Patent increment ratio of IPC main-group in last 5 years"
          }
        }
      },
      "P040PatentValuationDataEconomicIndicators_PatentEconomyValueResponse": {
        "type": "object",
        "properties": {
          "pn": {
            "type": "string",
            "example": "US11205304B2",
            "description": "patent number"
          },
          "patent_id": {
            "type": "string",
            "example": "718ead9c-4f3c-4674-8f5a-24e126827269",
            "description": "patent id"
          },
          "patsnap_economy_value": {
            "$ref": "#/components/schemas/P040PatentValuationDataEconomicIndicators_EconomyValue"
          }
        }
      },
      "P040PatentValuationDataEconomicIndicatorsResponse": {
        "type": "object",
        "properties": {
          "data": {
            "type": "array",
            "example": "no sample",
            "description": "response data",
            "items": {
              "$ref": "#/components/schemas/P040PatentValuationDataEconomicIndicators_PatentEconomyValueResponse"
            }
          },
          "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"
        ]
      },
      "P029AdvancedPatentDataTransferData_PersonBaseDoc": {
        "type": "object",
        "properties": {
          "lang": {
            "type": "string",
            "example": "EN",
            "description": "Language"
          },
          "name": {
            "type": "string",
            "example": "EMC IP HOLDING COMPANY LLC",
            "description": "name"
          },
          "sequence": {
            "type": "integer",
            "format": "int32",
            "example": 1,
            "description": "sequence"
          }
        }
      },
      "P029AdvancedPatentDataTransferData_PersonBaseDocTransfer": {
        "type": "object",
        "properties": {
          "lang": {
            "type": "string",
            "example": "EN",
            "description": "Language"
          },
          "name": {
            "type": "string",
            "example": "EMC IP HOLDING COMPANY LLC",
            "description": "name"
          },
          "sequence": {
            "type": "integer",
            "format": "int32",
            "example": 1,
            "description": "sequence"
          },
          "effective_date_us": {
            "type": "integer",
            "format": "int64",
            "example": 20200323,
            "description": "Transfer effective date of US"
          }
        }
      },
      "P029AdvancedPatentDataTransferData_PatentTransferData": {
        "type": "object",
        "properties": {
          "country": {
            "type": "string",
            "example": "US",
            "description": "Authority code"
          },
          "transferees": {
            "type": "array",
            "example": "Please check the form: PersonBaseDoc",
            "description": "transferees",
            "items": {
              "$ref": "#/components/schemas/P029AdvancedPatentDataTransferData_PersonBaseDoc"
            }
          },
          "transferers": {
            "type": "array",
            "example": "Please check the form: PersonBaseDoc",
            "description": "transferers",
            "items": {
              "$ref": "#/components/schemas/P029AdvancedPatentDataTransferData_PersonBaseDocTransfer"
            }
          },
          "effective_date": {
            "type": "integer",
            "format": "int64",
            "example": 20111020,
            "description": "Transfer effective date"
          }
        }
      },
      "P029AdvancedPatentDataTransferData_PatentTransferDataResponse": {
        "type": "object",
        "properties": {
          "pn": {
            "type": "string",
            "example": "US11205304B2",
            "description": "patent number"
          },
          "patent_id": {
            "type": "string",
            "example": "718ead9c-4f3c-4674-8f5a-24e126827269",
            "description": "patent id"
          },
          "patent_transfer_data": {
            "type": "array",
            "example": "Please check the form: PatentTransferData",
            "description": "transfer data",
            "items": {
              "$ref": "#/components/schemas/P029AdvancedPatentDataTransferData_PatentTransferData"
            }
          }
        }
      },
      "P029AdvancedPatentDataTransferDataResponse": {
        "type": "object",
        "properties": {
          "data": {
            "type": "array",
            "example": "no sample",
            "description": "response data",
            "items": {
              "$ref": "#/components/schemas/P029AdvancedPatentDataTransferData_PatentTransferDataResponse"
            }
          },
          "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"
        ]
      },
      "P028AdvancedPatentDataLicenseData_PersonBaseDoc": {
        "type": "object",
        "properties": {
          "lang": {
            "type": "string",
            "example": "EN",
            "description": "Language"
          },
          "name": {
            "type": "string",
            "example": "EMC IP HOLDING COMPANY LLC",
            "description": "name"
          },
          "sequence": {
            "type": "integer",
            "format": "int32",
            "example": 1,
            "description": "sequence"
          }
        }
      },
      "P028AdvancedPatentDataLicenseData_PatentLicenseData": {
        "type": "object",
        "properties": {
          "country": {
            "type": "string",
            "example": "US",
            "description": "Authority code"
          },
          "licensees": {
            "type": "array",
            "example": "Please check the form: PersonBaseDoc",
            "description": "licensees",
            "items": {
              "$ref": "#/components/schemas/P028AdvancedPatentDataLicenseData_PersonBaseDoc"
            }
          },
          "licensors": {
            "type": "array",
            "example": "Please check the form: PersonBaseDoc",
            "description": "licensors",
            "items": {
              "$ref": "#/components/schemas/P028AdvancedPatentDataLicenseData_PersonBaseDoc"
            }
          },
          "license_type": {
            "type": "array",
            "example": [
              "Exclusive"
            ],
            "description": "License type"
          },
          "effective_date": {
            "type": "integer",
            "format": "int64",
            "example": 20100915,
            "description": "License effective date"
          },
          "contract_number": {
            "type": "string",
            "example": "2010370000340",
            "description": "License contract number, only some jurisdictions have this field, such as CN"
          }
        }
      },
      "P028AdvancedPatentDataLicenseData_PatentLicenseDataResponse": {
        "type": "object",
        "properties": {
          "pn": {
            "type": "string",
            "example": "US11205304B2",
            "description": "patent number"
          },
          "patent_id": {
            "type": "string",
            "example": "718ead9c-4f3c-4674-8f5a-24e126827269",
            "description": "patent id"
          },
          "patent_license_data": {
            "type": "array",
            "example": "Please check the form: PatentLicenseData",
            "description": "patent license data",
            "items": {
              "$ref": "#/components/schemas/P028AdvancedPatentDataLicenseData_PatentLicenseData"
            }
          }
        }
      },
      "P028AdvancedPatentDataLicenseDataResponse": {
        "type": "object",
        "properties": {
          "data": {
            "type": "array",
            "example": "no sample",
            "description": "response data",
            "items": {
              "$ref": "#/components/schemas/P028AdvancedPatentDataLicenseData_PatentLicenseDataResponse"
            }
          },
          "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"
        ]
      },
      "P030AdvancedPatentDataPledgeData_PersonBaseDoc": {
        "type": "object",
        "properties": {
          "lang": {
            "type": "string",
            "example": "EN",
            "description": "Language"
          },
          "name": {
            "type": "string",
            "example": "EMC IP HOLDING COMPANY LLC",
            "description": "name"
          },
          "sequence": {
            "type": "integer",
            "format": "int32",
            "example": 1,
            "description": "sequence"
          }
        }
      },
      "P030AdvancedPatentDataPledgeData_PersonBaseDocPledge": {
        "type": "object",
        "properties": {
          "lang": {
            "type": "string",
            "example": "EN",
            "description": "Language"
          },
          "name": {
            "type": "string",
            "example": "EMC IP HOLDING COMPANY LLC",
            "description": "name"
          },
          "sequence": {
            "type": "integer",
            "format": "int32",
            "example": 1,
            "description": "sequence"
          },
          "effective_date_us": {
            "type": "integer",
            "format": "int64",
            "example": 20181029,
            "description": "Pledge effective date of US"
          }
        }
      },
      "P030AdvancedPatentDataPledgeData_PatentPledgeData": {
        "type": "object",
        "properties": {
          "country": {
            "type": "string",
            "example": "US",
            "description": "Authority code"
          },
          "pledgees": {
            "type": "array",
            "example": "Please check the form: PersonBaseDoc",
            "description": "pledgees",
            "items": {
              "$ref": "#/components/schemas/P030AdvancedPatentDataPledgeData_PersonBaseDoc"
            }
          },
          "pledgors": {
            "type": "array",
            "example": "Please check the form: PersonBaseDoc",
            "description": "pledgors",
            "items": {
              "$ref": "#/components/schemas/P030AdvancedPatentDataPledgeData_PersonBaseDocPledge"
            }
          },
          "reel_frame": {
            "type": "string",
            "example": "060332/0740",
            "description": "Pledge contract number"
          },
          "pledge_type": {
            "type": "string",
            "example": "RELEASE OF SECURITY INTEREST IN PATENTS PREVIOUSLY RECORDED AT REEL/FRAME (054475/0434)",
            "description": "Pledge type"
          },
          "effective_date": {
            "type": "integer",
            "format": "int64",
            "example": 20220610,
            "description": "Pledge effective date"
          }
        }
      },
      "P030AdvancedPatentDataPledgeData_PatentPledgeDataResponse": {
        "type": "object",
        "properties": {
          "pn": {
            "type": "string",
            "example": "US11205304B2",
            "description": "patent number"
          },
          "patent_id": {
            "type": "string",
            "example": "718ead9c-4f3c-4674-8f5a-24e126827269",
            "description": "patent id"
          },
          "patent_pledge_data": {
            "type": "array",
            "example": "Please check the form: PatentPledgeData",
            "description": "pledge data",
            "items": {
              "$ref": "#/components/schemas/P030AdvancedPatentDataPledgeData_PatentPledgeData"
            }
          }
        }
      },
      "P030AdvancedPatentDataPledgeDataResponse": {
        "type": "object",
        "properties": {
          "data": {
            "type": "array",
            "example": "no sample",
            "description": "response data",
            "items": {
              "$ref": "#/components/schemas/P030AdvancedPatentDataPledgeData_PatentPledgeDataResponse"
            }
          },
          "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"
        ]
      },
      "P041BasicPatentDataSimpleLegalStatus_SimpleLegalStatusResponse": {
        "type": "object",
        "properties": {
          "pn": {
            "type": "string",
            "example": "US11205304B2",
            "description": "patent number"
          },
          "patent_id": {
            "type": "string",
            "example": "718ead9c-4f3c-4674-8f5a-24e126827269",
            "description": "patent id"
          },
          "simple_legal_status": {
            "type": "array",
            "example": [
              "Pending"
            ],
            "description": "Simple legal status:\n<p>such as: Active, Pending, Inactive, Undetermined, PCT designated period, PCT designated expiration</p>"
          }
        }
      },
      "P041BasicPatentDataSimpleLegalStatusResponse": {
        "type": "object",
        "properties": {
          "data": {
            "type": "array",
            "example": "no sample",
            "description": "response data",
            "items": {
              "$ref": "#/components/schemas/P041BasicPatentDataSimpleLegalStatus_SimpleLegalStatusResponse"
            }
          },
          "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"
        ]
      },
      "P026AdvancedPatentDataLegalData_InpadocLegalData": {
        "type": "object",
        "properties": {
          "event_code": {
            "type": "string",
            "example": "B350",
            "description": "PRS legal status code"
          },
          "event_date": {
            "type": "integer",
            "format": "int32",
            "example": 20211207,
            "description": "PRS legal status date"
          },
          "event_desc": {
            "type": "string",
            "example": "ATUALIZACAO DE INFORMACOES NO PORTAL [CODIGO 15.35 RPI]",
            "description": "PRS legal status code description"
          },
          "ref_country_code": {
            "type": "string",
            "example": "BR",
            "description": "Ref. Authority code"
          }
        }
      },
      "P026AdvancedPatentDataLegalData_OfficialLegalData": {
        "type": "object",
        "properties": {
          "event_vol": {
            "type": "string",
            "example": "2605",
            "description": "Volume number"
          },
          "event_code": {
            "type": "string",
            "example": 1.3,
            "description": "Event code"
          },
          "event_date": {
            "type": "integer",
            "format": "int32",
            "example": 20201208,
            "description": "Event date"
          },
          "event_desc": {
            "type": "string",
            "example": "Notificação - Fase Nacional - PCT",
            "description": "Legal status added information"
          },
          "event_others": {
            "type": "string",
            "example": "法律状态其他信息",
            "description": "Legal status others information (this field only for CN jurisdictions)"
          },
          "event_legal_status": {
            "type": "string",
            "example": "专利权的终止",
            "description": "Legal status (this field only for CN jurisdictions)"
          }
        }
      },
      "P026AdvancedPatentDataLegalData_PatsnapLegalData": {
        "type": "object",
        "properties": {
          "inpadoc_legal_data": {
            "type": "array",
            "example": "Please check the form: InpadocLegalData",
            "description": "inpadoc Legal Data",
            "items": {
              "$ref": "#/components/schemas/P026AdvancedPatentDataLegalData_InpadocLegalData"
            }
          },
          "official_legal_data": {
            "type": "array",
            "example": "Please check the form: OfficialLegalData",
            "description": "official Legal Data",
            "items": {
              "$ref": "#/components/schemas/P026AdvancedPatentDataLegalData_OfficialLegalData"
            }
          }
        }
      },
      "P026AdvancedPatentDataLegalData_PatentLegalDataResponse": {
        "type": "object",
        "properties": {
          "pn": {
            "type": "string",
            "example": "US11205304B2",
            "description": "patent number"
          },
          "patent_id": {
            "type": "string",
            "example": "718ead9c-4f3c-4674-8f5a-24e126827269",
            "description": "patent id"
          },
          "patsnap_legal_data": {
            "$ref": "#/components/schemas/P026AdvancedPatentDataLegalData_PatsnapLegalData"
          }
        }
      },
      "P026AdvancedPatentDataLegalDataResponse": {
        "type": "object",
        "properties": {
          "data": {
            "type": "array",
            "example": "no sample",
            "description": "response data",
            "items": {
              "$ref": "#/components/schemas/P026AdvancedPatentDataLegalData_PatentLegalDataResponse"
            }
          },
          "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"
        ]
      },
      "P027AdvancedPatentDataReExaminationAndInvalidation_Applicant": {
        "type": "object",
        "properties": {
          "name": {
            "type": "string",
            "example": "Roku, Inc.",
            "description": "name"
          },
          "sequence": {
            "type": "integer",
            "format": "int32",
            "example": 1,
            "description": "sequence"
          }
        }
      },
      "P027AdvancedPatentDataReExaminationAndInvalidation_PatentReexamInvalidData": {
        "type": "object",
        "properties": {
          "country": {
            "type": "string",
            "example": "EP",
            "description": "Authority code"
          },
          "applicant": {
            "type": "array",
            "example": "Please check the form: Applicant",
            "description": "applicant",
            "items": {
              "$ref": "#/components/schemas/P027AdvancedPatentDataReExaminationAndInvalidation_Applicant"
            }
          },
          "case_type": {
            "type": "string",
            "example": "appeal",
            "description": "Case type:<p>FS - reexamination，WX - invalidation，KS - oral proceedings，appeal，EPR，IPRex，SE，判定，訂正無効の審，異議の決，拒絶査定不服の審，訂正の審，請求書却下の決定，補正却下の決，無効の審，補正却下不服の審 .etc</p>"
          },
          "legal_ground": {
            "type": "array",
            "example": [
              "European Patent Convention Art 56"
            ],
            "description": "Legal ground"
          },
          "decision_date": {
            "type": "integer",
            "format": "int64",
            "example": 20190905,
            "description": "Decision date"
          },
          "decision_number": {
            "type": "string",
            "example": "T2051/15",
            "description": "Decision number"
          }
        }
      },
      "P027AdvancedPatentDataReExaminationAndInvalidation_PatentReexamInvalidResponse": {
        "type": "object",
        "properties": {
          "pn": {
            "type": "string",
            "example": "US11205304B2",
            "description": "patent number"
          },
          "lang": {
            "type": "string",
            "example": "CN",
            "description": "lang"
          },
          "patent_id": {
            "type": "string",
            "example": "718ead9c-4f3c-4674-8f5a-24e126827269",
            "description": "patent id"
          },
          "patent_reexam_invalid_data": {
            "type": "array",
            "example": "Please check the form: PatentReexamInvalidData",
            "description": "patent re-examination and invalidation",
            "items": {
              "$ref": "#/components/schemas/P027AdvancedPatentDataReExaminationAndInvalidation_PatentReexamInvalidData"
            }
          }
        }
      },
      "P027AdvancedPatentDataReExaminationAndInvalidationResponse": {
        "type": "object",
        "properties": {
          "data": {
            "type": "array",
            "example": "no sample",
            "description": "response data",
            "items": {
              "$ref": "#/components/schemas/P027AdvancedPatentDataReExaminationAndInvalidation_PatentReexamInvalidResponse"
            }
          },
          "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"
        ]
      },
      "P031AdvancedPatentDataCustomsData_PatentCustomsRecordData": {
        "type": "object",
        "properties": {
          "contact": {
            "type": "string",
            "example": "原田雅章知財事務所",
            "description": "Contact"
          },
          "country": {
            "type": "string",
            "example": "JP",
            "description": "Authority code"
          },
          "product": {
            "type": "string",
            "example": "電荷制御剤",
            "description": "product"
          },
          "end_date": {
            "type": "integer",
            "format": "int64",
            "example": 20201119,
            "description": "Record end date"
          },
          "start_date": {
            "type": "integer",
            "format": "int64",
            "example": 20150902,
            "description": "Record start date"
          },
          "record_number": {
            "type": "string",
            "example": "P4627367-20150902-20201119",
            "description": "Record number"
          },
          "record_status": {
            "type": "string",
            "example": "生效",
            "description": "Record status"
          },
          "approval_opinion": {
            "type": "string",
            "example": "已审批、核准",
            "description": "Approval opinion"
          }
        }
      },
      "P031AdvancedPatentDataCustomsData_PatentCustomsDataResponse": {
        "type": "object",
        "properties": {
          "pn": {
            "type": "string",
            "example": "US11205304B2",
            "description": "patent number"
          },
          "patent_id": {
            "type": "string",
            "example": "718ead9c-4f3c-4674-8f5a-24e126827269",
            "description": "patent id"
          },
          "patent_customs_record_data": {
            "type": "array",
            "example": "Please check the form: PatentCustomsRecordData",
            "description": "customs data",
            "items": {
              "$ref": "#/components/schemas/P031AdvancedPatentDataCustomsData_PatentCustomsRecordData"
            }
          }
        }
      },
      "P031AdvancedPatentDataCustomsDataResponse": {
        "type": "object",
        "properties": {
          "data": {
            "type": "array",
            "example": "no sample",
            "description": "response data",
            "items": {
              "$ref": "#/components/schemas/P031AdvancedPatentDataCustomsData_PatentCustomsDataResponse"
            }
          },
          "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"
        ]
      },
      "P032AdvancedPatentDataAwardData_PatentAwardData": {
        "type": "object",
        "properties": {
          "category": {
            "type": "string",
            "example": "Popular",
            "description": "Award type"
          },
          "award_name": {
            "type": "string",
            "example": "European Inventor Award",
            "description": "Award name, including CN patent awards of several provinces/cities and European Inventor Award"
          },
          "award_level": {
            "type": "string",
            "example": "优秀奖",
            "description": "Award level, only CN jurisdiction have this field"
          },
          "award_session": {
            "type": "string",
            "example": 2018,
            "description": "Award session"
          },
          "award_referrer": {
            "type": "string",
            "example": "大连市知识产权局",
            "description": "Award referrer, only CN jurisdiction have this field"
          }
        }
      },
      "P032AdvancedPatentDataAwardData_PatentAwardDataResponse": {
        "type": "object",
        "properties": {
          "pn": {
            "type": "string",
            "example": "US11205304B2",
            "description": "patent number"
          },
          "patent_id": {
            "type": "string",
            "example": "718ead9c-4f3c-4674-8f5a-24e126827269",
            "description": "patent id"
          },
          "patent_award_data": {
            "type": "array",
            "example": "Please check the form: PatentAwardData",
            "description": "award data",
            "items": {
              "$ref": "#/components/schemas/P032AdvancedPatentDataAwardData_PatentAwardData"
            }
          }
        }
      },
      "P032AdvancedPatentDataAwardDataResponse": {
        "type": "object",
        "properties": {
          "data": {
            "type": "array",
            "example": "no sample",
            "description": "response data",
            "items": {
              "$ref": "#/components/schemas/P032AdvancedPatentDataAwardData_PatentAwardDataResponse"
            }
          },
          "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"
        ]
      },
      "C001CompanyRegistrationInformation_CompanyRegistrationInfoResponse": {
        "type": "object",
        "properties": {
          "city": {
            "type": "string",
            "example": "苏州市",
            "description": "city name"
          },
          "state": {
            "type": "string",
            "example": "江苏省",
            "description": "province or state name"
          },
          "name_en": {
            "type": "string",
            "example": "Bohhom Robot Co. Ltd",
            "description": "company English name"
          },
          "website": {
            "type": "string",
            "example": "www.yngreen.com",
            "description": "official website"
          },
          "district": {
            "type": "string",
            "example": "虎丘区",
            "description": "district name"
          },
          "location": {
            "type": "string",
            "example": "吴江经济技术开发区山湖西路558号东运科技园7",
            "description": "original registration address"
          },
          "reg_code": {
            "type": "string",
            "example": 320584000306931,
            "description": "Industrial and Commercial Registration Number"
          },
          "issue_date": {
            "type": "integer",
            "format": "int32",
            "example": 20220509,
            "description": "issue date"
          },
          "org_number": {
            "type": "string",
            "example": "58234321-3",
            "description": "organization code"
          },
          "tax_number": {
            "type": "string",
            "example": 91320509582343220,
            "description": "tax identification numbers"
          },
          "credit_code": {
            "type": "string",
            "example": 91320509582343220,
            "description": "unified social credit code"
          },
          "reg_capital": {
            "type": "string",
            "example": "2000万人民币",
            "description": "registration capital"
          },
          "company_name": {
            "type": "string",
            "example": "苏州博众智能机器人有限公司",
            "description": "company name"
          },
          "founded_date": {
            "type": "integer",
            "format": "int32",
            "example": 20110926,
            "description": "company founded date"
          },
          "entity_status": {
            "type": "string",
            "example": "存续（在营、开业、在册）",
            "description": "company status"
          },
          "reg_authority": {
            "type": "string",
            "example": "吉林市市场监督管理局",
            "description": "registration authority"
          },
          "short_name_cn": {
            "type": "string",
            "example": "博众智能",
            "description": "company brief name"
          },
          "actual_capital": {
            "type": "string",
            "example": "1868万人民币",
            "description": "actual capital"
          },
          "business_scope": {
            "type": "string",
            "example": "许可项目：第一类增值电信业务（依法须经批准的项目，经相关部门批准后方可开展经营活动，具体经营项目以审批结果为准）\\r\\n一般项目：智能机器人的研发；智能机器人销售；人工智能行业应用系统集成服务；人工智能基础软件开发；人工智能应用软件开发；光伏设备及元器件制造；光伏设备及元器件销售；光电子器件制造；光电子器件销售；电子专用材料研发；电子产品销售；电子元器件制造；物联网设备制造；物联网设备销售；租赁服务（不含许可类租赁服务）；货物进出口；技术进出口（除依法须经批准的项目外，凭营业执照依法自主开展经营活动）",
            "description": "company business scope"
          },
          "description_cn": {
            "type": "string",
            "example": "苏州博众智能机器人有限公司，2011-09-26日成立，经营范围包括许可项目：第一类增值电信业务（依法须经批准的项目，经相关部门批准后方可开展经营活动，具体经营项目以审批结果为准）\\r\\n一般项目：智能机器人的研发；智能机器人销售；人工智能行业应用系统集成服务；人工智能基础软件开发；人工智能应用软件开发；光伏设备及元器件制造；光伏设备及元器件销售；光电子器件制造；光电子器件销售；电子专用材料研发；电子产品销售；电子元器件制造；物联网设备制造；物联网设备销售；租赁服务（不含许可类租赁服务）；货物进出口；技术进出口（除依法须经批准的项目外，凭营业执照依法自主开展经营活动）",
            "description": "company description"
          },
          "history_name_cn": {
            "type": "array",
            "example": "苏州博众机器人有限公司",
            "description": "company former name"
          },
          "social_staff_num": {
            "type": "integer",
            "format": "int32",
            "example": 35,
            "description": "number of insured employees"
          },
          "legal_person_name": {
            "type": "string",
            "example": "刘娜",
            "description": "Juridical Person"
          },
          "employee_number_interval": {
            "type": "string",
            "example": "50人以下",
            "description": "number of employees interval"
          },
          "normalized_entity_type_cn": {
            "type": "string",
            "example": "有限责任公司",
            "description": "company type"
          }
        }
      },
      "C001CompanyRegistrationInformationResponse": {
        "type": "object",
        "properties": {
          "data": {
            "$ref": "#/components/schemas/C001CompanyRegistrationInformation_CompanyRegistrationInfoResponse"
          },
          "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"
        ]
      },
      "C001CompanyRegistrationInformationRequest": {
        "type": "object",
        "properties": {
          "company_name": {
            "type": "string",
            "example": "小米科技有限责任公司",
            "description": "Query the name of a single enterprise"
          },
          "credit_code": {
            "type": "string",
            "example": "91110108551385082Q",
            "description": "Query the unified social credit code of a single enterprise"
          },
          "org_number": {
            "type": "string",
            "example": "5513850T82",
            "description": "Query the organization code of a single enterprise"
          }
        }
      },
      "C002CompanyOutboundInvestment_Investment": {
        "type": "object",
        "properties": {
          "credit_code": {
            "type": "string",
            "example": "91120116MA06WGQC4X",
            "description": "unified social credit code"
          },
          "company_name": {
            "type": "string",
            "example": "天津瀚川智能科技有限公司",
            "description": "company name"
          },
          "investment_proportion": {
            "type": "number",
            "format": "double",
            "example": 60,
            "description": "stock proportion"
          }
        }
      },
      "C002CompanyOutboundInvestment_CompanyOutboundInvestmentResponse": {
        "type": "object",
        "properties": {
          "investment": {
            "type": "array",
            "example": "Please check the form: Investment",
            "description": "investment information",
            "items": {
              "$ref": "#/components/schemas/C002CompanyOutboundInvestment_Investment"
            }
          },
          "org_number": {
            "type": "string",
            "example": "58234321-3",
            "description": "organization code"
          },
          "credit_code": {
            "type": "string",
            "example": 91320509582343220,
            "description": "unified social credit code"
          },
          "company_name": {
            "type": "string",
            "example": "苏州博众智能机器人有限公司",
            "description": "company name"
          }
        }
      },
      "C002CompanyOutboundInvestmentResponse": {
        "type": "object",
        "properties": {
          "data": {
            "$ref": "#/components/schemas/C002CompanyOutboundInvestment_CompanyOutboundInvestmentResponse"
          },
          "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"
        ]
      },
      "C002CompanyOutboundInvestmentRequest": {
        "type": "object",
        "properties": {
          "company_name": {
            "type": "string",
            "example": "小米科技有限责任公司",
            "description": "Query the name of a single enterprise"
          },
          "credit_code": {
            "type": "string",
            "example": "91110108551385082Q",
            "description": "Query the unified social credit code of a single enterprise"
          },
          "org_number": {
            "type": "string",
            "example": "5513850T82",
            "description": "Query the organization code of a single enterprise"
          }
        }
      },
      "C003CompanyShareholderInformation_Shareholder": {
        "type": "object",
        "properties": {
          "stock_name": {
            "type": "string",
            "example": "苏州瀚川投资管理有限公司",
            "description": "Name of shareholder"
          },
          "credit_code": {
            "type": "string",
            "example": "91320594313721239Q",
            "description": "unified social credit code"
          },
          "is_personal": {
            "type": "string",
            "example": 0,
            "description": "Whether it is a natural person (1: natural person, 0: non natural person)"
          },
          "stock_proportion": {
            "type": "number",
            "format": "double",
            "example": 33.62,
            "description": "Shareholding ratio (%)"
          }
        }
      },
      "C003CompanyShareholderInformation_CompanyShareholderInfoResponse": {
        "type": "object",
        "properties": {
          "org_number": {
            "type": "string",
            "example": "58234321-3",
            "description": "organization code"
          },
          "credit_code": {
            "type": "string",
            "example": 91320509582343220,
            "description": "unified social credit code"
          },
          "shareholder": {
            "type": "array",
            "example": "Please check the form: Shareholder",
            "description": "shareholder information",
            "items": {
              "$ref": "#/components/schemas/C003CompanyShareholderInformation_Shareholder"
            }
          },
          "company_name": {
            "type": "string",
            "example": "苏州博众智能机器人有限公司",
            "description": "company name"
          }
        }
      },
      "C003CompanyShareholderInformationResponse": {
        "type": "object",
        "properties": {
          "data": {
            "$ref": "#/components/schemas/C003CompanyShareholderInformation_CompanyShareholderInfoResponse"
          },
          "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"
        ]
      },
      "C003CompanyShareholderInformationRequest": {
        "type": "object",
        "properties": {
          "company_name": {
            "type": "string",
            "example": "小米科技有限责任公司",
            "description": "Query the name of a single enterprise"
          },
          "credit_code": {
            "type": "string",
            "example": "91110108551385082Q",
            "description": "Query the unified social credit code of a single enterprise"
          },
          "org_number": {
            "type": "string",
            "example": "5513850T82",
            "description": "Query the organization code of a single enterprise"
          }
        }
      },
      "C004CompanyAttribute_PublicLabel": {
        "type": "object",
        "properties": {
          "type": {
            "type": "string",
            "example": "科创板",
            "description": "type"
          },
          "label": {
            "type": "string",
            "example": "A股",
            "description": "label"
          }
        }
      },
      "C004CompanyAttribute_CompanyAttributeResponse": {
        "type": "object",
        "properties": {
          "group": {
            "type": "array",
            "example": "瀚川智能",
            "description": "group label"
          },
          "org_number": {
            "type": "string",
            "example": "05669441-9",
            "description": "organization code"
          },
          "credit_code": {
            "type": "string",
            "example": 913205940566944300,
            "description": "unified social credit code"
          },
          "process_ipo": {
            "type": "string",
            "example": "已问询",
            "description": "ipo process"
          },
          "company_name": {
            "type": "string",
            "example": "苏州瀚川智能科技股份有限公司",
            "description": "company name"
          },
          "public_label": {
            "type": "array",
            "example": "Please check the form: PublicLabel",
            "description": "public label",
            "items": {
              "$ref": "#/components/schemas/C004CompanyAttribute_PublicLabel"
            }
          },
          "tax_credie_a": {
            "type": "string",
            "example": "A级纳税人",
            "description": "the latest tax information level (A or not)"
          },
          "round_lastest": {
            "type": "string",
            "example": "定向增发",
            "description": "latest financing rounds"
          },
          "investment_top100_qk": {
            "type": "array",
            "example": "毅达资本",
            "description": "top 100 investment institutions"
          }
        }
      },
      "C004CompanyAttributeResponse": {
        "type": "object",
        "properties": {
          "data": {
            "$ref": "#/components/schemas/C004CompanyAttribute_CompanyAttributeResponse"
          },
          "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"
        ]
      },
      "C004CompanyAttributeRequest": {
        "type": "object",
        "properties": {
          "company_name": {
            "type": "string",
            "example": "小米科技有限责任公司",
            "description": "Query the name of a single enterprise"
          },
          "credit_code": {
            "type": "string",
            "example": "91110108551385082Q",
            "description": "Query the unified social credit code of a single enterprise"
          },
          "org_number": {
            "type": "string",
            "example": "5513850T82",
            "description": "Query the organization code of a single enterprise"
          }
        }
      },
      "C014CompanyTechnologyQualification_TechQualification": {
        "type": "object",
        "properties": {
          "year": {
            "type": "string",
            "example": 2021,
            "description": "evaluation year"
          },
          "level": {
            "type": "string",
            "example": "国家级",
            "description": "level"
          },
          "end_date": {
            "type": "string",
            "example": 20241118,
            "description": "end date"
          },
          "tag_type": {
            "type": "string",
            "example": "高新技术企业",
            "description": "technical qualification"
          },
          "publish_date": {
            "type": "string",
            "example": 20211217,
            "description": "publish date"
          },
          "issuing_agency": {
            "type": "string",
            "example": "科技部火炬中心",
            "description": "issuing agency"
          }
        }
      },
      "C014CompanyTechnologyQualification_CompanyTechQualificationResponse": {
        "type": "object",
        "properties": {
          "org_number": {
            "type": "string",
            "example": "05669441-9",
            "description": "organization code"
          },
          "credit_code": {
            "type": "string",
            "example": 913205940566944300,
            "description": "unified social credit code"
          },
          "company_name": {
            "type": "string",
            "example": "苏州瀚川智能科技股份有限公司",
            "description": "company name"
          },
          "tech_qualification": {
            "type": "array",
            "example": "Please check the form: TechQualification",
            "description": "tech qualification details",
            "items": {
              "$ref": "#/components/schemas/C014CompanyTechnologyQualification_TechQualification"
            }
          }
        }
      },
      "C014CompanyTechnologyQualificationResponse": {
        "type": "object",
        "properties": {
          "data": {
            "$ref": "#/components/schemas/C014CompanyTechnologyQualification_CompanyTechQualificationResponse"
          },
          "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"
        ]
      },
      "C014CompanyTechnologyQualificationRequest": {
        "type": "object",
        "properties": {
          "company_name": {
            "type": "string",
            "example": "小米科技有限责任公司",
            "description": "Query the name of a single enterprise"
          },
          "credit_code": {
            "type": "string",
            "example": "91110108551385082Q",
            "description": "Query the unified social credit code of a single enterprise"
          },
          "org_number": {
            "type": "string",
            "example": "5513850T82",
            "description": "Query the organization code of a single enterprise"
          }
        }
      },
      "C015CompanyAwardsInformation_AwardsQualification": {
        "type": "object",
        "properties": {
          "year": {
            "type": "string",
            "example": 2010,
            "description": "evaluation year"
          },
          "award": {
            "type": "string",
            "example": "国家科学技术进步奖",
            "description": "award"
          },
          "level": {
            "type": "string",
            "example": "国家级",
            "description": "level"
          },
          "awards_level": {
            "type": "string",
            "example": "二等奖",
            "description": "awards  level"
          },
          "publish_date": {
            "type": "string",
            "example": 20110114,
            "description": "publish date"
          },
          "issuing_agency": {
            "type": "string",
            "example": "科技部",
            "description": "issuing agency"
          }
        }
      },
      "C015CompanyAwardsInformation_CompanyAwardsInformationResponse": {
        "type": "object",
        "properties": {
          "org_number": {
            "type": "string",
            "example": "05669441-9",
            "description": "organization code"
          },
          "credit_code": {
            "type": "string",
            "example": 913205940566944300,
            "description": "unified social credit code"
          },
          "company_name": {
            "type": "string",
            "example": "苏州瀚川智能科技股份有限公司",
            "description": "company name"
          },
          "awards_qualification": {
            "type": "array",
            "example": "Please check the form: AwardsQualification",
            "description": "awards qualification",
            "items": {
              "$ref": "#/components/schemas/C015CompanyAwardsInformation_AwardsQualification"
            }
          }
        }
      },
      "C015CompanyAwardsInformationResponse": {
        "type": "object",
        "properties": {
          "data": {
            "$ref": "#/components/schemas/C015CompanyAwardsInformation_CompanyAwardsInformationResponse"
          },
          "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"
        ]
      },
      "C015CompanyAwardsInformationRequest": {
        "type": "object",
        "properties": {
          "company_name": {
            "type": "string",
            "example": "小米科技有限责任公司",
            "description": "Query the name of a single enterprise"
          },
          "credit_code": {
            "type": "string",
            "example": "91110108551385082Q",
            "description": "Query the unified social credit code of a single enterprise"
          },
          "org_number": {
            "type": "string",
            "example": "5513850T82",
            "description": "Query the organization code of a single enterprise"
          }
        }
      },
      "C017CompanyCoreMember_CoreMember": {
        "type": "object",
        "properties": {
          "desc": {
            "type": "string",
            "example": "曹韻丽女士,1963年出生,中国国籍,无永久境外居留权。财务会计专业专科学历,会计师。\n2002年起任职于上海飞凯光电材料股份有限公司,历任财务会计、财务部经理。现任上海飞凯光电材料股份有限公司董事、副总经理。",
            "description": "personal profiles"
          },
          "name": {
            "type": "string",
            "example": "曹韻丽",
            "description": "person name"
          },
          "title": {
            "type": "string",
            "example": "副总经理&副董事长&董事",
            "description": "position"
          },
          "is_dimission": {
            "type": "string",
            "example": 1,
            "description": "whether or not  resignation (1: Resignation 0: Active)"
          }
        }
      },
      "C017CompanyCoreMember_CompanyCoreMemberResponse": {
        "type": "object",
        "properties": {
          "org_number": {
            "type": "string",
            "example": "73814112-5",
            "description": "organization code"
          },
          "core_member": {
            "type": "array",
            "example": "Please check the form: CoreMember",
            "description": "core members details",
            "items": {
              "$ref": "#/components/schemas/C017CompanyCoreMember_CoreMember"
            }
          },
          "credit_code": {
            "type": "string",
            "example": 913100007381411200,
            "description": "unified social credit code"
          },
          "company_name": {
            "type": "string",
            "example": "上海飞凯材料科技股份有限公司",
            "description": "company name"
          }
        }
      },
      "C017CompanyCoreMemberResponse": {
        "type": "object",
        "properties": {
          "data": {
            "$ref": "#/components/schemas/C017CompanyCoreMember_CompanyCoreMemberResponse"
          },
          "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"
        ]
      },
      "C017CompanyCoreMemberRequest": {
        "type": "object",
        "properties": {
          "company_name": {
            "type": "string",
            "example": "小米科技有限责任公司",
            "description": "Query the name of a single enterprise"
          },
          "credit_code": {
            "type": "string",
            "example": "91110108551385082Q",
            "description": "Query the unified social credit code of a single enterprise"
          },
          "org_number": {
            "type": "string",
            "example": "5513850T82",
            "description": "Query the organization code of a single enterprise"
          }
        }
      },
      "C018CompanyListingInformation_ListingInformation": {
        "type": "object",
        "properties": {
          "exchange": {
            "type": "string",
            "example": "深圳交易所",
            "description": "exchange"
          },
          "bond_code": {
            "type": "string",
            "example": "002013",
            "description": "stock code"
          },
          "bond_name": {
            "type": "string",
            "example": "中航机电",
            "description": "stock abbreviation"
          },
          "bond_type": {
            "type": "string",
            "example": "主板",
            "description": "listing sector"
          },
          "bond_label": {
            "type": "string",
            "example": "A股",
            "description": "stock tags"
          },
          "english_name": {
            "type": "string",
            "example": "AVIC Electromechanical Systems Co., Ltd.",
            "description": "english name"
          },
          "listing_date": {
            "type": "string",
            "example": 20040705,
            "description": "listing date"
          },
          "delisting_date": {
            "type": "string",
            "example": 20230317,
            "description": "delisting date"
          }
        }
      },
      "C018CompanyListingInformation_CompanyListingInformationResponse": {
        "type": "object",
        "properties": {
          "org_number": {
            "type": "string",
            "example": "722088964/72208896-4",
            "description": "organization code"
          },
          "credit_code": {
            "type": "string",
            "example": 914200007220889600,
            "description": "unified social credit code"
          },
          "company_name": {
            "type": "string",
            "example": "中航工业机电系统股份有限公司",
            "description": "company name"
          },
          "listing_information": {
            "type": "array",
            "example": "Please check the form: ListingInformation",
            "description": "listing information details",
            "items": {
              "$ref": "#/components/schemas/C018CompanyListingInformation_ListingInformation"
            }
          }
        }
      },
      "C018CompanyListingInformationResponse": {
        "type": "object",
        "properties": {
          "data": {
            "$ref": "#/components/schemas/C018CompanyListingInformation_CompanyListingInformationResponse"
          },
          "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"
        ]
      },
      "C018CompanyListingInformationRequest": {
        "type": "object",
        "properties": {
          "company_name": {
            "type": "string",
            "example": "小米科技有限责任公司",
            "description": "Query the name of a single enterprise"
          },
          "credit_code": {
            "type": "string",
            "example": "91110108551385082Q",
            "description": "Query the unified social credit code of a single enterprise"
          },
          "org_number": {
            "type": "string",
            "example": "5513850T82",
            "description": "Query the organization code of a single enterprise"
          }
        }
      },
      "C019CompanyIpoProcess_AcceptProcessResponse": {
        "type": "object",
        "properties": {
          "date": {
            "type": "string",
            "example": 20220303,
            "description": "acceptance date"
          },
          "audit_status": {
            "type": "string",
            "example": "已受理",
            "description": "audit status"
          }
        }
      },
      "C019CompanyIpoProcess_IPOProcess": {
        "type": "object",
        "properties": {
          "lawyers": {
            "type": "string",
            "example": "李源,张露文,刘璐,王金波",
            "description": "lawyer"
          },
          "sponsor": {
            "type": "string",
            "example": "张建,彭浩",
            "description": "sponsor representative"
          },
          "exchange": {
            "type": "string",
            "example": "上海交易所",
            "description": "exchange"
          },
          "law_firm": {
            "type": "string",
            "example": "北京德恒律师事务所",
            "description": "law firm"
          },
          "bond_name": {
            "type": "string",
            "example": "微导纳米",
            "description": "stock abbreviation"
          },
          "bond_type": {
            "type": "string",
            "example": "科创板",
            "description": "listing sector"
          },
          "evaluators": {
            "type": "string",
            "example": "姜海成,尚银波",
            "description": "evaluators"
          },
          "accept_date": {
            "type": "string",
            "example": 20220303,
            "description": "acceptance date"
          },
          "accountants": {
            "type": "string",
            "example": "李雯敏,周一惠,郭海龙",
            "description": "senior accountant"
          },
          "update_date": {
            "type": "string",
            "example": 20220801,
            "description": "update date"
          },
          "audit_status": {
            "type": "string",
            "example": "上市委会议通过",
            "description": "audit status"
          },
          "accept_process": {
            "type": "array",
            "example": "Please check the form: AcceptProcessResponse",
            "description": "acceptance stage",
            "items": {
              "$ref": "#/components/schemas/C019CompanyIpoProcess_AcceptProcessResponse"
            }
          },
          "accounting_firm": {
            "type": "string",
            "example": "天职国际会计师事务所（特殊普通合伙）",
            "description": "accounting firm"
          },
          "financing_money": {
            "type": "number",
            "format": "double",
            "example": 10,
            "description": "financing amount (100 million RMB)"
          },
          "sponsor_institution": {
            "type": "string",
            "example": "浙商证券股份有限公司",
            "description": "sponsor institution"
          },
          "evaluation_organization": {
            "type": "string",
            "example": "沃克森（北京）国际资产评估有限公司",
            "description": "evaluation organization"
          }
        }
      },
      "C019CompanyIpoProcess_CompanyIPOProcessResponse": {
        "type": "object",
        "properties": {
          "org_number": {
            "type": "string",
            "example": "MA1MDBFY3/MA1MDBFY-3",
            "description": "organization code"
          },
          "credit_code": {
            "type": "string",
            "example": "91320213MA1MDBFY36",
            "description": "unified social credit code"
          },
          "ipo_process": {
            "type": "array",
            "example": "Please check the form: IPOProcess",
            "description": "IPO process details",
            "items": {
              "$ref": "#/components/schemas/C019CompanyIpoProcess_IPOProcess"
            }
          },
          "company_name": {
            "type": "string",
            "example": "江苏微导纳米科技股份有限公司",
            "description": "company name"
          }
        }
      },
      "C019CompanyIpoProcessResponse": {
        "type": "object",
        "properties": {
          "data": {
            "$ref": "#/components/schemas/C019CompanyIpoProcess_CompanyIPOProcessResponse"
          },
          "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"
        ]
      },
      "C019CompanyIpoProcessRequest": {
        "type": "object",
        "properties": {
          "company_name": {
            "type": "string",
            "example": "小米科技有限责任公司",
            "description": "Query the name of a single enterprise"
          },
          "credit_code": {
            "type": "string",
            "example": "91110108551385082Q",
            "description": "Query the unified social credit code of a single enterprise"
          },
          "org_number": {
            "type": "string",
            "example": "5513850T82",
            "description": "Query the organization code of a single enterprise"
          }
        }
      },
      "C020CompanyStandardInformation_SimilarStandard": {
        "type": "object",
        "properties": {
          "standard_id": {
            "type": "string",
            "example": "GB/T5267.2-2002",
            "description": "standard number"
          },
          "standard_name": {
            "type": "string",
            "example": "紧固件非电解锌片涂层",
            "description": "standard chinese name"
          }
        }
      },
      "C020CompanyStandardInformation_StandardInformation": {
        "type": "object",
        "properties": {
          "drafter": {
            "type": "string",
            "example": "徐聚元、邢路坤 等",
            "description": "original drafter"
          },
          "revision": {
            "type": "string",
            "example": "制定",
            "description": "preparation and revision"
          },
          "record_date": {
            "type": "string",
            "example": 20180612,
            "description": "record date"
          },
          "standard_id": {
            "type": "string",
            "example": "GB/T 5267.2-2017",
            "description": "standard number"
          },
          "release_date": {
            "type": "string",
            "example": 20171229,
            "description": "publication date"
          },
          "drafting_unit": {
            "type": "string",
            "example": "机械工业通用零部件产品质量监督检测中心，宁波市鄞州计氏金属表面处理厂，浙江新东方汽车零部件有限公司，浙江迪特高强度螺栓有限公司，上海申光高强度螺栓有限公司，中机生产力促进中心，宁波九龙紧固件制造有限公司，浙江国检检测技术股份有限公司",
            "description": "original drafting unit"
          },
          "record_number": {
            "type": "string",
            "example": "64199-2018",
            "description": "record number"
          },
          "standard_name": {
            "type": "string",
            "example": "紧固件 非电解锌片涂层",
            "description": "standard chinese name"
          },
          "standard_type": {
            "type": "string",
            "example": "国家标准",
            "description": "standard type"
          },
          "implement_date": {
            "type": "string",
            "example": 20180401,
            "description": "implementation date"
          },
          "release_company": {
            "type": "string",
            "example": "全国紧固件标准化技术委员会",
            "description": "release_company"
          },
          "standard_status": {
            "type": "string",
            "example": "现行",
            "description": "standard state"
          },
          "similar_standard": {
            "type": "array",
            "example": "Please check the form: SimilarStandard",
            "description": "similar standard",
            "items": {
              "$ref": "#/components/schemas/C020CompanyStandardInformation_SimilarStandard"
            }
          },
          "standard_name_en": {
            "type": "string",
            "example": "Fasteners—Non-electrolytically applied zinc flake coatings",
            "description": "standard english name"
          },
          "application_scope": {
            "type": "string",
            "example": "本文件适用于以无机粉体（包括但不限于方解石、沸石、石英石、云母石等）为主，辅以聚烯烃树脂及助剂混合改性后的无机化聚烯烃膜材料。",
            "description": "application scope"
          },
          "implement_company": {
            "type": "string",
            "example": "全国紧固件标准化技术委员会",
            "description": "execution unit"
          },
          "standard_category": {
            "type": "string",
            "example": "基础",
            "description": "standard category"
          },
          "standard_number_cn": {
            "type": "string",
            "example": "J13",
            "description": "chinese standard classification number"
          },
          "standard_properties": {
            "type": "string",
            "example": "推荐性",
            "description": "standard attributes"
          },
          "competent_department": {
            "type": "string",
            "example": "中国机械工业联合会",
            "description": "competent department"
          },
          "technical_committees": {
            "type": "string",
            "example": "全国紧固件标准化技术委员会",
            "description": "technical committees"
          },
          "standard_number_inter": {
            "type": "string",
            "example": "21.060.10",
            "description": "international standard classification number"
          },
          "main_technical_contents": {
            "type": "string",
            "example": "本文件基于主编单位多年的国际快餐试验数据和生产实践经验，以及主编单位对“817”小肉鸡饲养的数据积累。借鉴了相关国标和行业标准，在此基础上，对部分数据制定了更细、更高的标准。在感官；水分；混合均匀度；卫生指标；营养成分；检验方法；检验规则；标签、包装、运输和贮存；保质期方面提出了严格的标准要求。",
            "description": "main technical contents"
          },
          "all_substitute_standards": {
            "type": "array",
            "example": [
              "GB/T 5267.2-2002"
            ],
            "description": "all substitute standardsall substitute standards"
          }
        }
      },
      "C020CompanyStandardInformation_CompanyStandardInformationResponse": {
        "type": "object",
        "properties": {
          "org_number": {
            "type": "string",
            "example": "722088964/72208896-4",
            "description": "organization code"
          },
          "credit_code": {
            "type": "string",
            "example": 914200007220889600,
            "description": "unified social credit code"
          },
          "company_name": {
            "type": "string",
            "example": "中航工业机电系统股份有限公司",
            "description": "company name"
          },
          "standard_count": {
            "type": "integer",
            "format": "int32",
            "example": 7,
            "description": "standard count"
          },
          "standard_information": {
            "type": "array",
            "example": "ListingInformation",
            "description": "standard information details",
            "items": {
              "$ref": "#/components/schemas/C020CompanyStandardInformation_StandardInformation"
            }
          }
        }
      },
      "C020CompanyStandardInformationResponse": {
        "type": "object",
        "properties": {
          "data": {
            "$ref": "#/components/schemas/C020CompanyStandardInformation_CompanyStandardInformationResponse"
          },
          "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"
        ]
      },
      "C020CompanyStandardInformationRequest": {
        "type": "object",
        "properties": {
          "standard_type": {
            "type": "string",
            "example": "国家标准",
            "description": "Default All (can query All, country standards, industry standards, local standards, and team standards)"
          },
          "page_number": {
            "type": "integer",
            "format": "int32",
            "example": 1,
            "description": "Default page 1 (up to 20 items per page, returned in descending order by publication date, all items less than 20 will be returned)"
          },
          "company_name": {
            "type": "string",
            "example": "小米科技有限责任公司",
            "description": "Query the name of a single enterprise"
          },
          "credit_code": {
            "type": "string",
            "example": "91110108551385082Q",
            "description": "Query the unified social credit code of a single enterprise"
          },
          "org_number": {
            "type": "string",
            "example": "5513850T82",
            "description": "Query the organization code of a single enterprise"
          }
        },
        "required": [
          "page_number"
        ]
      },
      "C021CompanyQualificationCertificate_CertificateDetail": {
        "type": "object",
        "properties": {
          "title": {
            "type": "string",
            "example": "认证项目",
            "description": "field name"
          },
          "content": {
            "type": "string",
            "example": "汽车行业质量管理体系认证",
            "description": "field content"
          }
        }
      },
      "C021CompanyQualificationCertificate_QualificationCertificate": {
        "type": "object",
        "properties": {
          "detail": {
            "type": "array",
            "example": "Please check the form: CertificateDetail",
            "description": "original certificate details",
            "items": {
              "$ref": "#/components/schemas/C021CompanyQualificationCertificate_CertificateDetail"
            }
          },
          "cert_no": {
            "type": "string",
            "example": "0380558",
            "description": "certificate number"
          },
          "end_date": {
            "type": "string",
            "example": 20240111,
            "description": "closing date"
          },
          "start_date": {
            "type": "string",
            "example": 20210112,
            "description": "date of issuance"
          },
          "certificate_name": {
            "type": "string",
            "example": "汽车行业质量管理体系认证",
            "description": "certificate type"
          }
        }
      },
      "C021CompanyQualificationCertificate_CompanyQualificationCertificateResponse": {
        "type": "object",
        "properties": {
          "org_number": {
            "type": "string",
            "example": "572927506/57292750-6",
            "description": "organization code"
          },
          "credit_code": {
            "type": "string",
            "example": "91330424572927506D",
            "description": "unified social credit code"
          },
          "company_name": {
            "type": "string",
            "example": "浙江新东方汽车零部件有限公司",
            "description": "company name"
          },
          "certificate_count": {
            "type": "integer",
            "format": "int32",
            "example": 1,
            "description": "certificate count"
          },
          "qualification_certificate": {
            "type": "array",
            "example": "Please check the form: QualificationCertificate",
            "description": "qualification certificate details",
            "items": {
              "$ref": "#/components/schemas/C021CompanyQualificationCertificate_QualificationCertificate"
            }
          }
        }
      },
      "C021CompanyQualificationCertificateResponse": {
        "type": "object",
        "properties": {
          "data": {
            "$ref": "#/components/schemas/C021CompanyQualificationCertificate_CompanyQualificationCertificateResponse"
          },
          "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"
        ]
      },
      "C021CompanyQualificationCertificateRequest": {
        "type": "object",
        "properties": {
          "page_number": {
            "type": "integer",
            "format": "int32",
            "example": 1,
            "description": "Default page 1 (up to 20 items per page, returned in descending order by publication date, all items less than 20 will be returned)"
          },
          "company_name": {
            "type": "string",
            "example": "小米科技有限责任公司",
            "description": "Query the name of a single enterprise"
          },
          "credit_code": {
            "type": "string",
            "example": "91110108551385082Q",
            "description": "Query the unified social credit code of a single enterprise"
          },
          "org_number": {
            "type": "string",
            "example": "5513850T82",
            "description": "Query the organization code of a single enterprise"
          }
        },
        "required": [
          "page_number"
        ]
      },
      "C026CompanyTechnologyEvaluationIndicatorsBacktracking_HistoryOriginalDetailResponse": {
        "type": "object",
        "properties": {
          "ic_num": {
            "type": "integer",
            "format": "int64",
            "example": 37,
            "description": "Total number of soft books in the past five years(The total number of software applications in the past five years is more, which means that the company has more recent research and development in the software field and has strong recent research and development capability)"
          },
          "rounds": {
            "type": "integer",
            "format": "int64",
            "example": 4,
            "description": "Number of financing rounds(The more rounds of financing, the stronger the company's ability to attract capital and the stronger the company's overall strength)"
          },
          "reg_num": {
            "type": "integer",
            "format": "int32",
            "example": 37,
            "description": "Total number of software copyright registrations(The higher the total number of software copyright registrations, the stronger the company's R&D strength in the software industry, and it is in the leading position in the industry)"
          },
          "apno_cnt": {
            "type": "integer",
            "format": "int64",
            "example": 435,
            "description": "Number of patent applications (The more patent applications, the larger the R&D scale of the company)"
          },
          "duration": {
            "type": "number",
            "format": "double",
            "example": 10.266,
            "description": "Time of establishment(The year difference between the establishment date and the calculation date)"
          },
          "value_avg": {
            "type": "number",
            "format": "double",
            "example": 27200,
            "description": "Average patent value (USD)(The higher the average value of patent value, the more assets of the enterprise's overall patent)"
          },
          "value_sum": {
            "type": "number",
            "format": "double",
            "example": 27200,
            "description": "Total patent value (USD)(The greater the total value of patents, the more assets of the enterprise's overall patents)"
          },
          "avg_3y_cnt": {
            "type": "number",
            "format": "double",
            "example": 88.66,
            "description": "Average number of patent applications in recent three years(The average number of patent applications in the past three years is more, indicating that the company has invested more in recent research and development)"
          },
          "reg_3y_avg": {
            "type": "number",
            "format": "double",
            "example": 3.66,
            "description": "Average number of soft book applications in recent 3 years(The higher the average application for soft books in the past three years, the stronger the company's recent research and development capacity)"
          },
          "reg_num_5y": {
            "type": "integer",
            "format": "int64",
            "example": 37,
            "description": "Total number of soft books in the past five years(The total number of software applications in the past five years is more, which means that the company has more recent research and development in the software field and has strong recent research and development capability)"
          },
          "tech_width": {
            "type": "number",
            "format": "double",
            "example": 1.7026,
            "description": "Breadth of patented technology(Technology breadth refers to the IPC involved in the enterprise's patents in the core technology field. The more technology fields involved in the measurement of patents, the broader the enterprise's layout)"
          },
          "country_cnt": {
            "type": "integer",
            "format": "int64",
            "example": 5,
            "description": "Geographical distribution of patents(The geographical distribution of patents, that is, the receiving authority of patent applications, the higher the geographical distribution of patents, the higher the Longernationalization level of enterprises' business distribution in various countries/regions)"
          },
          "num_members": {
            "type": "integer",
            "format": "int64",
            "example": 4,
            "description": "Number of core teams(The more total number of applications for qualification certificates indicates the diversity of the company's main businesses and its competitiveness in the main business sectors)"
          },
          "ip_dependency": {
            "type": "number",
            "format": "double",
            "example": 0,
            "description": "IP dependency(IP dependency, that is, the proportion of patents licensed by the company. The greater the IP dependency, the more dependent the company's main products are on the core technologies of other companies.)"
          },
          "qualification": {
            "type": "array",
            "example": "苏州市专精特新, 专精特新小巨人, 瞪羚企业, 江苏省小巨人, 江苏省企业技术中心, 高新技术企业, A股",
            "description": "Enterprise innovation qualification(The more types of enterprise innovation qualifications, the more recognition the enterprise obtains from the capital market or the country, the stronger the enterprise's consolidation strength)"
          },
          "value_top5_avg": {
            "type": "number",
            "format": "double",
            "example": 27200,
            "description": "Maximum 5 averages of patent value (USD)(The higher the maximum five average values of patent value, the higher the value of enterprise core patents)"
          },
          "invention_ratio": {
            "type": "number",
            "format": "double",
            "example": 0.257,
            "description": "Proportion of invention patent applications(The invention patent is the highest gold content in patent applications. The higher the proportion of invention patent applications, the higher the technical level of the company's research and development.)"
          },
          "avg_cited_by_cnt": {
            "type": "number",
            "format": "double",
            "example": 0.408,
            "description": "Average cited times(The more patents are cited on average, the stronger the recognition of enterprises in the industry, the stronger the overall technical influence in the industry)"
          },
          "in_examing_ratio": {
            "type": "number",
            "format": "double",
            "example": 0.1802,
            "description": "Patents under review(The proportion of pending patents, that is, the larger the proportion of pending patents, indicates that many patent offices of enterprises are in the status of pending, and enterprises are in the preliminary stage. In the short term, the company's patent licensing will show rapid growth)"
          },
          "most_recent_time": {
            "type": "number",
            "format": "double",
            "example": 5.886,
            "description": "Time since the latest financing(The time since the company's latest financing can reflect the company's current ability to attract capital and reflect the company's current strength. The shorter the time of the latest financing, the shorter the time for the company to obtain capital market research, the lower the risk)"
          },
          "num_certificates": {
            "type": "integer",
            "format": "int64",
            "example": 4,
            "description": "Number of qualification certificates(The more total number of applications for qualification certificates indicates the diversity of the company's main businesses and its competitiveness in the main business sectors)"
          },
          "reg_growth_ratio": {
            "type": "number",
            "format": "double",
            "example": -0.34,
            "description": "Soft copy growth rate(The higher the software growth rate, the faster the development of the company in the industry and the strong sustainability of research and development)"
          },
          "apno_cnt_valid_5y": {
            "type": "integer",
            "format": "int64",
            "example": 403,
            "description": "Number of valid patent applications in the last five years(The more effective patent applications in the past five years, the more recent R&D investment of the company)"
          },
          "ipc_sub_class_cnt": {
            "type": "integer",
            "format": "int64",
            "example": 57,
            "description": "Number of IPC sub-categories(The larger the number of IPC sub-categories, the broader the company's R&D direction)"
          },
          "patent_valid_ratio": {
            "type": "number",
            "format": "double",
            "example": 0.9406,
            "description": "Patent efficiency(The higher the patent efficiency, the stronger the patent protection of the company, and the higher the R&D cost invested)"
          },
          "active_inventor_cnt": {
            "type": "integer",
            "format": "int64",
            "example": 3,
            "description": "Number of active inventors(Active inventors are inventors who have applied for patents every year for five consecutive years. The more active inventors are, the more sustainable the enterprise has a stable R&D team.)"
          },
          "invention_stability": {
            "type": "number",
            "format": "double",
            "example": 11.751595636338072,
            "description": "Stability of invention patent application (The stability of the invention patent application, that is, the variance of the invention patent application. The smaller the stability value of the invention patent application, the smaller the volatility of the company's R&D patent, the more stable the R&D output)"
          },
          "joint_applicant_cnt": {
            "type": "integer",
            "format": "int64",
            "example": 5,
            "description": "Join applicants(The more scientific research institutes or enterprises joinly applied for, the stronger the company's ability to produce, study and research)"
          },
          "non_design_apno_cnt": {
            "type": "integer",
            "format": "int64",
            "example": 437,
            "description": "Number of non-design patent applications(Non-design patents, namely invention patents and utility model patents. The more non-appearance patents applied, the higher the quality of patents developed by the company)"
          },
          "self_cited_by_ratio": {
            "type": "number",
            "format": "double",
            "example": 0.02,
            "description": "Patent self-citation rate(Patent self-citation rate, that is, the company's subsequent patents cite its own patents, reflecting the continuity and stability of the company's research and development)"
          },
          "avg_funding_interval": {
            "type": "number",
            "format": "double",
            "example": 2.114,
            "description": "Average financing Interval(The average financing Interval of the company can reflect the company's average financing ability and whether its development is stable. The shorter the average financing Longerval, the stronger the company's fund-raising ability)"
          },
          "avg_technology_score": {
            "type": "number",
            "format": "double",
            "example": 0.266,
            "description": "Average technical quality(Average technical quality is the average score of technical value in the patent value of all patents of the company. The higher the average technical quality, the higher the company's technical level)"
          },
          "num_trademarks_total": {
            "type": "integer",
            "format": "int64",
            "example": 4,
            "description": "Number of trademarks(The more total number of trademark applications, the stronger the company's overall trademark R&D strength)"
          },
          "active_inventor_ratio": {
            "type": "number",
            "format": "double",
            "example": 5,
            "description": "JActive inventor scale(The scale of active inventors, that is, the proportion of active inventors, the larger the scale, the better the stability of the company's research and development.)"
          },
          "granted_invention_cnt": {
            "type": "integer",
            "format": "int64",
            "example": 23,
            "description": "Total number of effective invention patents(The larger the total number of effective invention patents, the higher the quality of patents developed by the company as a whole)"
          },
          "joint_application_cnt": {
            "type": "integer",
            "format": "int64",
            "example": 6,
            "description": "Number of join patent applications(The more patents applied by scientific research institutes or enterprises joinly, the stronger the company's ability to produce, study and research)"
          },
          "reg_capital_formatted": {
            "type": "number",
            "format": "double",
            "example": 1.082,
            "description": "Registered capital(The subscribed amount of the registered company, the greater the registered capital, the greater the risk responsibility of the company)"
          },
          "external_licensing_cnt": {
            "type": "integer",
            "format": "int64",
            "example": 0,
            "description": "Number of valid patents for external licensing(The larger the number of valid patents for external licensing, the higher the recognition of the company in the industry and the greater the influence)"
          },
          "money_q25_sum_weighted": {
            "type": "number",
            "format": "double",
            "example": 1.69,
            "description": "Weighted amount of financing(The higher the weighted amount of the company's financing, the stronger the company's ability to attract capital and the stronger the company's overall strength)"
          },
          "num_certificates_valid": {
            "type": "integer",
            "format": "int64",
            "example": 4,
            "description": "Total number of valid qualification certificates(The more the total number of valid qualification certificates, the diversity of the company's main business and its competitiveness in the main business sectors)"
          },
          "patenting_growth_ratio": {
            "type": "number",
            "format": "double",
            "example": 1.301,
            "description": "Patent growth rate(The growth rate of patents, that is, the growth rate of enterprises' patents is counted in a period of three years. The higher the growth rate of patents, the higher the recent R&D investment of enterprises)"
          },
          "avg_remaining_life_span": {
            "type": "number",
            "format": "double",
            "example": 8.723,
            "description": "Expected life of patent (The expected life of the patent, that is, the estimated average expiry date of the patent, the longer the expected life of the patent, the longer the patent protection period, indicating the stronger the technological vitality of the company)"
          },
          "granted_invention_ratio": {
            "type": "number",
            "format": "double",
            "example": 23,
            "description": "Proportion of effective invention patents(The higher the proportion of effective invention patents, the higher the quality of the company's R&D patents)"
          },
          "non_design_pct_apno_cnt": {
            "type": "integer",
            "format": "int64",
            "example": 5,
            "description": "Total PCT patents(PCT patents, that is, Longernational patent applications, do not include the appearance of The Hague. The more PCT patents, the stronger the company's Longernational awareness and Longernational foresight.)"
          },
          "num_trademarks_total_5y": {
            "type": "integer",
            "format": "int64",
            "example": 19,
            "description": "Total number of trademarks in the past five years(The total number of trademark applications in the past five years is more, which means that the company has developed more trademarks in the near future)"
          },
          "actual_capital_formatted": {
            "type": "number",
            "format": "double",
            "example": 81,
            "description": "Actual  capital(The amount actually paid by the company. The larger the paid-in capital, the stronger the company's financial strength)"
          },
          "most_cited_patents_value": {
            "type": "number",
            "format": "double",
            "example": 10.8,
            "description": "Quality of the top 10 patents cited (USD)(The quality of the top 10 cited patents is the patent value of the cited patents, and the higher the patent influence of the enterprise is.)"
          },
          "standard_information_num": {
            "type": "integer",
            "format": "int64",
            "example": 2,
            "description": "Number of participating standards(The more companies participate in the formulation of standards, it means that the company has influence in the industry or technical talents and products have certain authority in the industry)"
          },
          "total_patent_award_score": {
            "type": "integer",
            "format": "int64",
            "example": 0,
            "description": "Patent Awards(The more patent awards, the higher the patent quality of the company)"
          },
          "core_patents_cited_by_cnt": {
            "type": "integer",
            "format": "int64",
            "example": 0.408,
            "description": "Number of core patents cited(Core patents refer to the top 10 patents of enterprise patent value. The more core patents are cited, the stronger the core technology of the enterprise is recognized by the industry and the stronger the influence of the core technology.)"
          },
          "num_trademarks_registered": {
            "type": "integer",
            "format": "int64",
            "example": 34,
            "description": "Registered trademarks(The more registered trademark applications, the stronger the company's overall trademark R&D strength)"
          },
          "tech_global_concentration": {
            "type": "number",
            "format": "double",
            "example": 1.7026,
            "description": "Concentration of patented technology(Compare the number of the company's key IPC patents with the number of global IPC patents in this field, and understand the global share of the company's main technology patents)"
          },
          "top5_current_impact_index": {
            "type": "number",
            "format": "double",
            "example": 0.0182,
            "description": "Current influence(Current influence, that is, the proportion of the average cited times of the company's patents in the past five years to the average cited times of all the company's patents in the past one year. The higher the current influence, the higher the influence of the company's recently developed patents in the current industry)"
          },
          "core_patents_cited_by_ratio": {
            "type": "number",
            "format": "double",
            "example": 10.8,
            "description": "Average number of core patents cited(Core patents refer to the top 10 patents of enterprise patent value. The more core patents are cited on average, the stronger the core technology of the enterprise is recognized by the industry and the stronger the influence of the core technology.)"
          },
          "granted_invention_cnt_pb_1y": {
            "type": "integer",
            "format": "int64",
            "example": 23,
            "description": "Total number of invention patents effectively authorized in recent 1 year(The more invention patents that have been effectively authorized in the past year, the more patents that the company has recently authorized, and the more recent research and development investment)"
          },
          "num_trademarks_registered_5y": {
            "type": "integer",
            "format": "int64",
            "example": 13,
            "description": "Total number of registered trademarks in the past five years(The total number of software applications in the past five years is more, which means that the company has more recent research and development in the software field and has strong recent research and development capability)"
          },
          "invention_cnt_validity_lower_5": {
            "type": "integer",
            "format": "int64",
            "example": 0,
            "description": "Number of invention patents with remaining valid period of less than 5 years (excluding 5 years)(The number of invention patents with a remaining validity period of less than 5 years is increasing, indicating that the company will face certain risks in the protection of its products in the future)"
          },
          "most_recent_money_q25_formatted": {
            "type": "number",
            "format": "double",
            "example": "1.07E",
            "description": "Latest financing amount (The time since the company's latest financing can reflect the company's current ability to attract capital and reflect the company's current strength. The larger the latest financing, the higher the company's valuation)"
          },
          "country_standard_information_num": {
            "type": "integer",
            "format": "int64",
            "example": 0,
            "description": "Number of participants in the formulation of national standards(The more companies participate in the formulation of national standards, which means that the company has obtained the approval of the state and has certain authority)"
          },
          "invention_cnt_validity_higher_10": {
            "type": "integer",
            "format": "int64",
            "example": 15,
            "description": "Number of invention patents with remaining valid period of more than 10 years(The number of invention patents with a remaining validity period of more than 10 years is increasing, indicating that the protection period of the company's invention patents is relatively long)"
          },
          "granted_invention_cnt_pb_original_2y": {
            "type": "integer",
            "format": "int64",
            "example": 23,
            "description": "Total number of valid invention patents originally applied for in recent 2 years(The number of effective invention patents originally applied for in the past two years is more, which means that the company's ability to independently research patents in the near future is stronger, and the sustainability of patent research and development is stronger)"
          },
          "invention_cnt_validity_higher_5_lower_10": {
            "type": "integer",
            "format": "int64",
            "example": 8,
            "description": "Number of invention patents with remaining valid period of 5-10 years (The number of invention patents with the remaining valid period of 5-10 years is more, which means that the protection period of the company's invention patents is moderate)"
          }
        }
      },
      "C026CompanyTechnologyEvaluationIndicatorsBacktracking_ScoreDimension": {
        "type": "object",
        "properties": {
          "fundamental": {
            "type": "number",
            "format": "double",
            "example": 2.1,
            "description": "Company competitiveness"
          },
          "tech_layout": {
            "type": "number",
            "format": "double",
            "example": 1.1,
            "description": "Technical layout"
          },
          "tech_quality": {
            "type": "number",
            "format": "double",
            "example": 5.264,
            "description": "Technical quality"
          },
          "tech_influence": {
            "type": "number",
            "format": "double",
            "example": 0.3,
            "description": "Technical influence"
          },
          "rd_scale_and_stability": {
            "type": "number",
            "format": "double",
            "example": 4.7,
            "description": "R & D scale and stability"
          }
        }
      },
      "C026CompanyTechnologyEvaluationIndicatorsBacktracking_CompanyTechEvalIndicatorsBacktrackingResponse": {
        "type": "object",
        "properties": {
          "date": {
            "type": "string",
            "example": 20211231,
            "description": "date"
          },
          "score": {
            "type": "number",
            "format": "double",
            "example": 86.5,
            "description": "scientific and technological innovation score"
          },
          "rating_v2": {
            "type": "string",
            "example": "AAA",
            "description": "scientific and technological innovation ratingRating division：AAA、AA、A、BBB、BB、B、CCC、CC、C"
          },
          "org_number": {
            "type": "string",
            "example": "05669441-9",
            "description": "organization code"
          },
          "credit_code": {
            "type": "string",
            "example": 913205940566944300,
            "description": "unified social credit code"
          },
          "company_name": {
            "type": "string",
            "example": "苏州瀚川智能科技股份有限公司",
            "description": "company name"
          },
          "original_detail": {
            "$ref": "#/components/schemas/C026CompanyTechnologyEvaluationIndicatorsBacktracking_HistoryOriginalDetailResponse"
          },
          "score_dimension": {
            "$ref": "#/components/schemas/C026CompanyTechnologyEvaluationIndicatorsBacktracking_ScoreDimension"
          }
        }
      },
      "C026CompanyTechnologyEvaluationIndicatorsBacktrackingResponse": {
        "type": "object",
        "properties": {
          "data": {
            "$ref": "#/components/schemas/C026CompanyTechnologyEvaluationIndicatorsBacktracking_CompanyTechEvalIndicatorsBacktrackingResponse"
          },
          "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"
        ]
      },
      "C026CompanyTechnologyEvaluationIndicatorsBacktrackingRequest": {
        "type": "object",
        "properties": {
          "company_name": {
            "type": "string",
            "example": "小米科技有限责任公司",
            "description": "Query the name of a single enterprise"
          },
          "credit_code": {
            "type": "string",
            "example": "91110108551385082Q",
            "description": "Query the unified social credit code of a single enterprise"
          },
          "date": {
            "type": "string",
            "example": "20211231",
            "description": "Query Date (YYYYMMDD)"
          },
          "org_number": {
            "type": "string",
            "example": "5513850T82",
            "description": "Query the organization code of a single enterprise"
          }
        },
        "required": [
          "date"
        ]
      },
      "C028CompanyEnterprisePatentRiskWarningBacktracking_PatentCount": {
        "type": "object",
        "properties": {
          "apno_cnt": {
            "type": "integer",
            "format": "int32",
            "example": 481,
            "description": "number of patent applications"
          },
          "rejected": {
            "type": "integer",
            "format": "int32",
            "example": 0,
            "description": "number of patents rejected"
          },
          "patent_pledge": {
            "type": "integer",
            "format": "int32",
            "example": 0,
            "description": "number of patents pledged"
          },
          "patent_reexam": {
            "type": "integer",
            "format": "int32",
            "example": 0,
            "description": "number of invalid patents"
          },
          "patent_transfer": {
            "type": "integer",
            "format": "int32",
            "example": 21,
            "description": "number of transferred patents"
          },
          "patent_transfer_out": {
            "type": "integer",
            "format": "int32",
            "example": 0,
            "description": "number of patents transferred out"
          },
          "active_invention_cnt": {
            "type": "integer",
            "format": "int32",
            "example": 25,
            "description": "number of valid authorized invention patents"
          },
          "granted_invention_cnt": {
            "type": "integer",
            "format": "int32",
            "example": 25,
            "description": "number of authorized invention patents"
          },
          "patent_litigation_defendant": {
            "type": "integer",
            "format": "int32",
            "example": 0,
            "description": "number of patents of the respondent in the litigation patent"
          },
          "patent_litigation_plaintiff": {
            "type": "integer",
            "format": "int32",
            "example": 0,
            "description": "number of patents of the plaintiff in the litigation patent"
          }
        }
      },
      "C028CompanyEnterprisePatentRiskWarningBacktracking_PatentEventCount": {
        "type": "object",
        "properties": {
          "pledge": {
            "type": "integer",
            "format": "int32",
            "example": 0,
            "description": "number of patent pledging events"
          },
          "reexam": {
            "type": "integer",
            "format": "int32",
            "example": 0,
            "description": "number of patent invalidation events"
          },
          "transfer": {
            "type": "integer",
            "format": "int32",
            "example": 21,
            "description": "number of patent transfer events"
          },
          "transfer_out": {
            "type": "integer",
            "format": "int32",
            "example": 0,
            "description": "number of patent transfer out events"
          },
          "litigation_defendant": {
            "type": "integer",
            "format": "int32",
            "example": 0,
            "description": "number of patent events involving the respondent in the litigation patent"
          },
          "litigation_plaintiff": {
            "type": "integer",
            "format": "int32",
            "example": 0,
            "description": "number of patent events involving the respondent in the litigation patent"
          }
        }
      },
      "C028CompanyEnterprisePatentRiskWarningBacktracking_CompanyPatentRiskWarningBacktrackingResponse": {
        "type": "object",
        "properties": {
          "date": {
            "type": "string",
            "example": 20221216,
            "description": "date"
          },
          "org_number": {
            "type": "string",
            "example": "05669441-9",
            "description": "organization number"
          },
          "credit_code": {
            "type": "string",
            "example": 913205940566944300,
            "description": "unified social credit code"
          },
          "company_name": {
            "type": "string",
            "example": "苏州瀚川智能科技股份有限公司",
            "description": "company name"
          },
          "patent_count": {
            "$ref": "#/components/schemas/C028CompanyEnterprisePatentRiskWarningBacktracking_PatentCount"
          },
          "patent_event_count": {
            "$ref": "#/components/schemas/C028CompanyEnterprisePatentRiskWarningBacktracking_PatentEventCount"
          }
        }
      },
      "C028CompanyEnterprisePatentRiskWarningBacktrackingResponse": {
        "type": "object",
        "properties": {
          "data": {
            "$ref": "#/components/schemas/C028CompanyEnterprisePatentRiskWarningBacktracking_CompanyPatentRiskWarningBacktrackingResponse"
          },
          "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"
        ]
      },
      "C028CompanyEnterprisePatentRiskWarningBacktrackingRequest": {
        "type": "object",
        "properties": {
          "date": {
            "type": "string",
            "example": "20221231",
            "description": "Query Date (YYYYMMDD)"
          },
          "company_name": {
            "type": "string",
            "example": "小米科技有限责任公司",
            "description": "Query the name of a single enterprise"
          },
          "credit_code": {
            "type": "string",
            "example": "91110108551385082Q",
            "description": "Query the unified social credit code of a single enterprise"
          },
          "org_number": {
            "type": "string",
            "example": "5513850T82",
            "description": "Query the organization code of a single enterprise"
          }
        },
        "required": [
          "date"
        ]
      },
      "SpecialIpDataEnterpriseTrademark_Trademark": {
        "type": "object",
        "properties": {
          "id": {
            "type": "string",
            "example": 234554350,
            "description": "Trade id"
          },
          "reg_no": {
            "type": "string",
            "example": 63607346,
            "description": "Registration number"
          },
          "status": {
            "type": "string",
            "example": "商标已注册",
            "description": "Trademark status"
          },
          "int_cls": {
            "type": "string",
            "example": "42-网站服务",
            "description": "International classification"
          },
          "tm_name": {
            "type": "string",
            "example": "工业矿鸿",
            "description": "Trade name"
          },
          "app_date": {
            "type": "integer",
            "format": "int64",
            "example": 20221023,
            "description": "Application date"
          },
          "category": {
            "type": "string",
            "example": "商标注册申请---申请收文",
            "description": "Process category"
          },
          "tm_class": {
            "type": "string",
            "example": 42,
            "description": "International classification code"
          },
          "applicant_cn": {
            "type": "string",
            "example": "华为技术有限公司",
            "description": "applicant"
          }
        }
      },
      "SpecialIpDataEnterpriseTrademarkResponse": {
        "type": "object",
        "properties": {
          "total": {
            "type": "integer",
            "format": "int32",
            "example": 679,
            "description": "Total count"
          },
          "enterprise_trademark_data": {
            "type": "array",
            "example": "Please check the form: Trademark",
            "description": "enterprise trademark data",
            "items": {
              "$ref": "#/components/schemas/SpecialIpDataEnterpriseTrademark_Trademark"
            }
          }
        }
      },
      "SpecialIpDataEnterpriseTrademarkRequest": {
        "type": "object",
        "properties": {
          "tm_class": {
            "type": "string",
            "example": "29",
            "description": "International classification"
          },
          "app_year": {
            "type": "string",
            "example": "2020",
            "description": "Application year"
          },
          "page_number": {
            "type": "integer",
            "format": "int32",
            "example": 1,
            "description": "Current page number (default first page)"
          },
          "company_name": {
            "type": "string",
            "example": "华为技术有限公司",
            "description": "Name of a single enterprise"
          },
          "credit_code": {
            "type": "string",
            "example": "914403001922038216",
            "description": "Unified social credit code of a single enterprise"
          },
          "org_number": {
            "type": "string",
            "example": "192203821",
            "description": "Organization number of a single enterprise"
          },
          "page_size": {
            "type": "integer",
            "format": "int32",
            "example": 20,
            "description": "Number of per page (default 20 entries, maximum 20 entries)"
          },
          "status": {
            "type": "string",
            "example": "1",
            "description": "Trademark status:1-registered 2-invalid 3-preliminary review announcement 4-waiting for substantive review 5-application 6-objection 7-rejection review 8-other situations 9-waiting for rejection review 10-ancellation/invalidation declaration application review"
          }
        }
      },
      "SpecialIpDataSoftwareCopyright_SoftwareCopyright": {
        "type": "object",
        "properties": {
          "cat_num": {
            "type": "string",
            "example": "66000-0000",
            "description": "Category Number"
          },
          "reg_num": {
            "type": "string",
            "example": "2022SR0575595",
            "description": "Registration Number"
          },
          "version": {
            "type": "string",
            "example": "V1.0",
            "description": "Version"
          },
          "reg_time": {
            "type": "integer",
            "format": "int64",
            "example": 20221023,
            "description": "Registration and approval date"
          },
          "full_name": {
            "type": "string",
            "example": "华为HiSecEngine Probe网络流量威胁检测探针软件",
            "description": "Full name"
          },
          "simple_name": {
            "type": "string",
            "example": "Probe探针",
            "description": "Abbreviation"
          },
          "publish_time": {
            "type": "integer",
            "format": "int64",
            "example": 20201023,
            "description": "First publication date"
          },
          "author_nationality": {
            "type": "string",
            "example": "华为技术有限公司",
            "description": "Copyright owner"
          }
        }
      },
      "SpecialIpDataSoftwareCopyrightResponse": {
        "type": "object",
        "properties": {
          "total": {
            "type": "integer",
            "format": "int32",
            "example": 679,
            "description": "Total count"
          },
          "software_copyright_data": {
            "type": "array",
            "example": "Please check the form: SoftwareCopyright",
            "description": "software copyright data",
            "items": {
              "$ref": "#/components/schemas/SpecialIpDataSoftwareCopyright_SoftwareCopyright"
            }
          }
        }
      },
      "SpecialIpDataSoftwareCopyrightRequest": {
        "type": "object",
        "properties": {
          "page_number": {
            "type": "integer",
            "format": "int32",
            "example": 1,
            "description": "Current page number (default first page)"
          },
          "company_name": {
            "type": "string",
            "example": "华为技术有限公司",
            "description": "Name of a single enterprise"
          },
          "credit_code": {
            "type": "string",
            "example": "914403001922038216",
            "description": "Unified social credit code of a single enterprise"
          },
          "org_number": {
            "type": "string",
            "example": "192203821",
            "description": "Organization number of a single enterprise"
          },
          "page_size": {
            "type": "integer",
            "format": "int32",
            "example": 20,
            "description": "Number of per page (default 20 entries, maximum 20 entries)"
          }
        }
      },
      "P011BasicPatentDataSimpleBibliography_PatentBasePersonSimple": {
        "type": "object",
        "properties": {
          "lang": {
            "type": "string",
            "example": "EN",
            "description": "language"
          },
          "name": {
            "type": "string",
            "example": "MAGIC LEAP, INC.",
            "description": "name"
          },
          "address": {
            "type": "string",
            "example": "Dania Beach,FL,US",
            "description": "address"
          },
          "sequence": {
            "type": "integer",
            "format": "int32",
            "example": 1,
            "description": "sequence"
          }
        }
      },
      "P011BasicPatentDataSimpleBibliography_PartiesSimple": {
        "type": "object",
        "properties": {
          "assignees": {
            "type": "array",
            "example": "Please check the form: PatentBasePersonSimple",
            "description": "current assignee",
            "items": {
              "$ref": "#/components/schemas/P011BasicPatentDataSimpleBibliography_PatentBasePersonSimple"
            }
          },
          "inventors": {
            "type": "array",
            "example": "Please check the form: PatentBasePersonSimple",
            "description": "inventor",
            "items": {
              "$ref": "#/components/schemas/P011BasicPatentDataSimpleBibliography_PatentBasePersonSimple"
            }
          },
          "applicants": {
            "type": "array",
            "example": "Please check the form: PatentBasePersonSimple",
            "description": "applicant",
            "items": {
              "$ref": "#/components/schemas/P011BasicPatentDataSimpleBibliography_PatentBasePersonSimple"
            }
          }
        }
      },
      "P011BasicPatentDataSimpleBibliography_PatentAbstractSimple": {
        "type": "object",
        "properties": {
          "lang": {
            "type": "string",
            "example": "EN",
            "description": "language"
          },
          "text": {
            "type": "string",
            "example": "An augmented reality display system comprises a passable world model data comprises a set of map points corresponding to one or more objects of the real world. The augmented reality system also comprises......",
            "description": "text"
          }
        }
      },
      "P011BasicPatentDataSimpleBibliography_PatentTitleSimple": {
        "type": "object",
        "properties": {
          "lang": {
            "type": "string",
            "example": "EN",
            "description": "language"
          },
          "text": {
            "type": "string",
            "example": "Systems and methods for rendering user interfaces for augmented or virtual reality",
            "description": "text"
          }
        }
      },
      "P011BasicPatentDataSimpleBibliography_PatentBaseInfoSimple": {
        "type": "object",
        "properties": {
          "date": {
            "type": "integer",
            "format": "int32",
            "example": 20211221,
            "description": "dates: publication, applicaton, priority .etc<p>YYYYMMDD format</p>"
          },
          "country": {
            "type": "string",
            "example": "US",
            "description": "Authority"
          },
          "doc_number": {
            "type": "string",
            "example": "11205304",
            "description": "doc number"
          }
        }
      },
      "P011BasicPatentDataSimpleBibliography_ReferenceCitedSimple": {
        "type": "object",
        "properties": {
          "cited_others": {
            "type": "array",
            "example": [
              "鲍则民.杭州创新联合担保模式浅析.《吉林大学学报（信息科学版）》.2012"
            ],
            "description": "citation reference text"
          },
          "cited_patents": {
            "type": "array",
            "example": [
              "CN203027992U"
            ],
            "description": "citation patent  number"
          }
        }
      },
      "P011BasicPatentDataSimpleBibliography_ClassificationDocSimple": {
        "type": "object",
        "properties": {
          "main": {
            "type": "string",
            "example": "G06Q40/025",
            "description": "main classification"
          },
          "further": {
            "type": "array",
            "example": [
              "H04L67/12"
            ],
            "description": "further classification"
          }
        }
      },
      "P011BasicPatentDataSimpleBibliography_ClassificationDataSimple": {
        "type": "object",
        "properties": {
          "classification_cpc": {
            "$ref": "#/components/schemas/P011BasicPatentDataSimpleBibliography_ClassificationDocSimple"
          },
          "classification_gbc": {
            "type": "array",
            "example": [
              "C3962"
            ],
            "description": "GBC"
          },
          "classification_loc": {
            "type": "array",
            "example": [
              "12-10"
            ],
            "description": "LOC classification"
          },
          "classification_ipcr": {
            "$ref": "#/components/schemas/P011BasicPatentDataSimpleBibliography_ClassificationDocSimple"
          }
        }
      },
      "P011BasicPatentDataSimpleBibliography_ApplicationReference": {
        "type": "object",
        "properties": {
          "apno": {
            "type": "string",
            "example": "CN201510570472.5",
            "description": "application number"
          },
          "date": {
            "type": "integer",
            "format": "int32",
            "example": 20211221,
            "description": "dates: publication, applicaton, priority .etc<p>YYYYMMDD format</p>"
          }
        }
      },
      "P011BasicPatentDataSimpleBibliography_PublicationReference": {
        "type": "object",
        "properties": {
          "date": {
            "type": "integer",
            "format": "int32",
            "example": 20211221,
            "description": "dates: publication, applicaton, priority .etc<p>YYYYMMDD format</p>"
          },
          "kind": {
            "type": "string",
            "example": "B2",
            "description": "kind code"
          },
          "country": {
            "type": "string",
            "example": "US",
            "description": "authority"
          },
          "doc_number": {
            "type": "string",
            "example": "106534228",
            "description": "doc number"
          }
        }
      },
      "P011BasicPatentDataSimpleBibliography_PctOrRegionalFilingDataSimple": {
        "type": "object",
        "properties": {
          "date": {
            "type": "integer",
            "format": "int32",
            "example": 20150507,
            "description": "PCT publication date"
          },
          "doc_number": {
            "type": "string",
            "example": "14/706838",
            "description": "PCT publication number"
          },
          "entry_date": {
            "type": "integer",
            "format": "int32",
            "example": 20170812,
            "description": "PCT entry date"
          }
        }
      },
      "P011BasicPatentDataSimpleBibliography_DatesOfPublicAvailabilitySimple": {
        "type": "object",
        "properties": {
          "printed_with_granted": {
            "type": "integer",
            "format": "int32",
            "example": 20101022,
            "description": "Issue date"
          }
        }
      },
      "P011BasicPatentDataSimpleBibliography_PctOrRegionalPublishingData": {
        "type": "object",
        "properties": {
          "date": {
            "type": "integer",
            "format": "int32",
            "example": 20211221,
            "description": "dates: publication, applicaton, priority .etc<p>YYYYMMDD format</p>"
          },
          "number": {
            "type": "string",
            "example": "11205304",
            "description": "doc number"
          }
        }
      },
      "P011BasicPatentDataSimpleBibliography_BibliographicDataSimple": {
        "type": "object",
        "properties": {
          "parties": {
            "$ref": "#/components/schemas/P011BasicPatentDataSimpleBibliography_PartiesSimple"
          },
          "abstracts": {
            "type": "array",
            "example": "Please check the form: PatentAbstract",
            "description": "patent abstract",
            "items": {
              "$ref": "#/components/schemas/P011BasicPatentDataSimpleBibliography_PatentAbstractSimple"
            }
          },
          "patent_type": {
            "type": "string",
            "example": "PATENT",
            "description": "patent type:\n<p>APPLICATION (patent application),</p><p>PATENT (granted patent),</p><p>UTILITY (utility model),</p><p>DESIGN (industrial design)</p>"
          },
          "invention_title": {
            "type": "array",
            "example": "Please check the form: PatentTitleSimple",
            "description": "invention title",
            "items": {
              "$ref": "#/components/schemas/P011BasicPatentDataSimpleBibliography_PatentTitleSimple"
            }
          },
          "priority_claims": {
            "type": "array",
            "example": "Please check the form: PatentBaseInfoSimple",
            "description": "claimed priority data",
            "items": {
              "$ref": "#/components/schemas/P011BasicPatentDataSimpleBibliography_PatentBaseInfoSimple"
            }
          },
          "reference_cited": {
            "$ref": "#/components/schemas/P011BasicPatentDataSimpleBibliography_ReferenceCitedSimple"
          },
          "classification_data": {
            "$ref": "#/components/schemas/P011BasicPatentDataSimpleBibliography_ClassificationDataSimple"
          },
          "application_reference": {
            "$ref": "#/components/schemas/P011BasicPatentDataSimpleBibliography_ApplicationReference"
          },
          "publication_reference": {
            "$ref": "#/components/schemas/P011BasicPatentDataSimpleBibliography_PublicationReference"
          },
          "pct_or_regional_filing_data": {
            "$ref": "#/components/schemas/P011BasicPatentDataSimpleBibliography_PctOrRegionalFilingDataSimple"
          },
          "dates_of_public_availability": {
            "$ref": "#/components/schemas/P011BasicPatentDataSimpleBibliography_DatesOfPublicAvailabilitySimple"
          },
          "pct_or_regional_publishing_data": {
            "$ref": "#/components/schemas/P011BasicPatentDataSimpleBibliography_PctOrRegionalPublishingData"
          }
        }
      },
      "P011BasicPatentDataSimpleBibliography_SimplePatentBibliographicResponse": {
        "type": "object",
        "properties": {
          "pn": {
            "type": "string",
            "example": "US11205304B2",
            "description": "patent number"
          },
          "patent_id": {
            "type": "string",
            "example": "718ead9c-4f3c-4674-8f5a-24e126827269",
            "description": "patent id"
          },
          "bibliographic_data": {
            "$ref": "#/components/schemas/P011BasicPatentDataSimpleBibliography_BibliographicDataSimple"
          }
        }
      },
      "P011BasicPatentDataSimpleBibliographyResponse": {
        "type": "object",
        "properties": {
          "data": {
            "type": "array",
            "example": "no sample",
            "description": "response data",
            "items": {
              "$ref": "#/components/schemas/P011BasicPatentDataSimpleBibliography_SimplePatentBibliographicResponse"
            }
          },
          "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"
        ]
      },
      "B069MedicineSearch_CommonName": {
        "type": "object",
        "properties": {
          "lang": {
            "type": "string",
            "example": "EN",
            "description": "Language"
          },
          "name": {
            "type": "string",
            "example": "Ranibizumab (Genentech)",
            "description": "Drug,Target,Organization,Disease,Country/Location,DICT,Mechanism Action Name"
          }
        }
      },
      "B069MedicineSearch_CommonDrug": {
        "type": "object",
        "properties": {
          "drug_id": {
            "type": "string",
            "example": "e82b83b42eba4e5ea3f26f8e06081a5a",
            "description": "Drug ID"
          },
          "display_name": {
            "type": "array",
            "example": [
              {
                "lang": "EN",
                "name": "Ranibizumab (Genentech)"
              },
              {
                "lang": "CN",
                "name": "雷珠单抗"
              }
            ],
            "description": "Drug Name, Referencing \"CommonName\"",
            "items": {
              "$ref": "#/components/schemas/B069MedicineSearch_CommonName"
            }
          }
        }
      },
      "B069MedicineSearch_CommonDisease": {
        "type": "object",
        "properties": {
          "disease_id": {
            "type": "string",
            "example": "06a9082fe1ec4c97bea31d888b9cfdce",
            "description": "Disease ID"
          },
          "display_name": {
            "type": "array",
            "example": [
              {
                "lang": "EN",
                "name": "Uveitic Macular Edema"
              },
              {
                "lang": "CN",
                "name": "葡萄膜炎黄斑水肿"
              }
            ],
            "description": "Disease Name, Referencing \"CommonName\"",
            "items": {
              "$ref": "#/components/schemas/B069MedicineSearch_CommonName"
            }
          }
        }
      },
      "B069MedicineSearch_CommonNorIdName": {
        "type": "object",
        "properties": {
          "name": {
            "type": "string",
            "example": "Acute Kidney Injury",
            "description": "name"
          },
          "normalized_id": {
            "type": "string",
            "example": "87bfaf037f8e60c9e25595cd98bb27e4",
            "description": "Normalized ID"
          }
        }
      },
      "B069MedicineSearch_CommonTarget": {
        "type": "object",
        "properties": {
          "target_id": {
            "type": "string",
            "example": "1c2067e5ab054a8995f73efcfcf56207",
            "description": "Target ID"
          },
          "short_name": {
            "type": "array",
            "example": [
              {
                "lang": "EN",
                "name": "VEGF"
              }
            ],
            "description": "Target Short Name, Referencing \"CommonName\"",
            "items": {
              "$ref": "#/components/schemas/B069MedicineSearch_CommonName"
            }
          },
          "display_name": {
            "type": "array",
            "example": [
              {
                "lang": "EN",
                "name": "Vascular endothelial growth factor"
              },
              {
                "lang": "CN",
                "name": "血管内皮生长因子"
              }
            ],
            "description": "Target Full Name, Referencing \"CommonName\"",
            "items": {
              "$ref": "#/components/schemas/B069MedicineSearch_CommonName"
            }
          }
        }
      },
      "B069MedicineSearch_CommonDictionary": {
        "type": "object",
        "properties": {
          "display_name": {
            "type": "array",
            "example": [
              {
                "lang": "EN",
                "name": "Autologous CAR-T"
              },
              {
                "lang": "CN",
                "name": "自体CAR-T"
              }
            ],
            "description": "Dict Name",
            "items": {
              "$ref": "#/components/schemas/B069MedicineSearch_CommonName"
            }
          },
          "normalized_id": {
            "type": "string",
            "example": "2fbfdb3e92d942c48cbb0adb79f23526",
            "description": "Dict ID"
          }
        }
      },
      "B069MedicineSearch_TranslationalMedicineSourceInfo": {
        "type": "object",
        "properties": {
          "source": {
            "type": "string",
            "example": "Nature",
            "description": "Source"
          },
          "source_url": {
            "type": "string",
            "example": "https://www.nature.com/articles/s41586-024-01234-5",
            "description": "Source URL"
          }
        }
      },
      "B069MedicineSearch_CommonOrganization": {
        "type": "object",
        "properties": {
          "display_name": {
            "type": "array",
            "example": [
              {
                "lang": "EN",
                "name": "Roche Holding AG"
              },
              {
                "lang": "CN",
                "name": "罗氏"
              }
            ],
            "description": "Organization Name, Referencing \"CommonName\"",
            "items": {
              "$ref": "#/components/schemas/B069MedicineSearch_CommonName"
            }
          },
          "organization_id": {
            "type": "string",
            "example": "87bfaf037f8e60c9e25595cd98bb27e4",
            "description": "Organization ID"
          }
        }
      },
      "B069MedicineSearch_CommonMechanismAction": {
        "type": "object",
        "properties": {
          "short_name": {
            "type": "array",
            "example": [
              {
                "lang": "EN",
                "name": "KRAS G12C inhibitors"
              },
              {
                "lang": "CN",
                "name": "KRAS G12C抑制剂"
              }
            ],
            "description": "Mechanism Action Short Name",
            "items": {
              "$ref": "#/components/schemas/B069MedicineSearch_CommonName"
            }
          },
          "display_name": {
            "type": "array",
            "example": [
              {
                "lang": "EN",
                "name": "GTPase KRas G12C inhibitors"
              },
              {
                "lang": "CN",
                "name": "KRAS G12C突变抑制剂"
              }
            ],
            "description": "Mechanism Action Name",
            "items": {
              "$ref": "#/components/schemas/B069MedicineSearch_CommonName"
            }
          },
          "mechanism_id": {
            "type": "string",
            "example": "27c0848a265e4332836e10d0e8202b4c",
            "description": "Mechanism Action ID"
          }
        }
      },
      "B069MedicineSearch_TranslationalMedicineSearchDataDetail": {
        "type": "object",
        "properties": {
          "drugs": {
            "type": "array",
            "example": "Please check the form: CommonDrug",
            "description": "Drugs",
            "items": {
              "$ref": "#/components/schemas/B069MedicineSearch_CommonDrug"
            }
          },
          "title": {
            "type": "string",
            "example": "Novel Biomarker Discovery in Cancer Research",
            "description": "Title"
          },
          "disease": {
            "type": "array",
            "example": "Please check the form: CommonDisease",
            "description": "Disease",
            "items": {
              "$ref": "#/components/schemas/B069MedicineSearch_CommonDisease"
            }
          },
          "journal": {
            "$ref": "#/components/schemas/B069MedicineSearch_CommonNorIdName"
          },
          "subject": {
            "type": "array",
            "example": "Please check the form: CommonNorIdName",
            "description": "Subject",
            "items": {
              "$ref": "#/components/schemas/B069MedicineSearch_CommonNorIdName"
            }
          },
          "targets": {
            "type": "array",
            "example": "Please check the form: CommonTarget",
            "description": "Targets",
            "items": {
              "$ref": "#/components/schemas/B069MedicineSearch_CommonTarget"
            }
          },
          "drug_type": {
            "type": "array",
            "example": "Please check the form: CommonDictionary",
            "description": "Drug Type",
            "items": {
              "$ref": "#/components/schemas/B069MedicineSearch_CommonDictionary"
            }
          },
          "technology": {
            "type": "array",
            "example": "Please check the form: CommonNorIdName",
            "description": "Technology",
            "items": {
              "$ref": "#/components/schemas/B069MedicineSearch_CommonNorIdName"
            }
          },
          "source_info": {
            "type": "array",
            "example": "Please check the form: TranslationalMedicineSourceInfo",
            "description": "Source Info",
            "items": {
              "$ref": "#/components/schemas/B069MedicineSearch_TranslationalMedicineSourceInfo"
            }
          },
          "organization": {
            "type": "array",
            "example": "Please check the form: CommonOrganization",
            "description": "Organization",
            "items": {
              "$ref": "#/components/schemas/B069MedicineSearch_CommonOrganization"
            }
          },
          "mechanism_action": {
            "type": "array",
            "example": "Please check the form: CommonMechanismAction",
            "description": "Mechanism Action",
            "items": {
              "$ref": "#/components/schemas/B069MedicineSearch_CommonMechanismAction"
            }
          },
          "publication_date": {
            "type": "string",
            "example": "2024-01-15",
            "description": "Publication Date"
          },
          "translation_stage": {
            "type": "array",
            "example": "Please check the form: CommonNorIdName",
            "description": "Translation Stage",
            "items": {
              "$ref": "#/components/schemas/B069MedicineSearch_CommonNorIdName"
            }
          },
          "translational_medicine_id": {
            "type": "string",
            "example": "tm_1234567890abcdef",
            "description": "Translational Medicine ID"
          }
        }
      },
      "B069MedicineSearch_TranslationalMedicineSearchDataResponse": {
        "type": "object",
        "properties": {
          "items": {
            "type": "array",
            "example": "Please check the form:TranslationalMedicineSearchDataDetail",
            "description": "Result Items",
            "items": {
              "$ref": "#/components/schemas/B069MedicineSearch_TranslationalMedicineSearchDataDetail"
            }
          },
          "limit": {
            "type": "integer",
            "format": "int64",
            "example": 10,
            "description": "limit"
          },
          "total": {
            "type": "integer",
            "format": "int64",
            "example": 10,
            "description": "total"
          },
          "offset": {
            "type": "integer",
            "format": "int64",
            "example": 0,
            "description": "offset"
          }
        }
      },
      "B069MedicineSearchResponse": {
        "type": "object",
        "properties": {
          "data": {
            "$ref": "#/components/schemas/B069MedicineSearch_TranslationalMedicineSearchDataResponse"
          },
          "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"
        ]
      },
      "B069MedicineSearch_DrugFilterAndCondition": {
        "type": "object",
        "properties": {
          "condition": {
            "type": "string",
            "example": "OR",
            "description": "Condition, OR or AND"
          },
          "value": {
            "type": "array",
            "example": [
              "c7a2671dc0574f19bc42d557eca3906f",
              "9ae626b75273433f8f4203ee3f7aa181"
            ],
            "description": "Value list"
          }
        }
      },
      "B069MedicineSearch_KeywordsFilterAndCondition": {
        "type": "object",
        "properties": {
          "condition": {
            "type": "string",
            "example": "OR",
            "description": "Condition, OR or AND"
          },
          "value": {
            "type": "array",
            "example": [
              "Sacituzumab govitecan",
              "Oral"
            ],
            "description": "Value list"
          }
        }
      },
      "B069MedicineSearch_PublicationDateFilter": {
        "type": "object",
        "properties": {
          "end_date": {
            "type": "string",
            "example": "2024-12-31",
            "description": "End time (used when custom)"
          },
          "start_date": {
            "type": "string",
            "example": "2024-01-01",
            "description": "Start time (used when custom)"
          },
          "type": {
            "type": "integer",
            "format": "int32",
            "example": 4,
            "description": "Time range type, 1:within 1 week | 2:within 1 month | 3:within 1 year | 4:within 3 years | 5:Custom"
          }
        }
      },
      "B069MedicineSearch_SortField": {
        "type": "object",
        "properties": {
          "field": {
            "type": "string",
            "example": "PUB_DT",
            "description": "Sort field, supports: PUB_DT"
          },
          "order": {
            "type": "string",
            "example": "desc",
            "description": "Sort order, desc or asc, default desc"
          }
        }
      },
      "B069MedicineSearch_TargetFilterAndCondition": {
        "type": "object",
        "properties": {
          "condition": {
            "type": "string",
            "example": "OR",
            "description": "Condition, OR or AND"
          },
          "value": {
            "type": "array",
            "example": [
              "d8cdb9ce63174077a9ef868b39bf3421",
              "c385dcba5fea4e97bf02bc256757613a"
            ],
            "description": "Value list"
          }
        }
      },
      "B069MedicineSearchRequest": {
        "type": "object",
        "properties": {
          "conference": {
            "type": "array",
            "example": [
              "WCLC 2025",
              "AACR 2024",
              "ADA 2025"
            ],
            "description": "Conference name, ASN 2025 | ESMO 2025 | EHA 2025 | ASCO 2025 | AACR 2025 | ESMO_ELCC 2025 | ASCO_GU 2025 | ASCO_GI 2025 | ASH 2024"
          },
          "disease": {
            "type": "array",
            "example": [
              "f98fd32baa8447119bb87f84093b925c",
              "74d974da49ba407195b38595a0aff704"
            ],
            "description": "Disease"
          },
          "drug": {
            "$ref": "#/components/schemas/B069MedicineSearch_DrugFilterAndCondition"
          },
          "drug_type": {
            "type": "array",
            "example": [
              "6718bf09d6024f4db4f309a4cc791cf6",
              "6be383aaee904d2b8321e2d1fdacf8bb"
            ],
            "description": "Drug type"
          },
          "journal": {
            "type": "array",
            "example": [
              "N Engl J Med",
              "Nat Med"
            ],
            "description": "Journal name, Nature | Science | Cell | Lancet | N Engl J Med | Proc Natl Acad Sci U S A | Nat Commun | Nat Genet | Nat Med | Sci Transl Med | J Med Chem"
          },
          "keywords": {
            "$ref": "#/components/schemas/B069MedicineSearch_KeywordsFilterAndCondition"
          },
          "limit": {
            "type": "integer",
            "format": "int64",
            "example": 10,
            "description": "Number of returned items, default 10. offset + limit <= 10000, maximum limit setting 100"
          },
          "mechanism": {
            "type": "array",
            "example": [
              "cf1cf8ea0f9b80ee88876a3324ceac99",
              "888b99dda6a62ef2551937c34e253e9c"
            ],
            "description": "Mechanism of action"
          },
          "offset": {
            "type": "integer",
            "format": "int64",
            "example": 0,
            "description": "Offset, default 0"
          },
          "organizations": {
            "type": "array",
            "example": [
              "5c1eb05d43334b6d6d7973ee3073b7b4",
              "52aee12631589b24dca3ae62de8a0886"
            ],
            "description": "Organization"
          },
          "publication_date": {
            "$ref": "#/components/schemas/B069MedicineSearch_PublicationDateFilter"
          },
          "sort": {
            "type": "array",
            "example": "Please check the form: SortField",
            "description": "Field sorting, field supports: PUB_DT, order supports desc, asc (default desc)",
            "items": {
              "$ref": "#/components/schemas/B069MedicineSearch_SortField"
            }
          },
          "subject": {
            "type": "array",
            "example": [
              "3期临床研究"
            ],
            "description": "Subject/Tag, Epidemiology|Pathogenesis|Target|Biomarker|Structural Biology|Discovery/Preclinical|Phase 1 Clinical|Phase 1/2 Clinical|Phase 2 Clinical|Phase 2/3 Clinical|Phase 3 Clinical|Post-Marketing Study|Real-World Research|New Technology"
          },
          "target": {
            "$ref": "#/components/schemas/B069MedicineSearch_TargetFilterAndCondition"
          },
          "translation_stage": {
            "type": "array",
            "example": [
              "T2"
            ],
            "description": "Translational Stage, T0 | T1 | T2 | T3"
          }
        }
      },
      "T012AsyncTaskidResponse": {
        "type": "object",
        "properties": {
          "error": {
            "type": "string",
            "example": "upstream translation failed: HTTP 502",
            "description": "Error message (failed only)"
          },
          "state": {
            "type": "string",
            "example": "succeeded",
            "description": "Task state"
          },
          "taskId": {
            "type": "string",
            "example": "a1b2c3d4e5f6789012345678abcdef01",
            "description": "Async task ID"
          },
          "textTranslated": {
            "type": "string",
            "example": "The invention discloses a classified marking device for archive management file storage.",
            "description": "Full translation (succeeded only)"
          },
          "translatedCharacterCount": {
            "type": "integer",
            "example": 82,
            "description": "Translated char count (succeeded only)"
          }
        },
        "required": [
          "state",
          "taskId"
        ]
      },
      "DrugSearch_ReferenceEntity": {
        "type": "object",
        "properties": {
          "id": {
            "type": "string",
            "example": "ENTITY-000001",
            "description": "Normalized entity identifier."
          },
          "entity_id": {
            "type": "string",
            "example": "ENTITY-000001",
            "description": "Organization entity identifier when the entity is an organization."
          },
          "display_name_cn": {
            "type": "string",
            "example": "帕博利珠单抗",
            "description": "Chinese display name."
          },
          "display_name_en": {
            "type": "string",
            "example": "Pembrolizumab",
            "description": "English display name."
          }
        }
      },
      "DrugSearch_DrugSearchItem": {
        "type": "object",
        "properties": {
          "drug_id": {
            "type": "string",
            "example": "DRUG-000001",
            "description": "Drug identifier."
          },
          "reference": {
            "type": "string",
            "example": "drug:DRUG-000001",
            "description": "Stable drug reference in drug:drug_id form."
          },
          "drug_type_view": {
            "type": "array",
            "example": [
              {
                "id": "ENTITY-000001",
                "entity_id": "ENTITY-000001",
                "display_name_cn": "帕博利珠单抗",
                "display_name_en": "Pembrolizumab"
              }
            ],
            "description": "Drug type entities.",
            "items": {
              "$ref": "#/components/schemas/DrugSearch_ReferenceEntity"
            }
          },
          "display_name_cn": {
            "type": "string",
            "example": "帕博利珠单抗",
            "description": "Chinese drug name."
          },
          "display_name_en": {
            "type": "string",
            "example": "Pembrolizumab",
            "description": "English drug name."
          },
          "first_approved_date": {
            "type": "string",
            "example": "2014-09-04",
            "description": "First approval date in YYYY-MM-DD format."
          },
          "global_highest_dev_status_view": {
            "$ref": "#/components/schemas/DrugSearch_ReferenceEntity"
          }
        }
      },
      "DrugSearch_SearchSort": {
        "type": "object",
        "properties": {
          "sort_field": {
            "type": "string",
            "example": "example",
            "description": "Backend sort field."
          },
          "sort_order": {
            "type": "string",
            "example": "example",
            "description": "Sort direction, usually ASC or DESC."
          }
        }
      },
      "DrugSearch_SearchTerm": {
        "type": "object",
        "properties": {
          "id": {
            "type": "string",
            "example": "ENTITY-000001",
            "description": "Normalized entity identifier used by the query."
          },
          "type": {
            "type": "string",
            "example": "example",
            "description": "Normalized entity type."
          },
          "display_name_cn": {
            "type": "string",
            "example": "帕博利珠单抗",
            "description": "Chinese normalized entity name."
          },
          "display_name_en": {
            "type": "string",
            "example": "Pembrolizumab",
            "description": "English normalized entity name."
          },
          "search_strategy": {
            "type": "string",
            "example": "example",
            "description": "Backend matching strategy selected for this term."
          }
        }
      },
      "DrugSearch_SearchClause": {
        "type": "object",
        "properties": {
          "type": {
            "type": "string",
            "example": "example",
            "description": "Clause type used by the backend query engine."
          },
          "value": {
            "type": "array",
            "example": [
              {
                "id": "ENTITY-000001",
                "type": "example",
                "display_name_cn": "帕博利珠单抗",
                "display_name_en": "Pembrolizumab",
                "search_strategy": "example"
              }
            ],
            "description": "Normalized values applied to this clause.",
            "items": {
              "$ref": "#/components/schemas/DrugSearch_SearchTerm"
            }
          },
          "fields": {
            "type": "array",
            "example": [
              "example"
            ],
            "description": "Backend fields constrained by this clause."
          },
          "condition": {
            "type": "string",
            "example": "example",
            "description": "Boolean condition connecting clause values, such as AND or OR."
          }
        }
      },
      "DrugSearch_BooleanQuery": {
        "type": "object",
        "properties": {
          "must": {
            "type": "array",
            "example": [
              {
                "type": "example",
                "value": [
                  {
                    "id": "ENTITY-000001",
                    "type": "example",
                    "display_name_cn": "帕博利珠单抗",
                    "display_name_en": "Pembrolizumab",
                    "search_strategy": "example"
                  }
                ],
                "fields": [
                  "example"
                ],
                "condition": "example"
              }
            ],
            "description": "Clauses that must match.",
            "items": {
              "$ref": "#/components/schemas/DrugSearch_SearchClause"
            }
          },
          "type": {
            "type": "string",
            "example": "example",
            "description": "Boolean query node type."
          },
          "should": {
            "type": "array",
            "example": [
              {
                "type": "example",
                "value": [
                  {
                    "id": "ENTITY-000001",
                    "type": "example",
                    "display_name_cn": "帕博利珠单抗",
                    "display_name_en": "Pembrolizumab",
                    "search_strategy": "example"
                  }
                ],
                "fields": [
                  "example"
                ],
                "condition": "example"
              }
            ],
            "description": "Clauses that may match.",
            "items": {
              "$ref": "#/components/schemas/DrugSearch_SearchClause"
            }
          },
          "must_not": {
            "type": "array",
            "example": [
              {
                "type": "example",
                "value": [
                  {
                    "id": "ENTITY-000001",
                    "type": "example",
                    "display_name_cn": "帕博利珠单抗",
                    "display_name_en": "Pembrolizumab",
                    "search_strategy": "example"
                  }
                ],
                "fields": [
                  "example"
                ],
                "condition": "example"
              }
            ],
            "description": "Clauses that must not match.",
            "items": {
              "$ref": "#/components/schemas/DrugSearch_SearchClause"
            }
          }
        }
      },
      "DrugSearch_CollapseRule": {
        "type": "object",
        "properties": {
          "type": {
            "type": "string",
            "example": "example",
            "description": "Collapse rule type."
          },
          "field": {
            "type": "string",
            "example": "example",
            "description": "Backend field used for result collapsing."
          }
        }
      },
      "DrugSearch_CollapseConfig": {
        "type": "object",
        "properties": {
          "field": {
            "type": "string",
            "example": "example",
            "description": "Primary field used for result collapsing."
          },
          "rules": {
            "type": "array",
            "example": [
              {
                "type": "example",
                "field": "example"
              }
            ],
            "description": "Additional collapse rules.",
            "items": {
              "$ref": "#/components/schemas/DrugSearch_CollapseRule"
            }
          }
        }
      },
      "DrugSearch_ExecutedQuery": {
        "type": "object",
        "properties": {
          "sort": {
            "type": "array",
            "example": [
              {
                "sort_field": "example",
                "sort_order": "example"
              }
            ],
            "description": "Applied backend sorting instructions.",
            "items": {
              "$ref": "#/components/schemas/DrugSearch_SearchSort"
            }
          },
          "stem": {
            "type": "boolean",
            "example": false,
            "description": "Whether stemming was enabled."
          },
          "limit": {
            "type": "integer",
            "example": 20,
            "description": "Executed page size."
          },
          "query": {
            "$ref": "#/components/schemas/DrugSearch_BooleanQuery"
          },
          "fields": {
            "type": "array",
            "example": [
              "example"
            ],
            "description": "Backend fields participating in the query."
          },
          "offset": {
            "type": "integer",
            "example": 0,
            "description": "Executed pagination offset."
          },
          "all_org": {
            "type": "boolean",
            "example": false,
            "description": "Whether organization roll-up was enabled."
          },
          "collapse": {
            "$ref": "#/components/schemas/DrugSearch_CollapseConfig"
          },
          "field_list": {
            "type": "array",
            "example": [
              "example"
            ],
            "description": "Requested backend result fields."
          },
          "load_detail": {
            "type": "boolean",
            "example": false,
            "description": "Whether detailed records were loaded."
          },
          "search_type": {
            "type": "string",
            "example": "example",
            "description": "Backend search type."
          },
          "semantic_search": {
            "type": "boolean",
            "example": false,
            "description": "Whether semantic search was enabled."
          }
        }
      },
      "DrugSearchResponse": {
        "type": "object",
        "properties": {
          "items": {
            "type": "array",
            "example": [
              {
                "drug_id": "DRUG-000001",
                "reference": "drug:DRUG-000001",
                "drug_type_view": [
                  {
                    "id": "ENTITY-000001",
                    "entity_id": "ENTITY-000001",
                    "display_name_cn": "帕博利珠单抗",
                    "display_name_en": "Pembrolizumab"
                  }
                ],
                "display_name_cn": "帕博利珠单抗",
                "display_name_en": "Pembrolizumab",
                "first_approved_date": "2014-09-04",
                "global_highest_dev_status_view": {
                  "id": "ENTITY-000001",
                  "entity_id": "ENTITY-000001",
                  "display_name_cn": "帕博利珠单抗",
                  "display_name_en": "Pembrolizumab"
                }
              }
            ],
            "description": "Drug summary rows in the current page.",
            "items": {
              "$ref": "#/components/schemas/DrugSearch_DrugSearchItem"
            }
          },
          "query": {
            "$ref": "#/components/schemas/DrugSearch_ExecutedQuery"
          },
          "total": {
            "type": "integer",
            "example": 0,
            "description": "Total number of matching drugs."
          },
          "warnings": {
            "type": "array",
            "example": [
              "example"
            ],
            "description": "Non-fatal query warnings."
          }
        }
      },
      "DrugSearchRequest": {
        "type": "object",
        "properties": {
          "offset": {
            "type": "integer",
            "example": 0,
            "description": "Pagination offset, starting from 0."
          },
          "limit": {
            "type": "integer",
            "example": 20,
            "description": "Page size. Must be between 1 and 100."
          },
          "drug": {
            "type": "array",
            "example": [
              "pembrolizumab"
            ],
            "description": "Drug name list used to locate specific assets. Example: ['pembrolizumab', 'aspirin']"
          },
          "target": {
            "type": "array",
            "example": [
              "PD-1"
            ],
            "description": "Target name list for target-centric drug discovery or development queries. Example: ['PD-1', 'EGFR']"
          },
          "disease": {
            "type": "array",
            "example": [
              "non-small cell lung cancer"
            ],
            "description": "In-development disease name list, mapped to the drug disease field used for pipeline filtering. Example: ['lung cancer', 'diabetes']"
          },
          "organization": {
            "type": "array",
            "example": [
              "Merck"
            ],
            "description": "R&D organization name list mapped to DEV_ORG_ID_ONEID, typically used for sponsor, originator, or active developer filtering. Example: ['Pfizer', 'Roche']"
          },
          "drug_type": {
            "type": "array",
            "example": [
              "Monoclonal antibody"
            ],
            "description": "Drug type filter. Allowed values: ['Small molecule drug', 'Monoclonal antibody', 'ADC', 'Biological product', 'Gene therapy']"
          },
          "action_type": {
            "type": "array",
            "example": [
              "inhibitor"
            ],
            "description": "Action type filter for the high-level activity mode of the drug. Allowed values: ['agonist', 'antagonist', 'inhibitor', 'modulator']"
          },
          "mechanism_action": {
            "type": "array",
            "example": [
              "PD-1 inhibitor"
            ],
            "description": "Mechanism of action filter used for more specific pharmacology matching. Example: ['PD-1 inhibitor', 'EGFR tyrosine kinase inhibitor']"
          },
          "atc_code": {
            "type": "array",
            "example": [
              "L01"
            ],
            "description": "ATC code filter for therapy-area or class-based retrieval. Example: ['A01', 'C07']"
          },
          "modification": {
            "type": "array",
            "example": [
              "PEGylated"
            ],
            "description": "Chemical modification ID filter for modified molecule searches. Example: ['PEGylated', 'liposomal']"
          },
          "highest_phase": {
            "type": "array",
            "example": [
              "approved"
            ],
            "description": "Global highest development status filter. Allowed values: ['discovery', 'preclinical', 'ind_application', 'ind_approval', 'clinical', 'early_phase_1', 'phase_1', 'phase_1_2', 'phase_2', 'phase_2_3', 'phase_3', 'nda_bla', 'approved', 'phase_4', 'discontinued', 'suspended', 'withdrawn', 'pending', 'unknown', 'not_applicable', 'other', 'inactive']"
          },
          "dev_status": {
            "type": "array",
            "example": [
              "phase_3"
            ],
            "description": "Current development status filter. Allowed values: ['discovery', 'preclinical', 'ind_application', 'ind_approval', 'clinical', 'early_phase_1', 'phase_1', 'phase_1_2', 'phase_2', 'phase_2_3', 'phase_3', 'nda_bla', 'approved', 'phase_4', 'discontinued', 'suspended', 'withdrawn', 'pending', 'unknown', 'not_applicable', 'other', 'inactive']"
          },
          "org_type": {
            "type": "array",
            "example": [
              "company"
            ],
            "description": "Organization type filter applied to the related R&D organizations. Allowed values: ['company', 'university_institution', 'other']"
          },
          "highest_phase_date_from": {
            "type": "string",
            "example": "2023-01-01",
            "description": "Start date for the drug's highest-phase milestone. Use YYYY-MM-DD format. Example: '2023-01-01'"
          },
          "highest_phase_date_to": {
            "type": "string",
            "example": "2024-12-31",
            "description": "End date for the drug's highest-phase milestone. Use YYYY-MM-DD format. Example: '2024-12-31'"
          },
          "country": {
            "type": "array",
            "example": [
              "US",
              "CN"
            ],
            "description": "Country or region code list, such as the market or development geography used by the underlying query. The input must use country codes. Example: ['US', 'CN', 'EU']"
          }
        }
      },
      "T011TranslateAsyncResponse": {
        "type": "object",
        "properties": {
          "state": {
            "type": "string",
            "example": "pending",
            "description": "Task state"
          },
          "taskId": {
            "type": "string",
            "example": "a1b2c3d4e5f6789012345678abcdef01",
            "description": "Task id"
          }
        },
        "required": [
          "state",
          "taskId"
        ]
      },
      "T011TranslateAsyncRequest": {
        "type": "object",
        "properties": {
          "content": {
            "type": "string",
            "example": "本发明公开了一种档案管理文件储存用分类标识装置。",
            "description": "Source text to translate. Must not be blank. Default max 65536 characters."
          },
          "sourceLanguageCode": {
            "$ref": "#/components/schemas/T011TranslateAsync_LanguageCode"
          },
          "targetLanguageCode": {
            "$ref": "#/components/schemas/T011TranslateAsync_LanguageCode"
          }
        },
        "required": [
          "content",
          "sourceLanguageCode",
          "targetLanguageCode"
        ]
      },
      "B071ChemicalGetsingledata_PatentChemicalMentionPosition": {
        "type": "object",
        "properties": {
          "page": {
            "type": "integer",
            "format": "int32",
            "example": 1,
            "description": "Page"
          },
          "position": {
            "type": "array",
            "example": [
              0.2513,
              0.6182,
              0.3493,
              0.6696
            ],
            "description": "Location"
          }
        }
      },
      "B071ChemicalGetsingledata_PatentChemicalMention": {
        "type": "object",
        "properties": {
          "mwt": {
            "type": "number",
            "format": "double",
            "example": 868.45,
            "description": "Molecular weight"
          },
          "smiles": {
            "type": "string",
            "example": "CC1(CCC(=C(C1)C2=CC=C(C=C2)Cl)CN3CCN(CC3)C4=CC(=C(C=C4)C(=O)NS(=O)(=O)C5=CC(=C(C=C5)NCC6CCOCC6)[N+](=O)[O-])OC7=CN=C8C(=C7)C=CN8)C",
            "description": "SMILES structure"
          },
          "inchi_key": {
            "type": "string",
            "example": "LQBVNQSMGBZMKD-UHFFFAOYSA-N",
            "description": "InChI Key"
          },
          "patent_id": {
            "type": "string",
            "example": "f5817034-1395-4bc1-b0f2-eb712e66702c",
            "description": "Patent id"
          },
          "ta_mention": {
            "type": "integer",
            "format": "int32",
            "example": 0,
            "description": "Title and abstract mention count"
          },
          "pdf_mention": {
            "type": "integer",
            "format": "int32",
            "example": 0,
            "description": "PDF mention count"
          },
          "desc_mention": {
            "type": "integer",
            "format": "int32",
            "example": 8,
            "description": "Description mention count"
          },
          "pdf_position": {
            "type": "array",
            "example": "Please check the form:PatentChemicalMentionPosition",
            "description": "PDF location",
            "items": {
              "$ref": "#/components/schemas/B071ChemicalGetsingledata_PatentChemicalMentionPosition"
            }
          },
          "compound_name": {
            "type": "string",
            "example": "VENETOCLAX / 4-[4-[[2-(4-chlorophenyl)-4,4-dimethylcyclohexen-1-yl]methyl]piperazin-1-yl]-N-[3-nitro-4-(oxan-4-ylmethylamino)phenyl]sulfonyl-2-(1H-pyrrolo[2,3-b]pyridin-5-yloxy)benzamide",
            "description": "Compound name"
          },
          "claims_mention": {
            "type": "integer",
            "format": "int32",
            "example": 1,
            "description": "Claims mention count"
          },
          "publication_date": {
            "type": "string",
            "example": 20230727,
            "description": "public date"
          }
        }
      },
      "B071ChemicalGetsingledata_PatentChemicalResponse": {
        "type": "object",
        "properties": {
          "page": {
            "type": "integer",
            "format": "int32",
            "example": 1,
            "description": "Current page number"
          },
          "size": {
            "type": "integer",
            "format": "int32",
            "example": 10,
            "description": "Number of items per page"
          },
          "items": {
            "type": "array",
            "example": "Please check the form:PatentChemicalMention",
            "description": "Result items list",
            "items": {
              "$ref": "#/components/schemas/B071ChemicalGetsingledata_PatentChemicalMention"
            }
          },
          "total": {
            "type": "integer",
            "format": "int32",
            "example": 8,
            "description": "Total number of records"
          }
        }
      },
      "B071ChemicalGetsingledataResponse": {
        "type": "object",
        "properties": {
          "data": {
            "$ref": "#/components/schemas/B071ChemicalGetsingledata_PatentChemicalResponse"
          },
          "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"
        ]
      },
      "B071ChemicalGetsingledataRequest": {
        "type": "object",
        "properties": {
          "exclude_reagents": {
            "type": "boolean",
            "example": false,
            "description": "Exclude reagents"
          },
          "limit": {
            "type": "integer",
            "format": "int32",
            "example": 10,
            "description": "Number of returned items, default 10.Maximum limit setting 1000"
          },
          "only_first": {
            "type": "boolean",
            "example": false,
            "description": "Only show compounds that first appear in this patent"
          },
          "page": {
            "type": "integer",
            "format": "int32",
            "example": 1,
            "description": "page, default 1"
          },
          "patent_id": {
            "type": "string",
            "example": "f5817034-1395-4bc1-b0f2-eb712e66702c",
            "description": "Patent id"
          },
          "patent_number": {
            "type": "string",
            "example": "US12497460B2",
            "description": "Patent number"
          },
          "range_max": {
            "type": "number",
            "format": "double",
            "example": 888,
            "description": "Maximum molecular weight"
          },
          "range_min": {
            "type": "number",
            "format": "double",
            "example": 30,
            "description": "Minimum molecular weight"
          },
          "source": {
            "type": "array",
            "example": [
              1,
              2,
              3,
              4,
              5,
              6,
              7
            ],
            "description": "Source, 1:Manual | 2:Other | 3:Picture | 4:Claims | 5:Abstract | 6:Title | 7:Description"
          }
        }
      },
      "B067V2Task_OcsrLocationItemV2": {
        "type": "object",
        "properties": {
          "bbox": {
            "type": "array",
            "example": [
              0.12,
              0.35,
              0.67,
              0.78,
              0.99
            ],
            "description": "Normalized bounding box [x1, y1, x2, y2, confidence], 0 to 1, the fifth is confidence."
          },
          "page": {
            "type": "integer",
            "format": "int32",
            "example": 0,
            "description": "0-based page index (PDF scenario)"
          },
          "image_name": {
            "type": "string",
            "example": "mol_001.png",
            "description": "Image file name (image scenario)"
          }
        }
      },
      "B067V2Task_OcsrResultItemV2": {
        "type": "object",
        "properties": {
          "mol": {
            "type": "string",
            "example": "\n  Mrv2211 01012400002D\n\n  9  9  0  0  0  0            999 V2000\n    1.2124    0.7000    0.0000 C   0  0  0  0  0  0  0  0  0  0  0  0\n    0.0000    0.0000    0.0000 C   0  0  0  0  0  0  0  0  0  0  0  0\nM  END",
            "description": "SDF， may be null"
          },
          "smiles": {
            "type": "string",
            "example": "CC(=O)Oc1ccccc1C(=O)O",
            "description": "SMILES representation"
          },
          "formula": {
            "type": "string",
            "example": "C9H8O4",
            "description": "Molecular formula"
          },
          "inchi_key": {
            "type": "string",
            "example": "BSYNRYMUTXBXSQ-UHFFFAOYSA-N",
            "description": "InChIKey identifier"
          },
          "locations": {
            "type": "array",
            "example": [
              {
                "bbox": [
                  0.12,
                  0.35,
                  0.67,
                  0.78,
                  0.99
                ],
                "page": 0,
                "image_name": "mol_001.png"
              }
            ],
            "description": "List of locations of the chemical structure",
            "items": {
              "$ref": "#/components/schemas/B067V2Task_OcsrLocationItemV2"
            }
          }
        }
      },
      "B067V2Task_OpenAPI OCSR任务状态查询响应(V2)": {
        "type": "object",
        "properties": {
          "count": {
            "type": "integer",
            "format": "int32",
            "example": 1,
            "description": "Number of recognition results, equal to the size of the result list"
          },
          "result": {
            "type": "array",
            "example": [
              {
                "mol": "...",
                "smiles": "CC(=O)Oc1ccccc1C(=O)O",
                "inchi_key": "BSYNRYMUTXBXSQ-UHFFFAOYSA-N",
                "locations": [
                  {
                    "bbox": [
                      0.12,
                      0.34,
                      0.45,
                      0.67,
                      0.99
                    ],
                    "image_name": "mol_001.png"
                  }
                ]
              }
            ],
            "description": "OCSR recognition results (dual-engine intersection)",
            "items": {
              "$ref": "#/components/schemas/B067V2Task_OcsrResultItemV2"
            }
          },
          "status": {
            "type": "string",
            "example": "SUCCESS",
            "description": "Task Status: PENDING, PROCESSING, SUCCESS, FAILED"
          },
          "task_id": {
            "type": "string",
            "example": "7babe24e5abc4f1cb1cfaea27b6e0e43",
            "description": "Task ID"
          }
        }
      },
      "B067V2TaskResponse": {
        "type": "object",
        "properties": {
          "data": {
            "$ref": "#/components/schemas/B067V2Task_OpenAPI OCSR任务状态查询响应(V2)"
          },
          "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"
        ]
      },
      "TaskSubmit_OCSR任务提交响应": {
        "type": "object",
        "properties": {
          "status": {
            "type": "string",
            "example": "SUCCESS",
            "description": "Task Status: PENDING(Pending), PROCESSING(Processing), SUCCESS(Success), FAILED(Failed)"
          },
          "task_id": {
            "type": "string",
            "example": "8ba05f32a656423fad4876ac7e65ee7a",
            "description": "Task ID"
          }
        }
      },
      "TaskSubmitResponse": {
        "type": "object",
        "properties": {
          "data": {
            "$ref": "#/components/schemas/TaskSubmit_OCSR任务提交响应"
          },
          "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"
        ]
      },
      "TaskSubmitRequest": {
        "type": "object",
        "properties": {
          "document": {
            "type": "file",
            "example": "example.png",
            "description": "PDF file / single image (jpg,png,jpeg) / image ZIP archive"
          }
        },
        "required": [
          "document"
        ]
      },
      "B018DrugDetail_SequenceDto": {
        "type": "object",
        "properties": {
          "chain_type": {
            "type": "array",
            "example": [
              "56cd71d7b8c54b0fba69bbb8c7e10e90"
            ],
            "description": "Chain type"
          },
          "sequence_text": {
            "type": "string",
            "example": "XXX",
            "description": "Sequence text"
          },
          "sequence_number": {
            "type": "integer",
            "format": "int64",
            "example": 1,
            "description": "Sequence number"
          }
        }
      },
      "B018DrugDetail_StructureDto": {
        "type": "object",
        "properties": {
          "base64": {
            "type": "string",
            "example": "XXXX",
            "description": "Image base64"
          },
          "cas_no": {
            "type": "string",
            "example": "XXXX",
            "description": "CAS No."
          },
          "formula": {
            "type": "string",
            "example": "XXXX",
            "description": "Molecular formula"
          },
          "inchi_key": {
            "type": "string",
            "example": "XXXX",
            "description": "inChiKey"
          }
        }
      },
      "B018DrugDetail_ViewDto": {
        "type": "object",
        "properties": {
          "id": {
            "type": "string",
            "example": "234aad67e4bc46b3906543b77e393606",
            "description": "id"
          },
          "display_name": {
            "type": "string",
            "example": "XXXX",
            "description": "display name"
          }
        }
      },
      "B018DrugDetail_DrugDetailDto": {
        "type": "object",
        "properties": {
          "drug_id": {
            "type": "string",
            "example": "86b71230b00e49f6a2b1a9ae661db324",
            "description": "Drug id"
          },
          "sequence": {
            "type": "array",
            "example": "Please check the form:SequenceDto",
            "description": "Sequence",
            "items": {
              "$ref": "#/components/schemas/B018DrugDetail_SequenceDto"
            }
          },
          "drug_name": {
            "type": "string",
            "example": "Ibrutinib",
            "description": "Drug name"
          },
          "drug_type": {
            "type": "array",
            "example": [
              "c38eb408d6b842f487d6a27484156633"
            ],
            "description": "Drug type"
          },
          "structure": {
            "type": "array",
            "example": "Please check the form:StructureDto",
            "description": "Structure",
            "items": {
              "$ref": "#/components/schemas/B018DrugDetail_StructureDto"
            }
          },
          "alias_name": {
            "type": "array",
            "example": [
              "Ibrutinib"
            ],
            "description": "Alias name"
          },
          "trade_name": {
            "type": "array",
            "example": [
              "Keytruda"
            ],
            "description": "Trade name"
          },
          "generic_name": {
            "type": "array",
            "example": [
              "Ibrutinib"
            ],
            "description": "Generic name"
          },
          "drug_type_view": {
            "type": "array",
            "example": "Please check the form:ViewDto",
            "description": "Drug type view",
            "items": {
              "$ref": "#/components/schemas/B018DrugDetail_ViewDto"
            }
          },
          "target_id_view": {
            "type": "array",
            "example": "Please check the form:ViewDto",
            "description": "Target id view",
            "items": {
              "$ref": "#/components/schemas/B018DrugDetail_ViewDto"
            }
          },
          "disease_id_view": {
            "type": "array",
            "example": "Please check the form:ViewDto",
            "description": "Disease id view",
            "items": {
              "$ref": "#/components/schemas/B018DrugDetail_ViewDto"
            }
          },
          "first_approval_date": {
            "type": "integer",
            "format": "int64",
            "example": 1409788800000,
            "description": "First approval date"
          },
          "special_review_view": {
            "type": "array",
            "example": "Please check the form:ViewDto",
            "description": "Special review view",
            "items": {
              "$ref": "#/components/schemas/B018DrugDetail_ViewDto"
            }
          },
          "approval_country_view": {
            "type": "array",
            "example": "Please check the form:ViewDto",
            "description": "approval country/location view",
            "items": {
              "$ref": "#/components/schemas/B018DrugDetail_ViewDto"
            }
          },
          "research_disease_view": {
            "type": "array",
            "example": "Please check the form:ViewDto",
            "description": "Research disease view",
            "items": {
              "$ref": "#/components/schemas/B018DrugDetail_ViewDto"
            }
          },
          "therapeutic_area_view": {
            "type": "array",
            "example": "Please check the form:ViewDto",
            "description": "Therapeutic area view",
            "items": {
              "$ref": "#/components/schemas/B018DrugDetail_ViewDto"
            }
          },
          "first_approval_date_cn": {
            "type": "integer",
            "format": "int64",
            "example": 1532044800000,
            "description": "first approval date cn"
          },
          "mechanism_action_id_view": {
            "type": "array",
            "example": "Please check the form:ViewDto",
            "description": "Mechanism action id view",
            "items": {
              "$ref": "#/components/schemas/B018DrugDetail_ViewDto"
            }
          },
          "non_research_disease_view": {
            "type": "array",
            "example": "Please check the form:ViewDto",
            "description": "None research disease view",
            "items": {
              "$ref": "#/components/schemas/B018DrugDetail_ViewDto"
            }
          },
          "highest_dev_status_cn_view": {
            "$ref": "#/components/schemas/B018DrugDetail_ViewDto"
          },
          "first_approved_country_view": {
            "type": "array",
            "example": "Please check the form:ViewDto",
            "description": "First approved country/location view",
            "items": {
              "$ref": "#/components/schemas/B018DrugDetail_ViewDto"
            }
          },
          "first_approved_indication_view": {
            "type": "array",
            "example": "Please check the form:ViewDto",
            "description": "First approved indication view",
            "items": {
              "$ref": "#/components/schemas/B018DrugDetail_ViewDto"
            }
          },
          "global_highest_dev_status_view": {
            "$ref": "#/components/schemas/B018DrugDetail_ViewDto"
          },
          "active_org_master_entity_id_view": {
            "type": "array",
            "example": "Please check the form:ViewDto",
            "description": "Active organization master entity id view",
            "items": {
              "$ref": "#/components/schemas/B018DrugDetail_ViewDto"
            }
          },
          "inactive_org_master_entity_id_view": {
            "type": "array",
            "example": "Please check the form:ViewDto",
            "description": "Inactive organization master entity id view",
            "items": {
              "$ref": "#/components/schemas/B018DrugDetail_ViewDto"
            }
          },
          "originator_org_master_entity_id_view": {
            "type": "array",
            "example": "Please check the form:ViewDto",
            "description": "Originator organization master entity id view",
            "items": {
              "$ref": "#/components/schemas/B018DrugDetail_ViewDto"
            }
          }
        }
      },
      "B018DrugDetailResponse": {
        "type": "object",
        "properties": {
          "data": {
            "$ref": "#/components/schemas/B018DrugDetail_DrugDetailDto"
          },
          "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"
        ]
      },
      "B018DrugDetailRequest": {
        "type": "object"
      },
      "B022ClinicalTrialDetail_CommonName": {
        "type": "object",
        "properties": {
          "lang": {
            "type": "string",
            "example": "EN",
            "description": "Language"
          },
          "name": {
            "type": "string",
            "example": "Ranibizumab (Genentech)",
            "description": "Drug,Target,Organization,Disease,Country/Location,DICT,Mechanism Action Name"
          }
        }
      },
      "B022ClinicalTrialDetail_CommonDictionary": {
        "type": "object",
        "properties": {
          "display_name": {
            "type": "array",
            "example": [
              {
                "lang": "EN",
                "name": "Autologous CAR-T"
              },
              {
                "lang": "CN",
                "name": "自体CAR-T"
              }
            ],
            "description": "Dict Name",
            "items": {
              "$ref": "#/components/schemas/B022ClinicalTrialDetail_CommonName"
            }
          },
          "normalized_id": {
            "type": "string",
            "example": "2fbfdb3e92d942c48cbb0adb79f23526",
            "description": "Dict ID"
          }
        }
      },
      "B022ClinicalTrialDetail_GetClinicalTrialBasicInformationResponseDto": {
        "type": "object",
        "properties": {
          "phase": {
            "$ref": "#/components/schemas/B022ClinicalTrialDetail_CommonDictionary"
          },
          "brief_title": {
            "type": "string",
            "example": "A Study of BL-B01D1 in Combination With Osimertinib Mesylate Tablets in Patients With Locally Advanced or Metastatic Non-small Cell Lung Cancer",
            "description": "Trial Title"
          },
          "data_source": {
            "type": "string",
            "example": "CTGOV",
            "description": "Registry, enumeration values: WHO, CTGOV, CTR"
          },
          "official_title": {
            "type": "string",
            "example": "A Phase II Clinical Study to Evaluate the Efficacy and Safety of BL-B01D1 in Combination With Osimertinib Mesylate Tablets in Patients With Locally Advanced or Metastatic Non-small Cell Lung Cancer",
            "description": "Official Title"
          },
          "register_number": {
            "type": "string",
            "example": "NCT06498986",
            "description": "Trial Number"
          },
          "clinical_trial_id": {
            "type": "string",
            "example": "202425a889e52ae802432a8295220e53",
            "description": "Clinical Trial ID"
          },
          "recruitment_status": {
            "type": "string",
            "example": "Not yet recruiting",
            "description": "Recruitment Status"
          }
        }
      },
      "B022ClinicalTrialDetailResponse": {
        "type": "object",
        "properties": {
          "data": {
            "$ref": "#/components/schemas/B022ClinicalTrialDetail_GetClinicalTrialBasicInformationResponseDto"
          },
          "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"
        ]
      },
      "B070MedicineDetail_MedicineDataDetailAuthor": {
        "type": "object",
        "properties": {
          "ordinal": {
            "type": "integer",
            "format": "int64",
            "example": 1,
            "description": "Ordinal"
          },
          "superscript": {
            "type": "array",
            "example": [
              1,
              2
            ],
            "description": "Superscript"
          },
          "original_name": {
            "type": "string",
            "example": "John Smith",
            "description": "Original Name"
          }
        }
      },
      "B070MedicineDetail_CommonText": {
        "type": "object",
        "properties": {
          "lang": {
            "type": "string",
            "example": "EN",
            "description": "Language"
          },
          "text": {
            "type": "string",
            "example": "This study investigates novel biomarkers for cancer research...",
            "description": "text"
          }
        }
      },
      "B070MedicineDetail_MedicineDataDetailInstitution": {
        "type": "object",
        "properties": {
          "ordinal": {
            "type": "integer",
            "format": "int64",
            "example": 1,
            "description": "Ordinal"
          },
          "original_name": {
            "type": "string",
            "example": "Harvard Medical School",
            "description": "Original Name"
          }
        }
      },
      "B070MedicineDetail_CommonName": {
        "type": "object",
        "properties": {
          "lang": {
            "type": "string",
            "example": "EN",
            "description": "Language"
          },
          "name": {
            "type": "string",
            "example": "Ranibizumab (Genentech)",
            "description": "Drug,Target,Organization,Disease,Country/Location,DICT,Mechanism Action Name"
          }
        }
      },
      "B070MedicineDetail_TranslationalMedicineDataDetailResponse": {
        "type": "object",
        "properties": {
          "author": {
            "type": "array",
            "example": "Please check the form: MedicineDataDetailAuthor",
            "description": "Author",
            "items": {
              "$ref": "#/components/schemas/B070MedicineDetail_MedicineDataDetailAuthor"
            }
          },
          "pubmed_url": {
            "type": "array",
            "example": [
              "https://pubmed.ncbi.nlm.nih.gov/12345678/"
            ],
            "description": "PubMed URL"
          },
          "source_url": {
            "type": "array",
            "example": [
              "https://example.com/source/123456"
            ],
            "description": "Source URL"
          },
          "abstract_text": {
            "type": "array",
            "example": "This study investigates novel biomarkers for cancer research...",
            "description": "Abstract",
            "items": {
              "$ref": "#/components/schemas/B070MedicineDetail_CommonText"
            }
          },
          "author_institution": {
            "type": "array",
            "example": "Please check the form: MedicineDataDetailInstitution",
            "description": "Author Institution",
            "items": {
              "$ref": "#/components/schemas/B070MedicineDetail_MedicineDataDetailInstitution"
            }
          },
          "translational_medicine_title": {
            "type": "array",
            "example": "Please check the form: CommonName",
            "description": "Title",
            "items": {
              "$ref": "#/components/schemas/B070MedicineDetail_CommonName"
            }
          }
        }
      },
      "B070MedicineDetailResponse": {
        "type": "object",
        "properties": {
          "data": {
            "$ref": "#/components/schemas/B070MedicineDetail_TranslationalMedicineDataDetailResponse"
          },
          "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"
        ]
      },
      "B033OrganizationPipeline_CommonName": {
        "type": "object",
        "properties": {
          "lang": {
            "type": "string",
            "example": "EN",
            "description": "Language"
          },
          "name": {
            "type": "string",
            "example": "Ranibizumab (Genentech)",
            "description": "Drug,Target,Organization,Disease,Country/Location,DICT,Mechanism Action Name"
          }
        }
      },
      "B033OrganizationPipeline_CommonDrug": {
        "type": "object",
        "properties": {
          "drug_id": {
            "type": "string",
            "example": "e82b83b42eba4e5ea3f26f8e06081a5a",
            "description": "Drug ID"
          },
          "display_name": {
            "type": "array",
            "example": [
              {
                "lang": "EN",
                "name": "Ranibizumab (Genentech)"
              },
              {
                "lang": "CN",
                "name": "雷珠单抗"
              }
            ],
            "description": "Drug Name, Referencing \"CommonName\"",
            "items": {
              "$ref": "#/components/schemas/B033OrganizationPipeline_CommonName"
            }
          }
        }
      },
      "B033OrganizationPipeline_CommonTarget": {
        "type": "object",
        "properties": {
          "target_id": {
            "type": "string",
            "example": "1c2067e5ab054a8995f73efcfcf56207",
            "description": "Target ID"
          },
          "short_name": {
            "type": "array",
            "example": [
              {
                "lang": "EN",
                "name": "VEGF"
              }
            ],
            "description": "Target Short Name, Referencing \"CommonName\"",
            "items": {
              "$ref": "#/components/schemas/B033OrganizationPipeline_CommonName"
            }
          },
          "display_name": {
            "type": "array",
            "example": [
              {
                "lang": "EN",
                "name": "Vascular endothelial growth factor"
              },
              {
                "lang": "CN",
                "name": "血管内皮生长因子"
              }
            ],
            "description": "Target Full Name, Referencing \"CommonName\"",
            "items": {
              "$ref": "#/components/schemas/B033OrganizationPipeline_CommonName"
            }
          }
        }
      },
      "B033OrganizationPipeline_CommonCountry": {
        "type": "object",
        "properties": {
          "country_id": {
            "type": "string",
            "example": "676de5ba-893a-36bb-8683-c93306aaf769",
            "description": "Country/Location ID"
          },
          "alpha2_code": {
            "type": "string",
            "example": "US",
            "description": "Alpha Code"
          },
          "display_name": {
            "type": "array",
            "example": [
              {
                "lang": "EN",
                "name": "United States"
              },
              {
                "lang": "CN",
                "name": "美国"
              }
            ],
            "description": "Country/Location Name",
            "items": {
              "$ref": "#/components/schemas/B033OrganizationPipeline_CommonName"
            }
          }
        }
      },
      "B033OrganizationPipeline_CommonDisease": {
        "type": "object",
        "properties": {
          "disease_id": {
            "type": "string",
            "example": "06a9082fe1ec4c97bea31d888b9cfdce",
            "description": "Disease ID"
          },
          "display_name": {
            "type": "array",
            "example": [
              {
                "lang": "EN",
                "name": "Uveitic Macular Edema"
              },
              {
                "lang": "CN",
                "name": "葡萄膜炎黄斑水肿"
              }
            ],
            "description": "Disease Name, Referencing \"CommonName\"",
            "items": {
              "$ref": "#/components/schemas/B033OrganizationPipeline_CommonName"
            }
          }
        }
      },
      "B033OrganizationPipeline_CommonDictionary": {
        "type": "object",
        "properties": {
          "display_name": {
            "type": "array",
            "example": [
              {
                "lang": "EN",
                "name": "Autologous CAR-T"
              },
              {
                "lang": "CN",
                "name": "自体CAR-T"
              }
            ],
            "description": "Dict Name",
            "items": {
              "$ref": "#/components/schemas/B033OrganizationPipeline_CommonName"
            }
          },
          "normalized_id": {
            "type": "string",
            "example": "2fbfdb3e92d942c48cbb0adb79f23526",
            "description": "Dict ID"
          }
        }
      },
      "B033OrganizationPipeline_PipelineDto": {
        "type": "object",
        "properties": {
          "drug": {
            "$ref": "#/components/schemas/B033OrganizationPipeline_CommonDrug"
          },
          "target": {
            "$ref": "#/components/schemas/B033OrganizationPipeline_CommonTarget"
          },
          "country": {
            "$ref": "#/components/schemas/B033OrganizationPipeline_CommonCountry"
          },
          "disease": {
            "$ref": "#/components/schemas/B033OrganizationPipeline_CommonDisease"
          },
          "data_type": {
            "type": "string",
            "example": "Current",
            "description": "Current: Ongoing pipelines; History: Non-ongoing pipelines."
          },
          "drug_type": {
            "type": "array",
            "example": [
              {
                "display_name": [
                  {
                    "lang": "EN",
                    "name": "Biosimilar"
                  },
                  {
                    "lang": "CN",
                    "name": "生物类似药"
                  }
                ],
                "normalized_id": "9f2e2934e5b2477e916cdbedf928934b"
              },
              {
                "display_name": [
                  {
                    "lang": "EN",
                    "name": "Monoclonal antibody"
                  },
                  {
                    "lang": "CN",
                    "name": "单克隆抗体"
                  }
                ],
                "normalized_id": "c38eb408d6b842f487d6a27484156633"
              }
            ],
            "description": "Drug Type",
            "items": {
              "$ref": "#/components/schemas/B033OrganizationPipeline_CommonDictionary"
            }
          },
          "dev_status": {
            "$ref": "#/components/schemas/B033OrganizationPipeline_CommonDictionary"
          },
          "dev_status_time": {
            "type": "integer",
            "format": "int64",
            "example": 1698710400000,
            "description": "Date"
          },
          "therapeutic_area": {
            "type": "array",
            "example": {
              "drug_id": "d93ac663566e463a8a1ed670ff80e37d",
              "display_name": [
                {
                  "lang": "EN",
                  "name": "Ustekinumab biosimilar (Amgen)"
                },
                {
                  "lang": "CN",
                  "name": "乌司奴单抗生物类似药(Amgen)"
                }
              ]
            },
            "description": "Therapeutic Area",
            "items": {
              "$ref": "#/components/schemas/B033OrganizationPipeline_CommonDisease"
            }
          }
        }
      },
      "B033OrganizationPipeline_GetOrganizationPipelineResponseDto": {
        "type": "object",
        "properties": {
          "items": {
            "type": "array",
            "example": "Please check the form:PipelineDto",
            "description": "Result Items",
            "items": {
              "$ref": "#/components/schemas/B033OrganizationPipeline_PipelineDto"
            }
          },
          "limit": {
            "type": "integer",
            "format": "int64",
            "example": 10,
            "description": "limit"
          },
          "total": {
            "type": "integer",
            "format": "int64",
            "example": 10,
            "description": "total"
          },
          "offset": {
            "type": "integer",
            "format": "int64",
            "example": 0,
            "description": "offset"
          }
        }
      },
      "B033OrganizationPipelineResponse": {
        "type": "object",
        "properties": {
          "data": {
            "$ref": "#/components/schemas/B033OrganizationPipeline_GetOrganizationPipelineResponseDto"
          },
          "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"
        ]
      },
      "B033OrganizationPipelineRequest": {
        "type": "object",
        "properties": {
          "offset": {
            "type": "integer",
            "format": "int64",
            "example": 0,
            "description": "Offset, default 0"
          },
          "limit": {
            "type": "integer",
            "format": "int64",
            "example": 10,
            "description": "Limit, default 10. offset + limit <= 10000， limit up to 1,000."
          },
          "organization_id": {
            "type": "string",
            "example": "11ef8a9e8bf5ca80213a1183511cded3",
            "description": "Organization ID"
          }
        }
      },
      "B057SynapseBullEyesPlot_CommonName": {
        "type": "object",
        "properties": {
          "lang": {
            "type": "string",
            "example": "EN",
            "description": "Language"
          },
          "name": {
            "type": "string",
            "example": "Ranibizumab (Genentech)",
            "description": "Drug,Target,Organization,Disease,Country/Location,DICT,Mechanism Action Name"
          }
        }
      },
      "B057SynapseBullEyesPlot_CommonDictionary": {
        "type": "object",
        "properties": {
          "display_name": {
            "type": "array",
            "example": [
              {
                "lang": "EN",
                "name": "Autologous CAR-T"
              },
              {
                "lang": "CN",
                "name": "自体CAR-T"
              }
            ],
            "description": "Dict Name",
            "items": {
              "$ref": "#/components/schemas/B057SynapseBullEyesPlot_CommonName"
            }
          },
          "normalized_id": {
            "type": "string",
            "example": "2fbfdb3e92d942c48cbb0adb79f23526",
            "description": "Dict ID"
          }
        }
      },
      "B057SynapseBullEyesPlot_BullEyesPlotDrugDataDto": {
        "type": "object",
        "properties": {
          "drug_id": {
            "type": "string",
            "example": "e82b83b42eba4e5ea3f26f8e06081a5a",
            "description": "Drug ID"
          },
          "drug_type": {
            "$ref": "#/components/schemas/B057SynapseBullEyesPlot_CommonDictionary"
          },
          "display_name": {
            "type": "array",
            "example": [
              {
                "lang": "EN",
                "name": "Ranibizumab (Genentech)"
              },
              {
                "lang": "CN",
                "name": "雷珠单抗"
              }
            ],
            "description": "Drug Name, Referencing \"CommonName\"",
            "items": {
              "$ref": "#/components/schemas/B057SynapseBullEyesPlot_CommonName"
            }
          }
        }
      },
      "B057SynapseBullEyesPlot_BullEyesStatInfoDto": {
        "type": "object",
        "properties": {
          "drug_type": {
            "type": "array",
            "example": [
              {
                "display_name": [
                  {
                    "lang": "EN",
                    "name": "Biological products"
                  },
                  {
                    "lang": "CN",
                    "name": "生物药"
                  }
                ],
                "normalized_id": "06bc75afc2f44364a9663730fa37c37a"
              }
            ],
            "description": "Drug Type, Referencing \"CommonDictionary\"",
            "items": {
              "$ref": "#/components/schemas/B057SynapseBullEyesPlot_CommonDictionary"
            }
          }
        }
      },
      "B057SynapseBullEyesPlot_BullEyesPlotDataDto": {
        "type": "object",
        "properties": {
          "drug": {
            "type": "array",
            "example": [
              {
                "drug_id": "07bf6b38be634718897783feeabef441",
                "drug_type": {
                  "display_name": [
                    {
                      "lang": "EN",
                      "name": "Biological products"
                    },
                    {
                      "lang": "CN",
                      "name": "生物药"
                    }
                  ],
                  "normalized_id": "06bc75afc2f44364a9663730fa37c37a"
                },
                "display_name": [
                  {
                    "lang": "EN",
                    "name": "VRON-0200"
                  }
                ]
              },
              {
                "drug_id": "e4cbc3790c5d4f299e8cd765585033ad",
                "drug_type": {
                  "display_name": [
                    {
                      "lang": "EN",
                      "name": "Biological products"
                    },
                    {
                      "lang": "CN",
                      "name": "生物药"
                    }
                  ],
                  "normalized_id": "06bc75afc2f44364a9663730fa37c37a"
                },
                "display_name": [
                  {
                    "lang": "EN",
                    "name": "Anti-EGFR/IL-13R alpha 2 CAR-T cell therapy(Tmunity Therapeutics/University of Pennsylvania)"
                  }
                ]
              }
            ],
            "description": "Dev information",
            "items": {
              "$ref": "#/components/schemas/B057SynapseBullEyesPlot_BullEyesPlotDrugDataDto"
            }
          },
          "un_know": {
            "type": "array",
            "example": [
              "e4cbc3790c5d4f299e8cd765585033ad"
            ],
            "description": "Related Drug ID without drug type"
          },
          "stat_info": {
            "$ref": "#/components/schemas/B057SynapseBullEyesPlot_BullEyesStatInfoDto"
          },
          "dev_status": {
            "$ref": "#/components/schemas/B057SynapseBullEyesPlot_CommonDictionary"
          },
          "related_drug_id": {
            "type": "array",
            "example": [
              "07bf6b38be634718897783feeabef441"
            ],
            "description": "Related Drug ID"
          }
        }
      },
      "B057SynapseBullEyesPlot_CommonTarget": {
        "type": "object",
        "properties": {
          "target_id": {
            "type": "string",
            "example": "1c2067e5ab054a8995f73efcfcf56207",
            "description": "Target ID"
          },
          "short_name": {
            "type": "array",
            "example": [
              {
                "lang": "EN",
                "name": "VEGF"
              }
            ],
            "description": "Target Short Name, Referencing \"CommonName\"",
            "items": {
              "$ref": "#/components/schemas/B057SynapseBullEyesPlot_CommonName"
            }
          },
          "display_name": {
            "type": "array",
            "example": [
              {
                "lang": "EN",
                "name": "Vascular endothelial growth factor"
              },
              {
                "lang": "CN",
                "name": "血管内皮生长因子"
              }
            ],
            "description": "Target Full Name, Referencing \"CommonName\"",
            "items": {
              "$ref": "#/components/schemas/B057SynapseBullEyesPlot_CommonName"
            }
          }
        }
      },
      "B057SynapseBullEyesPlot_CommonCountry": {
        "type": "object",
        "properties": {
          "country_id": {
            "type": "string",
            "example": "676de5ba-893a-36bb-8683-c93306aaf769",
            "description": "Country/Location ID"
          },
          "alpha2_code": {
            "type": "string",
            "example": "US",
            "description": "Alpha Code"
          },
          "display_name": {
            "type": "array",
            "example": [
              {
                "lang": "EN",
                "name": "United States"
              },
              {
                "lang": "CN",
                "name": "美国"
              }
            ],
            "description": "Country/Location Name",
            "items": {
              "$ref": "#/components/schemas/B057SynapseBullEyesPlot_CommonName"
            }
          }
        }
      },
      "B057SynapseBullEyesPlot_CommonDisease": {
        "type": "object",
        "properties": {
          "disease_id": {
            "type": "string",
            "example": "06a9082fe1ec4c97bea31d888b9cfdce",
            "description": "Disease ID"
          },
          "display_name": {
            "type": "array",
            "example": [
              {
                "lang": "EN",
                "name": "Uveitic Macular Edema"
              },
              {
                "lang": "CN",
                "name": "葡萄膜炎黄斑水肿"
              }
            ],
            "description": "Disease Name, Referencing \"CommonName\"",
            "items": {
              "$ref": "#/components/schemas/B057SynapseBullEyesPlot_CommonName"
            }
          }
        }
      },
      "B057SynapseBullEyesPlot_CommonOrganization": {
        "type": "object",
        "properties": {
          "display_name": {
            "type": "array",
            "example": [
              {
                "lang": "EN",
                "name": "Roche Holding AG"
              },
              {
                "lang": "CN",
                "name": "罗氏"
              }
            ],
            "description": "Organization Name, Referencing \"CommonName\"",
            "items": {
              "$ref": "#/components/schemas/B057SynapseBullEyesPlot_CommonName"
            }
          },
          "organization_id": {
            "type": "string",
            "example": "87bfaf037f8e60c9e25595cd98bb27e4",
            "description": "Organization ID"
          }
        }
      },
      "B057SynapseBullEyesPlot_BullEyesPlotDto": {
        "type": "object",
        "properties": {
          "data": {
            "type": "array",
            "example": "Please check the form:BullEyesPlotDto",
            "description": "Bull eyes result items",
            "items": {
              "$ref": "#/components/schemas/B057SynapseBullEyesPlot_BullEyesPlotDataDto"
            }
          },
          "target": {
            "$ref": "#/components/schemas/B057SynapseBullEyesPlot_CommonTarget"
          },
          "country": {
            "$ref": "#/components/schemas/B057SynapseBullEyesPlot_CommonCountry"
          },
          "disease": {
            "$ref": "#/components/schemas/B057SynapseBullEyesPlot_CommonDisease"
          },
          "drug_type": {
            "$ref": "#/components/schemas/B057SynapseBullEyesPlot_CommonDictionary"
          },
          "organization": {
            "$ref": "#/components/schemas/B057SynapseBullEyesPlot_CommonOrganization"
          }
        }
      },
      "B057SynapseBullEyesPlot_GetBullEyesPlotResponseDto": {
        "type": "object",
        "properties": {
          "items": {
            "type": "array",
            "example": "Please check the form:BullEyesPlotDto",
            "description": "result items",
            "items": {
              "$ref": "#/components/schemas/B057SynapseBullEyesPlot_BullEyesPlotDto"
            }
          },
          "dimension": {
            "type": "string",
            "example": "ORGANIZATION",
            "description": "dimension"
          }
        }
      },
      "B057SynapseBullEyesPlotResponse": {
        "type": "object",
        "properties": {
          "data": {
            "$ref": "#/components/schemas/B057SynapseBullEyesPlot_GetBullEyesPlotResponseDto"
          },
          "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"
        ]
      },
      "B057SynapseBullEyesPlot_CommonConditionValue": {
        "type": "object",
        "properties": {
          "condition": {
            "type": "string",
            "example": "OR",
            "description": "Logical operators, The value is an enum with the following values:AND,OR. Case-sensitive."
          },
          "value": {
            "type": "array",
            "example": [
              "2838b95ade834c96b17ac8bcd2b68c27"
            ],
            "description": "Value List"
          }
        }
      },
      "B057SynapseBullEyesPlotRequest": {
        "type": "object",
        "properties": {
          "limit": {
            "type": "integer",
            "format": "int64",
            "example": 10,
            "description": "Limit, default 10. The value is an enum with the following values: 10, 20, 30"
          },
          "dimension": {
            "type": "string",
            "example": "ORGANIZATION",
            "description": "dimension. The value is an enum with the following values: ORGANIZATION, TARGET, DISEASE, DRUG_TYPE, REGION"
          },
          "roll_up": {
            "type": "boolean",
            "example": true,
            "description": "Perform roll-up on analysis results only for the dimension 'ORGANIZATION' (default: true)."
          },
          "drug": {
            "$ref": "#/components/schemas/B057SynapseBullEyesPlot_CommonConditionValue"
          },
          "drug_type": {
            "$ref": "#/components/schemas/B057SynapseBullEyesPlot_CommonConditionValue"
          },
          "target": {
            "$ref": "#/components/schemas/B057SynapseBullEyesPlot_CommonConditionValue"
          },
          "mechanism_action": {
            "$ref": "#/components/schemas/B057SynapseBullEyesPlot_CommonConditionValue"
          },
          "disease": {
            "$ref": "#/components/schemas/B057SynapseBullEyesPlot_CommonConditionValue"
          },
          "organization": {
            "$ref": "#/components/schemas/B057SynapseBullEyesPlot_CommonConditionValue"
          },
          "global_highest_dev_status": {
            "type": "array",
            "example": [
              "Discovery",
              "Preclinical"
            ],
            "description": "Drug Highest Phase. The value is an enum with the following values: Discovery, Preclinical, IND, IND_Approval, Early_Phase_1, Phase_1, Phase_1_2, Phase_2, Phase_2_3, Phase_3, NDA_BLA, Approved, Clinical, Pending, Discontinued, Withdraw, Suspended, Unknown."
          },
          "exist_deal": {
            "type": "boolean",
            "example": true,
            "description": "Whether Drug Deal Exist"
          },
          "dev_status": {
            "type": "array",
            "example": [
              "Discovery",
              "Preclinical"
            ],
            "description": "Phase(By Indication). The value is an enum with the following values: Discovery, Preclinical, IND, IND_Approval, Early_Phase_1, Phase_1, Phase_1_2, Phase_2, Phase_2_3, Phase_3, NDA_BLA, Approved, Clinical, Pending, Discontinued, Withdraw, Suspended, Unknown."
          },
          "country": {
            "type": "array",
            "example": [
              "US",
              "EU"
            ],
            "description": "Phase(By Indication). The value is an enum with the following values: US, EU, JP, CN, Other"
          },
          "organization_type": {
            "type": "array",
            "example": [
              "Company"
            ],
            "description": "Organization Type. The value is an enum with the following values: Company, University_Institution, Other"
          },
          "employee_number": {
            "type": "array",
            "example": [
              "GREATER_THAN_500"
            ],
            "description": "Employee Number. The value is an enum with the following values: LESS_THAN_10, BETWEEN_10_AND_100, BETWEEN_100_AND_500, GREATER_THAN_500"
          },
          "start_up": {
            "type": "boolean",
            "example": true,
            "description": "Whether Start-Up Organization"
          }
        },
        "required": [
          "limit",
          "dimension"
        ]
      }
    },
    "securitySchemes": {
      "bearerAuth": {
        "type": "http",
        "scheme": "bearer"
      }
    }
  }
}
