{
  "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 Solution Exploration(Materials)",
      "description": "Tech Solution Exploration(Materials) 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": "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": "Chemical SAR Extract",
      "description": "Chemical SAR Extract APIs."
    },
    {
      "name": "Others",
      "description": "Others APIs."
    },
    {
      "name": "Telecom",
      "description": "Telecom APIs."
    },
    {
      "name": "R&D solution search",
      "description": "R&D solution search APIs."
    },
    {
      "name": "Patent Data Search",
      "description": "Patent Data Search APIs."
    },
    {
      "name": "Patent Basic Data",
      "description": "Patent Basic Data APIs."
    },
    {
      "name": "Patent Mining Data",
      "description": "Patent Mining Data APIs."
    },
    {
      "name": "Patent Legal Data",
      "description": "Patent Legal Data APIs."
    },
    {
      "name": "Patent Valuation Data",
      "description": "Patent Valuation Data APIs."
    },
    {
      "name": "Patent Monitor and Export",
      "description": "Patent Monitor and Export APIs."
    },
    {
      "name": "Technology Key Report",
      "description": "Technology Key Report APIs."
    },
    {
      "name": "Literature Data",
      "description": "Literature Data APIs."
    },
    {
      "name": "Patsnap Academy Course",
      "description": "Patsnap Academy Course APIs."
    },
    {
      "name": "Custom Aggregate Data",
      "description": "Custom Aggregate Data APIs."
    },
    {
      "name": "Trademark Data",
      "description": "Trademark Data APIs."
    },
    {
      "name": "Enterprise Tech Evaluation",
      "description": "Enterprise Tech Evaluation APIs."
    },
    {
      "name": "Enterprise Basic Data",
      "description": "Enterprise Basic Data APIs."
    },
    {
      "name": "Enterprise Persona Data",
      "description": "Enterprise Persona Data APIs."
    },
    {
      "name": "Enterprise IP Data",
      "description": "Enterprise IP Data APIs."
    },
    {
      "name": "Enterprise Tech Analysis",
      "description": "Enterprise Tech Analysis APIs."
    },
    {
      "name": "LS Search",
      "description": "LS Search APIs."
    },
    {
      "name": "Chemical and Bio Data",
      "description": "Chemical and Bio Data APIs."
    },
    {
      "name": "Drug Basic Data",
      "description": "Drug Basic Data APIs."
    },
    {
      "name": "Drug Clinical Trial Data",
      "description": "Drug Clinical Trial Data APIs."
    },
    {
      "name": "Drug Mining Data",
      "description": "Drug Mining Data APIs."
    },
    {
      "name": "Drug R&D Orgnization",
      "description": "Drug R&D Orgnization APIs."
    },
    {
      "name": "Drug Visual Analysis ",
      "description": "Drug Visual Analysis  APIs."
    },
    {
      "name": "Patsnap Analysis Report",
      "description": "Patsnap Analysis Report APIs."
    },
    {
      "name": "Insights Company Report",
      "description": "Insights Company Report APIs."
    },
    {
      "name": "TFFI Enterprise Evaluation (Level5)",
      "description": "TFFI Enterprise Evaluation (Level5) APIs."
    },
    {
      "name": "Biopharmaceutical Dictionary Data",
      "description": "Biopharmaceutical Dictionary Data 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://open.patsnap.com/devportal/api-reference/1fb50dcf642c4b92bb475b1b08fecfd1"
        },
        "requestBody": {
          "required": true,
          "content": {
            "text/event-stream": {
              "schema": {
                "$ref": "#/components/schemas/AI07ChatCcGptStreamRequest"
              }
            }
          }
        }
      }
    },
    "/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://open.patsnap.com/devportal/api-reference/423097a91cb74416abcf6966633c466a"
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/AI33-1Step1V3Request"
              }
            }
          }
        }
      }
    },
    "/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://open.patsnap.com/devportal/api-reference/bc562c229d2b470db887897aa9c4235d"
        },
        "requestBody": {
          "required": true,
          "content": {
            "*/*": {
              "schema": {
                "$ref": "#/components/schemas/AI68-1ChatAiLsChatRequest"
              }
            }
          }
        }
      }
    },
    "/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://open.patsnap.com/devportal/api-reference/550f9e6dc71148158c47d9d69c7932dd"
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/AI32-3PatentDisclosureDownloadRequest"
              }
            }
          }
        }
      }
    },
    "/chat/pat-gpt-stream": {
      "post": {
        "operationId": "ai50ChatPatGptStream",
        "summary": "AI50 Patent Large Model(Pat GPT)",
        "description": "It supports inputting technical questions or questions related to patents. The Patent Large Model (Pat GPT) aims to intelligently retrieve, analyze, and mine data in response to the posed questions, providing relevant patent information, trend analysis, and technical evaluations.",
        "tags": [
          "Patsnap LLM"
        ],
        "security": [
          {
            "bearerAuth": []
          }
        ],
        "responses": {
          "200": {
            "description": "Successful ai50 patent large model(pat gpt) response.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/AI50ChatPatGptStreamResponse"
                }
              }
            }
          }
        },
        "externalDocs": {
          "description": "API Reference documentation",
          "url": "https://open.patsnap.com/devportal/api-reference/dc06387a59654580bb2b2c1bce3dc29a"
        },
        "requestBody": {
          "required": true,
          "content": {
            "text/event-stream": {
              "schema": {
                "$ref": "#/components/schemas/AI50ChatPatGptStreamRequest"
              }
            }
          }
        }
      }
    },
    "/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://open.patsnap.com/devportal/api-reference/e31969ed9c7d487fa80df3e266b481aa"
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/AI32-2PatentDisclosureGenerateRequest"
              }
            }
          }
        }
      }
    },
    "/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://open.patsnap.com/devportal/api-reference/d1de1e678fca4dc395706525d5ea1d65"
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/AI33-3Step3SubmitV3Request"
              }
            }
          }
        }
      }
    },
    "/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://open.patsnap.com/devportal/api-reference/7630d5ea42d5480fae359ff135add7d7"
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/AI32-1PatentDisclosureTechMeansRequest"
              }
            }
          }
        }
      }
    },
    "/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://open.patsnap.com/devportal/api-reference/a56faf00cf27467999e42f6065e7ec66"
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/AI33-4Step3QueryV3Request"
              }
            }
          }
        }
      }
    },
    "/chat/pharm-gpt-stream": {
      "post": {
        "operationId": "ai20ChatPharmGptStream",
        "summary": "AI20 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 ai20 life science large model response.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/AI20ChatPharmGptStreamResponse"
                }
              }
            }
          }
        },
        "externalDocs": {
          "description": "API Reference documentation",
          "url": "https://open.patsnap.com/devportal/api-reference/08daece5fdb8457f8b587695efb1b8ab"
        },
        "requestBody": {
          "required": true,
          "content": {
            "text/event-stream": {
              "schema": {
                "$ref": "#/components/schemas/AI20ChatPharmGptStreamRequest"
              }
            }
          }
        }
      }
    },
    "/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://open.patsnap.com/devportal/api-reference/e349c63a70054ddc9a996b337781e47e"
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/AI33-5Step4V3Request"
              }
            }
          }
        }
      }
    },
    "/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://open.patsnap.com/devportal/api-reference/87e50e29ee874f5ab4c4ab1f4e9af466"
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/AI33-2Step2V3Request"
              }
            }
          }
        }
      }
    },
    "/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://open.patsnap.com/devportal/api-reference/3e6f39a160bd4a11841d65d795ff6361"
        },
        "requestBody": {
          "required": true,
          "content": {
            "text/event-stream": {
              "schema": {
                "$ref": "#/components/schemas/AI68-2ChatAiLsStreamRequest"
              }
            }
          }
        }
      }
    },
    "/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": [
          "Tech Solution Exploration(Materials)"
        ],
        "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://open.patsnap.com/devportal/api-reference/93ce9d4bf4604ecb8b39d8a0ba6aa20d"
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/AI73-2FindSolutionRecommendRequest"
              }
            }
          }
        }
      }
    },
    "/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": [
          "Tech Solution Exploration(Materials)"
        ],
        "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://open.patsnap.com/devportal/api-reference/920789990a544cbeb76eda6b824d0711"
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/AI73-1FindSolutionSubmitRequest"
              }
            }
          }
        }
      }
    },
    "/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": [
          "Tech Solution Exploration(Materials)"
        ],
        "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://open.patsnap.com/devportal/api-reference/bad587097b214a0c9af6ec31642a9884"
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/AI73-3FindSolutionConfirmRecommendRequest"
              }
            }
          }
        }
      }
    },
    "/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": [
          "Tech Solution Exploration(Materials)"
        ],
        "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://open.patsnap.com/devportal/api-reference/d6a380ca51ee49b589344b677a58bc51"
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/AI73-4FindSolutionThinkingRequest"
              }
            }
          }
        }
      }
    },
    "/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": [
          "Tech Solution Exploration(Materials)"
        ],
        "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://open.patsnap.com/devportal/api-reference/fd9e5b680f4a4d3ebb7aa0d73e8b8ab4"
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/AI73-7FindSolutionNodeReferenceRequest"
              }
            }
          }
        }
      }
    },
    "/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://open.patsnap.com/devportal/api-reference/78b5ef85adc74d69bb9d5dcb39a2db5f"
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/AI33-6Step5V3Request"
              }
            }
          }
        }
      }
    },
    "/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": [
          "Tech Solution Exploration(Materials)"
        ],
        "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://open.patsnap.com/devportal/api-reference/dc8b1adae2f44c20af2154c3a186211a"
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/AI73-6FindSolutionCitationReferenceListRequest"
              }
            }
          }
        }
      }
    },
    "/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://open.patsnap.com/devportal/api-reference/41df9b2e3db34261822aef2d433471ef"
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/AI34-1QuickSearchReportCreationRequest"
              }
            }
          }
        }
      }
    },
    "/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": [
          "Tech Solution Exploration(Materials)"
        ],
        "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://open.patsnap.com/devportal/api-reference/089bcf910d3c4bf0a53e9a2e7b95ca86"
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/AI73-8FindSolutionImplementationRequest"
              }
            }
          }
        }
      }
    },
    "/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": [
          "Tech Solution Exploration(Materials)"
        ],
        "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://open.patsnap.com/devportal/api-reference/6ebd6d533ad74a9fab56d07243deec3f"
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/AI73-9FindSolutionImplementationResponseRequest"
              }
            }
          }
        }
      }
    },
    "/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": [
          "Tech Solution Exploration(Materials)"
        ],
        "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://open.patsnap.com/devportal/api-reference/a4e7ee1dfdef42dfbbf237a814e930a9"
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/AI73-5FindSolutionMindRequest"
              }
            }
          }
        }
      }
    },
    "/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://open.patsnap.com/devportal/api-reference/46872b4d9a424b5cb023bd11fb572e9b"
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/AI34-2CreationCustomDirRequest"
              }
            }
          }
        }
      }
    },
    "/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://open.patsnap.com/devportal/api-reference/8fb043c347ae45259ecee8f4bfb775ff"
        },
        "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://open.patsnap.com/devportal/api-reference/b9a91703828645d796ddc43f3b49e7f6"
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/AI35-2TechSolutionGetRequest"
              }
            }
          }
        }
      }
    },
    "/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://open.patsnap.com/devportal/api-reference/4da73b95c3154e3281b60433724aebe6"
        },
        "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/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://open.patsnap.com/devportal/api-reference/f088b6801ce64a3988b7bb817caad397"
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/AI35-3TechSolutionUpdateRequest"
              }
            }
          }
        }
      }
    },
    "/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://open.patsnap.com/devportal/api-reference/4fa9fd7d17a1459fbfa8a90bb4b23c00"
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/AI35-5FeatureConfirmRequest"
              }
            }
          }
        }
      }
    },
    "/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://open.patsnap.com/devportal/api-reference/5cb06baf89fa4586adca58afe461bbc0"
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/AI35-4FeatureExtractRequest"
              }
            }
          }
        }
      }
    },
    "/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://open.patsnap.com/devportal/api-reference/760f912872fd4cb892f78ddc5af85a40"
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/AI35-6RetrievalElementsRequest"
              }
            }
          }
        }
      }
    },
    "/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://open.patsnap.com/devportal/api-reference/0e517c0739e545f8a5b947aab623163e"
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/AI35-7NoveltySearchAgentSearchRequest"
              }
            }
          }
        }
      }
    },
    "/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://open.patsnap.com/devportal/api-reference/8dd86fbd20a44f81a31966cd074a0c73"
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/AI35-8NoveltySearchAgentResultRequest"
              }
            }
          }
        }
      }
    },
    "/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://open.patsnap.com/devportal/api-reference/5a1cc75475a9429283278456f346fab5"
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/AI35-11ReportGetRequest"
              }
            }
          }
        }
      }
    },
    "/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://open.patsnap.com/devportal/api-reference/82ddd5b1959641c9b117cffb2337c560"
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/AI35-10NoveltySearchExportRequest"
              }
            }
          }
        }
      }
    },
    "/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://open.patsnap.com/devportal/api-reference/f4c307de06d94bbf85c7f8cf5dd8fb54"
        },
        "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://open.patsnap.com/devportal/api-reference/f9243e2023804965ad5f985a65996f91"
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/AI35-12ComparisonGenerateRequest"
              }
            }
          }
        }
      }
    },
    "/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://open.patsnap.com/devportal/api-reference/a00e8d5de42b46b6bdecfb8e100435e8"
        },
        "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 - Query Task",
        "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 - query task 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://open.patsnap.com/devportal/api-reference/abc163a67af3482aa0a8fb665961439a"
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/AI36-2TechnicalQaReportRequest"
              }
            }
          }
        }
      }
    },
    "/ai/specification/init-result/cnipa": {
      "post": {
        "operationId": "ai37-2InitResultCnipa",
        "summary": "AI37-2 Patent Drafting (CNIPA) - Initialization Summary Result",
        "description": "Based on the input task_id, get initialization result",
        "tags": [
          "Specification Drafting"
        ],
        "security": [
          {
            "bearerAuth": []
          }
        ],
        "responses": {
          "200": {
            "description": "Successful ai37-2 patent drafting (cnipa) - initialization summary result response.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/AI37-2InitResultCnipaResponse"
                }
              }
            }
          },
          "201": {
            "description": "Created."
          },
          "401": {
            "description": "Unauthorized."
          },
          "403": {
            "description": "Forbidden."
          },
          "404": {
            "description": "Not Found."
          }
        },
        "externalDocs": {
          "description": "API Reference documentation",
          "url": "https://open.patsnap.com/devportal/api-reference/8f8d0f6f3cc046f4b652817d77ba9039"
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/AI37-2InitResultCnipaRequest"
              }
            }
          }
        }
      }
    },
    "/ai/specification/extract-feature/cnipa": {
      "post": {
        "operationId": "ai37-3ExtractFeatureCnipa",
        "summary": "AI37-3 Patent Specification Drafting (CNIPA) - Technical Feature Extraction",
        "description": "Based on the task_id and technology category returned by the specification initialization interface, extract the technical feature information of the specification, including feature tree (containing claim features and concept words) and term lists, providing basic data for subsequent report generation.",
        "tags": [
          "Specification Drafting"
        ],
        "security": [
          {
            "bearerAuth": []
          }
        ],
        "responses": {
          "200": {
            "description": "Successful ai37-3 patent specification drafting (cnipa) - technical feature extraction response.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/AI37-3ExtractFeatureCnipaResponse"
                }
              }
            }
          },
          "201": {
            "description": "Created."
          },
          "401": {
            "description": "Unauthorized."
          },
          "403": {
            "description": "Forbidden."
          },
          "404": {
            "description": "Not Found."
          }
        },
        "externalDocs": {
          "description": "API Reference documentation",
          "url": "https://open.patsnap.com/devportal/api-reference/a9b6b424f8f44221b04102ab46663b75"
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/AI37-3ExtractFeatureCnipaRequest"
              }
            }
          }
        }
      }
    },
    "/api/mcp/submit-workflow": {
      "post": {
        "operationId": "ai39-1McpSubmitWorkflow",
        "summary": "AI39-1 Enhanced design infringement risk search-Submit Full FTO Workflow Task",
        "description": "Submit a target image and trigger the full FTO workflow. At least one of url or target_image_base64 must be provided; if both are provided, url takes precedence. task_id is generated automatically by the server and cannot be passed in externally.",
        "tags": [
          "Design Infringement Search"
        ],
        "security": [
          {
            "bearerAuth": []
          }
        ],
        "responses": {
          "200": {
            "description": "Successful ai39-1 enhanced design infringement risk search-submit full fto workflow task response.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/AI39-1McpSubmitWorkflowResponse"
                }
              }
            }
          },
          "422": {
            "description": "Validation Error."
          }
        },
        "externalDocs": {
          "description": "API Reference documentation",
          "url": "https://open.patsnap.com/devportal/api-reference/cb33e5d091d94226bacdd51be10b2fbb"
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/AI39-1McpSubmitWorkflowRequest"
              }
            }
          }
        }
      }
    },
    "/ai/specification/init/cnipa": {
      "post": {
        "operationId": "ai37-1InitCnipa",
        "summary": "AI37-1 Patent Drafting (CNIPA) - Initialization Summary",
        "description": "Based on the input disclosure content and claims content, perform specification initialization processing, including sensitive word detection, language detection, obtaining classification numbers, technology type recognition, technical problem/technical methods/technical benefits extraction, embodiment outline generation, etc., and return task_id for subsequent processes.",
        "tags": [
          "Specification Drafting"
        ],
        "security": [
          {
            "bearerAuth": []
          }
        ],
        "responses": {
          "200": {
            "description": "Successful ai37-1 patent drafting (cnipa) - initialization summary response.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/AI37-1InitCnipaResponse"
                }
              }
            }
          },
          "201": {
            "description": "Created."
          },
          "401": {
            "description": "Unauthorized."
          },
          "403": {
            "description": "Forbidden."
          },
          "404": {
            "description": "Not Found."
          }
        },
        "externalDocs": {
          "description": "API Reference documentation",
          "url": "https://open.patsnap.com/devportal/api-reference/6ed277c2ea6841e29f8f45bdec5a5528"
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/AI37-1InitCnipaRequest"
              }
            }
          }
        }
      }
    },
    "/api/mcp/task/{task_id}/stage/{stage}/result": {
      "get": {
        "operationId": "ai39-3StageResult",
        "summary": "AI39-3 Enhanced design infringement risk search-Get MCP Workflow Stage Result",
        "description": "stage: Stage name (required), allowed values: convert_lineart / image_search / rerank / generate_report. Use generate_report to retrieve the report",
        "tags": [
          "Design Infringement Search"
        ],
        "security": [
          {
            "bearerAuth": []
          }
        ],
        "responses": {
          "200": {
            "description": "Successful ai39-3 enhanced design infringement risk search-get mcp workflow stage result response.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/AI39-3StageResultResponse"
                }
              }
            }
          },
          "422": {
            "description": "Validation Error."
          }
        },
        "externalDocs": {
          "description": "API Reference documentation",
          "url": "https://open.patsnap.com/devportal/api-reference/3f7905bc465a47bda2e69c2b1c740ca2"
        },
        "parameters": [
          {
            "name": "image_mode",
            "in": "query",
            "required": false,
            "description": "Report image handling mode. base64=embed image inline; signed_url=re-sign URL; as_is=keep original URL",
            "schema": {
              "type": "string",
              "example": "base64",
              "description": "Report image handling mode. base64=embed image inline; signed_url=re-sign URL; as_is=keep original URL"
            }
          }
        ]
      }
    },
    "/api/mcp/task/{task_id}/status": {
      "get": {
        "operationId": "ai39-2TaskIdStatus",
        "summary": "AI39-2 Enhanced design infringement risk search-Query MCP Workflow Task Status",
        "description": "Lightweight endpoint returning overall task status and summaries for each stage, without large result_data payloads. Suitable for polling.",
        "tags": [
          "Design Infringement Search"
        ],
        "security": [
          {
            "bearerAuth": []
          }
        ],
        "responses": {
          "200": {
            "description": "Successful ai39-2 enhanced design infringement risk search-query mcp workflow task status response.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/AI39-2TaskIdStatusResponse"
                }
              }
            }
          },
          "422": {
            "description": "Validation Error."
          }
        },
        "externalDocs": {
          "description": "API Reference documentation",
          "url": "https://open.patsnap.com/devportal/api-reference/9eb9e646c55f48b5bd7add1954dc9502"
        }
      }
    },
    "/ai/specification/download-report": {
      "post": {
        "operationId": "ai37-5SpecificationDownloadReport",
        "summary": "AI37-5 Patent Specification Drafting (CNIPA) - Report Download",
        "description": "Based on the task_id returned by the generate specification report interface, query the report generation status and obtain the download link. After the report generation is completed, the complete patent specification document can be obtained through the returned download link.",
        "tags": [
          "Specification Drafting"
        ],
        "security": [
          {
            "bearerAuth": []
          }
        ],
        "responses": {
          "200": {
            "description": "Successful ai37-5 patent specification drafting (cnipa) - report download response.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/AI37-5SpecificationDownloadReportResponse"
                }
              }
            }
          },
          "201": {
            "description": "Created."
          },
          "401": {
            "description": "Unauthorized."
          },
          "403": {
            "description": "Forbidden."
          },
          "404": {
            "description": "Not Found."
          }
        },
        "externalDocs": {
          "description": "API Reference documentation",
          "url": "https://open.patsnap.com/devportal/api-reference/fe820ca7ac55419e86833080bffaaa55"
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/AI37-5SpecificationDownloadReportRequest"
              }
            }
          }
        }
      }
    },
    "/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": [
          "Design Infringement 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://open.patsnap.com/devportal/api-reference/f993ff63fb2a4c9c8bcb4fed288b3da4"
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/AI39-1ImageSearchSubmitRequest"
              }
            }
          }
        }
      }
    },
    "/ai/specification/generate-report/cnipa": {
      "post": {
        "operationId": "ai37-4GenerateReportCnipa",
        "summary": "AI37-4 Patent Specification Drafting (CNIPA) - Report Generation",
        "description": "Based on the technical features obtained from previous interfaces and complete information input by users (including invention title, classification numbers, technical problems/methods/benefits, feature tree, term lists, embodiments, images, etc.), generate a complete patent specification report, support asynchronous processing, and return task_id for querying generation status.",
        "tags": [
          "Specification Drafting"
        ],
        "security": [
          {
            "bearerAuth": []
          }
        ],
        "responses": {
          "200": {
            "description": "Successful ai37-4 patent specification drafting (cnipa) - report generation response.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/AI37-4GenerateReportCnipaResponse"
                }
              }
            }
          },
          "201": {
            "description": "Created."
          },
          "401": {
            "description": "Unauthorized."
          },
          "403": {
            "description": "Forbidden."
          },
          "404": {
            "description": "Not Found."
          }
        },
        "externalDocs": {
          "description": "API Reference documentation",
          "url": "https://open.patsnap.com/devportal/api-reference/276deeaaf4ac495585c786b744fef16c"
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/AI37-4GenerateReportCnipaRequest"
              }
            }
          }
        }
      }
    },
    "/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://open.patsnap.com/devportal/api-reference/0a2a1e51aa8d4501b9f1ec7530540d3b"
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/AI67-1AiInfringementDetection1v1CreationRequest"
              }
            }
          }
        }
      }
    },
    "/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://open.patsnap.com/devportal/api-reference/39caf858c8af47bdb7e50c068d3c25a6"
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/AI40-1AiFeasibilityAnalysisCreationRequest"
              }
            }
          }
        }
      }
    },
    "/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://open.patsnap.com/devportal/api-reference/1e1a6e9fff3142b4912c1e0a7e48bb06"
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/AI67-2AiInfringementDetection1v1QueryRequest"
              }
            }
          }
        }
      }
    },
    "/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://open.patsnap.com/devportal/api-reference/2a849d24514344d9948036a6faec7a06"
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/AI40-2AiFeasibilityAnalysisQueryRequest"
              }
            }
          }
        }
      }
    },
    "/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://open.patsnap.com/devportal/api-reference/dedbedc3016e47138791523e4d18b206"
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/AI66-1FtoSubmitRequest"
              }
            }
          }
        }
      }
    },
    "/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": [
          "Design Infringement 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://open.patsnap.com/devportal/api-reference/66cdeca8e9aa498c83e39a27990f8f94"
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/AI39-2ImageSearchReportRequest"
              }
            }
          }
        }
      }
    },
    "/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://open.patsnap.com/devportal/api-reference/fb798e843a3d42a5ac880a6245ddb822"
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/AI61AiTranslationRequest"
              }
            }
          }
        }
      }
    },
    "/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://open.patsnap.com/devportal/api-reference/cb49929664d64a0ba7255696bb21e889"
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/AI66-3FeatureConfirmRequest"
              }
            }
          }
        }
      }
    },
    "/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://open.patsnap.com/devportal/api-reference/299306da68294c3a990cc4c6b26625da"
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/AI66-2FeatureExtractRequest"
              }
            }
          }
        }
      }
    },
    "/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://open.patsnap.com/devportal/api-reference/a8fd91a78c8a4fcc85bf4356e75905c0"
        },
        "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://open.patsnap.com/devportal/api-reference/4a52faeee213426f91ed003aac862a25"
        },
        "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://open.patsnap.com/devportal/api-reference/71a3f9e869714fada80d388694aa0144"
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/AI66-6ReportCreateRequest"
              }
            }
          }
        }
      }
    },
    "/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://open.patsnap.com/devportal/api-reference/dc344c06544d438a936ce47081ef96f9"
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/AI66-8FeatureComparisonRequest"
              }
            }
          }
        }
      }
    },
    "/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://open.patsnap.com/devportal/api-reference/8e2cdaaf3f854e6cbecfd077de3fa473"
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/AI66-7ReportGetRequest"
              }
            }
          }
        }
      }
    },
    "/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://open.patsnap.com/devportal/api-reference/915d25b7c6fe46ffa3822b5b2d01ed23"
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/M001-2AiFormulationAgentQueryRequest"
              }
            }
          }
        }
      }
    },
    "/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://open.patsnap.com/devportal/api-reference/44fb154deccc4edb98d963a0fc6aa315"
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/M001-1AiFormulationAgentCreationRequest"
              }
            }
          }
        }
      }
    },
    "/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://open.patsnap.com/devportal/api-reference/6b80ba4535894e1187d2b63232437ebc"
        },
        "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://open.patsnap.com/devportal/api-reference/778a69818b46425e92c37ee610729cc4"
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/M002-2AiNoveltyCheckAgentQueryRequest"
              }
            }
          }
        }
      }
    },
    "/eurekals/open/sar/file/extract": {
      "post": {
        "operationId": "fileExtract",
        "summary": "Submit SAR Extraction Task",
        "description": "Supports patent PN number or PDF file upload. The system will automatically download and create a SAR extraction task",
        "tags": [
          "Chemical SAR Extract"
        ],
        "security": [
          {
            "bearerAuth": []
          }
        ],
        "responses": {
          "200": {
            "description": "Successful submit sar extraction task response.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/FileExtractResponse"
                }
              }
            }
          },
          "201": {
            "description": "Created."
          },
          "401": {
            "description": "Unauthorized."
          },
          "403": {
            "description": "Forbidden."
          },
          "404": {
            "description": "Not Found."
          }
        },
        "externalDocs": {
          "description": "API Reference documentation",
          "url": "https://open.patsnap.com/devportal/api-reference/f1d441432bd34dd2a1cc0e30ca97ce73"
        },
        "parameters": [
          {
            "name": "language",
            "in": "query",
            "required": true,
            "description": "Language, CN or EN",
            "schema": {
              "type": "string",
              "example": "EN",
              "description": "Language, CN or EN"
            }
          },
          {
            "name": "pn",
            "in": "query",
            "required": false,
            "description": "Patent PN number",
            "schema": {
              "type": "string",
              "example": "US10392366B2",
              "description": "Patent PN number"
            }
          }
        ],
        "requestBody": {
          "required": true,
          "content": {
            "multipart/form-data": {
              "schema": {
                "$ref": "#/components/schemas/FileExtractRequest"
              }
            }
          }
        }
      }
    },
    "/eurekals/open/sar/file/detail": {
      "post": {
        "operationId": "fileDetail",
        "summary": "Get SAR File Detail",
        "description": "Query the status and result of a SAR extraction task. Returns details after all files are parsed",
        "tags": [
          "Chemical SAR Extract"
        ],
        "security": [
          {
            "bearerAuth": []
          }
        ],
        "responses": {
          "200": {
            "description": "Successful get sar file detail response.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/FileDetailResponse"
                }
              }
            }
          },
          "201": {
            "description": "Created."
          },
          "401": {
            "description": "Unauthorized."
          },
          "403": {
            "description": "Forbidden."
          },
          "404": {
            "description": "Not Found."
          }
        },
        "externalDocs": {
          "description": "API Reference documentation",
          "url": "https://open.patsnap.com/devportal/api-reference/5f0ee5a1bded45928d174a625b9bd6dd"
        },
        "requestBody": {
          "required": true,
          "content": {
            "*/*": {
              "schema": {
                "$ref": "#/components/schemas/FileDetailRequest"
              }
            }
          }
        }
      }
    },
    "/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, news, clinical trial or Drug approval 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://open.patsnap.com/devportal/api-reference/093cf512189949ef84fc9ba6d65a2ec8"
        },
        "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://open.patsnap.com/devportal/api-reference/805cadae6f3f4aa686258e10651e43f0"
        },
        "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://open.patsnap.com/devportal/api-reference/6db1bde8185f4ab3b6cf55d4516f8496"
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/AI72AgentHistoryRequest"
              }
            }
          }
        }
      }
    },
    "/eureka/tech-monitor-api/company-monitors": {
      "get": {
        "operationId": "ai88-1TechMonitorApiCompanyMonitors",
        "summary": "AI88-1 List Company Tech Monitors",
        "description": "Returns all effective company tech monitors, including only id and title.",
        "tags": [
          "Others"
        ],
        "security": [
          {
            "bearerAuth": []
          }
        ],
        "responses": {
          "200": {
            "description": "Successful ai88-1 list company tech monitors response.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/AI88-1TechMonitorApiCompanyMonitorsResponse"
                }
              }
            }
          }
        },
        "externalDocs": {
          "description": "API Reference documentation",
          "url": "https://open.patsnap.com/devportal/api-reference/d70a0d8bb48a4ca89a40d37cb2e60e00"
        },
        "parameters": [
          {
            "name": "X-Site-Lang",
            "in": "header",
            "required": true,
            "description": "Language（CN｜EN）",
            "schema": {
              "type": "string",
              "example": "CN",
              "description": "Language（CN｜EN）"
            }
          }
        ]
      }
    },
    "/ai/ner/news-ner": {
      "post": {
        "operationId": "ai03NerNewsNer",
        "summary": "AI03 News Entity Recognition(NER)",
        "description": "News Entity Recognition helps you recognize entity type in Chinese/English news text, it supported entity types include companies, personal names, addresses, academic institutions, government institutions, and more.",
        "tags": [
          "Others"
        ],
        "security": [
          {
            "bearerAuth": []
          }
        ],
        "responses": {
          "200": {
            "description": "Successful ai03 news entity recognition(ner) response.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/AI03NerNewsNerResponse"
                }
              }
            }
          },
          "201": {
            "description": "Created."
          },
          "401": {
            "description": "Unauthorized."
          },
          "403": {
            "description": "Forbidden."
          },
          "404": {
            "description": "Not Found."
          }
        },
        "externalDocs": {
          "description": "API Reference documentation",
          "url": "https://open.patsnap.com/devportal/api-reference/6485153ce6384fff94a83c9b7647f5cc"
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/AI03NerNewsNerRequest"
              }
            }
          }
        }
      }
    },
    "/search/patent/patent-core-invention-points": {
      "post": {
        "operationId": "ai31PatentPatentCoreInventionPoints",
        "summary": "AI31 Patent Invention Points Summary",
        "description": "This interface allows users to query the core invention points and improvement directions of a patent by inputting either the patent_id or patent_number. It enables quick access to relevant patent information, providing deeper insights into its innovation and technological advancements.",
        "tags": [
          "Others"
        ],
        "security": [
          {
            "bearerAuth": []
          }
        ],
        "responses": {
          "200": {
            "description": "Successful ai31 patent invention points summary response.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/AI31PatentPatentCoreInventionPointsResponse"
                }
              }
            }
          },
          "201": {
            "description": "Created."
          },
          "401": {
            "description": "Unauthorized."
          },
          "403": {
            "description": "Forbidden."
          },
          "404": {
            "description": "Not Found."
          }
        },
        "externalDocs": {
          "description": "API Reference documentation",
          "url": "https://open.patsnap.com/devportal/api-reference/cf1cbf8ad617442986a2c49e63a462cc"
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/AI31PatentPatentCoreInventionPointsRequest"
              }
            }
          }
        }
      }
    },
    "/search/patent/similar-patent-comparison": {
      "post": {
        "operationId": "ai30PatentSimilarPatentComparison",
        "summary": "AI30 Similar Patent Search and Comparison",
        "description": "By entering the technical means (required) and technical effects (optional), a list of similar patents can be obtained and compared through semantic search. A maximum of 20 similar patents will be returned, sorted by default from high to low similarity. (To improve the accuracy of the query, please use at least 50 words to describe the technical means).",
        "tags": [
          "Others"
        ],
        "security": [
          {
            "bearerAuth": []
          }
        ],
        "responses": {
          "200": {
            "description": "Successful ai30 similar patent search and comparison response.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/AI30PatentSimilarPatentComparisonResponse"
                }
              }
            }
          },
          "201": {
            "description": "Created."
          },
          "401": {
            "description": "Unauthorized."
          },
          "403": {
            "description": "Forbidden."
          },
          "404": {
            "description": "Not Found."
          }
        },
        "externalDocs": {
          "description": "API Reference documentation",
          "url": "https://open.patsnap.com/devportal/api-reference/9febebfb9ab14e4e8a47d051e8fa811d"
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/AI30PatentSimilarPatentComparisonRequest"
              }
            }
          }
        }
      }
    },
    "/open_api/task/aicc": {
      "post": {
        "operationId": "t001TaskAicc",
        "summary": "T001 AI-powered Standard Essential Patent (SEP) Analysis",
        "description": "<p>Input a patent number to automatically complete TS recommendation, section recall, and Claim Chart (CC) comparison, receiving SEP determination results via Server-Sent Events.</p><p>Each SSE event is a <code>data:</code> line containing a JSON object. Events fall into two categories:</p><ul><li><b>PROCESSING</b> — heartbeat/progress update, no business payload</li><li><b>FINISH</b> — final result with <code>content</code> populated (SEP determination conclusion)</li></ul><p><b>Flow when ts is provided</b> (skip TS recommendation): <code>INIT</code> → <code>FIND_SECTIONS</code> → <code>CC_COMPARE</code></p><p><b>Flow when ts is omitted</b> (auto-recommend TS): <code>INIT</code> → <code>RECOMMEND_TS</code> → <code>FIND_SECTIONS</code> → <code>CC_COMPARE</code></p>",
        "tags": [
          "Telecom"
        ],
        "security": [
          {
            "bearerAuth": []
          }
        ],
        "responses": {
          "200": {
            "description": "Successful t001 ai-powered standard essential patent (sep) analysis response.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/T001TaskAiccResponse"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized."
          },
          "403": {
            "description": "Forbidden."
          },
          "404": {
            "description": "Not Found."
          }
        },
        "externalDocs": {
          "description": "API Reference documentation",
          "url": "https://open.patsnap.com/devportal/api-reference/4da77dc3593c4aa3a8dddf87b22a7e1f"
        },
        "parameters": [
          {
            "name": "x-site-lang",
            "in": "header",
            "required": false,
            "description": "Response language for AI-generated text (explanation, reason, etc.)",
            "schema": {
              "type": "string",
              "example": "EN",
              "description": "Response language for AI-generated text (explanation, reason, etc.)"
            }
          }
        ],
        "requestBody": {
          "required": true,
          "content": {
            "text/event-stream": {
              "schema": {
                "$ref": "#/components/schemas/T001TaskAiccRequest"
              }
            }
          }
        }
      }
    },
    "/ai/sso/agent/batch-history": {
      "post": {
        "operationId": "ai72AgentBatchHistory",
        "summary": "AI72 Batch Obtain Offline History Record",
        "description": "This interface serves as an optimized function for the AI API, supporting users in batch querying history records for multiple accounts under the same company.",
        "tags": [
          "Others"
        ],
        "security": [
          {
            "bearerAuth": []
          }
        ],
        "responses": {
          "200": {
            "description": "Successful ai72 batch obtain offline history record response.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/AI72AgentBatchHistoryResponse"
                }
              }
            }
          },
          "201": {
            "description": "Created."
          },
          "401": {
            "description": "Unauthorized."
          },
          "403": {
            "description": "Forbidden."
          },
          "404": {
            "description": "Not Found."
          }
        },
        "externalDocs": {
          "description": "API Reference documentation",
          "url": "https://open.patsnap.com/devportal/api-reference/f7615ec196b14757a5541274868c9d61"
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/AI72AgentBatchHistoryRequest"
              }
            }
          }
        }
      }
    },
    "/method-services/solution-search": {
      "post": {
        "operationId": "methodServicesSolutionSearch",
        "summary": "Solution Search",
        "description": "Search related cases from the solution library based on the user question.",
        "tags": [
          "R&D solution search"
        ],
        "security": [
          {
            "bearerAuth": []
          }
        ],
        "responses": {
          "200": {
            "description": "Successful solution search response.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/MethodServicesSolutionSearchResponse"
                }
              }
            }
          }
        },
        "externalDocs": {
          "description": "API Reference documentation",
          "url": "https://open.patsnap.com/devportal/api-reference/cabc5540b73f41b785877c21b56cc84c"
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/MethodServicesSolutionSearchRequest"
              }
            }
          }
        }
      }
    },
    "/search/patent/classification/helper-section-subclass": {
      "get": {
        "operationId": "p071ClassificationHelperSectionSubclass",
        "summary": "P071 Classification Number Assistant Query",
        "description": "This interface supports querying the list of all subcategories of each type of classification (supporting IPC, CPC, LOC).",
        "tags": [
          "Patent Data Search"
        ],
        "security": [
          {
            "bearerAuth": []
          }
        ],
        "responses": {
          "200": {
            "description": "Successful p071 classification number assistant query response.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/P071ClassificationHelperSectionSubclassResponse"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized."
          },
          "403": {
            "description": "Forbidden."
          },
          "404": {
            "description": "Not Found."
          }
        },
        "externalDocs": {
          "description": "API Reference documentation",
          "url": "https://open.patsnap.com/devportal/api-reference/073d4d3aca7142268460d221921ae49f"
        },
        "parameters": [
          {
            "name": "code",
            "in": "query",
            "required": false,
            "description": "Classification Number",
            "schema": {
              "type": "string",
              "example": "A",
              "description": "Classification Number"
            }
          },
          {
            "name": "type",
            "in": "query",
            "required": true,
            "description": "The classification number assistant category includes ipc, cpc, and loc",
            "schema": {
              "type": "string",
              "example": "ipc",
              "description": "The classification number assistant category includes ipc, cpc, and loc"
            }
          }
        ]
      }
    },
    "/search/patent/image-search/single-batch-result": {
      "post": {
        "operationId": "p062ImageSearchSingleBatchResult",
        "summary": "P062 Receive Image Batch Search Result",
        "description": "Retrieve the search results by querying the job_i returned by the interface for generating image batch retrieval tasks based on [P062].",
        "tags": [
          "Patent Data Search"
        ],
        "security": [
          {
            "bearerAuth": []
          }
        ],
        "responses": {
          "200": {
            "description": "Successful p062 receive image batch search result response.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/P062ImageSearchSingleBatchResultResponse"
                }
              }
            }
          },
          "201": {
            "description": "Created."
          },
          "401": {
            "description": "Unauthorized."
          },
          "403": {
            "description": "Forbidden."
          },
          "404": {
            "description": "Not Found."
          }
        },
        "externalDocs": {
          "description": "API Reference documentation",
          "url": "https://open.patsnap.com/devportal/api-reference/723780e001cd40b0a447bcafc8b6bbab"
        },
        "parameters": [
          {
            "name": "task_id",
            "in": "query",
            "required": true,
            "description": "Task ID",
            "schema": {
              "type": "string",
              "example": "264de8bf7e294505a9a000597e25d615",
              "description": "Task ID"
            }
          }
        ],
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/P062ImageSearchSingleBatchResultRequest"
              }
            }
          }
        }
      }
    },
    "/search/patent/classification/helper-search": {
      "get": {
        "operationId": "p072ClassificationHelperSearch",
        "summary": "P072 Classification number search assistant interface",
        "description": "Based on the retrieval content and the type of classification number assistant, obtain the classification level information related to the retrieval content",
        "tags": [
          "Patent Data Search"
        ],
        "security": [
          {
            "bearerAuth": []
          }
        ],
        "responses": {
          "200": {
            "description": "Successful p072 classification number search assistant interface response.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/P072ClassificationHelperSearchResponse"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized."
          },
          "403": {
            "description": "Forbidden."
          },
          "404": {
            "description": "Not Found."
          }
        },
        "externalDocs": {
          "description": "API Reference documentation",
          "url": "https://open.patsnap.com/devportal/api-reference/6a1ced708ea44f069634afc43527ebaa"
        },
        "parameters": [
          {
            "name": "keyword",
            "in": "query",
            "required": true,
            "description": "Classified retrieval content",
            "schema": {
              "type": "string",
              "example": "手机",
              "description": "Classified retrieval content"
            }
          },
          {
            "name": "type",
            "in": "query",
            "required": true,
            "description": "The classification number assistant category includes ipc, cpc, and loc",
            "schema": {
              "type": "string",
              "example": "ipc",
              "description": "The classification number assistant category includes ipc, cpc, and loc"
            }
          }
        ]
      }
    },
    "/search/patent/query-search-count": {
      "post": {
        "operationId": "p001PatentQuerySearchCount",
        "summary": "P001 Analytics Query Search Count",
        "description": "Search PatSnap's global patent database using standard text queries, to get total search patent count of different queries. Read about the search syntax supported in PatSnap here - https://analytics.patsnap.com/search_helper.",
        "tags": [
          "Patent Data Search"
        ],
        "security": [
          {
            "bearerAuth": []
          }
        ],
        "responses": {
          "200": {
            "description": "Successful p001 analytics query search count response.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/P001PatentQuerySearchCountResponse"
                }
              }
            }
          },
          "201": {
            "description": "Created."
          },
          "401": {
            "description": "Unauthorized."
          },
          "403": {
            "description": "Forbidden."
          },
          "404": {
            "description": "Not Found."
          }
        },
        "externalDocs": {
          "description": "API Reference documentation",
          "url": "https://open.patsnap.com/devportal/api-reference/edc2c0cc6326459ca45e71068343b472"
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/P001PatentQuerySearchCountRequest"
              }
            }
          }
        }
      }
    },
    "/search/patent/nested-search-patent": {
      "post": {
        "operationId": "p075PatentNestedSearch",
        "summary": "P075 Search the patent nested version with a search formula",
        "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, and patent ID.",
        "tags": [
          "Patent Data Search"
        ],
        "security": [
          {
            "bearerAuth": []
          }
        ],
        "responses": {
          "200": {
            "description": "Successful p075 search the patent nested version with a search formula response.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/P075PatentNestedSearchResponse"
                }
              }
            }
          },
          "201": {
            "description": "Created."
          },
          "401": {
            "description": "Unauthorized."
          },
          "403": {
            "description": "Forbidden."
          },
          "404": {
            "description": "Not Found."
          }
        },
        "externalDocs": {
          "description": "API Reference documentation",
          "url": "https://open.patsnap.com/devportal/api-reference/8963c005e50e4703a815064a1da047b0"
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/P075PatentNestedSearchRequest"
              }
            }
          }
        }
      }
    },
    "/search/patent/query-search-patent": {
      "post": {
        "operationId": "p002PatentQuerySearch",
        "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, and patent ID.",
        "tags": [
          "Patent Data Search"
        ],
        "security": [
          {
            "bearerAuth": []
          }
        ],
        "responses": {
          "200": {
            "description": "Successful p002 analytics query search response.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/P002PatentQuerySearchResponse"
                }
              }
            }
          },
          "201": {
            "description": "Created."
          },
          "401": {
            "description": "Unauthorized."
          },
          "403": {
            "description": "Forbidden."
          },
          "404": {
            "description": "Not Found."
          }
        },
        "externalDocs": {
          "description": "API Reference documentation",
          "url": "https://open.patsnap.com/devportal/api-reference/1a0fc47f267348a3a92f8be39f0303dc"
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/P002PatentQuerySearchRequest"
              }
            }
          }
        }
      }
    },
    "/search/patent/company-search-patent": {
      "post": {
        "operationId": "p004PatentCompanySearch",
        "summary": "P004 Original Applicant Search",
        "description": "Receive original assignee (applicant) patent data. This includes patent count, patent number and patent ID.",
        "tags": [
          "Patent Data Search"
        ],
        "security": [
          {
            "bearerAuth": []
          }
        ],
        "responses": {
          "200": {
            "description": "Successful p004 original applicant search response.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/P004PatentCompanySearchResponse"
                }
              }
            }
          },
          "201": {
            "description": "Created."
          },
          "401": {
            "description": "Unauthorized."
          },
          "403": {
            "description": "Forbidden."
          },
          "404": {
            "description": "Not Found."
          }
        },
        "externalDocs": {
          "description": "API Reference documentation",
          "url": "https://open.patsnap.com/devportal/api-reference/8d4382bb47994ea98064a9bd63cb836c"
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/P004PatentCompanySearchRequest"
              }
            }
          }
        }
      }
    },
    "/eureka/tech-monitor-api/company-monitor/aggregated-info": {
      "get": {
        "operationId": "ai88-2CompanyMonitorAggregatedInfo",
        "summary": "AI88-2 Get Aggregated Company Tech Monitor Info",
        "description": "Retrieves all detailed information of a tech monitor by ID in one call, aggregating data including basic info, hot news, group statistics, overview, charts, etc. Return company tech monitors (including monitor ID) retrieval via [AI88-1].",
        "tags": [
          "Others"
        ],
        "security": [
          {
            "bearerAuth": []
          }
        ],
        "responses": {
          "200": {
            "description": "Successful ai88-2 get aggregated company tech monitor info response.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/AI88-2CompanyMonitorAggregatedInfoResponse"
                }
              }
            }
          }
        },
        "externalDocs": {
          "description": "API Reference documentation",
          "url": "https://open.patsnap.com/devportal/api-reference/7d7f162c51bc4c739ab16d610a4bb89f"
        },
        "parameters": [
          {
            "name": "tech-monitor-id",
            "in": "query",
            "required": true,
            "description": "The ID of the company tech monitor",
            "schema": {
              "type": "string",
              "example": "0d68646fe871417ebe68a6905e698f24",
              "description": "The ID of the company tech monitor"
            }
          },
          {
            "name": "report_week",
            "in": "query",
            "required": false,
            "description": "The report week of the company tech monitor",
            "schema": {
              "type": "string",
              "example": "202610",
              "description": "The report week of the company tech monitor"
            }
          },
          {
            "name": "X-Site-Lang",
            "in": "header",
            "required": true,
            "description": "Language（CN｜EN）",
            "schema": {
              "type": "string",
              "example": "CN",
              "description": "Language（CN｜EN）"
            }
          }
        ]
      }
    },
    "/search/patent/current-search-patent": {
      "post": {
        "operationId": "p005PatentCurrentSearch",
        "summary": "P005 Current Assignee Search",
        "description": "Receive current assignee patent data. This includes patent count, patent number and patent ID.",
        "tags": [
          "Patent Data Search"
        ],
        "security": [
          {
            "bearerAuth": []
          }
        ],
        "responses": {
          "200": {
            "description": "Successful p005 current assignee search response.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/P005PatentCurrentSearchResponse"
                }
              }
            }
          },
          "201": {
            "description": "Created."
          },
          "401": {
            "description": "Unauthorized."
          },
          "403": {
            "description": "Forbidden."
          },
          "404": {
            "description": "Not Found."
          }
        },
        "externalDocs": {
          "description": "API Reference documentation",
          "url": "https://open.patsnap.com/devportal/api-reference/33453cbf493345158d54ad3ccf772671"
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/P005PatentCurrentSearchRequest"
              }
            }
          }
        }
      }
    },
    "/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": [
          "Patent Data Search"
        ],
        "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://open.patsnap.com/devportal/api-reference/8d391a763e674860bcd19ac1a26dbb27"
        },
        "requestBody": {
          "required": true,
          "content": {
            "multipart/form-data": {
              "schema": {
                "$ref": "#/components/schemas/P010ImageSearchImageUploadRequest"
              }
            }
          }
        }
      }
    },
    "/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": [
          "Patent Data Search"
        ],
        "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://open.patsnap.com/devportal/api-reference/9ea5be8b5ade44ee853b42996b870147"
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/P061PatentImageMultipleRequest"
              }
            }
          }
        }
      }
    },
    "/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": [
          "Patent Data Search"
        ],
        "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://open.patsnap.com/devportal/api-reference/03cc5f013e9c41e0bfb0098736737599"
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/P008PatentSemanticSearchRequest"
              }
            }
          }
        }
      }
    },
    "/search/patent/similar-search-patent": {
      "post": {
        "operationId": "p007PatentSimilarSearch",
        "summary": "P007 Patent Number Search Similar Patent",
        "description": "Receive similar patent list by patent id or patent number search, patent id is preferred when both are requested, the maximum number of patents returned is 1000. Sort by default from high to low similarity score.",
        "tags": [
          "Patent Data Search"
        ],
        "security": [
          {
            "bearerAuth": []
          }
        ],
        "responses": {
          "200": {
            "description": "Successful p007 patent number search similar patent response.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/P007PatentSimilarSearchResponse"
                }
              }
            }
          },
          "201": {
            "description": "Created."
          },
          "401": {
            "description": "Unauthorized."
          },
          "403": {
            "description": "Forbidden."
          },
          "404": {
            "description": "Not Found."
          }
        },
        "externalDocs": {
          "description": "API Reference documentation",
          "url": "https://open.patsnap.com/devportal/api-reference/5f4a391ad35a48b7bd939df72340305e"
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/P007PatentSimilarSearchRequest"
              }
            }
          }
        }
      }
    },
    "/search/patent/image-single": {
      "post": {
        "operationId": "p060PatentImageSingle",
        "summary": "P060 Image Search Similar Patent - Single image",
        "description": "Image Search helps you search for design patents or utility patents using images. By default, the similarity is sorted from high to low, and one call can return up to 100 similar patents.",
        "tags": [
          "Patent Data Search"
        ],
        "security": [
          {
            "bearerAuth": []
          }
        ],
        "responses": {
          "200": {
            "description": "Successful p060 image search similar patent - single image response.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/P060PatentImageSingleResponse"
                }
              }
            }
          },
          "201": {
            "description": "Created."
          },
          "401": {
            "description": "Unauthorized."
          },
          "403": {
            "description": "Forbidden."
          },
          "404": {
            "description": "Not Found."
          }
        },
        "externalDocs": {
          "description": "API Reference documentation",
          "url": "https://open.patsnap.com/devportal/api-reference/a60fb01ada6f42c78373177eac1c7b90"
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/P060PatentImageSingleRequest"
              }
            }
          }
        }
      }
    },
    "/search/patent/company-search-defense-patent": {
      "post": {
        "operationId": "p006PatentCompanySearchDefense",
        "summary": "P006 Current Assignee Search Defense Patent",
        "description": "Receive applicant defense patent data. This includes patent count, patent number, and patent ID.",
        "tags": [
          "Patent Data Search"
        ],
        "security": [
          {
            "bearerAuth": []
          }
        ],
        "responses": {
          "200": {
            "description": "Successful p006 current assignee search defense patent response.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/P006PatentCompanySearchDefenseResponse"
                }
              }
            }
          },
          "201": {
            "description": "Created."
          },
          "401": {
            "description": "Unauthorized."
          },
          "403": {
            "description": "Forbidden."
          },
          "404": {
            "description": "Not Found."
          }
        },
        "externalDocs": {
          "description": "API Reference documentation",
          "url": "https://open.patsnap.com/devportal/api-reference/0645d70ab62d45f99f9b47dc643cb812"
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/P006PatentCompanySearchDefenseRequest"
              }
            }
          }
        }
      }
    },
    "/search/patent/patent-search-pn": {
      "post": {
        "operationId": "p069PatentPatentSearchPn",
        "summary": "P069 Patsnap Standard Patent Number Search",
        "description": "Retrieve the Patsnap Patent Number by entering the patent application number. This API supports inputting a numeric number and specifying the receiving jurisdiction to obtain the Patsnap Standard Patent Number. The returned information includes: Current Applicant, Original Applicant, Inventor, Application Date, Publication Date. Country code refer to https://analytics.zhihuiya.com/status.",
        "tags": [
          "Patent Data Search"
        ],
        "security": [
          {
            "bearerAuth": []
          }
        ],
        "responses": {
          "200": {
            "description": "Successful p069 patsnap standard patent number search response.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/P069PatentPatentSearchPnResponse"
                }
              }
            }
          },
          "201": {
            "description": "Created."
          },
          "401": {
            "description": "Unauthorized."
          },
          "403": {
            "description": "Forbidden."
          },
          "404": {
            "description": "Not Found."
          }
        },
        "externalDocs": {
          "description": "API Reference documentation",
          "url": "https://open.patsnap.com/devportal/api-reference/d6da9151532f4aa2bcf99d36170ac402"
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/P069PatentPatentSearchPnRequest"
              }
            }
          }
        }
      }
    },
    "/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": [
          "Patent Data Search"
        ],
        "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://open.patsnap.com/devportal/api-reference/bc031aac15ab469da6056517bc4b6a3e"
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/P003PatentFieldQueryRequest"
              }
            }
          }
        }
      }
    },
    "/search/patent/keyword-suggest": {
      "post": {
        "operationId": "p070PatentKeywordSuggest",
        "summary": "P070 Keyword Assistant",
        "description": "The Keyword Helper helps expand your search by recommending synonyms of the words entered.\nAdd content to the Type field in the interface documentation：\nSynonyms refer to words with the same or very similar meaning.\nHyponyms are words that represent more specific terms.\nSimilar keywords are words that share a similar concept or theme.",
        "tags": [
          "Patent Data Search"
        ],
        "security": [
          {
            "bearerAuth": []
          }
        ],
        "responses": {
          "200": {
            "description": "Successful p070 keyword assistant response.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/P070PatentKeywordSuggestResponse"
                }
              }
            }
          },
          "201": {
            "description": "Created."
          },
          "401": {
            "description": "Unauthorized."
          },
          "403": {
            "description": "Forbidden."
          },
          "404": {
            "description": "Not Found."
          }
        },
        "externalDocs": {
          "description": "API Reference documentation",
          "url": "https://open.patsnap.com/devportal/api-reference/26d5a7d5ff4746b79e6212d201a81f83"
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/P070PatentKeywordSuggestRequest"
              }
            }
          }
        }
      }
    },
    "/search/patent/image-search/single-batch-create": {
      "post": {
        "operationId": "p062ImageSearchSingleBatchCreate",
        "summary": "P062 Create Image Batch Search Task",
        "description": "Support batch uploading of multiple product images (up to 10 images) to create image batch retrieval tasks (retrieval results are the same as [P060] Patent Image Retrieval - Single Image), and return job_id. Batch image retrieval tasks are performed daily from 22:00 to 08:00. After 8:00 the day after requesting job_i, the [P062] interface is called based on job_i to obtain the batch image retrieval results (link to the corresponding interface page URL) and retrieve the retrieval results.",
        "tags": [
          "Patent Data Search"
        ],
        "security": [
          {
            "bearerAuth": []
          }
        ],
        "responses": {
          "200": {
            "description": "Successful p062 create image batch search task response.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/P062ImageSearchSingleBatchCreateResponse"
                }
              }
            }
          },
          "201": {
            "description": "Created."
          },
          "401": {
            "description": "Unauthorized."
          },
          "403": {
            "description": "Forbidden."
          },
          "404": {
            "description": "Not Found."
          }
        },
        "externalDocs": {
          "description": "API Reference documentation",
          "url": "https://open.patsnap.com/devportal/api-reference/22f081ab4d8c4071a26338102cbc2a29"
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/P062ImageSearchSingleBatchCreateRequest"
              }
            }
          }
        }
      }
    },
    "/search/patent/image-single/beta": {
      "post": {
        "operationId": "p060ImageSingleBeta",
        "summary": "P060 Image Search Similar Patent - Single image Enhanced Shape Search version",
        "description": "This interface supports searching for similar design patents via an image URL. By default, the results are sorted by similarity from highest to lowest, and a single request can return up to 100 similar patents. The search side has incorporated a step that converts the user's image into a patent-style line drawing, which better supports the recall effectiveness of images based on contour and shape. This can better support overseas e-commerce in conducting infringement searches against European and American patents.",
        "tags": [
          "Patent Data Search"
        ],
        "security": [
          {
            "bearerAuth": []
          }
        ],
        "responses": {
          "200": {
            "description": "Successful p060 image search similar patent - single image enhanced shape search version response.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/P060ImageSingleBetaResponse"
                }
              }
            }
          },
          "201": {
            "description": "Created."
          },
          "401": {
            "description": "Unauthorized."
          },
          "403": {
            "description": "Forbidden."
          },
          "404": {
            "description": "Not Found."
          }
        },
        "externalDocs": {
          "description": "API Reference documentation",
          "url": "https://open.patsnap.com/devportal/api-reference/c037fd731ffd41c1a428c5b49035a810"
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/P060ImageSingleBetaRequest"
              }
            }
          }
        }
      }
    },
    "/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": [
          "Patent Basic Data"
        ],
        "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://open.patsnap.com/devportal/api-reference/d5156a0eeb834d458c2fb81a8e988bf8"
        },
        "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/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": [
          "Patent Basic Data"
        ],
        "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://open.patsnap.com/devportal/api-reference/5ac67491b8a341b7afbaefdb79136bcd"
        },
        "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/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": [
          "Patent Basic Data"
        ],
        "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://open.patsnap.com/devportal/api-reference/661a2501e83b4a8dab5e8730591ae9fe"
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/P042BasicPatentDataFulltextImageRequest"
              }
            }
          }
        }
      }
    },
    "/basic-patent-data/pdf-data": {
      "get": {
        "operationId": "p020BasicPatentDataPdfData",
        "summary": "P020 PDF",
        "description": "Receive patent PDF document pathway by patent_id or patent_number.",
        "tags": [
          "Patent Basic Data"
        ],
        "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://open.patsnap.com/devportal/api-reference/2a5d0a85b88f4b8b9dd7591c9a3256e8"
        },
        "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"
            }
          }
        ]
      }
    },
    "/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 Basic 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://open.patsnap.com/devportal/api-reference/e26b615bcb404d9891dc3fa0ef92e203"
        },
        "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/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": [
          "Patent Basic Data"
        ],
        "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://open.patsnap.com/devportal/api-reference/d610ed5b057046d2abbcb054cabda38a"
        },
        "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/forward-citation": {
      "get": {
        "operationId": "p016AdvancedPatentDataForwardCitation",
        "summary": "P016 Patent Citation",
        "description": "Receive detailed forward citation data patent_id or patent_number. This includes citation type, citation source, citation category, reference DOI, title, author, and publication.",
        "tags": [
          "Patent Basic Data"
        ],
        "security": [
          {
            "bearerAuth": []
          }
        ],
        "responses": {
          "200": {
            "description": "Successful p016 patent citation response.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/P016AdvancedPatentDataForwardCitationResponse"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized."
          },
          "403": {
            "description": "Forbidden."
          },
          "404": {
            "description": "Not Found."
          }
        },
        "externalDocs": {
          "description": "API Reference documentation",
          "url": "https://open.patsnap.com/devportal/api-reference/c7409b1fa8834bf1aac91e4d19720225"
        },
        "parameters": [
          {
            "name": "patent_id",
            "in": "query",
            "required": false,
            "description": "patent_id",
            "schema": {
              "type": "string",
              "example": "4ad45196-06ed-4bef-b5d5-ac2ff2b6032c,314b8a88-3877-4bf4-9461-f501f94876bd",
              "description": "patent_id"
            }
          },
          {
            "name": "patent_number",
            "in": "query",
            "required": false,
            "description": "patent_number",
            "schema": {
              "type": "string",
              "example": "US10071304B2",
              "description": "patent_number"
            }
          }
        ]
      }
    },
    "/basic-patent-data/legal-status": {
      "get": {
        "operationId": "p013BasicPatentDataLegalStatus",
        "summary": "P013 Patent Legal Status",
        "description": "Receive legal status data by patent_id or patent_number. Legal status data includes simple legal status, legal status and event status. For more details please view the fields description in the developer document.",
        "tags": [
          "Patent Basic Data"
        ],
        "security": [
          {
            "bearerAuth": []
          }
        ],
        "responses": {
          "200": {
            "description": "Successful p013 patent legal status response.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/P013BasicPatentDataLegalStatusResponse"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized."
          },
          "403": {
            "description": "Forbidden."
          },
          "404": {
            "description": "Not Found."
          }
        },
        "externalDocs": {
          "description": "API Reference documentation",
          "url": "https://open.patsnap.com/devportal/api-reference/b2f1f242138a4d56be3e43537d1fd3c2"
        },
        "parameters": [
          {
            "name": "patent_id",
            "in": "query",
            "required": false,
            "description": "patent_id",
            "schema": {
              "type": "string",
              "example": "b54b4e0c-c0f5-4cf6-9ede-36394a7e2f0b",
              "description": "patent_id"
            }
          },
          {
            "name": "patent_number",
            "in": "query",
            "required": false,
            "description": "patent_number",
            "schema": {
              "type": "string",
              "example": "US20220119699A9",
              "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, number of claims and independent claims.",
        "tags": [
          "Patent Basic Data"
        ],
        "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://open.patsnap.com/devportal/api-reference/cadb3df3bd584fc28c67d86fd484082b"
        },
        "parameters": [
          {
            "name": "patent_id",
            "in": "query",
            "required": false,
            "description": "patent_id",
            "schema": {
              "type": "string",
              "example": "9cf648f8-8283-4767-9a14-f90f68303f3e,7353c607-0594-4592-b99e-aea9f517de17",
              "description": "patent_id"
            }
          },
          {
            "name": "patent_number",
            "in": "query",
            "required": false,
            "description": "patent_number",
            "schema": {
              "type": "string",
              "example": "CN108977442B",
              "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: \n   1. Yes\n   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: \n   1. Yes\n   0: No"
            }
          }
        ]
      }
    },
    "/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": [
          "Patent Basic Data"
        ],
        "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://open.patsnap.com/devportal/api-reference/89d0816de42c4b7cb8a00b7220a15379"
        },
        "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/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": [
          "Patent Basic 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://open.patsnap.com/devportal/api-reference/728e672703004329ab7aeb1a7e3a074a"
        },
        "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/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": [
          "Patent Basic Data"
        ],
        "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://open.patsnap.com/devportal/api-reference/27b56e8f541c498ea5bcd7b9bd9c343b"
        },
        "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": [
          "Patent Basic Data"
        ],
        "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://open.patsnap.com/devportal/api-reference/c05574ffbf254c56aa0fb9115c2ef72a"
        },
        "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": {
      "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": [
          "Patent Basic Data"
        ],
        "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://open.patsnap.com/devportal/api-reference/1642c67943c34bf8b64e69e2d3fafed3"
        },
        "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"
            }
          },
          {
            "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: \n   1. Yes\n   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: \n   1. Yes\n   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": [
          "Patent Basic Data"
        ],
        "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://open.patsnap.com/devportal/api-reference/8c6cda14fa524df78b391540dd2ea841"
        },
        "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/description-offset": {
      "get": {
        "operationId": "p073BasicPatentDataDescriptionOffset",
        "summary": "P073 Fulltext navigation location information",
        "description": "The text paragraph location information of a specific patent can be queried by entering \"patent_id\" or \"patent_number\". The paragraph includes: technical field, background technology, invention content, attached drawing description, specific implementation plan, etc.",
        "tags": [
          "Patent Basic Data"
        ],
        "security": [
          {
            "bearerAuth": []
          }
        ],
        "responses": {
          "200": {
            "description": "Successful p073 fulltext navigation location information response.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/P073BasicPatentDataDescriptionOffsetResponse"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized."
          },
          "403": {
            "description": "Forbidden."
          },
          "404": {
            "description": "Not Found."
          }
        },
        "externalDocs": {
          "description": "API Reference documentation",
          "url": "https://open.patsnap.com/devportal/api-reference/04fb46f6b3e148208ddb5058b63340c7"
        },
        "parameters": [
          {
            "name": "lang",
            "in": "query",
            "required": false,
            "description": "text language，Only EN, CN, JP, KR, and TW are supported.default EN",
            "schema": {
              "type": "string",
              "example": "EN",
              "description": "text language，Only EN, CN, JP, KR, and TW are supported.default EN"
            }
          },
          {
            "name": "patent_id",
            "in": "query",
            "required": false,
            "description": "patent_id",
            "schema": {
              "type": "string",
              "example": "f3deb1dd-fd57-4bbb-85c4-6820be90b853",
              "description": "patent_id"
            }
          },
          {
            "name": "patent_number",
            "in": "query",
            "required": false,
            "description": "patent_number",
            "schema": {
              "type": "string",
              "example": "US9800501B2",
              "description": "patent_number"
            }
          }
        ]
      }
    },
    "/basic-patent-data/fulltext-inline-image": {
      "get": {
        "operationId": "p042BasicPatentDataFulltextInlineImage",
        "summary": "P042 Fulltext Inline 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": [
          "Patent Basic Data"
        ],
        "security": [
          {
            "bearerAuth": []
          }
        ],
        "responses": {
          "200": {
            "description": "Successful p042 fulltext inline image response.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/P042BasicPatentDataFulltextInlineImageResponse"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized."
          },
          "403": {
            "description": "Forbidden."
          },
          "404": {
            "description": "Not Found."
          }
        },
        "externalDocs": {
          "description": "API Reference documentation",
          "url": "https://open.patsnap.com/devportal/api-reference/1f21a1f21c0147e1918ec3e8f07e6310"
        },
        "parameters": [
          {
            "name": "patent_id",
            "in": "query",
            "required": false,
            "description": "patent_id",
            "schema": {
              "type": "string",
              "example": "fdbca633-63df-4c0b-8597-3f6c5e3a2748",
              "description": "patent_id"
            }
          },
          {
            "name": "patent_number",
            "in": "query",
            "required": false,
            "description": "patent_number",
            "schema": {
              "type": "string",
              "example": "CN116420141A",
              "description": "patent_number"
            }
          }
        ]
      }
    },
    "/high-value-data/application-domain": {
      "get": {
        "operationId": "p023HighValueDataApplicationDomain",
        "summary": "P023 Application Domain",
        "description": "Receive application domain classification data by patent_id or patent_number.",
        "tags": [
          "Patent Mining Data"
        ],
        "security": [
          {
            "bearerAuth": []
          }
        ],
        "responses": {
          "200": {
            "description": "Successful p023 application domain response.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/P023HighValueDataApplicationDomainResponse"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized."
          },
          "403": {
            "description": "Forbidden."
          },
          "404": {
            "description": "Not Found."
          }
        },
        "externalDocs": {
          "description": "API Reference documentation",
          "url": "https://open.patsnap.com/devportal/api-reference/7171c24958414bf9ab6fc843d8d885de"
        },
        "parameters": [
          {
            "name": "lang",
            "in": "query",
            "required": false,
            "description": "Select the language , you can choose cn or en.",
            "schema": {
              "type": "string",
              "example": "en",
              "description": "Select the language , you can choose cn or en."
            }
          },
          {
            "name": "patent_id",
            "in": "query",
            "required": false,
            "description": "patent_id",
            "schema": {
              "type": "string",
              "example": "1a47a70d-6b54-4709-a72a-ed552781fcac,ef7d1252-2e0e-40c3-a44f-1bc1c86b7990",
              "description": "patent_id"
            }
          },
          {
            "name": "patent_number",
            "in": "query",
            "required": false,
            "description": "patent_number",
            "schema": {
              "type": "string",
              "example": "CN102681224A",
              "description": "patent_number"
            }
          }
        ]
      }
    },
    "/high-value-data/tech-problem-and-benefit-summary": {
      "get": {
        "operationId": "p025HighValueDataTechProblemAndBenefitSummary",
        "summary": "P025 The Three Elements of Patent Technology",
        "description": "Receive the classification data for the three elements of patent technology, namely technical problem summary, technical benefit summary and technical approach summary, by providing the patent_id or patent_number.",
        "tags": [
          "Patent Mining Data"
        ],
        "security": [
          {
            "bearerAuth": []
          }
        ],
        "responses": {
          "200": {
            "description": "Successful p025 the three elements of patent technology response.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/P025HighValueDataTechProblemAndBenefitSummaryResponse"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized."
          },
          "403": {
            "description": "Forbidden."
          },
          "404": {
            "description": "Not Found."
          }
        },
        "externalDocs": {
          "description": "API Reference documentation",
          "url": "https://open.patsnap.com/devportal/api-reference/a9d21b54cca64ef188b5015771301071"
        },
        "parameters": [
          {
            "name": "lang",
            "in": "query",
            "required": false,
            "description": "Select the language , you can choose cn or en.",
            "schema": {
              "type": "string",
              "example": "en",
              "description": "Select the language , you can choose cn or en."
            }
          },
          {
            "name": "patent_id",
            "in": "query",
            "required": false,
            "description": "patent_id",
            "schema": {
              "type": "string",
              "example": "ef7d1252-2e0e-40c3-a44f-1bc1c86b7990,767a81fb-8abb-45e4-b9fe-4bbc327dc586",
              "description": "patent_id"
            }
          },
          {
            "name": "patent_number",
            "in": "query",
            "required": false,
            "description": "patent_number",
            "schema": {
              "type": "string",
              "example": "CN102681224A,US20230139460A1",
              "description": "patent_number"
            }
          }
        ]
      }
    },
    "/high-value-data/technology-topic": {
      "get": {
        "operationId": "p024HighValueDataTechnologyTopic",
        "summary": "P024 Technology Topic",
        "description": "<p>Receive technology topic classification data by patent_id or patent_number.</p><p>Technology topic is a classification developed by Patsnap that allows you to easily understand key elements of the technical solution. The algorithm leverages AI technology. Technology topic is not provided for design patents.</p>",
        "tags": [
          "Patent Mining Data"
        ],
        "security": [
          {
            "bearerAuth": []
          }
        ],
        "responses": {
          "200": {
            "description": "Successful p024 technology topic response.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/P024HighValueDataTechnologyTopicResponse"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized."
          },
          "403": {
            "description": "Forbidden."
          },
          "404": {
            "description": "Not Found."
          }
        },
        "externalDocs": {
          "description": "API Reference documentation",
          "url": "https://open.patsnap.com/devportal/api-reference/82bfca8574d146e794eb078675133580"
        },
        "parameters": [
          {
            "name": "lang",
            "in": "query",
            "required": false,
            "description": "Select the language , you can choose cn or en.",
            "schema": {
              "type": "string",
              "example": "en",
              "description": "Select the language , you can choose cn or en."
            }
          },
          {
            "name": "patent_id",
            "in": "query",
            "required": false,
            "description": "patent_id",
            "schema": {
              "type": "string",
              "example": "ef7d1252-2e0e-40c3-a44f-1bc1c86b7990,7353c607-0594-4592-b99e-aea9f517de17",
              "description": "patent_id"
            }
          },
          {
            "name": "patent_number",
            "in": "query",
            "required": false,
            "description": "patent_number",
            "schema": {
              "type": "string",
              "example": "CN102681224A",
              "description": "patent_number"
            }
          }
        ]
      }
    },
    "/high-value-data/seic-classification": {
      "get": {
        "operationId": "p022HighValueDataSeicClassification",
        "summary": "P022 Strategic Emerging Industry Classification (SEIC)",
        "description": "Receive strategic emerging industry classification data by patent_id or patent_number.",
        "tags": [
          "Patent Mining Data"
        ],
        "security": [
          {
            "bearerAuth": []
          }
        ],
        "responses": {
          "200": {
            "description": "Successful p022 strategic emerging industry classification (seic) response.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/P022HighValueDataSeicClassificationResponse"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized."
          },
          "403": {
            "description": "Forbidden."
          },
          "404": {
            "description": "Not Found."
          }
        },
        "externalDocs": {
          "description": "API Reference documentation",
          "url": "https://open.patsnap.com/devportal/api-reference/5520026e2a3c437389edf96247f67902"
        },
        "parameters": [
          {
            "name": "lang",
            "in": "query",
            "required": false,
            "description": "Select the language , you can choose cn or en.",
            "schema": {
              "type": "string",
              "example": "en",
              "description": "Select the language , you can choose cn or en."
            }
          },
          {
            "name": "patent_id",
            "in": "query",
            "required": false,
            "description": "patent_id",
            "schema": {
              "type": "string",
              "example": "1e099a74-4378-4b84-9d13-f1b4ed5cb59b,7353c607-0594-4592-b99e-aea9f517de17",
              "description": "patent_id"
            }
          },
          {
            "name": "patent_number",
            "in": "query",
            "required": false,
            "description": "patent_number",
            "schema": {
              "type": "string",
              "example": "CN110650438A",
              "description": "patent_number"
            }
          }
        ]
      }
    },
    "/basic-patent-data/patent_enhanced_data": {
      "get": {
        "operationId": "p064BasicPatentDataPatentEnhancedData",
        "summary": "P064 Patent Enhanced Data",
        "description": "Receive patent basic bibliography data by patent_id or patent_number.",
        "tags": [
          "Patent Mining Data"
        ],
        "security": [
          {
            "bearerAuth": []
          }
        ],
        "responses": {
          "200": {
            "description": "Successful p064 patent enhanced data response.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/P064BasicPatentDataPatentEnhancedDataResponse"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized."
          },
          "403": {
            "description": "Forbidden."
          },
          "404": {
            "description": "Not Found."
          }
        },
        "externalDocs": {
          "description": "API Reference documentation",
          "url": "https://open.patsnap.com/devportal/api-reference/38b59d43bff041e18635f345e95bc1cc"
        },
        "parameters": [
          {
            "name": "fields",
            "in": "query",
            "required": false,
            "description": "the fields you want received, multiple fields are separated by commas.",
            "schema": {
              "type": "string",
              "example": "first_publication,application_type,first_claim",
              "description": "the fields you want received, multiple fields are separated by commas."
            }
          },
          {
            "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"
            }
          }
        ]
      }
    },
    "/material/material-ontology": {
      "post": {
        "operationId": "p101MaterialMaterialOntology",
        "summary": "P101 material ontology",
        "description": "This interface provides all  material ontology lables in the patent text",
        "tags": [
          "Patent Mining Data"
        ],
        "security": [
          {
            "bearerAuth": []
          }
        ],
        "responses": {
          "200": {
            "description": "Successful p101 material ontology response.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/P101MaterialMaterialOntologyResponse"
                }
              }
            }
          },
          "201": {
            "description": "Created."
          },
          "401": {
            "description": "Unauthorized."
          },
          "403": {
            "description": "Forbidden."
          },
          "404": {
            "description": "Not Found."
          }
        },
        "externalDocs": {
          "description": "API Reference documentation",
          "url": "https://open.patsnap.com/devportal/api-reference/0b0bb4d4e6e84f35aa57cb6c0a2e1bdf"
        },
        "parameters": [
          {
            "name": "patent_id",
            "in": "query",
            "required": false,
            "description": "patent_id",
            "schema": {
              "type": "string",
              "example": "9cf648f8-8283-4767-9a14-f90f68303f3e,7353c607-0594-4592-b99e-aea9f517de17",
              "description": "patent_id"
            }
          },
          {
            "name": "patent_number",
            "in": "query",
            "required": false,
            "description": "patent_number",
            "schema": {
              "type": "string",
              "example": "CN108977442B",
              "description": "patent_number"
            }
          }
        ],
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/P101MaterialMaterialOntologyRequest"
              }
            }
          }
        }
      }
    },
    "/high-value-data/patent-classification-description": {
      "post": {
        "operationId": "p066HighValueDataPatentClassificationDescription",
        "summary": "P066 Patent Classification Description",
        "description": "Receive patent classification description data by corresponding classification type and code.<p>Note: There must be all of the two request parameters of classification type and code. The API supports batch requests with a maximum of 10 classification codes of one type, and more classification codes are separated with English comma. Batch requests are deducted from traffic/costs, and will be deducted multiple times based on the number of successful results returned.</p>",
        "tags": [
          "Patent Mining Data"
        ],
        "security": [
          {
            "bearerAuth": []
          }
        ],
        "responses": {
          "200": {
            "description": "Successful p066 patent classification description response.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/P066HighValueDataPatentClassificationDescriptionResponse"
                }
              }
            }
          },
          "201": {
            "description": "Created."
          },
          "401": {
            "description": "Unauthorized."
          },
          "403": {
            "description": "Forbidden."
          },
          "404": {
            "description": "Not Found."
          }
        },
        "externalDocs": {
          "description": "API Reference documentation",
          "url": "https://open.patsnap.com/devportal/api-reference/023b617df73e44888e76d653e06f2251"
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/P066HighValueDataPatentClassificationDescriptionRequest"
              }
            }
          }
        }
      }
    },
    "/material/patent-pum": {
      "post": {
        "operationId": "p100MaterialPatentPum",
        "summary": "P100 patent PUM",
        "description": "This interface provides all PUM information (including Property, Unit, and Measurement) in the patent text",
        "tags": [
          "Patent Mining Data"
        ],
        "security": [
          {
            "bearerAuth": []
          }
        ],
        "responses": {
          "200": {
            "description": "Successful p100 patent pum response.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/P100MaterialPatentPumResponse"
                }
              }
            }
          },
          "201": {
            "description": "Created."
          },
          "401": {
            "description": "Unauthorized."
          },
          "403": {
            "description": "Forbidden."
          },
          "404": {
            "description": "Not Found."
          }
        },
        "externalDocs": {
          "description": "API Reference documentation",
          "url": "https://open.patsnap.com/devportal/api-reference/7b2c313794904297a0e33342b02a024e"
        },
        "parameters": [
          {
            "name": "patent_id",
            "in": "query",
            "required": false,
            "description": "patent_id",
            "schema": {
              "type": "string",
              "example": "9cf648f8-8283-4767-9a14-f90f68303f3e,7353c607-0594-4592-b99e-aea9f517de17",
              "description": "patent_id"
            }
          },
          {
            "name": "patent_number",
            "in": "query",
            "required": false,
            "description": "patent_number",
            "schema": {
              "type": "string",
              "example": "CN108977442B",
              "description": "patent_number"
            }
          }
        ],
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/P100MaterialPatentPumRequest"
              }
            }
          }
        }
      }
    },
    "/material/material-spum": {
      "post": {
        "operationId": "p103MaterialMaterialSpum",
        "summary": "P103 patent SPUM",
        "description": "This interface provides all material and PUM (including Property, Unit and Measurement) in the patent text.",
        "tags": [
          "Patent Mining Data"
        ],
        "security": [
          {
            "bearerAuth": []
          }
        ],
        "responses": {
          "200": {
            "description": "Successful p103 patent spum response.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/P103MaterialMaterialSpumResponse"
                }
              }
            }
          },
          "201": {
            "description": "Created."
          },
          "401": {
            "description": "Unauthorized."
          },
          "403": {
            "description": "Forbidden."
          },
          "404": {
            "description": "Not Found."
          }
        },
        "externalDocs": {
          "description": "API Reference documentation",
          "url": "https://open.patsnap.com/devportal/api-reference/c1d6cf7cc8e4486bb59e368df78c4a2b"
        },
        "parameters": [
          {
            "name": "patent_id",
            "in": "query",
            "required": false,
            "description": "patent_id",
            "schema": {
              "type": "string",
              "example": "9cf648f8-8283-4767-9a14-f90f68303f3e,7353c607-0594-4592-b99e-aea9f517de17",
              "description": "patent_id"
            }
          },
          {
            "name": "patent_number",
            "in": "query",
            "required": false,
            "description": "patent_number",
            "schema": {
              "type": "string",
              "example": "CN108977442B",
              "description": "patent_number"
            }
          }
        ],
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/P103MaterialMaterialSpumRequest"
              }
            }
          }
        }
      }
    },
    "/material/material-substance": {
      "post": {
        "operationId": "p102MaterialMaterialSubstance",
        "summary": "P102 material substance",
        "description": "This interface provides all material substance name in the patent text.",
        "tags": [
          "Patent Mining Data"
        ],
        "security": [
          {
            "bearerAuth": []
          }
        ],
        "responses": {
          "200": {
            "description": "Successful p102 material substance response.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/P102MaterialMaterialSubstanceResponse"
                }
              }
            }
          },
          "201": {
            "description": "Created."
          },
          "401": {
            "description": "Unauthorized."
          },
          "403": {
            "description": "Forbidden."
          },
          "404": {
            "description": "Not Found."
          }
        },
        "externalDocs": {
          "description": "API Reference documentation",
          "url": "https://open.patsnap.com/devportal/api-reference/f4d88c6775fb42c592500e1e75b484c7"
        },
        "parameters": [
          {
            "name": "patent_id",
            "in": "query",
            "required": false,
            "description": "patent_id",
            "schema": {
              "type": "string",
              "example": "9cf648f8-8283-4767-9a14-f90f68303f3e,7353c607-0594-4592-b99e-aea9f517de17",
              "description": "patent_id"
            }
          },
          {
            "name": "patent_number",
            "in": "query",
            "required": false,
            "description": "patent_number",
            "schema": {
              "type": "string",
              "example": "CN108977442B",
              "description": "patent_number"
            }
          }
        ],
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/P102MaterialMaterialSubstanceRequest"
              }
            }
          }
        }
      }
    },
    "/search/patent/intelligent-attached-image": {
      "post": {
        "operationId": "p063PatentIntelligentAttachedImage",
        "summary": "P063 Patent intelligent attached image",
        "description": "Receive patent intelligent attached image data by patent_id.",
        "tags": [
          "Patent Mining Data"
        ],
        "security": [
          {
            "bearerAuth": []
          }
        ],
        "responses": {
          "200": {
            "description": "Successful p063 patent intelligent attached image response.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/P063PatentIntelligentAttachedImageResponse"
                }
              }
            }
          },
          "201": {
            "description": "Created."
          },
          "401": {
            "description": "Unauthorized."
          },
          "403": {
            "description": "Forbidden."
          },
          "404": {
            "description": "Not Found."
          }
        },
        "externalDocs": {
          "description": "API Reference documentation",
          "url": "https://open.patsnap.com/devportal/api-reference/e28542de3d454e7d9bee5b2d38038c6d"
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/P063PatentIntelligentAttachedImageRequest"
              }
            }
          }
        }
      }
    },
    "/advanced-patent-data/sep-data": {
      "get": {
        "operationId": "p033AdvancedPatentDataSepData",
        "summary": "P033 Standard Essential Patent (SEP)",
        "description": "Receive SEP (Standard Essential Patent) data by patent_id or patent_number. This includes data source, standard ID, version, declaration date, title, and projects.",
        "tags": [
          "Patent Legal Data"
        ],
        "security": [
          {
            "bearerAuth": []
          }
        ],
        "responses": {
          "200": {
            "description": "Successful p033 standard essential patent (sep) response.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/P033AdvancedPatentDataSepDataResponse"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized."
          },
          "403": {
            "description": "Forbidden."
          },
          "404": {
            "description": "Not Found."
          }
        },
        "externalDocs": {
          "description": "API Reference documentation",
          "url": "https://open.patsnap.com/devportal/api-reference/7ef9cf09bbd64f90871e0a7997e04d26"
        },
        "parameters": [
          {
            "name": "patent_id",
            "in": "query",
            "required": false,
            "description": "patent_id",
            "schema": {
              "type": "string",
              "example": "7ff9d60e-2d02-4390-903b-c9e517ff3c3a",
              "description": "patent_id"
            }
          },
          {
            "name": "patent_number",
            "in": "query",
            "required": false,
            "description": "patent_number",
            "schema": {
              "type": "string",
              "example": "EP3499756A1",
              "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 Legal 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://open.patsnap.com/devportal/api-reference/683c7965a0f54970950f154a189ff7c1"
        },
        "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/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 Legal 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://open.patsnap.com/devportal/api-reference/7fe29b1d698947deb87e77b77263fb6f"
        },
        "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/status-of-unified-patent-court": {
      "get": {
        "operationId": "p046AdvancedPatentDataStatusOfUnifiedPatentCourt",
        "summary": "P046 Status of Unified Patent Court",
        "description": "Receive Status of Unified Patent Court data by patent_id or patent_number.This data includes Opt-out not registered,Opt-out registered,,Withdrawal after opt-out,Positive decision after unitary effect request. For more details please view the full list of fields in the developer document.",
        "tags": [
          "Patent Legal Data"
        ],
        "security": [
          {
            "bearerAuth": []
          }
        ],
        "responses": {
          "200": {
            "description": "Successful p046 status of unified patent court response.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/P046AdvancedPatentDataStatusOfUnifiedPatentCourtResponse"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized."
          },
          "403": {
            "description": "Forbidden."
          },
          "404": {
            "description": "Not Found."
          }
        },
        "externalDocs": {
          "description": "API Reference documentation",
          "url": "https://open.patsnap.com/devportal/api-reference/b11f8b945936451a8c63c698d079abb5"
        },
        "parameters": [
          {
            "name": "patent_id",
            "in": "query",
            "required": false,
            "description": "patent_id",
            "schema": {
              "type": "string",
              "example": "e377acae-0f6b-4663-99aa-6cdf2bce7ed5",
              "description": "patent_id"
            }
          },
          {
            "name": "patent_number",
            "in": "query",
            "required": false,
            "description": "patent_number",
            "schema": {
              "type": "string",
              "example": "EP4267532A1",
              "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 Legal 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://open.patsnap.com/devportal/api-reference/e0b0af52a081461a835fa6b8c9440549"
        },
        "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"
            }
          }
        ]
      }
    },
    "/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": [
          "Patent Legal Data"
        ],
        "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://open.patsnap.com/devportal/api-reference/816109e71d8c4eb5af154257d9a3c2ba"
        },
        "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"
            }
          }
        ]
      }
    },
    "/fee/get_fee": {
      "post": {
        "operationId": "p047FeeGetFee",
        "summary": "P047 Receive Patent Fee Data",
        "description": "Receiving patent fee data by ticket_id",
        "tags": [
          "Patent Legal Data"
        ],
        "security": [
          {
            "bearerAuth": []
          }
        ],
        "responses": {
          "200": {
            "description": "Successful p047 receive patent fee data response.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/P047FeeGetFeeResponse"
                }
              }
            }
          },
          "201": {
            "description": "Created."
          },
          "401": {
            "description": "Unauthorized."
          },
          "403": {
            "description": "Forbidden."
          },
          "404": {
            "description": "Not Found."
          }
        },
        "externalDocs": {
          "description": "API Reference documentation",
          "url": "https://open.patsnap.com/devportal/api-reference/97836bb0a6c94bc095bc387074244b9e"
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/P047FeeGetFeeRequest"
              }
            }
          }
        }
      }
    },
    "/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": [
          "Patent Legal Data"
        ],
        "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://open.patsnap.com/devportal/api-reference/5b491603d85d4f0b95e774bde7889d42"
        },
        "parameters": [
          {
            "name": "patent_id",
            "in": "query",
            "required": false,
            "description": "patent_id",
            "schema": {
              "type": "string",
              "example": "d4c53e0c-fb6e-4ff9-998b-0e473d988809",
              "description": "patent_id"
            }
          },
          {
            "name": "patent_number",
            "in": "query",
            "required": false,
            "description": "patent_number",
            "schema": {
              "type": "string",
              "example": "US10874334B1",
              "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": [
          "Patent Legal Data"
        ],
        "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://open.patsnap.com/devportal/api-reference/a5c65b1085fa473492873691f9e95c24"
        },
        "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"
            }
          }
        ]
      }
    },
    "/high-value-data/litigation": {
      "get": {
        "operationId": "p034HighValueDataLitigation",
        "summary": "P034 Litigation",
        "description": "Receive litigation data by patent_id or patent_number. This includes litigation title, case number, filing date, verdict date, court, case region, plaintiff, defendant, chief judge and judge.",
        "tags": [
          "Patent Legal Data"
        ],
        "security": [
          {
            "bearerAuth": []
          }
        ],
        "responses": {
          "200": {
            "description": "Successful p034 litigation response.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/P034HighValueDataLitigationResponse"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized."
          },
          "403": {
            "description": "Forbidden."
          },
          "404": {
            "description": "Not Found."
          }
        },
        "externalDocs": {
          "description": "API Reference documentation",
          "url": "https://open.patsnap.com/devportal/api-reference/74c1b26358f74e10a7f4403a4da6d3cc"
        },
        "parameters": [
          {
            "name": "patent_id",
            "in": "query",
            "required": false,
            "description": "patent_id",
            "schema": {
              "type": "string",
              "example": "20863318-e1b4-4eb7-b021-4ea3fc11c078,0f39bff1-f09e-4d82-adf4-d284c2dfa5a2",
              "description": "patent_id"
            }
          },
          {
            "name": "patent_number",
            "in": "query",
            "required": false,
            "description": "patent_number",
            "schema": {
              "type": "string",
              "example": "CN1394453A",
              "description": "patent_number"
            }
          }
        ]
      }
    },
    "/fee/apno_input": {
      "post": {
        "operationId": "p047FeeApnoInput",
        "summary": "P047 Create Patent Fee Task",
        "description": "Support input multiple patent application number, create patent fee acquisition task, return ticket_id. Based on this ticket_id, the patent fee data can be obtained from the \"[P047]Receive Patent Fee Data\" API",
        "tags": [
          "Patent Legal Data"
        ],
        "security": [
          {
            "bearerAuth": []
          }
        ],
        "responses": {
          "200": {
            "description": "Successful p047 create patent fee task response.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/P047FeeApnoInputResponse"
                }
              }
            }
          },
          "201": {
            "description": "Created."
          },
          "401": {
            "description": "Unauthorized."
          },
          "403": {
            "description": "Forbidden."
          },
          "404": {
            "description": "Not Found."
          }
        },
        "externalDocs": {
          "description": "API Reference documentation",
          "url": "https://open.patsnap.com/devportal/api-reference/149d8956ac1e46558238105a2c04042c"
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/P047FeeApnoInputRequest"
              }
            }
          }
        }
      }
    },
    "/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 Legal 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://open.patsnap.com/devportal/api-reference/fcadddbb2d134444bd1ced1fe41f3e91"
        },
        "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/overseas-patent-documents": {
      "post": {
        "operationId": "p048AdvancedPatentDataOverseasPatentDocuments",
        "summary": "P048 Overseas Patent Examination Documents",
        "description": "Query the examination file information of overseas patents by entering patent_id or patent_number. This interface does not support querying Chinese patents temporarily",
        "tags": [
          "Patent Legal Data"
        ],
        "security": [
          {
            "bearerAuth": []
          }
        ],
        "responses": {
          "200": {
            "description": "Successful p048 overseas patent examination documents response.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/P048AdvancedPatentDataOverseasPatentDocumentsResponse"
                }
              }
            }
          },
          "201": {
            "description": "Created."
          },
          "401": {
            "description": "Unauthorized."
          },
          "403": {
            "description": "Forbidden."
          },
          "404": {
            "description": "Not Found."
          }
        },
        "externalDocs": {
          "description": "API Reference documentation",
          "url": "https://open.patsnap.com/devportal/api-reference/0c8c0c49b5b04e57847cd55e5f049fbe"
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/P048AdvancedPatentDataOverseasPatentDocumentsRequest"
              }
            }
          }
        }
      }
    },
    "/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": [
          "Patent Valuation Data"
        ],
        "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://open.patsnap.com/devportal/api-reference/222b0e78f09341cb8036057c6c579695"
        },
        "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": [
          "Patent Valuation Data"
        ],
        "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://open.patsnap.com/devportal/api-reference/9b228a4b5caa4a8eba1d07dd0b49305d"
        },
        "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": [
          "Patent Valuation Data"
        ],
        "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://open.patsnap.com/devportal/api-reference/6687b33c3e2a4908b6a2b6821f581d19"
        },
        "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/patent_valuation": {
      "get": {
        "operationId": "p035PatentValuationDataPatentValuation",
        "summary": "P035 Patent Valuation",
        "description": "Receive patent valuation data by patent_id or patent_number. The coverage of patent valuation is global invention patents and utility model patents whose legal status is pending/active (except WO patents). Patent valuation are updated quarterly. 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": [
          "Patent Valuation Data"
        ],
        "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://open.patsnap.com/devportal/api-reference/725139c24c0549529278ca4bd5b86ef2"
        },
        "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"
            }
          }
        ]
      }
    },
    "/patent-valuation-data/patent_ability": {
      "post": {
        "operationId": "p051PatentValuationDataPatentAbility",
        "summary": "P051 Pre-patent Evaluation - Patentability",
        "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": [
          "Patent Valuation Data"
        ],
        "security": [
          {
            "bearerAuth": []
          }
        ],
        "responses": {
          "200": {
            "description": "Successful p051 pre-patent evaluation - patentability response.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/P051PatentValuationDataPatentAbilityResponse"
                }
              }
            }
          },
          "201": {
            "description": "Created."
          },
          "401": {
            "description": "Unauthorized."
          },
          "403": {
            "description": "Forbidden."
          },
          "404": {
            "description": "Not Found."
          }
        },
        "externalDocs": {
          "description": "API Reference documentation",
          "url": "https://open.patsnap.com/devportal/api-reference/4a7cdd16769e4aec8ef4f9885e681a71"
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/P051PatentValuationDataPatentAbilityRequest"
              }
            }
          }
        }
      }
    },
    "/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": [
          "Patent Valuation Data"
        ],
        "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://open.patsnap.com/devportal/api-reference/da3cde30f0fa455b958d722c101bfbe6"
        },
        "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/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": [
          "Patent Valuation Data"
        ],
        "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://open.patsnap.com/devportal/api-reference/17188e944aff4f7784ba28c1483da934"
        },
        "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/operation_situation": {
      "post": {
        "operationId": "p053PatentValuationDataOperationSituation",
        "summary": "P053 Pre-patent Evaluation - Operation Situation",
        "description": "Receive technology operation situation indicators by similar patents list. there include the number of operated patents, inactive patents and invalid patents and multiple country coverage.",
        "tags": [
          "Patent Valuation Data"
        ],
        "security": [
          {
            "bearerAuth": []
          }
        ],
        "responses": {
          "200": {
            "description": "Successful p053 pre-patent evaluation - operation situation response.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/P053PatentValuationDataOperationSituationResponse"
                }
              }
            }
          },
          "201": {
            "description": "Created."
          },
          "401": {
            "description": "Unauthorized."
          },
          "403": {
            "description": "Forbidden."
          },
          "404": {
            "description": "Not Found."
          }
        },
        "externalDocs": {
          "description": "API Reference documentation",
          "url": "https://open.patsnap.com/devportal/api-reference/bb70cea083f54f6eb9bd8abd8a39e5f3"
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/P053PatentValuationDataOperationSituationRequest"
              }
            }
          }
        }
      }
    },
    "/patent-valuation-data/tech_innovation": {
      "post": {
        "operationId": "p050PatentValuationDataTechInnovation",
        "summary": "P050 Pre-patent Evaluation - Technological Innovation",
        "description": "Receive technical innovation indicators by similar patents list. there include the number of highly similar patents and the number of highly cited patents in the same family.",
        "tags": [
          "Patent Valuation Data"
        ],
        "security": [
          {
            "bearerAuth": []
          }
        ],
        "responses": {
          "200": {
            "description": "Successful p050 pre-patent evaluation - technological innovation response.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/P050PatentValuationDataTechInnovationResponse"
                }
              }
            }
          },
          "201": {
            "description": "Created."
          },
          "401": {
            "description": "Unauthorized."
          },
          "403": {
            "description": "Forbidden."
          },
          "404": {
            "description": "Not Found."
          }
        },
        "externalDocs": {
          "description": "API Reference documentation",
          "url": "https://open.patsnap.com/devportal/api-reference/32187e4dc57844c98decd92ecea601df"
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/P050PatentValuationDataTechInnovationRequest"
              }
            }
          }
        }
      }
    },
    "/patent-valuation-data/market_prospect": {
      "post": {
        "operationId": "p052PatentValuationDataMarketProspect",
        "summary": "P052 Pre-patent Evaluation - Market Prospect",
        "description": "Receive technology market prospect indicators by similar patents list. there include the highest patent value、industry development、tech application width and the number of original assignee.",
        "tags": [
          "Patent Valuation Data"
        ],
        "security": [
          {
            "bearerAuth": []
          }
        ],
        "responses": {
          "200": {
            "description": "Successful p052 pre-patent evaluation - market prospect response.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/P052PatentValuationDataMarketProspectResponse"
                }
              }
            }
          },
          "201": {
            "description": "Created."
          },
          "401": {
            "description": "Unauthorized."
          },
          "403": {
            "description": "Forbidden."
          },
          "404": {
            "description": "Not Found."
          }
        },
        "externalDocs": {
          "description": "API Reference documentation",
          "url": "https://open.patsnap.com/devportal/api-reference/dbcd7b3fd00747f1aa4ea20670a6eede"
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/P052PatentValuationDataMarketProspectRequest"
              }
            }
          }
        }
      }
    },
    "/patent-search/task": {
      "get": {
        "operationId": "p055PatentSearchTask",
        "summary": "P055 Get Export Results",
        "description": "Retrieves patent export results based on the specified Task ID. Returns a list of URLs to download files containing search results in the specified file format. Supports up to 100,000 most relevant patents exported.",
        "tags": [
          "Patent Monitor and Export"
        ],
        "security": [
          {
            "bearerAuth": []
          }
        ],
        "responses": {
          "200": {
            "description": "Successful p055 get export results response.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/P055PatentSearchTaskResponse"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized."
          },
          "403": {
            "description": "Forbidden."
          },
          "404": {
            "description": "Not Found."
          }
        },
        "externalDocs": {
          "description": "API Reference documentation",
          "url": "https://open.patsnap.com/devportal/api-reference/dcd0c25baa29413cbd323c4e66829f0f"
        },
        "parameters": [
          {
            "name": "task_id",
            "in": "query",
            "required": true,
            "description": "Task ID",
            "schema": {
              "type": "string",
              "example": "264de8bf7e294505a9a000597e25d615",
              "description": "Task ID"
            }
          }
        ]
      }
    },
    "/patent-alert/delete": {
      "delete": {
        "operationId": "p059PatentAlertDelete",
        "summary": "P059 Delete Patent Monitor Project",
        "description": "Delete patent monitor project.",
        "tags": [
          "Patent Monitor and Export"
        ],
        "security": [
          {
            "bearerAuth": []
          }
        ],
        "responses": {
          "200": {
            "description": "Successful p059 delete patent monitor project response.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/P059PatentAlertDeleteResponse"
                }
              }
            }
          },
          "204": {
            "description": "No Content."
          },
          "401": {
            "description": "Unauthorized."
          },
          "403": {
            "description": "Forbidden."
          }
        },
        "externalDocs": {
          "description": "API Reference documentation",
          "url": "https://open.patsnap.com/devportal/api-reference/bb733ac6d5314724990536bcad928c19"
        },
        "parameters": [
          {
            "name": "alert_id",
            "in": "query",
            "required": true,
            "description": "monitor project ID",
            "schema": {
              "type": "string",
              "example": "7f22ee78764149b481314b1fa60dca0c",
              "description": "monitor project ID"
            }
          }
        ],
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/P059PatentAlertDeleteRequest"
              }
            }
          }
        }
      }
    },
    "/patent-alert/check": {
      "get": {
        "operationId": "p057PatentAlertCheck",
        "summary": "P057 Check Monitor Project Status",
        "description": "Check whether the patent monitoring project has patent updates. Return the name of the monitoring project, the type of the monitoring project, the number of patents, and the list of patent_ids.",
        "tags": [
          "Patent Monitor and Export"
        ],
        "security": [
          {
            "bearerAuth": []
          }
        ],
        "responses": {
          "200": {
            "description": "Successful p057 check monitor project status response.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/P057PatentAlertCheckResponse"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized."
          },
          "403": {
            "description": "Forbidden."
          },
          "404": {
            "description": "Not Found."
          }
        },
        "externalDocs": {
          "description": "API Reference documentation",
          "url": "https://open.patsnap.com/devportal/api-reference/a998af2f3c224b8497dde81893e5c93c"
        },
        "parameters": [
          {
            "name": "alert_id",
            "in": "query",
            "required": true,
            "description": "monitor project ID",
            "schema": {
              "type": "string",
              "example": "7f22ee78764149b481314b1fa60dca0c",
              "description": "monitor project ID"
            }
          }
        ]
      }
    },
    "/patent-search/export": {
      "post": {
        "operationId": "p055PatentSearchExport",
        "summary": "P055 Create export task by query",
        "description": "Allows to search our global patent database using the standard PatSnap search query and retrieve the resulting data in bulk. To find more information about PatSnap search syntax, refer to https://analytics.patsnap.com/search_helper. Allows to select what patent fields should be returned in response to the query and, thus, allows control over the size of the response payload to help optimize performance, fields that are allowed to be exported, the fields and field levels that are allowed to be exported (different levels of fields have different calling fees). please link the <a href=\"/tutorials/exportFields\" target=\"_blank\">export instructions</a>.",
        "tags": [
          "Patent Monitor and Export"
        ],
        "security": [
          {
            "bearerAuth": []
          }
        ],
        "responses": {
          "200": {
            "description": "Successful p055 create export task by query response.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/P055PatentSearchExportResponse"
                }
              }
            }
          },
          "201": {
            "description": "Created."
          },
          "401": {
            "description": "Unauthorized."
          },
          "403": {
            "description": "Forbidden."
          },
          "404": {
            "description": "Not Found."
          }
        },
        "externalDocs": {
          "description": "API Reference documentation",
          "url": "https://open.patsnap.com/devportal/api-reference/6f7ec078428e421ea0e8377c6ca1fa83"
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/P055PatentSearchExportRequest"
              }
            }
          }
        }
      }
    },
    "/patent-alert/create": {
      "get": {
        "operationId": "p056PatentAlertCreate",
        "summary": "P056 Create Patent Monitor Project",
        "description": "Create patent monitor project by the standard PatSnap search query. Returns the monitor project ID, the name of the monitored project, and the number of patents initially included.",
        "tags": [
          "Patent Monitor and Export"
        ],
        "security": [
          {
            "bearerAuth": []
          }
        ],
        "responses": {
          "200": {
            "description": "Successful p056 create patent monitor project response.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/P056PatentAlertCreateResponse"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized."
          },
          "403": {
            "description": "Forbidden."
          },
          "404": {
            "description": "Not Found."
          }
        },
        "externalDocs": {
          "description": "API Reference documentation",
          "url": "https://open.patsnap.com/devportal/api-reference/c022097db6124afdbe4c39790cbe99ee"
        },
        "parameters": [
          {
            "name": "alert_name",
            "in": "query",
            "required": false,
            "description": "monitor name or tag, up to 50 characters",
            "schema": {
              "type": "string",
              "example": "<cn>智慧芽公司监控</cn><us>Intelligent bud company monitoring</us>",
              "description": "monitor name or tag, up to 50 characters"
            }
          },
          {
            "name": "content",
            "in": "query",
            "required": true,
            "description": "1.New patents(new):Alert when a new patent matching the search query is published\n2.New invention(invention):Alert when a new patent that does not belong to an existing family is published\n3.Legal status(legal):Alert when patent legal status changes\n4.Assignment(transfer):Alert if the current assignee of the patent changes\n5.Upcoming expiry date(expired):Alert when patents are within 30 days of the estimated expiry date\n6.Licensing(license):Alert when licensing information has been updated\n7.Litigation(litigation):Alert when litigation information has been updated\nPlease enter the parameter, multiple selections are allowed, and the multiple monitored items are separated by ,.",
            "schema": {
              "type": "string",
              "example": "new,invention,legal",
              "description": "1.New patents(new):Alert when a new patent matching the search query is published\n2.New invention(invention):Alert when a new patent that does not belong to an existing family is published\n3.Legal status(legal):Alert when patent legal status changes\n4.Assignment(transfer):Alert if the current assignee of the patent changes\n5.Upcoming expiry date(expired):Alert when patents are within 30 days of the estimated expiry date\n6.Licensing(license):Alert when licensing information has been updated\n7.Litigation(litigation):Alert when litigation information has been updated\nPlease enter the parameter, multiple selections are allowed, and the multiple monitored items are separated by ,."
            }
          },
          {
            "name": "query",
            "in": "query",
            "required": true,
            "description": "query of the monitor project",
            "schema": {
              "type": "string",
              "example": "ANC:(智慧芽)",
              "description": "query of the monitor project"
            }
          }
        ]
      }
    },
    "/insights/patent-type-trend": {
      "post": {
        "operationId": "a011InsightsPatentTypeTrend",
        "summary": "A011 Patent Type Trend Analysis",
        "description": "Analyze the application trend of different patent types (invention patents, utility models, design patents) within a specified time range.",
        "tags": [
          "Technology Key Report"
        ],
        "security": [
          {
            "bearerAuth": []
          }
        ],
        "responses": {
          "200": {
            "description": "Successful a011 patent type trend analysis response.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/A011InsightsPatentTypeTrendResponse"
                }
              }
            }
          },
          "201": {
            "description": "Created."
          },
          "401": {
            "description": "Unauthorized."
          },
          "403": {
            "description": "Forbidden."
          },
          "404": {
            "description": "Not Found."
          }
        },
        "externalDocs": {
          "description": "API Reference documentation",
          "url": "https://open.patsnap.com/devportal/api-reference/2f2715fc8ae84363b632eb5f5d7899ce"
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/A011InsightsPatentTypeTrendRequest"
              }
            }
          }
        }
      }
    },
    "/patent-alert/update": {
      "get": {
        "operationId": "p058PatentAlertUpdate",
        "summary": "P058 Edit Patent Monitor Project",
        "description": "Edit patent monitor project by query.",
        "tags": [
          "Patent Monitor and Export"
        ],
        "security": [
          {
            "bearerAuth": []
          }
        ],
        "responses": {
          "200": {
            "description": "Successful p058 edit patent monitor project response.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/P058PatentAlertUpdateResponse"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized."
          },
          "403": {
            "description": "Forbidden."
          },
          "404": {
            "description": "Not Found."
          }
        },
        "externalDocs": {
          "description": "API Reference documentation",
          "url": "https://open.patsnap.com/devportal/api-reference/a614daf05b9c463cb8bb071a02706a2f"
        },
        "parameters": [
          {
            "name": "alert_id",
            "in": "query",
            "required": true,
            "description": "monitor project ID",
            "schema": {
              "type": "string",
              "example": "7f22ee78764149b481314b1fa60dca0c",
              "description": "monitor project ID"
            }
          },
          {
            "name": "alert_name",
            "in": "query",
            "required": false,
            "description": "monitor name or tag, up to 50 characters",
            "schema": {
              "type": "string",
              "example": "<cn>智慧芽公司监控</cn><us>Intelligent bud company monitoring</us>",
              "description": "monitor name or tag, up to 50 characters"
            }
          },
          {
            "name": "content",
            "in": "query",
            "required": false,
            "description": "1.New patents(new):Alert when a new patent matching the search query is published\n2.New invention(invention):Alert when a new patent that does not belong to an existing family is published\n3.Legal status(legal):Alert when patent legal status changes\n4.Assignment(transfer):Alert if the current assignee of the patent changes\n5.Upcoming expiry date(expired):Alert when patents are within 30 days of the estimated expiry date\n6.Licensing(license):Alert when licensing information has been updated\n7.Litigation(litigation):Alert when litigation information has been updated\nPlease enter the parameter, multiple selections are allowed, and the multiple monitored items are separated by ,.",
            "schema": {
              "type": "string",
              "example": "new,invention,legal",
              "description": "1.New patents(new):Alert when a new patent matching the search query is published\n2.New invention(invention):Alert when a new patent that does not belong to an existing family is published\n3.Legal status(legal):Alert when patent legal status changes\n4.Assignment(transfer):Alert if the current assignee of the patent changes\n5.Upcoming expiry date(expired):Alert when patents are within 30 days of the estimated expiry date\n6.Licensing(license):Alert when licensing information has been updated\n7.Litigation(litigation):Alert when litigation information has been updated\nPlease enter the parameter, multiple selections are allowed, and the multiple monitored items are separated by ,."
            }
          },
          {
            "name": "query",
            "in": "query",
            "required": false,
            "description": "query of the monitor project",
            "schema": {
              "type": "string",
              "example": "ANC:(智慧芽)",
              "description": "query of the monitor project"
            }
          }
        ]
      }
    },
    "/insights-company/simple-legal-status": {
      "get": {
        "operationId": "a109InsightsCompanySimpleLegalStatus",
        "summary": "A109 Company Patent Simple Legal Status",
        "description": "Simple legal status breakdown of the company's portfolio. This tells you the proportion of patents in the portfolio that are in effect, or no longer active, which you can then use to filter by.",
        "tags": [
          "Technology Key Report"
        ],
        "security": [
          {
            "bearerAuth": []
          }
        ],
        "responses": {
          "200": {
            "description": "Successful a109 company patent simple legal status response.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/A109InsightsCompanySimpleLegalStatusResponse"
                }
              }
            }
          }
        },
        "externalDocs": {
          "description": "API Reference documentation",
          "url": "https://open.patsnap.com/devportal/api-reference/b0a3aa3abd6c4f198d2e3b7dc9381cd6"
        },
        "parameters": [
          {
            "name": "company_name",
            "in": "query",
            "required": false,
            "description": "Query the name of a single enterprise",
            "schema": {
              "type": "string",
              "example": "华为技术有限公司",
              "description": "Query the name of a single enterprise"
            }
          },
          {
            "name": "org_number",
            "in": "query",
            "required": false,
            "description": "This field is not supported in the current version , please search by company name",
            "schema": {
              "type": "string",
              "example": "192203821",
              "description": "This field is not supported in the current version , please search by company name"
            }
          },
          {
            "name": "credit_code",
            "in": "query",
            "required": false,
            "description": "This field is not supported in the current version , please search by company name",
            "schema": {
              "type": "string",
              "example": "914403001922038216",
              "description": "This field is not supported in the current version , please search by company name"
            }
          },
          {
            "name": "apply_start_time",
            "in": "query",
            "required": false,
            "description": "Patent apply date from, format:yyyy",
            "schema": {
              "type": "string",
              "example": "2010",
              "description": "Patent apply date from, format:yyyy"
            }
          },
          {
            "name": "apply_end_time",
            "in": "query",
            "required": false,
            "description": "Patent apply date to, format:yyyy",
            "schema": {
              "type": "string",
              "example": "2020",
              "description": "Patent apply date to, format:yyyy"
            }
          },
          {
            "name": "public_start_time",
            "in": "query",
            "required": false,
            "description": "Patent publication date from, format:yyyy",
            "schema": {
              "type": "string",
              "example": "2010",
              "description": "Patent publication date from, format:yyyy"
            }
          },
          {
            "name": "public_end_time",
            "in": "query",
            "required": false,
            "description": "Patent publication date to, format:yyyy",
            "schema": {
              "type": "string",
              "example": "2020",
              "description": "Patent publication date to, format:yyyy"
            }
          },
          {
            "name": "simple_legal_status",
            "in": "query",
            "required": false,
            "description": "Patent simple legal status<p>0-Inactive</p><p>1-Active</p><p>2-Pending</p><p>220-PCT designated stage expired</p>n<p>221-PCT designated stage</p><p>999-Undetermined</p><p>Multiple options can be selected, and multiple content items can be spliced with OR (there is a space between parameter and OR)</p>",
            "schema": {
              "type": "string",
              "example": "1 OR 2",
              "description": "Patent simple legal status<p>0-Inactive</p><p>1-Active</p><p>2-Pending</p><p>220-PCT designated stage expired</p>n<p>221-PCT designated stage</p><p>999-Undetermined</p><p>Multiple options can be selected, and multiple content items can be spliced with OR (there is a space between parameter and OR)</p>"
            }
          },
          {
            "name": "patent_type",
            "in": "query",
            "required": false,
            "description": "Patent application type<p>A:Applications</p><p>B: Patents</p><p>U: Utility models</p><p>D: Designs</p><p>Multiple options can be selected, and multiple content items can be spliced with OR (there is a space between parameter and OR)</p>",
            "schema": {
              "type": "string",
              "example": "A OR B",
              "description": "Patent application type<p>A:Applications</p><p>B: Patents</p><p>U: Utility models</p><p>D: Designs</p><p>Multiple options can be selected, and multiple content items can be spliced with OR (there is a space between parameter and OR)</p>"
            }
          },
          {
            "name": "authority",
            "in": "query",
            "required": false,
            "description": "Select the authority of the patent, the default query all databases, eg CN、US、EP、JP. To find more information, refer to https://analytics.zhihuiya.com/status.<p>Example: US OR EP</p>",
            "schema": {
              "type": "string",
              "example": "CN OR EP",
              "description": "Select the authority of the patent, the default query all databases, eg CN、US、EP、JP. To find more information, refer to https://analytics.zhihuiya.com/status.<p>Example: US OR EP</p>"
            }
          }
        ]
      }
    },
    "/insights-company/most-cited-latest": {
      "get": {
        "operationId": "a106InsightsCompanyMostCitedLatest",
        "summary": "A106 Company Most Cited Patents",
        "description": "Identify the records in this company's portfolio that have been cited most frequently by other records. These represent more referenced patents that have had their technology built by others. These patents are likely to be more valuable and may represent the more relevant technology to the industry. Returns at most Top 10 patent information.",
        "tags": [
          "Technology Key Report"
        ],
        "security": [
          {
            "bearerAuth": []
          }
        ],
        "responses": {
          "200": {
            "description": "Successful a106 company most cited patents response.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/A106InsightsCompanyMostCitedLatestResponse"
                }
              }
            }
          }
        },
        "externalDocs": {
          "description": "API Reference documentation",
          "url": "https://open.patsnap.com/devportal/api-reference/abd33fd9c2ba4073abb16e76d73e31ec"
        },
        "parameters": [
          {
            "name": "company_name",
            "in": "query",
            "required": false,
            "description": "Query the name of a single enterprise",
            "schema": {
              "type": "string",
              "example": "华为技术有限公司",
              "description": "Query the name of a single enterprise"
            }
          },
          {
            "name": "org_number",
            "in": "query",
            "required": false,
            "description": "This field is not supported in the current version , please search by company name",
            "schema": {
              "type": "string",
              "example": "192203821",
              "description": "This field is not supported in the current version , please search by company name"
            }
          },
          {
            "name": "credit_code",
            "in": "query",
            "required": false,
            "description": "This field is not supported in the current version , please search by company name",
            "schema": {
              "type": "string",
              "example": "914403001922038216",
              "description": "This field is not supported in the current version , please search by company name"
            }
          },
          {
            "name": "apply_start_time",
            "in": "query",
            "required": false,
            "description": "Patent apply date from, format:yyyy",
            "schema": {
              "type": "string",
              "example": "2010",
              "description": "Patent apply date from, format:yyyy"
            }
          },
          {
            "name": "apply_end_time",
            "in": "query",
            "required": false,
            "description": "Patent apply date to, format:yyyy",
            "schema": {
              "type": "string",
              "example": "2020",
              "description": "Patent apply date to, format:yyyy"
            }
          },
          {
            "name": "public_start_time",
            "in": "query",
            "required": false,
            "description": "Patent publication date from, format:yyyy",
            "schema": {
              "type": "string",
              "example": "2010",
              "description": "Patent publication date from, format:yyyy"
            }
          },
          {
            "name": "public_end_time",
            "in": "query",
            "required": false,
            "description": "Patent publication date to, format:yyyy",
            "schema": {
              "type": "string",
              "example": "2020",
              "description": "Patent publication date to, format:yyyy"
            }
          },
          {
            "name": "simple_legal_status",
            "in": "query",
            "required": false,
            "description": "Patent simple legal status<p>0-Inactive</p><p>1-Active</p><p>2-Pending</p><p>220-PCT designated stage expired</p>n<p>221-PCT designated stage</p><p>999-Undetermined</p><p>Multiple options can be selected, and multiple content items can be spliced with OR (there is a space between parameter and OR)</p>",
            "schema": {
              "type": "string",
              "example": "1 OR 2",
              "description": "Patent simple legal status<p>0-Inactive</p><p>1-Active</p><p>2-Pending</p><p>220-PCT designated stage expired</p>n<p>221-PCT designated stage</p><p>999-Undetermined</p><p>Multiple options can be selected, and multiple content items can be spliced with OR (there is a space between parameter and OR)</p>"
            }
          },
          {
            "name": "patent_type",
            "in": "query",
            "required": false,
            "description": "Patent application type<p>A:Applications</p><p>B: Patents</p><p>U: Utility models</p><p>D: Designs</p><p>Multiple options can be selected, and multiple content items can be spliced with OR (there is a space between parameter and OR)</p>",
            "schema": {
              "type": "string",
              "example": "A OR B",
              "description": "Patent application type<p>A:Applications</p><p>B: Patents</p><p>U: Utility models</p><p>D: Designs</p><p>Multiple options can be selected, and multiple content items can be spliced with OR (there is a space between parameter and OR)</p>"
            }
          },
          {
            "name": "authority",
            "in": "query",
            "required": false,
            "description": "Select the authority of the patent, the default query all databases, eg CN、US、EP、JP. To find more information, refer to https://analytics.zhihuiya.com/status.<p>Example: US OR EP</p>",
            "schema": {
              "type": "string",
              "example": "CN OR EP",
              "description": "Select the authority of the patent, the default query all databases, eg CN、US、EP、JP. To find more information, refer to https://analytics.zhihuiya.com/status.<p>Example: US OR EP</p>"
            }
          },
          {
            "name": "lang",
            "in": "query",
            "required": true,
            "description": "Select the language , the default language is en, you can choose cn or en.",
            "schema": {
              "type": "string",
              "example": "en",
              "description": "Select the language , the default language is en, you can choose cn or en."
            }
          }
        ]
      }
    },
    "/insights-company/patent-trends": {
      "get": {
        "operationId": "a104InsightsCompanyPatentTrends",
        "summary": "A104 Company Patent Application and Issued Trend",
        "description": "Analyze the annual application trend of the company. This chart shows the number of grants or issued patents resulting from applications filed in the same year, indicating the company's filing success rate over time. The most recent 20 years of application and issued data are returned.",
        "tags": [
          "Technology Key Report"
        ],
        "security": [
          {
            "bearerAuth": []
          }
        ],
        "responses": {
          "200": {
            "description": "Successful a104 company patent application and issued trend response.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/A104InsightsCompanyPatentTrendsResponse"
                }
              }
            }
          }
        },
        "externalDocs": {
          "description": "API Reference documentation",
          "url": "https://open.patsnap.com/devportal/api-reference/b8d342c19ef14b319a8f9d0ea16e1a60"
        },
        "parameters": [
          {
            "name": "company_name",
            "in": "query",
            "required": false,
            "description": "Query the name of a single enterprise",
            "schema": {
              "type": "string",
              "example": "华为技术有限公司",
              "description": "Query the name of a single enterprise"
            }
          },
          {
            "name": "org_number",
            "in": "query",
            "required": false,
            "description": "This field is not supported in the current version , please search by company name",
            "schema": {
              "type": "string",
              "example": "192203821",
              "description": "This field is not supported in the current version , please search by company name"
            }
          },
          {
            "name": "credit_code",
            "in": "query",
            "required": false,
            "description": "This field is not supported in the current version , please search by company name",
            "schema": {
              "type": "string",
              "example": "914403001922038216",
              "description": "This field is not supported in the current version , please search by company name"
            }
          },
          {
            "name": "apply_start_time",
            "in": "query",
            "required": false,
            "description": "Patent apply date from, format:yyyy",
            "schema": {
              "type": "string",
              "example": "2010",
              "description": "Patent apply date from, format:yyyy"
            }
          },
          {
            "name": "apply_end_time",
            "in": "query",
            "required": false,
            "description": "Patent apply date to, format:yyyy",
            "schema": {
              "type": "string",
              "example": "2020",
              "description": "Patent apply date to, format:yyyy"
            }
          },
          {
            "name": "public_start_time",
            "in": "query",
            "required": false,
            "description": "Patent publication date from, format:yyyy",
            "schema": {
              "type": "string",
              "example": "2010",
              "description": "Patent publication date from, format:yyyy"
            }
          },
          {
            "name": "public_end_time",
            "in": "query",
            "required": false,
            "description": "Patent publication date to, format:yyyy",
            "schema": {
              "type": "string",
              "example": "2020",
              "description": "Patent publication date to, format:yyyy"
            }
          },
          {
            "name": "simple_legal_status",
            "in": "query",
            "required": false,
            "description": "Patent simple legal status<p>0-Inactive</p><p>1-Active</p><p>2-Pending</p><p>220-PCT designated stage expired</p>n<p>221-PCT designated stage</p><p>999-Undetermined</p><p>Multiple options can be selected, and multiple content items can be spliced with OR (there is a space between parameter and OR)</p>",
            "schema": {
              "type": "string",
              "example": "1 OR 2",
              "description": "Patent simple legal status<p>0-Inactive</p><p>1-Active</p><p>2-Pending</p><p>220-PCT designated stage expired</p>n<p>221-PCT designated stage</p><p>999-Undetermined</p><p>Multiple options can be selected, and multiple content items can be spliced with OR (there is a space between parameter and OR)</p>"
            }
          },
          {
            "name": "patent_type",
            "in": "query",
            "required": false,
            "description": "Patent application type<p>A:Applications</p><p>B: Patents</p><p>U: Utility models</p><p>D: Designs</p><p>Multiple options can be selected, and multiple content items can be spliced with OR (there is a space between parameter and OR)</p>",
            "schema": {
              "type": "string",
              "example": "A OR B",
              "description": "Patent application type<p>A:Applications</p><p>B: Patents</p><p>U: Utility models</p><p>D: Designs</p><p>Multiple options can be selected, and multiple content items can be spliced with OR (there is a space between parameter and OR)</p>"
            }
          },
          {
            "name": "authority",
            "in": "query",
            "required": false,
            "description": "Select the authority of the patent, the default query all databases, eg CN、US、EP、JP. To find more information, refer to https://analytics.zhihuiya.com/status.<p>Example: US OR EP</p>",
            "schema": {
              "type": "string",
              "example": "CN OR EP",
              "description": "Select the authority of the patent, the default query all databases, eg CN、US、EP、JP. To find more information, refer to https://analytics.zhihuiya.com/status.<p>Example: US OR EP</p>"
            }
          }
        ]
      }
    },
    "/insights/portfolio-value": {
      "get": {
        "operationId": "a010InsightsPortfolioValue",
        "summary": "A010 Portfolio Value Distribution",
        "description": "Assess the lucrativeness of a technology space based on the spread of estimated patent valuation, with lucrative technologies having a greater proportion of their patent simple families in the higher value buckets.Our valuation method has been developed and implemented by integrating external research published by academics and patent lawyers with our own internal research. We use an underlying set of 80+ different patent indicators (e.g. forward citations, family sizes, patent age, legal status etc.) to compute the valuation, which is adjusted based on the distributions of patent values traded in the past.\nDesign patents are not valued with this methodology.",
        "tags": [
          "Technology Key Report"
        ],
        "security": [
          {
            "bearerAuth": []
          }
        ],
        "responses": {
          "200": {
            "description": "Successful a010 portfolio value distribution response.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/A010InsightsPortfolioValueResponse"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized."
          },
          "403": {
            "description": "Forbidden."
          },
          "404": {
            "description": "Not Found."
          }
        },
        "externalDocs": {
          "description": "API Reference documentation",
          "url": "https://open.patsnap.com/devportal/api-reference/c3f7f5e9dad5420eaaa8ac3d9f32ecde"
        },
        "parameters": [
          {
            "name": "apply_end_time",
            "in": "query",
            "required": false,
            "description": "Patent apply date to, format:yyyy",
            "schema": {
              "type": "string",
              "example": "2020",
              "description": "Patent apply date to, format:yyyy"
            }
          },
          {
            "name": "apply_start_time",
            "in": "query",
            "required": false,
            "description": "Patent apply date from, format:yyyy",
            "schema": {
              "type": "string",
              "example": "2010",
              "description": "Patent apply date from, format:yyyy"
            }
          },
          {
            "name": "authority",
            "in": "query",
            "required": false,
            "description": "Select the authority of the patent, the default query all databases, eg CN、US、EP、JP. To find more information, refer to https://analytics.zhihuiya.com/status.\nExample: US OR EP",
            "schema": {
              "type": "string",
              "example": "CN",
              "description": "Select the authority of the patent, the default query all databases, eg CN、US、EP、JP. To find more information, refer to https://analytics.zhihuiya.com/status.\nExample: US OR EP"
            }
          },
          {
            "name": "ipc",
            "in": "query",
            "required": false,
            "description": "Patent IPC classification",
            "schema": {
              "type": "string",
              "example": "B66B11",
              "description": "Patent IPC classification"
            }
          },
          {
            "name": "keywords",
            "in": "query",
            "required": false,
            "description": "Searches for keywords within patent title and summary. Supports AND, OR, NOT search logic, for example \"mobile phone AND (screen OR battery)\".",
            "schema": {
              "type": "string",
              "example": "car",
              "description": "Searches for keywords within patent title and summary. Supports AND, OR, NOT search logic, for example \"mobile phone AND (screen OR battery)\"."
            }
          },
          {
            "name": "public_end_time",
            "in": "query",
            "required": false,
            "description": "Patent publication date to, format:yyyy",
            "schema": {
              "type": "string",
              "example": "2020",
              "description": "Patent publication date to, format:yyyy"
            }
          },
          {
            "name": "public_start_time",
            "in": "query",
            "required": false,
            "description": "Patent publication date from, format:yyyy",
            "schema": {
              "type": "string",
              "example": "2010",
              "description": "Patent publication date from, format:yyyy"
            }
          },
          {
            "name": "query_text",
            "in": "query",
            "required": false,
            "description": "Enter the Analytics Query, with a maximum length of 800 characters and cannot contain complex wildcards such as  $W  $PRE   $WS  $SEN  $PARA  $FREQ .etc",
            "schema": {
              "type": "string",
              "example": "TACD: virtual reality",
              "description": "Enter the Analytics Query, with a maximum length of 800 characters and cannot contain complex wildcards such as  $W  $PRE   $WS  $SEN  $PARA  $FREQ .etc"
            }
          }
        ]
      }
    },
    "/insights/most-asserted": {
      "get": {
        "operationId": "a009InsightsMostAsserted",
        "summary": "A009 Most Litigated Patents",
        "description": "Identify the patents involved in the most number of litigation cases. This indicates litigation risk associated to patenting in a similar technology space. Returns the Top 10 patents by litigation count.",
        "tags": [
          "Technology Key Report"
        ],
        "security": [
          {
            "bearerAuth": []
          }
        ],
        "responses": {
          "200": {
            "description": "Successful a009 most litigated patents response.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/A009InsightsMostAssertedResponse"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized."
          },
          "403": {
            "description": "Forbidden."
          },
          "404": {
            "description": "Not Found."
          }
        },
        "externalDocs": {
          "description": "API Reference documentation",
          "url": "https://open.patsnap.com/devportal/api-reference/b2d9d05497504f6281b186165ec8c1f6"
        },
        "parameters": [
          {
            "name": "apply_end_time",
            "in": "query",
            "required": false,
            "description": "Patent apply date to, format:yyyy",
            "schema": {
              "type": "string",
              "example": "2020",
              "description": "Patent apply date to, format:yyyy"
            }
          },
          {
            "name": "apply_start_time",
            "in": "query",
            "required": false,
            "description": "Patent apply date from, format:yyyy",
            "schema": {
              "type": "string",
              "example": "2010",
              "description": "Patent apply date from, format:yyyy"
            }
          },
          {
            "name": "authority",
            "in": "query",
            "required": false,
            "description": "Select the authority of the patent, the default query all databases, eg CN、US、EP、JP. To find more information, refer to https://analytics.zhihuiya.com/status.\nExample: US OR EP",
            "schema": {
              "type": "string",
              "example": "CN",
              "description": "Select the authority of the patent, the default query all databases, eg CN、US、EP、JP. To find more information, refer to https://analytics.zhihuiya.com/status.\nExample: US OR EP"
            }
          },
          {
            "name": "ipc",
            "in": "query",
            "required": false,
            "description": "Patent IPC classification",
            "schema": {
              "type": "string",
              "example": "B66B11",
              "description": "Patent IPC classification"
            }
          },
          {
            "name": "keywords",
            "in": "query",
            "required": false,
            "description": "Searches for keywords within patent title and summary. Supports AND, OR, NOT search logic, for example \"mobile phone AND (screen OR battery)\".",
            "schema": {
              "type": "string",
              "example": "car",
              "description": "Searches for keywords within patent title and summary. Supports AND, OR, NOT search logic, for example \"mobile phone AND (screen OR battery)\"."
            }
          },
          {
            "name": "public_end_time",
            "in": "query",
            "required": false,
            "description": "Patent publication date to, format:yyyy",
            "schema": {
              "type": "string",
              "example": "2020",
              "description": "Patent publication date to, format:yyyy"
            }
          },
          {
            "name": "public_start_time",
            "in": "query",
            "required": false,
            "description": "Patent publication date from, format:yyyy",
            "schema": {
              "type": "string",
              "example": "2010",
              "description": "Patent publication date from, format:yyyy"
            }
          },
          {
            "name": "query_text",
            "in": "query",
            "required": false,
            "description": "Enter the Analytics Query, with a maximum length of 800 characters and cannot contain complex wildcards such as  $W  $PRE   $WS  $SEN  $PARA  $FREQ .etc",
            "schema": {
              "type": "string",
              "example": "TACD: virtual reality",
              "description": "Enter the Analytics Query, with a maximum length of 800 characters and cannot contain complex wildcards such as  $W  $PRE   $WS  $SEN  $PARA  $FREQ .etc"
            }
          }
        ]
      }
    },
    "/insights/applicant-ranking": {
      "get": {
        "operationId": "a007InsightsApplicantRanking",
        "summary": "A007 Top Assignees",
        "description": "The top companies with the largest patent portfolios in the technology field. Understand who are the largest players and the competitive threats in the technology space. Returns up to the top 10 assignees.",
        "tags": [
          "Technology Key Report"
        ],
        "security": [
          {
            "bearerAuth": []
          }
        ],
        "responses": {
          "200": {
            "description": "Successful a007 top assignees response.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/A007InsightsApplicantRankingResponse"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized."
          },
          "403": {
            "description": "Forbidden."
          },
          "404": {
            "description": "Not Found."
          }
        },
        "externalDocs": {
          "description": "API Reference documentation",
          "url": "https://open.patsnap.com/devportal/api-reference/f3ea05e846a3409a99c34567c5f2e215"
        },
        "parameters": [
          {
            "name": "apply_end_time",
            "in": "query",
            "required": false,
            "description": "Patent apply date to, format:yyyy",
            "schema": {
              "type": "string",
              "example": "2020",
              "description": "Patent apply date to, format:yyyy"
            }
          },
          {
            "name": "apply_start_time",
            "in": "query",
            "required": false,
            "description": "Patent apply date from, format:yyyy",
            "schema": {
              "type": "string",
              "example": "2010",
              "description": "Patent apply date from, format:yyyy"
            }
          },
          {
            "name": "authority",
            "in": "query",
            "required": false,
            "description": "Select the authority of the patent, the default query all databases, eg CN、US、EP、JP. To find more information, refer to https://analytics.zhihuiya.com/status.\nExample: US OR EP",
            "schema": {
              "type": "string",
              "example": "CN",
              "description": "Select the authority of the patent, the default query all databases, eg CN、US、EP、JP. To find more information, refer to https://analytics.zhihuiya.com/status.\nExample: US OR EP"
            }
          },
          {
            "name": "ipc",
            "in": "query",
            "required": false,
            "description": "Patent IPC classification",
            "schema": {
              "type": "string",
              "example": "B66B11",
              "description": "Patent IPC classification"
            }
          },
          {
            "name": "keywords",
            "in": "query",
            "required": false,
            "description": "Searches for keywords within patent title and summary. Supports AND, OR, NOT search logic, for example \"mobile phone AND (screen OR battery)\".",
            "schema": {
              "type": "string",
              "example": "car",
              "description": "Searches for keywords within patent title and summary. Supports AND, OR, NOT search logic, for example \"mobile phone AND (screen OR battery)\"."
            }
          },
          {
            "name": "lang",
            "in": "query",
            "required": true,
            "description": "Select the language , the default language is en, you can choose cn or en.",
            "schema": {
              "type": "string",
              "example": "en",
              "description": "Select the language , the default language is en, you can choose cn or en."
            }
          },
          {
            "name": "public_end_time",
            "in": "query",
            "required": false,
            "description": "Patent publication date to, format:yyyy",
            "schema": {
              "type": "string",
              "example": "2020",
              "description": "Patent publication date to, format:yyyy"
            }
          },
          {
            "name": "public_start_time",
            "in": "query",
            "required": false,
            "description": "Patent publication date from, format:yyyy",
            "schema": {
              "type": "string",
              "example": "2010",
              "description": "Patent publication date from, format:yyyy"
            }
          },
          {
            "name": "query_text",
            "in": "query",
            "required": false,
            "description": "Enter the Analytics Query, with a maximum length of 800 characters and cannot contain complex wildcards such as  $W  $PRE   $WS  $SEN  $PARA  $FREQ .etc",
            "schema": {
              "type": "string",
              "example": "TACD: virtual reality",
              "description": "Enter the Analytics Query, with a maximum length of 800 characters and cannot contain complex wildcards such as  $W  $PRE   $WS  $SEN  $PARA  $FREQ .etc"
            }
          }
        ]
      }
    },
    "/insights/priority-country": {
      "get": {
        "operationId": "a004InsightsPriorityCountry",
        "summary": "A004 Top authorities of Origin",
        "description": "This shows the authorities in which the earliest application was filed to show the geographic source of the technology. This helps users assess the innovation capability of the authority and can either indicate where a majority of organizations are based, or which authorities company want to first capitalize in. At most, the Top 200 authorities are returned. Other is the sum of all authorities outside the Top 10.",
        "tags": [
          "Technology Key Report"
        ],
        "security": [
          {
            "bearerAuth": []
          }
        ],
        "responses": {
          "200": {
            "description": "Successful a004 top authorities of origin response.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/A004InsightsPriorityCountryResponse"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized."
          },
          "403": {
            "description": "Forbidden."
          },
          "404": {
            "description": "Not Found."
          }
        },
        "externalDocs": {
          "description": "API Reference documentation",
          "url": "https://open.patsnap.com/devportal/api-reference/4e0afb6dabd146e4b4978f4a321e1147"
        },
        "parameters": [
          {
            "name": "apply_end_time",
            "in": "query",
            "required": false,
            "description": "Patent apply date to, format:yyyy",
            "schema": {
              "type": "string",
              "example": "2020",
              "description": "Patent apply date to, format:yyyy"
            }
          },
          {
            "name": "apply_start_time",
            "in": "query",
            "required": false,
            "description": "Patent apply date from, format:yyyy",
            "schema": {
              "type": "string",
              "example": "2010",
              "description": "Patent apply date from, format:yyyy"
            }
          },
          {
            "name": "authority",
            "in": "query",
            "required": false,
            "description": "Select the authority of the patent, the default query all databases, eg CN、US、EP、JP. To find more information, refer to https://analytics.zhihuiya.com/status.\nExample: US OR EP",
            "schema": {
              "type": "string",
              "example": "CN",
              "description": "Select the authority of the patent, the default query all databases, eg CN、US、EP、JP. To find more information, refer to https://analytics.zhihuiya.com/status.\nExample: US OR EP"
            }
          },
          {
            "name": "ipc",
            "in": "query",
            "required": false,
            "description": "Patent IPC classification",
            "schema": {
              "type": "string",
              "example": "B66B11",
              "description": "Patent IPC classification"
            }
          },
          {
            "name": "keywords",
            "in": "query",
            "required": false,
            "description": "Searches for keywords within patent title and summary. Supports AND, OR, NOT search logic, for example \"mobile phone AND (screen OR battery)\".",
            "schema": {
              "type": "string",
              "example": "car",
              "description": "Searches for keywords within patent title and summary. Supports AND, OR, NOT search logic, for example \"mobile phone AND (screen OR battery)\"."
            }
          },
          {
            "name": "public_end_time",
            "in": "query",
            "required": false,
            "description": "Patent publication date to, format:yyyy",
            "schema": {
              "type": "string",
              "example": "2020",
              "description": "Patent publication date to, format:yyyy"
            }
          },
          {
            "name": "public_start_time",
            "in": "query",
            "required": false,
            "description": "Patent publication date from, format:yyyy",
            "schema": {
              "type": "string",
              "example": "2010",
              "description": "Patent publication date from, format:yyyy"
            }
          },
          {
            "name": "query_text",
            "in": "query",
            "required": false,
            "description": "Enter the Analytics Query, with a maximum length of 800 characters and cannot contain complex wildcards such as  $W  $PRE   $WS  $SEN  $PARA  $FREQ .etc",
            "schema": {
              "type": "string",
              "example": "TACD: virtual reality",
              "description": "Enter the Analytics Query, with a maximum length of 800 characters and cannot contain complex wildcards such as  $W  $PRE   $WS  $SEN  $PARA  $FREQ .etc"
            }
          }
        ]
      }
    },
    "/insights-company/most-cited": {
      "get": {
        "operationId": "a107InsightsCompanyMostCited",
        "summary": "A107 Most Citing Companies",
        "description": "Understand the top organisations that are citing this company's top 10 most cited patents. This is helpful to identify the organizations that are operating closest to the company and how they have utilised the technology. A deeper dive in to the patent records can reveal how the technology has potentially been built upon and how it has evolved or been used for alternative applications. From an alternative perspective, these organizations may represent potential licensees or pose a potential litigation threat.",
        "tags": [
          "Technology Key Report"
        ],
        "security": [
          {
            "bearerAuth": []
          }
        ],
        "responses": {
          "200": {
            "description": "Successful a107 most citing companies response.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/A107InsightsCompanyMostCitedResponse"
                }
              }
            }
          }
        },
        "externalDocs": {
          "description": "API Reference documentation",
          "url": "https://open.patsnap.com/devportal/api-reference/9ae9b5b310f14886b22fc6e259e84d14"
        },
        "parameters": [
          {
            "name": "company_name",
            "in": "query",
            "required": false,
            "description": "Query the name of a single enterprise",
            "schema": {
              "type": "string",
              "example": "华为技术有限公司",
              "description": "Query the name of a single enterprise"
            }
          },
          {
            "name": "org_number",
            "in": "query",
            "required": false,
            "description": "This field is not supported in the current version , please search by company name",
            "schema": {
              "type": "string",
              "example": "192203821",
              "description": "This field is not supported in the current version , please search by company name"
            }
          },
          {
            "name": "credit_code",
            "in": "query",
            "required": false,
            "description": "This field is not supported in the current version , please search by company name",
            "schema": {
              "type": "string",
              "example": "914403001922038216",
              "description": "This field is not supported in the current version , please search by company name"
            }
          },
          {
            "name": "apply_start_time",
            "in": "query",
            "required": false,
            "description": "Patent apply date from, format:yyyy",
            "schema": {
              "type": "string",
              "example": "2010",
              "description": "Patent apply date from, format:yyyy"
            }
          },
          {
            "name": "apply_end_time",
            "in": "query",
            "required": false,
            "description": "Patent apply date to, format:yyyy",
            "schema": {
              "type": "string",
              "example": "2020",
              "description": "Patent apply date to, format:yyyy"
            }
          },
          {
            "name": "public_start_time",
            "in": "query",
            "required": false,
            "description": "Patent publication date from, format:yyyy",
            "schema": {
              "type": "string",
              "example": "2010",
              "description": "Patent publication date from, format:yyyy"
            }
          },
          {
            "name": "public_end_time",
            "in": "query",
            "required": false,
            "description": "Patent publication date to, format:yyyy",
            "schema": {
              "type": "string",
              "example": "2020",
              "description": "Patent publication date to, format:yyyy"
            }
          },
          {
            "name": "simple_legal_status",
            "in": "query",
            "required": false,
            "description": "Patent simple legal status<p>0-Inactive</p><p>1-Active</p><p>2-Pending</p><p>220-PCT designated stage expired</p>n<p>221-PCT designated stage</p><p>999-Undetermined</p><p>Multiple options can be selected, and multiple content items can be spliced with OR (there is a space between parameter and OR)</p>",
            "schema": {
              "type": "string",
              "example": "1 OR 2",
              "description": "Patent simple legal status<p>0-Inactive</p><p>1-Active</p><p>2-Pending</p><p>220-PCT designated stage expired</p>n<p>221-PCT designated stage</p><p>999-Undetermined</p><p>Multiple options can be selected, and multiple content items can be spliced with OR (there is a space between parameter and OR)</p>"
            }
          },
          {
            "name": "patent_type",
            "in": "query",
            "required": false,
            "description": "Patent application type<p>A:Applications</p><p>B: Patents</p><p>U: Utility models</p><p>D: Designs</p><p>Multiple options can be selected, and multiple content items can be spliced with OR (there is a space between parameter and OR)</p>",
            "schema": {
              "type": "string",
              "example": "A OR B",
              "description": "Patent application type<p>A:Applications</p><p>B: Patents</p><p>U: Utility models</p><p>D: Designs</p><p>Multiple options can be selected, and multiple content items can be spliced with OR (there is a space between parameter and OR)</p>"
            }
          },
          {
            "name": "authority",
            "in": "query",
            "required": false,
            "description": "Select the authority of the patent, the default query all databases, eg CN、US、EP、JP. To find more information, refer to https://analytics.zhihuiya.com/status.<p>Example: US OR EP</p>",
            "schema": {
              "type": "string",
              "example": "CN OR EP",
              "description": "Select the authority of the patent, the default query all databases, eg CN、US、EP、JP. To find more information, refer to https://analytics.zhihuiya.com/status.<p>Example: US OR EP</p>"
            }
          },
          {
            "name": "lang",
            "in": "query",
            "required": true,
            "description": "Select the language , the default language is en, you can choose cn or en.",
            "schema": {
              "type": "string",
              "example": "en",
              "description": "Select the language , the default language is en, you can choose cn or en."
            }
          }
        ]
      }
    },
    "/insights/wheel-of-innovation": {
      "get": {
        "operationId": "a003InsightsWheelOfInnovation",
        "summary": "A003 Wheel of Innovation",
        "description": "A two-tiered view of the keywords and phrases found within records in the technology space. This can be used to influence subsequent patent searches by making you aware of the more common terms used in this technology space. It is also useful to identify terms that are commonly associated with other similar terms. The Circle Chart categorizes the most frequently occurring keywords of the most recent 5,000 publications in the technology field into a 2-tier hierarchy.",
        "tags": [
          "Technology Key Report"
        ],
        "security": [
          {
            "bearerAuth": []
          }
        ],
        "responses": {
          "200": {
            "description": "Successful a003 wheel of innovation response.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/A003InsightsWheelOfInnovationResponse"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized."
          },
          "403": {
            "description": "Forbidden."
          },
          "404": {
            "description": "Not Found."
          }
        },
        "externalDocs": {
          "description": "API Reference documentation",
          "url": "https://open.patsnap.com/devportal/api-reference/72e9a634177d4ede930e6905bb0a3c18"
        },
        "parameters": [
          {
            "name": "apply_end_time",
            "in": "query",
            "required": false,
            "description": "Patent apply date to, format:yyyy",
            "schema": {
              "type": "string",
              "example": "2020",
              "description": "Patent apply date to, format:yyyy"
            }
          },
          {
            "name": "apply_start_time",
            "in": "query",
            "required": false,
            "description": "Patent apply date from, format:yyyy",
            "schema": {
              "type": "string",
              "example": "2010",
              "description": "Patent apply date from, format:yyyy"
            }
          },
          {
            "name": "authority",
            "in": "query",
            "required": false,
            "description": "Select the authority of the patent, the default query all databases, eg CN、US、EP、JP. To find more information, refer to https://analytics.zhihuiya.com/status.\nExample: US OR EP",
            "schema": {
              "type": "string",
              "example": "CN",
              "description": "Select the authority of the patent, the default query all databases, eg CN、US、EP、JP. To find more information, refer to https://analytics.zhihuiya.com/status.\nExample: US OR EP"
            }
          },
          {
            "name": "ipc",
            "in": "query",
            "required": false,
            "description": "Patent IPC classification",
            "schema": {
              "type": "string",
              "example": "B66B11",
              "description": "Patent IPC classification"
            }
          },
          {
            "name": "keywords",
            "in": "query",
            "required": false,
            "description": "Searches for keywords within patent title and summary. Supports AND, OR, NOT search logic, for example \"mobile phone AND (screen OR battery)\".",
            "schema": {
              "type": "string",
              "example": "car",
              "description": "Searches for keywords within patent title and summary. Supports AND, OR, NOT search logic, for example \"mobile phone AND (screen OR battery)\"."
            }
          },
          {
            "name": "lang",
            "in": "query",
            "required": true,
            "description": "Select the language , the default language is en, you can choose cn or en.",
            "schema": {
              "type": "string",
              "example": "en",
              "description": "Select the language , the default language is en, you can choose cn or en."
            }
          },
          {
            "name": "public_end_time",
            "in": "query",
            "required": false,
            "description": "Patent publication date to, format:yyyy",
            "schema": {
              "type": "string",
              "example": "2020",
              "description": "Patent publication date to, format:yyyy"
            }
          },
          {
            "name": "public_start_time",
            "in": "query",
            "required": false,
            "description": "Patent publication date from, format:yyyy",
            "schema": {
              "type": "string",
              "example": "2010",
              "description": "Patent publication date from, format:yyyy"
            }
          },
          {
            "name": "query_text",
            "in": "query",
            "required": false,
            "description": "Enter the Analytics Query, with a maximum length of 800 characters and cannot contain complex wildcards such as  $W  $PRE   $WS  $SEN  $PARA  $FREQ .etc",
            "schema": {
              "type": "string",
              "example": "TACD: virtual reality",
              "description": "Enter the Analytics Query, with a maximum length of 800 characters and cannot contain complex wildcards such as  $W  $PRE   $WS  $SEN  $PARA  $FREQ .etc"
            }
          }
        ]
      }
    },
    "/insights/patent-trends": {
      "get": {
        "operationId": "a001InsightsPatentTrends",
        "summary": "A001 Application and Issued Trend (keywords & ipc Search & Query Search)",
        "description": "Analyze the annual application trend of the technology. The results include the number of patent applications in the unit of application year, and the number & proportion of patents finally issued in the patents applied for that year. The most recent 20 years of application and issued data are returned.",
        "tags": [
          "Technology Key Report"
        ],
        "security": [
          {
            "bearerAuth": []
          }
        ],
        "responses": {
          "200": {
            "description": "Successful a001 application and issued trend (keywords & ipc search & query search) response.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/A001InsightsPatentTrendsResponse"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized."
          },
          "403": {
            "description": "Forbidden."
          },
          "404": {
            "description": "Not Found."
          }
        },
        "externalDocs": {
          "description": "API Reference documentation",
          "url": "https://open.patsnap.com/devportal/api-reference/57e96e3ce9c5442993516008af3e146a"
        },
        "parameters": [
          {
            "name": "apply_end_time",
            "in": "query",
            "required": false,
            "description": "Patent apply date to, format:yyyy",
            "schema": {
              "type": "string",
              "example": "2020",
              "description": "Patent apply date to, format:yyyy"
            }
          },
          {
            "name": "apply_start_time",
            "in": "query",
            "required": false,
            "description": "Patent apply date from, format:yyyy",
            "schema": {
              "type": "string",
              "example": "2010",
              "description": "Patent apply date from, format:yyyy"
            }
          },
          {
            "name": "authority",
            "in": "query",
            "required": false,
            "description": "Select the authority of the patent, the default query all databases, eg CN、US、EP、JP. To find more information, refer to https://analytics.zhihuiya.com/status.\nExample: US OR EP",
            "schema": {
              "type": "string",
              "example": "CN",
              "description": "Select the authority of the patent, the default query all databases, eg CN、US、EP、JP. To find more information, refer to https://analytics.zhihuiya.com/status.\nExample: US OR EP"
            }
          },
          {
            "name": "ipc",
            "in": "query",
            "required": false,
            "description": "Patent IPC classification",
            "schema": {
              "type": "string",
              "example": "B66B11",
              "description": "Patent IPC classification"
            }
          },
          {
            "name": "keywords",
            "in": "query",
            "required": false,
            "description": "Searches for keywords within patent title and summary. Supports AND, OR, NOT search logic, for example \"mobile phone AND (screen OR battery)\".",
            "schema": {
              "type": "string",
              "example": "car",
              "description": "Searches for keywords within patent title and summary. Supports AND, OR, NOT search logic, for example \"mobile phone AND (screen OR battery)\"."
            }
          },
          {
            "name": "public_end_time",
            "in": "query",
            "required": false,
            "description": "Patent publication date to, format:yyyy",
            "schema": {
              "type": "string",
              "example": "2020",
              "description": "Patent publication date to, format:yyyy"
            }
          },
          {
            "name": "public_start_time",
            "in": "query",
            "required": false,
            "description": "Patent publication date from, format:yyyy",
            "schema": {
              "type": "string",
              "example": "2010",
              "description": "Patent publication date from, format:yyyy"
            }
          },
          {
            "name": "query_text",
            "in": "query",
            "required": false,
            "description": "Enter the Analytics Query, with a maximum length of 800 characters and cannot contain complex wildcards such as  $W  $PRE   $WS  $SEN  $PARA  $FREQ .etc",
            "schema": {
              "type": "string",
              "example": "TACD: virtual reality",
              "description": "Enter the Analytics Query, with a maximum length of 800 characters and cannot contain complex wildcards such as  $W  $PRE   $WS  $SEN  $PARA  $FREQ .etc"
            }
          }
        ]
      }
    },
    "/insights-company/acquisition-divestiture": {
      "get": {
        "operationId": "a110InsightsCompanyAcquisitionDivestiture",
        "summary": "A110 Company Patent Transfer In or Transfer Out",
        "description": "Understand which organizations have most frequently transferred patent ownership to this company and which patents have been transferred.<p>Understand which organisations the company has most frequently transferred patent ownership to and which patents have been involved. This may indicate technology areas this company is no longer targeting or investing research and development resources towards.</p>",
        "tags": [
          "Technology Key Report"
        ],
        "security": [
          {
            "bearerAuth": []
          }
        ],
        "responses": {
          "200": {
            "description": "Successful a110 company patent transfer in or transfer out response.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/A110InsightsCompanyAcquisitionDivestitureResponse"
                }
              }
            }
          }
        },
        "externalDocs": {
          "description": "API Reference documentation",
          "url": "https://open.patsnap.com/devportal/api-reference/2aa26883a2194be9858a9e611678b82c"
        },
        "parameters": [
          {
            "name": "company_name",
            "in": "query",
            "required": false,
            "description": "Query the name of a single enterprise",
            "schema": {
              "type": "string",
              "example": "华为技术有限公司",
              "description": "Query the name of a single enterprise"
            }
          },
          {
            "name": "org_number",
            "in": "query",
            "required": false,
            "description": "This field is not supported in the current version , please search by company name",
            "schema": {
              "type": "string",
              "example": "192203821",
              "description": "This field is not supported in the current version , please search by company name"
            }
          },
          {
            "name": "credit_code",
            "in": "query",
            "required": false,
            "description": "This field is not supported in the current version , please search by company name",
            "schema": {
              "type": "string",
              "example": "914403001922038216",
              "description": "This field is not supported in the current version , please search by company name"
            }
          },
          {
            "name": "apply_start_time",
            "in": "query",
            "required": false,
            "description": "Patent apply date from, format:yyyy",
            "schema": {
              "type": "string",
              "example": "2010",
              "description": "Patent apply date from, format:yyyy"
            }
          },
          {
            "name": "apply_end_time",
            "in": "query",
            "required": false,
            "description": "Patent apply date to, format:yyyy",
            "schema": {
              "type": "string",
              "example": "2020",
              "description": "Patent apply date to, format:yyyy"
            }
          },
          {
            "name": "public_start_time",
            "in": "query",
            "required": false,
            "description": "Patent publication date from, format:yyyy",
            "schema": {
              "type": "string",
              "example": "2010",
              "description": "Patent publication date from, format:yyyy"
            }
          },
          {
            "name": "public_end_time",
            "in": "query",
            "required": false,
            "description": "Patent publication date to, format:yyyy",
            "schema": {
              "type": "string",
              "example": "2020",
              "description": "Patent publication date to, format:yyyy"
            }
          },
          {
            "name": "simple_legal_status",
            "in": "query",
            "required": false,
            "description": "Patent simple legal status<p>0-Inactive</p><p>1-Active</p><p>2-Pending</p><p>220-PCT designated stage expired</p>n<p>221-PCT designated stage</p><p>999-Undetermined</p><p>Multiple options can be selected, and multiple content items can be spliced with OR (there is a space between parameter and OR)</p>",
            "schema": {
              "type": "string",
              "example": "1 OR 2",
              "description": "Patent simple legal status<p>0-Inactive</p><p>1-Active</p><p>2-Pending</p><p>220-PCT designated stage expired</p>n<p>221-PCT designated stage</p><p>999-Undetermined</p><p>Multiple options can be selected, and multiple content items can be spliced with OR (there is a space between parameter and OR)</p>"
            }
          },
          {
            "name": "patent_type",
            "in": "query",
            "required": false,
            "description": "Patent application type<p>A:Applications</p><p>B: Patents</p><p>U: Utility models</p><p>D: Designs</p><p>Multiple options can be selected, and multiple content items can be spliced with OR (there is a space between parameter and OR)</p>",
            "schema": {
              "type": "string",
              "example": "A OR B",
              "description": "Patent application type<p>A:Applications</p><p>B: Patents</p><p>U: Utility models</p><p>D: Designs</p><p>Multiple options can be selected, and multiple content items can be spliced with OR (there is a space between parameter and OR)</p>"
            }
          },
          {
            "name": "authority",
            "in": "query",
            "required": false,
            "description": "Select the authority of the patent, the default query all databases, eg CN、US、EP、JP. To find more information, refer to https://analytics.zhihuiya.com/status.<p>Example: US OR EP</p>",
            "schema": {
              "type": "string",
              "example": "CN OR EP",
              "description": "Select the authority of the patent, the default query all databases, eg CN、US、EP、JP. To find more information, refer to https://analytics.zhihuiya.com/status.<p>Example: US OR EP</p>"
            }
          },
          {
            "name": "lang",
            "in": "query",
            "required": true,
            "description": "Select the language , the default language is en, you can choose cn or en.",
            "schema": {
              "type": "string",
              "example": "en",
              "description": "Select the language , the default language is en, you can choose cn or en."
            }
          }
        ]
      }
    },
    "/insights-company/strategy-map": {
      "get": {
        "operationId": "a102InsightsCompanyStrategyMap",
        "summary": "A102 Company Portfolio Strategy Radar Map",
        "description": "The Radar Map uses patent information as an indicator of portfolio strategy. The report compares various metrics of the portfolio to highlight the characteristics and the strengths. The algorithm for the Radar Map was developed in collaboration with the Entrepreneurship Centre, National University of Singapore.",
        "tags": [
          "Technology Key Report"
        ],
        "security": [
          {
            "bearerAuth": []
          }
        ],
        "responses": {
          "200": {
            "description": "Successful a102 company portfolio strategy radar map response.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/A102InsightsCompanyStrategyMapResponse"
                }
              }
            }
          }
        },
        "externalDocs": {
          "description": "API Reference documentation",
          "url": "https://open.patsnap.com/devportal/api-reference/e05cd8a9b8d94583b7f54c3b4acc978a"
        },
        "parameters": [
          {
            "name": "company_name",
            "in": "query",
            "required": false,
            "description": "Query the name of a single enterprise",
            "schema": {
              "type": "string",
              "example": "华为技术有限公司",
              "description": "Query the name of a single enterprise"
            }
          },
          {
            "name": "org_number",
            "in": "query",
            "required": false,
            "description": "This field is not supported in the current version , please search by company name",
            "schema": {
              "type": "string",
              "example": "192203821",
              "description": "This field is not supported in the current version , please search by company name"
            }
          },
          {
            "name": "credit_code",
            "in": "query",
            "required": false,
            "description": "This field is not supported in the current version , please search by company name",
            "schema": {
              "type": "string",
              "example": "914403001922038216",
              "description": "This field is not supported in the current version , please search by company name"
            }
          },
          {
            "name": "apply_start_time",
            "in": "query",
            "required": false,
            "description": "Patent apply date from, format:yyyy",
            "schema": {
              "type": "string",
              "example": "2010",
              "description": "Patent apply date from, format:yyyy"
            }
          },
          {
            "name": "apply_end_time",
            "in": "query",
            "required": false,
            "description": "Patent apply date to, format:yyyy",
            "schema": {
              "type": "string",
              "example": "2020",
              "description": "Patent apply date to, format:yyyy"
            }
          },
          {
            "name": "public_start_time",
            "in": "query",
            "required": false,
            "description": "Patent publication date from, format:yyyy",
            "schema": {
              "type": "string",
              "example": "2010",
              "description": "Patent publication date from, format:yyyy"
            }
          },
          {
            "name": "public_end_time",
            "in": "query",
            "required": false,
            "description": "Patent publication date to, format:yyyy",
            "schema": {
              "type": "string",
              "example": "2020",
              "description": "Patent publication date to, format:yyyy"
            }
          },
          {
            "name": "simple_legal_status",
            "in": "query",
            "required": false,
            "description": "Patent simple legal status<p>0-Inactive</p><p>1-Active</p><p>2-Pending</p><p>220-PCT designated stage expired</p>n<p>221-PCT designated stage</p><p>999-Undetermined</p><p>Multiple options can be selected, and multiple content items can be spliced with OR (there is a space between parameter and OR)</p>",
            "schema": {
              "type": "string",
              "example": "1 OR 2",
              "description": "Patent simple legal status<p>0-Inactive</p><p>1-Active</p><p>2-Pending</p><p>220-PCT designated stage expired</p>n<p>221-PCT designated stage</p><p>999-Undetermined</p><p>Multiple options can be selected, and multiple content items can be spliced with OR (there is a space between parameter and OR)</p>"
            }
          },
          {
            "name": "patent_type",
            "in": "query",
            "required": false,
            "description": "Patent application type<p>A:Applications</p><p>B: Patents</p><p>U: Utility models</p><p>D: Designs</p><p>Multiple options can be selected, and multiple content items can be spliced with OR (there is a space between parameter and OR)</p>",
            "schema": {
              "type": "string",
              "example": "A OR B",
              "description": "Patent application type<p>A:Applications</p><p>B: Patents</p><p>U: Utility models</p><p>D: Designs</p><p>Multiple options can be selected, and multiple content items can be spliced with OR (there is a space between parameter and OR)</p>"
            }
          },
          {
            "name": "authority",
            "in": "query",
            "required": false,
            "description": "Select the authority of the patent, the default query all databases, eg CN、US、EP、JP. To find more information, refer to https://analytics.zhihuiya.com/status.<p>Example: US OR EP</p>",
            "schema": {
              "type": "string",
              "example": "CN OR EP",
              "description": "Select the authority of the patent, the default query all databases, eg CN、US、EP、JP. To find more information, refer to https://analytics.zhihuiya.com/status.<p>Example: US OR EP</p>"
            }
          },
          {
            "name": "lang",
            "in": "query",
            "required": true,
            "description": "Select the language , the default language is en, you can choose cn or en.",
            "schema": {
              "type": "string",
              "example": "en",
              "description": "Select the language , the default language is en, you can choose cn or en."
            }
          }
        ]
      }
    },
    "/insights-company/patent-portfolio-overview": {
      "get": {
        "operationId": "a105InsightsCompanyPatentPortfolioOverview",
        "summary": "A105 Company Patent Portfolio Overview",
        "description": "Understand the total number of applications, and how they're broken down into simple families, PCTs and active patents (applications and issued patents).",
        "tags": [
          "Technology Key Report"
        ],
        "security": [
          {
            "bearerAuth": []
          }
        ],
        "responses": {
          "200": {
            "description": "Successful a105 company patent portfolio overview response.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/A105InsightsCompanyPatentPortfolioOverviewResponse"
                }
              }
            }
          }
        },
        "externalDocs": {
          "description": "API Reference documentation",
          "url": "https://open.patsnap.com/devportal/api-reference/7ccbb9a124864482a5b2b11edb486ffa"
        },
        "parameters": [
          {
            "name": "company_name",
            "in": "query",
            "required": false,
            "description": "Query the name of a single enterprise",
            "schema": {
              "type": "string",
              "example": "华为技术有限公司",
              "description": "Query the name of a single enterprise"
            }
          },
          {
            "name": "org_number",
            "in": "query",
            "required": false,
            "description": "This field is not supported in the current version , please search by company name",
            "schema": {
              "type": "string",
              "example": "192203821",
              "description": "This field is not supported in the current version , please search by company name"
            }
          },
          {
            "name": "credit_code",
            "in": "query",
            "required": false,
            "description": "This field is not supported in the current version , please search by company name",
            "schema": {
              "type": "string",
              "example": "914403001922038216",
              "description": "This field is not supported in the current version , please search by company name"
            }
          },
          {
            "name": "apply_start_time",
            "in": "query",
            "required": false,
            "description": "Patent apply date from, format:yyyy",
            "schema": {
              "type": "string",
              "example": "2010",
              "description": "Patent apply date from, format:yyyy"
            }
          },
          {
            "name": "apply_end_time",
            "in": "query",
            "required": false,
            "description": "Patent apply date to, format:yyyy",
            "schema": {
              "type": "string",
              "example": "2020",
              "description": "Patent apply date to, format:yyyy"
            }
          },
          {
            "name": "public_start_time",
            "in": "query",
            "required": false,
            "description": "Patent publication date from, format:yyyy",
            "schema": {
              "type": "string",
              "example": "2010",
              "description": "Patent publication date from, format:yyyy"
            }
          },
          {
            "name": "public_end_time",
            "in": "query",
            "required": false,
            "description": "Patent publication date to, format:yyyy",
            "schema": {
              "type": "string",
              "example": "2020",
              "description": "Patent publication date to, format:yyyy"
            }
          },
          {
            "name": "simple_legal_status",
            "in": "query",
            "required": false,
            "description": "Patent simple legal status<p>0-Inactive</p><p>1-Active</p><p>2-Pending</p><p>220-PCT designated stage expired</p>n<p>221-PCT designated stage</p><p>999-Undetermined</p><p>Multiple options can be selected, and multiple content items can be spliced with OR (there is a space between parameter and OR)</p>",
            "schema": {
              "type": "string",
              "example": "1 OR 2",
              "description": "Patent simple legal status<p>0-Inactive</p><p>1-Active</p><p>2-Pending</p><p>220-PCT designated stage expired</p>n<p>221-PCT designated stage</p><p>999-Undetermined</p><p>Multiple options can be selected, and multiple content items can be spliced with OR (there is a space between parameter and OR)</p>"
            }
          },
          {
            "name": "patent_type",
            "in": "query",
            "required": false,
            "description": "Patent application type<p>A:Applications</p><p>B: Patents</p><p>U: Utility models</p><p>D: Designs</p><p>Multiple options can be selected, and multiple content items can be spliced with OR (there is a space between parameter and OR)</p>",
            "schema": {
              "type": "string",
              "example": "A OR B",
              "description": "Patent application type<p>A:Applications</p><p>B: Patents</p><p>U: Utility models</p><p>D: Designs</p><p>Multiple options can be selected, and multiple content items can be spliced with OR (there is a space between parameter and OR)</p>"
            }
          },
          {
            "name": "authority",
            "in": "query",
            "required": false,
            "description": "Select the authority of the patent, the default query all databases, eg CN、US、EP、JP. To find more information, refer to https://analytics.zhihuiya.com/status.<p>Example: US OR EP</p>",
            "schema": {
              "type": "string",
              "example": "CN OR EP",
              "description": "Select the authority of the patent, the default query all databases, eg CN、US、EP、JP. To find more information, refer to https://analytics.zhihuiya.com/status.<p>Example: US OR EP</p>"
            }
          }
        ]
      }
    },
    "/insights/inventor-ranking": {
      "get": {
        "operationId": "a006InsightsInventorRanking",
        "summary": "A006 Top Inventors",
        "description": "The graph shows the top inventors in the technology field. This information is useful for evaluating the work of top performers in a specific technology field or for recruiting inventors. Returns up to the top 10 inventors.",
        "tags": [
          "Technology Key Report"
        ],
        "security": [
          {
            "bearerAuth": []
          }
        ],
        "responses": {
          "200": {
            "description": "Successful a006 top inventors response.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/A006InsightsInventorRankingResponse"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized."
          },
          "403": {
            "description": "Forbidden."
          },
          "404": {
            "description": "Not Found."
          }
        },
        "externalDocs": {
          "description": "API Reference documentation",
          "url": "https://open.patsnap.com/devportal/api-reference/c96a922163c842c1a342b8ee6c62be3e"
        },
        "parameters": [
          {
            "name": "apply_end_time",
            "in": "query",
            "required": false,
            "description": "Patent apply date to, format:yyyy",
            "schema": {
              "type": "string",
              "example": "2020",
              "description": "Patent apply date to, format:yyyy"
            }
          },
          {
            "name": "apply_start_time",
            "in": "query",
            "required": false,
            "description": "Patent apply date from, format:yyyy",
            "schema": {
              "type": "string",
              "example": "2010",
              "description": "Patent apply date from, format:yyyy"
            }
          },
          {
            "name": "authority",
            "in": "query",
            "required": false,
            "description": "Select the authority of the patent, the default query all databases, eg CN、US、EP、JP. To find more information, refer to https://analytics.zhihuiya.com/status.\nExample: US OR EP",
            "schema": {
              "type": "string",
              "example": "CN",
              "description": "Select the authority of the patent, the default query all databases, eg CN、US、EP、JP. To find more information, refer to https://analytics.zhihuiya.com/status.\nExample: US OR EP"
            }
          },
          {
            "name": "ipc",
            "in": "query",
            "required": false,
            "description": "Patent IPC classification",
            "schema": {
              "type": "string",
              "example": "B66B11",
              "description": "Patent IPC classification"
            }
          },
          {
            "name": "keywords",
            "in": "query",
            "required": false,
            "description": "Searches for keywords within patent title and summary. Supports AND, OR, NOT search logic, for example \"mobile phone AND (screen OR battery)\".",
            "schema": {
              "type": "string",
              "example": "car",
              "description": "Searches for keywords within patent title and summary. Supports AND, OR, NOT search logic, for example \"mobile phone AND (screen OR battery)\"."
            }
          },
          {
            "name": "public_end_time",
            "in": "query",
            "required": false,
            "description": "Patent publication date to, format:yyyy",
            "schema": {
              "type": "string",
              "example": "2020",
              "description": "Patent publication date to, format:yyyy"
            }
          },
          {
            "name": "public_start_time",
            "in": "query",
            "required": false,
            "description": "Patent publication date from, format:yyyy",
            "schema": {
              "type": "string",
              "example": "2010",
              "description": "Patent publication date from, format:yyyy"
            }
          },
          {
            "name": "query_text",
            "in": "query",
            "required": false,
            "description": "Enter the Analytics Query, with a maximum length of 800 characters and cannot contain complex wildcards such as  $W  $PRE   $WS  $SEN  $PARA  $FREQ .etc",
            "schema": {
              "type": "string",
              "example": "TACD: virtual reality",
              "description": "Enter the Analytics Query, with a maximum length of 800 characters and cannot contain complex wildcards such as  $W  $PRE   $WS  $SEN  $PARA  $FREQ .etc"
            }
          }
        ]
      }
    },
    "/insights-company/word-cloud": {
      "get": {
        "operationId": "a101InsightsCompanyWordCloud",
        "summary": "A101 Company Innovation Word Cloud",
        "description": "Understand the top keywords and phrases found in the latest 5000 publications in the company's portfolio.This is helpful to provide a snapshot view of the language used by the company in their filings. Returns up to the top 100 keywords.",
        "tags": [
          "Technology Key Report"
        ],
        "security": [
          {
            "bearerAuth": []
          }
        ],
        "responses": {
          "200": {
            "description": "Successful a101 company innovation word cloud response.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/A101InsightsCompanyWordCloudResponse"
                }
              }
            }
          }
        },
        "externalDocs": {
          "description": "API Reference documentation",
          "url": "https://open.patsnap.com/devportal/api-reference/333049b3053840038199aa433aed31cc"
        },
        "parameters": [
          {
            "name": "company_name",
            "in": "query",
            "required": false,
            "description": "Query the name of a single enterprise",
            "schema": {
              "type": "string",
              "example": "华为技术有限公司",
              "description": "Query the name of a single enterprise"
            }
          },
          {
            "name": "org_number",
            "in": "query",
            "required": false,
            "description": "This field is not supported in the current version , please search by company name",
            "schema": {
              "type": "string",
              "example": "192203821",
              "description": "This field is not supported in the current version , please search by company name"
            }
          },
          {
            "name": "credit_code",
            "in": "query",
            "required": false,
            "description": "This field is not supported in the current version , please search by company name",
            "schema": {
              "type": "string",
              "example": "914403001922038216",
              "description": "This field is not supported in the current version , please search by company name"
            }
          },
          {
            "name": "apply_start_time",
            "in": "query",
            "required": false,
            "description": "Patent apply date from, format:yyyy",
            "schema": {
              "type": "string",
              "example": "2010",
              "description": "Patent apply date from, format:yyyy"
            }
          },
          {
            "name": "apply_end_time",
            "in": "query",
            "required": false,
            "description": "Patent apply date to, format:yyyy",
            "schema": {
              "type": "string",
              "example": "2020",
              "description": "Patent apply date to, format:yyyy"
            }
          },
          {
            "name": "public_start_time",
            "in": "query",
            "required": false,
            "description": "Patent publication date from, format:yyyy",
            "schema": {
              "type": "string",
              "example": "2010",
              "description": "Patent publication date from, format:yyyy"
            }
          },
          {
            "name": "public_end_time",
            "in": "query",
            "required": false,
            "description": "Patent publication date to, format:yyyy",
            "schema": {
              "type": "string",
              "example": "2020",
              "description": "Patent publication date to, format:yyyy"
            }
          },
          {
            "name": "simple_legal_status",
            "in": "query",
            "required": false,
            "description": "Patent simple legal status<p>0-Inactive</p><p>1-Active</p><p>2-Pending</p><p>220-PCT designated stage expired</p>n<p>221-PCT designated stage</p><p>999-Undetermined</p><p>Multiple options can be selected, and multiple content items can be spliced with OR (there is a space between parameter and OR)</p>",
            "schema": {
              "type": "string",
              "example": "1 OR 2",
              "description": "Patent simple legal status<p>0-Inactive</p><p>1-Active</p><p>2-Pending</p><p>220-PCT designated stage expired</p>n<p>221-PCT designated stage</p><p>999-Undetermined</p><p>Multiple options can be selected, and multiple content items can be spliced with OR (there is a space between parameter and OR)</p>"
            }
          },
          {
            "name": "patent_type",
            "in": "query",
            "required": false,
            "description": "Patent application type<p>A:Applications</p><p>B: Patents</p><p>U: Utility models</p><p>D: Designs</p><p>Multiple options can be selected, and multiple content items can be spliced with OR (there is a space between parameter and OR)</p>",
            "schema": {
              "type": "string",
              "example": "A OR B",
              "description": "Patent application type<p>A:Applications</p><p>B: Patents</p><p>U: Utility models</p><p>D: Designs</p><p>Multiple options can be selected, and multiple content items can be spliced with OR (there is a space between parameter and OR)</p>"
            }
          },
          {
            "name": "authority",
            "in": "query",
            "required": false,
            "description": "Select the authority of the patent, the default query all databases, eg CN、US、EP、JP. To find more information, refer to https://analytics.zhihuiya.com/status.<p>Example: US OR EP</p>",
            "schema": {
              "type": "string",
              "example": "CN OR EP",
              "description": "Select the authority of the patent, the default query all databases, eg CN、US、EP、JP. To find more information, refer to https://analytics.zhihuiya.com/status.<p>Example: US OR EP</p>"
            }
          },
          {
            "name": "lang",
            "in": "query",
            "required": true,
            "description": "Select the language , the default language is en, you can choose cn or en.",
            "schema": {
              "type": "string",
              "example": "en",
              "description": "Select the language , the default language is en, you can choose cn or en."
            }
          }
        ]
      }
    },
    "/insights/simple-legal-status": {
      "get": {
        "operationId": "a008InsightsSimpleLegalStatus",
        "summary": "A008 Simple Legal Status",
        "description": "Simple legal status breakdown of the technology field. This tells you the proportion of patents in the technology space that are in effect, or no longer active, which you can then use to filter by.",
        "tags": [
          "Technology Key Report"
        ],
        "security": [
          {
            "bearerAuth": []
          }
        ],
        "responses": {
          "200": {
            "description": "Successful a008 simple legal status response.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/A008InsightsSimpleLegalStatusResponse"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized."
          },
          "403": {
            "description": "Forbidden."
          },
          "404": {
            "description": "Not Found."
          }
        },
        "externalDocs": {
          "description": "API Reference documentation",
          "url": "https://open.patsnap.com/devportal/api-reference/b973e5a1f9c84263bcada4260f3c00c1"
        },
        "parameters": [
          {
            "name": "apply_end_time",
            "in": "query",
            "required": false,
            "description": "Patent apply date to, format:yyyy",
            "schema": {
              "type": "string",
              "example": "2020",
              "description": "Patent apply date to, format:yyyy"
            }
          },
          {
            "name": "apply_start_time",
            "in": "query",
            "required": false,
            "description": "Patent apply date from, format:yyyy",
            "schema": {
              "type": "string",
              "example": "2010",
              "description": "Patent apply date from, format:yyyy"
            }
          },
          {
            "name": "authority",
            "in": "query",
            "required": false,
            "description": "Select the authority of the patent, the default query all databases, eg CN、US、EP、JP. To find more information, refer to https://analytics.zhihuiya.com/status.\nExample: US OR EP",
            "schema": {
              "type": "string",
              "example": "CN",
              "description": "Select the authority of the patent, the default query all databases, eg CN、US、EP、JP. To find more information, refer to https://analytics.zhihuiya.com/status.\nExample: US OR EP"
            }
          },
          {
            "name": "ipc",
            "in": "query",
            "required": false,
            "description": "Patent IPC classification",
            "schema": {
              "type": "string",
              "example": "B66B11",
              "description": "Patent IPC classification"
            }
          },
          {
            "name": "keywords",
            "in": "query",
            "required": false,
            "description": "Searches for keywords within patent title and summary. Supports AND, OR, NOT search logic, for example \"mobile phone AND (screen OR battery)\".",
            "schema": {
              "type": "string",
              "example": "car",
              "description": "Searches for keywords within patent title and summary. Supports AND, OR, NOT search logic, for example \"mobile phone AND (screen OR battery)\"."
            }
          },
          {
            "name": "public_end_time",
            "in": "query",
            "required": false,
            "description": "Patent publication date to, format:yyyy",
            "schema": {
              "type": "string",
              "example": "2020",
              "description": "Patent publication date to, format:yyyy"
            }
          },
          {
            "name": "public_start_time",
            "in": "query",
            "required": false,
            "description": "Patent publication date from, format:yyyy",
            "schema": {
              "type": "string",
              "example": "2010",
              "description": "Patent publication date from, format:yyyy"
            }
          },
          {
            "name": "query_text",
            "in": "query",
            "required": false,
            "description": "Enter the Analytics Query, with a maximum length of 800 characters and cannot contain complex wildcards such as  $W  $PRE   $WS  $SEN  $PARA  $FREQ .etc",
            "schema": {
              "type": "string",
              "example": "TACD: virtual reality",
              "description": "Enter the Analytics Query, with a maximum length of 800 characters and cannot contain complex wildcards such as  $W  $PRE   $WS  $SEN  $PARA  $FREQ .etc"
            }
          }
        ]
      }
    },
    "/insights/most-cited": {
      "get": {
        "operationId": "a005InsightsMostCited",
        "summary": "A005 Most Cited Patents",
        "description": "View the top records that have been cited most frequently by other records to understand which records are more prolific and have had their technology built upon by others. These patents are likely to be more influential and may represent the core, innovative technology of the organization it represents. Returns at most Top 10 patent information.",
        "tags": [
          "Technology Key Report"
        ],
        "security": [
          {
            "bearerAuth": []
          }
        ],
        "responses": {
          "200": {
            "description": "Successful a005 most cited patents response.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/A005InsightsMostCitedResponse"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized."
          },
          "403": {
            "description": "Forbidden."
          },
          "404": {
            "description": "Not Found."
          }
        },
        "externalDocs": {
          "description": "API Reference documentation",
          "url": "https://open.patsnap.com/devportal/api-reference/910bccc1389f4889bbfd400d9e3d0925"
        },
        "parameters": [
          {
            "name": "apply_end_time",
            "in": "query",
            "required": false,
            "description": "Patent apply date to, format:yyyy",
            "schema": {
              "type": "string",
              "example": "2020",
              "description": "Patent apply date to, format:yyyy"
            }
          },
          {
            "name": "apply_start_time",
            "in": "query",
            "required": false,
            "description": "Patent apply date from, format:yyyy",
            "schema": {
              "type": "string",
              "example": "2010",
              "description": "Patent apply date from, format:yyyy"
            }
          },
          {
            "name": "authority",
            "in": "query",
            "required": false,
            "description": "Select the authority of the patent, the default query all databases, eg CN、US、EP、JP. To find more information, refer to https://analytics.zhihuiya.com/status.\nExample: US OR EP",
            "schema": {
              "type": "string",
              "example": "CN",
              "description": "Select the authority of the patent, the default query all databases, eg CN、US、EP、JP. To find more information, refer to https://analytics.zhihuiya.com/status.\nExample: US OR EP"
            }
          },
          {
            "name": "ipc",
            "in": "query",
            "required": false,
            "description": "Patent IPC classification",
            "schema": {
              "type": "string",
              "example": "B66B11",
              "description": "Patent IPC classification"
            }
          },
          {
            "name": "keywords",
            "in": "query",
            "required": false,
            "description": "Searches for keywords within patent title and summary. Supports AND, OR, NOT search logic, for example \"mobile phone AND (screen OR battery)\".",
            "schema": {
              "type": "string",
              "example": "car",
              "description": "Searches for keywords within patent title and summary. Supports AND, OR, NOT search logic, for example \"mobile phone AND (screen OR battery)\"."
            }
          },
          {
            "name": "public_end_time",
            "in": "query",
            "required": false,
            "description": "Patent publication date to, format:yyyy",
            "schema": {
              "type": "string",
              "example": "2020",
              "description": "Patent publication date to, format:yyyy"
            }
          },
          {
            "name": "public_start_time",
            "in": "query",
            "required": false,
            "description": "Patent publication date from, format:yyyy",
            "schema": {
              "type": "string",
              "example": "2010",
              "description": "Patent publication date from, format:yyyy"
            }
          },
          {
            "name": "query_text",
            "in": "query",
            "required": false,
            "description": "Enter the Analytics Query, with a maximum length of 800 characters and cannot contain complex wildcards such as  $W  $PRE   $WS  $SEN  $PARA  $FREQ .etc",
            "schema": {
              "type": "string",
              "example": "TACD: virtual reality",
              "description": "Enter the Analytics Query, with a maximum length of 800 characters and cannot contain complex wildcards such as  $W  $PRE   $WS  $SEN  $PARA  $FREQ .etc"
            }
          }
        ]
      }
    },
    "/insights/word-cloud": {
      "get": {
        "operationId": "a002InsightsWordCloud",
        "summary": "A002 Innovation Word Cloud （keywords & ipc Search）",
        "description": "A snapshot view of the keywords and phrases found within records in the technology space. This can be used to influence subsequent patent searches by making you aware of the more common terms used in this technology space.The Word Cloud displays the most frequently occurring keywords of the most recent 5,000 publications in the technology field. Returns up to the top 100 keywords.",
        "tags": [
          "Technology Key Report"
        ],
        "security": [
          {
            "bearerAuth": []
          }
        ],
        "responses": {
          "200": {
            "description": "Successful a002 innovation word cloud （keywords & ipc search） response.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/A002InsightsWordCloudResponse"
                }
              }
            }
          }
        },
        "externalDocs": {
          "description": "API Reference documentation",
          "url": "https://open.patsnap.com/devportal/api-reference/c3015d9f7c6941879698ee1ab25014c9"
        },
        "parameters": [
          {
            "name": "keywords",
            "in": "query",
            "required": false,
            "description": "Searches for keywords within patent title and summary. Supports AND, OR, NOT search logic, for example \"mobile phone AND (screen OR battery)\".",
            "schema": {
              "type": "string",
              "example": "car",
              "description": "Searches for keywords within patent title and summary. Supports AND, OR, NOT search logic, for example \"mobile phone AND (screen OR battery)\"."
            }
          },
          {
            "name": "ipc",
            "in": "query",
            "required": false,
            "description": "Patent IPC classification",
            "schema": {
              "type": "string",
              "example": "B66B11",
              "description": "Patent IPC classification"
            }
          },
          {
            "name": "apply_start_time",
            "in": "query",
            "required": false,
            "description": "Patent apply date from, format:yyyy",
            "schema": {
              "type": "string",
              "example": "2010",
              "description": "Patent apply date from, format:yyyy"
            }
          },
          {
            "name": "apply_end_time",
            "in": "query",
            "required": false,
            "description": "Patent apply date to, format:yyyy",
            "schema": {
              "type": "string",
              "example": "2020",
              "description": "Patent apply date to, format:yyyy"
            }
          },
          {
            "name": "public_start_time",
            "in": "query",
            "required": false,
            "description": "Patent publication date from, format:yyyy",
            "schema": {
              "type": "string",
              "example": "2010",
              "description": "Patent publication date from, format:yyyy"
            }
          },
          {
            "name": "public_end_time",
            "in": "query",
            "required": false,
            "description": "Patent publication date to, format:yyyy",
            "schema": {
              "type": "string",
              "example": "2020",
              "description": "Patent publication date to, format:yyyy"
            }
          },
          {
            "name": "authority",
            "in": "query",
            "required": false,
            "description": "Select the authority of the patent, the default query all databases, eg CN、US、EP、JP. To find more information, refer to https://analytics.zhihuiya.com/status.\nExample: US OR EP",
            "schema": {
              "type": "string",
              "example": "CN",
              "description": "Select the authority of the patent, the default query all databases, eg CN、US、EP、JP. To find more information, refer to https://analytics.zhihuiya.com/status.\nExample: US OR EP"
            }
          },
          {
            "name": "lang",
            "in": "query",
            "required": true,
            "description": "Select the language , the default language is en, you can choose cn or en.",
            "schema": {
              "type": "string",
              "example": "en",
              "description": "Select the language , the default language is en, you can choose cn or en."
            }
          }
        ]
      }
    },
    "/insights-company/largest-patent-family": {
      "get": {
        "operationId": "a108InsightsCompanyLargestPatentFamily",
        "summary": "A108 Company Largest Invention Families",
        "description": "Identify the patent families in the company's portfolio that have the furthest reach of either global coverage, divisional counterparts, and continuations. Pinpoint the most successful inventions that have received a large amount of resources for increased level of coverage (either by expanding the technical coverage or geographical reach).Returns the top 20 patents by default.",
        "tags": [
          "Technology Key Report"
        ],
        "security": [
          {
            "bearerAuth": []
          }
        ],
        "responses": {
          "200": {
            "description": "Successful a108 company largest invention families response.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/A108InsightsCompanyLargestPatentFamilyResponse"
                }
              }
            }
          }
        },
        "externalDocs": {
          "description": "API Reference documentation",
          "url": "https://open.patsnap.com/devportal/api-reference/4ad1817223ca4059ba187dd9e358fd67"
        },
        "parameters": [
          {
            "name": "company_name",
            "in": "query",
            "required": false,
            "description": "Query the name of a single enterprise",
            "schema": {
              "type": "string",
              "example": "华为技术有限公司",
              "description": "Query the name of a single enterprise"
            }
          },
          {
            "name": "org_number",
            "in": "query",
            "required": false,
            "description": "This field is not supported in the current version , please search by company name",
            "schema": {
              "type": "string",
              "example": "192203821",
              "description": "This field is not supported in the current version , please search by company name"
            }
          },
          {
            "name": "credit_code",
            "in": "query",
            "required": false,
            "description": "This field is not supported in the current version , please search by company name",
            "schema": {
              "type": "string",
              "example": "914403001922038216",
              "description": "This field is not supported in the current version , please search by company name"
            }
          },
          {
            "name": "apply_start_time",
            "in": "query",
            "required": false,
            "description": "Patent apply date from, format:yyyy",
            "schema": {
              "type": "string",
              "example": "2010",
              "description": "Patent apply date from, format:yyyy"
            }
          },
          {
            "name": "apply_end_time",
            "in": "query",
            "required": false,
            "description": "Patent apply date to, format:yyyy",
            "schema": {
              "type": "string",
              "example": "2020",
              "description": "Patent apply date to, format:yyyy"
            }
          },
          {
            "name": "public_start_time",
            "in": "query",
            "required": false,
            "description": "Patent publication date from, format:yyyy",
            "schema": {
              "type": "string",
              "example": "2010",
              "description": "Patent publication date from, format:yyyy"
            }
          },
          {
            "name": "public_end_time",
            "in": "query",
            "required": false,
            "description": "Patent publication date to, format:yyyy",
            "schema": {
              "type": "string",
              "example": "2020",
              "description": "Patent publication date to, format:yyyy"
            }
          },
          {
            "name": "simple_legal_status",
            "in": "query",
            "required": false,
            "description": "Patent simple legal status<p>0-Inactive</p><p>1-Active</p><p>2-Pending</p><p>220-PCT designated stage expired</p>n<p>221-PCT designated stage</p><p>999-Undetermined</p><p>Multiple options can be selected, and multiple content items can be spliced with OR (there is a space between parameter and OR)</p>",
            "schema": {
              "type": "string",
              "example": "1 OR 2",
              "description": "Patent simple legal status<p>0-Inactive</p><p>1-Active</p><p>2-Pending</p><p>220-PCT designated stage expired</p>n<p>221-PCT designated stage</p><p>999-Undetermined</p><p>Multiple options can be selected, and multiple content items can be spliced with OR (there is a space between parameter and OR)</p>"
            }
          },
          {
            "name": "patent_type",
            "in": "query",
            "required": false,
            "description": "Patent application type<p>A:Applications</p><p>B: Patents</p><p>U: Utility models</p><p>D: Designs</p><p>Multiple options can be selected, and multiple content items can be spliced with OR (there is a space between parameter and OR)</p>",
            "schema": {
              "type": "string",
              "example": "A OR B",
              "description": "Patent application type<p>A:Applications</p><p>B: Patents</p><p>U: Utility models</p><p>D: Designs</p><p>Multiple options can be selected, and multiple content items can be spliced with OR (there is a space between parameter and OR)</p>"
            }
          },
          {
            "name": "authority",
            "in": "query",
            "required": false,
            "description": "Select the authority of the patent, the default query all databases, eg CN、US、EP、JP. To find more information, refer to https://analytics.zhihuiya.com/status.<p>Example: US OR EP</p>",
            "schema": {
              "type": "string",
              "example": "CN OR EP",
              "description": "Select the authority of the patent, the default query all databases, eg CN、US、EP、JP. To find more information, refer to https://analytics.zhihuiya.com/status.<p>Example: US OR EP</p>"
            }
          },
          {
            "name": "lang",
            "in": "query",
            "required": true,
            "description": "Select the language , the default language is en, you can choose cn or en.",
            "schema": {
              "type": "string",
              "example": "en",
              "description": "Select the language , the default language is en, you can choose cn or en."
            }
          }
        ]
      }
    },
    "/insights-company/key-technology-overview": {
      "get": {
        "operationId": "a103InsightsCompanyKeyTechnologyOverview",
        "summary": "A103 Company Key Technologies",
        "description": "This report is helpful for determining the organisations' top competencies and to understand which technology areas they have invested in. Assess whether the company is focusing on one broad technology or if they have a diverse portfolio across a number of different technologies. Returns up to the top 10 technology areas.",
        "tags": [
          "Technology Key Report"
        ],
        "security": [
          {
            "bearerAuth": []
          }
        ],
        "responses": {
          "200": {
            "description": "Successful a103 company key technologies response.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/A103InsightsCompanyKeyTechnologyOverviewResponse"
                }
              }
            }
          }
        },
        "externalDocs": {
          "description": "API Reference documentation",
          "url": "https://open.patsnap.com/devportal/api-reference/8d753bbe11934ccda6041442fb585b5a"
        },
        "parameters": [
          {
            "name": "company_name",
            "in": "query",
            "required": false,
            "description": "Query the name of a single enterprise",
            "schema": {
              "type": "string",
              "example": "华为技术有限公司",
              "description": "Query the name of a single enterprise"
            }
          },
          {
            "name": "org_number",
            "in": "query",
            "required": false,
            "description": "This field is not supported in the current version , please search by company name",
            "schema": {
              "type": "string",
              "example": "192203821",
              "description": "This field is not supported in the current version , please search by company name"
            }
          },
          {
            "name": "credit_code",
            "in": "query",
            "required": false,
            "description": "This field is not supported in the current version , please search by company name",
            "schema": {
              "type": "string",
              "example": "914403001922038216",
              "description": "This field is not supported in the current version , please search by company name"
            }
          },
          {
            "name": "apply_start_time",
            "in": "query",
            "required": false,
            "description": "Patent apply date from, format:yyyy",
            "schema": {
              "type": "string",
              "example": "2010",
              "description": "Patent apply date from, format:yyyy"
            }
          },
          {
            "name": "apply_end_time",
            "in": "query",
            "required": false,
            "description": "Patent apply date to, format:yyyy",
            "schema": {
              "type": "string",
              "example": "2020",
              "description": "Patent apply date to, format:yyyy"
            }
          },
          {
            "name": "public_start_time",
            "in": "query",
            "required": false,
            "description": "Patent publication date from, format:yyyy",
            "schema": {
              "type": "string",
              "example": "2010",
              "description": "Patent publication date from, format:yyyy"
            }
          },
          {
            "name": "public_end_time",
            "in": "query",
            "required": false,
            "description": "Patent publication date to, format:yyyy",
            "schema": {
              "type": "string",
              "example": "2020",
              "description": "Patent publication date to, format:yyyy"
            }
          },
          {
            "name": "simple_legal_status",
            "in": "query",
            "required": false,
            "description": "Patent simple legal status<p>0-Inactive</p><p>1-Active</p><p>2-Pending</p><p>220-PCT designated stage expired</p>n<p>221-PCT designated stage</p><p>999-Undetermined</p><p>Multiple options can be selected, and multiple content items can be spliced with OR (there is a space between parameter and OR)</p>",
            "schema": {
              "type": "string",
              "example": "1 OR 2",
              "description": "Patent simple legal status<p>0-Inactive</p><p>1-Active</p><p>2-Pending</p><p>220-PCT designated stage expired</p>n<p>221-PCT designated stage</p><p>999-Undetermined</p><p>Multiple options can be selected, and multiple content items can be spliced with OR (there is a space between parameter and OR)</p>"
            }
          },
          {
            "name": "patent_type",
            "in": "query",
            "required": false,
            "description": "Patent application type<p>A:Applications</p><p>B: Patents</p><p>U: Utility models</p><p>D: Designs</p><p>Multiple options can be selected, and multiple content items can be spliced with OR (there is a space between parameter and OR)</p>",
            "schema": {
              "type": "string",
              "example": "A OR B",
              "description": "Patent application type<p>A:Applications</p><p>B: Patents</p><p>U: Utility models</p><p>D: Designs</p><p>Multiple options can be selected, and multiple content items can be spliced with OR (there is a space between parameter and OR)</p>"
            }
          },
          {
            "name": "authority",
            "in": "query",
            "required": false,
            "description": "Select the authority of the patent, the default query all databases, eg CN、US、EP、JP. To find more information, refer to https://analytics.zhihuiya.com/status.<p>Example: US OR EP</p>",
            "schema": {
              "type": "string",
              "example": "CN OR EP",
              "description": "Select the authority of the patent, the default query all databases, eg CN、US、EP、JP. To find more information, refer to https://analytics.zhihuiya.com/status.<p>Example: US OR EP</p>"
            }
          },
          {
            "name": "lang",
            "in": "query",
            "required": true,
            "description": "Select the language , the default language is en, you can choose cn or en.",
            "schema": {
              "type": "string",
              "example": "en",
              "description": "Select the language , the default language is en, you can choose cn or en."
            }
          }
        ]
      }
    },
    "/search/company/technology-field-word-cloud": {
      "post": {
        "operationId": "a202CompanyTechnologyFieldWordCloud",
        "summary": "A202 Technology Field Word Cloud",
        "description": "Quickly understand the concentrated technologies and product R&D of the enterprise. The word cloud extracts the technical fields of all patents held by the enterprise as a patent owner, sorted by the number of patents covered in each technical field, returning the top 100 technical field terms at most.",
        "tags": [
          "Technology Key Report"
        ],
        "security": [
          {
            "bearerAuth": []
          }
        ],
        "responses": {
          "200": {
            "description": "Successful a202 technology field word cloud response.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/A202CompanyTechnologyFieldWordCloudResponse"
                }
              }
            }
          },
          "201": {
            "description": "Created."
          },
          "401": {
            "description": "Unauthorized."
          },
          "403": {
            "description": "Forbidden."
          },
          "404": {
            "description": "Not Found."
          }
        },
        "externalDocs": {
          "description": "API Reference documentation",
          "url": "https://open.patsnap.com/devportal/api-reference/367de19839934204897affd9ae1bb6e7"
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/A202CompanyTechnologyFieldWordCloudRequest"
              }
            }
          }
        }
      }
    },
    "/insights/technology-effect-Distribution": {
      "post": {
        "operationId": "a012InsightsTechnologyEffectDistribution",
        "summary": "A012 Distribution of technical efficacy phrases",
        "description": "By inputting the search formula, query the technical effects of the search formula and the focused technical research directions. It includes: functional phrases, the number of patents covered by the functional phrases, and the number of patents per year (the year of patent application, the number of patents).",
        "tags": [
          "Technology Key Report"
        ],
        "security": [
          {
            "bearerAuth": []
          }
        ],
        "responses": {
          "200": {
            "description": "Successful a012 distribution of technical efficacy phrases response.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/A012InsightsTechnologyEffectDistributionResponse"
                }
              }
            }
          },
          "201": {
            "description": "Created."
          },
          "401": {
            "description": "Unauthorized."
          },
          "403": {
            "description": "Forbidden."
          },
          "404": {
            "description": "Not Found."
          }
        },
        "externalDocs": {
          "description": "API Reference documentation",
          "url": "https://open.patsnap.com/devportal/api-reference/dd61eb5a710140459d2ee1a8362b9c2d"
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/A012InsightsTechnologyEffectDistributionRequest"
              }
            }
          }
        }
      }
    },
    "/literature/author-affiliation": {
      "post": {
        "operationId": "l011LiteratureAuthorAffiliation",
        "summary": "L011 Literature Author and Affiliation",
        "description": "Receive literature author and affiliation by paper_id or doi.",
        "tags": [
          "Literature Data"
        ],
        "security": [
          {
            "bearerAuth": []
          }
        ],
        "responses": {
          "200": {
            "description": "Successful l011 literature author and affiliation response.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/L011LiteratureAuthorAffiliationResponse"
                }
              }
            }
          },
          "201": {
            "description": "Created."
          },
          "401": {
            "description": "Unauthorized."
          },
          "403": {
            "description": "Forbidden."
          },
          "404": {
            "description": "Not Found."
          }
        },
        "externalDocs": {
          "description": "API Reference documentation",
          "url": "https://open.patsnap.com/devportal/api-reference/0c3fb28f7cb748e4ba1e9e095e1e152d"
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/L011LiteratureAuthorAffiliationRequest"
              }
            }
          }
        }
      }
    },
    "/literature/bibliography": {
      "post": {
        "operationId": "l010LiteratureBibliography",
        "summary": "L010 Literature Bibliographic Information",
        "description": "Receive literature bibliography data by paper_id or doi.",
        "tags": [
          "Literature Data"
        ],
        "security": [
          {
            "bearerAuth": []
          }
        ],
        "responses": {
          "200": {
            "description": "Successful l010 literature bibliographic information response.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/L010LiteratureBibliographyResponse"
                }
              }
            }
          },
          "201": {
            "description": "Created."
          },
          "401": {
            "description": "Unauthorized."
          },
          "403": {
            "description": "Forbidden."
          },
          "404": {
            "description": "Not Found."
          }
        },
        "externalDocs": {
          "description": "API Reference documentation",
          "url": "https://open.patsnap.com/devportal/api-reference/f6298582535b4f61afb8a92c6853a544"
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/L010LiteratureBibliographyRequest"
              }
            }
          }
        }
      }
    },
    "/search/company/technology-effect-Distribution": {
      "post": {
        "operationId": "a201CompanyTechnologyEffectDistribution",
        "summary": "A201 Distribution of Technical Effects",
        "description": "This interface allows users to query the technological effects and focused research directions of a company by entering the company's name. Includes: efficacy phrase, number of patents covered by efficacy phrase, number of patents/year",
        "tags": [
          "Technology Key Report"
        ],
        "security": [
          {
            "bearerAuth": []
          }
        ],
        "responses": {
          "200": {
            "description": "Successful a201 distribution of technical effects response.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/A201CompanyTechnologyEffectDistributionResponse"
                }
              }
            }
          },
          "201": {
            "description": "Created."
          },
          "401": {
            "description": "Unauthorized."
          },
          "403": {
            "description": "Forbidden."
          },
          "404": {
            "description": "Not Found."
          }
        },
        "externalDocs": {
          "description": "API Reference documentation",
          "url": "https://open.patsnap.com/devportal/api-reference/febc0b29368c478dbb8a0e9126d84788"
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/A201CompanyTechnologyEffectDistributionRequest"
              }
            }
          }
        }
      }
    },
    "/literature/citation": {
      "post": {
        "operationId": "l012LiteratureCitation",
        "summary": "L012 Literature Citation",
        "description": "Receive literature citation data by paper_id or doi.",
        "tags": [
          "Literature Data"
        ],
        "security": [
          {
            "bearerAuth": []
          }
        ],
        "responses": {
          "200": {
            "description": "Successful l012 literature citation response.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/L012LiteratureCitationResponse"
                }
              }
            }
          },
          "201": {
            "description": "Created."
          },
          "401": {
            "description": "Unauthorized."
          },
          "403": {
            "description": "Forbidden."
          },
          "404": {
            "description": "Not Found."
          }
        },
        "externalDocs": {
          "description": "API Reference documentation",
          "url": "https://open.patsnap.com/devportal/api-reference/b4c2e84cf937459ebcba72054b4bc5ec"
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/L012LiteratureCitationRequest"
              }
            }
          }
        }
      }
    },
    "/literature/journal": {
      "post": {
        "operationId": "l014LiteratureJournal",
        "summary": "L014 Journal",
        "description": "Receive literature citation data by paper_id or doi.",
        "tags": [
          "Literature Data"
        ],
        "security": [
          {
            "bearerAuth": []
          }
        ],
        "responses": {
          "200": {
            "description": "Successful l014 journal response.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/L014LiteratureJournalResponse"
                }
              }
            }
          },
          "201": {
            "description": "Created."
          },
          "401": {
            "description": "Unauthorized."
          },
          "403": {
            "description": "Forbidden."
          },
          "404": {
            "description": "Not Found."
          }
        },
        "externalDocs": {
          "description": "API Reference documentation",
          "url": "https://open.patsnap.com/devportal/api-reference/a44fcfd8ca7049b591f80b1a359847b0"
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/L014LiteratureJournalRequest"
              }
            }
          }
        }
      }
    },
    "/search/literature/query-search": {
      "post": {
        "operationId": "l001LiteratureQuerySearch",
        "summary": "L001 Literature Search",
        "description": "Search and query our global literature database by entering the title, abstract, author, and other details of the literature.",
        "tags": [
          "Literature Data"
        ],
        "security": [
          {
            "bearerAuth": []
          }
        ],
        "responses": {
          "200": {
            "description": "Successful l001 literature search response.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/L001LiteratureQuerySearchResponse"
                }
              }
            }
          },
          "201": {
            "description": "Created."
          },
          "401": {
            "description": "Unauthorized."
          },
          "403": {
            "description": "Forbidden."
          },
          "404": {
            "description": "Not Found."
          }
        },
        "externalDocs": {
          "description": "API Reference documentation",
          "url": "https://open.patsnap.com/devportal/api-reference/34d6724de3b541bc9032126c7251feb1"
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/L001LiteratureQuerySearchRequest"
              }
            }
          }
        }
      }
    },
    "/academy/course-list": {
      "get": {
        "operationId": "ac01AcademyCourseList",
        "summary": "AC01 Get Academy Course List",
        "description": "Get academy course lists by company ID.To find more information about the course",
        "tags": [
          "Patsnap Academy Course"
        ],
        "security": [
          {
            "bearerAuth": []
          }
        ],
        "responses": {
          "200": {
            "description": "Successful ac01 get academy course list response.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/AC01AcademyCourseListResponse"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized."
          },
          "403": {
            "description": "Forbidden."
          },
          "404": {
            "description": "Not Found."
          }
        },
        "externalDocs": {
          "description": "API Reference documentation",
          "url": "https://open.patsnap.com/devportal/api-reference/577cc8d4f5b24012a713aa5207e4ba9f"
        },
        "parameters": [
          {
            "name": "company_id",
            "in": "query",
            "required": true,
            "description": "company ID",
            "schema": {
              "type": "string",
              "example": "demo",
              "description": "company ID"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "description": "course limit by every pages",
            "schema": {
              "type": "integer",
              "format": "int32",
              "example": "10",
              "description": "course limit by every pages"
            }
          },
          {
            "name": "page",
            "in": "query",
            "required": true,
            "description": "page number",
            "schema": {
              "type": "integer",
              "format": "int32",
              "example": "1",
              "description": "page number"
            }
          }
        ]
      }
    },
    "/academy/course-details": {
      "get": {
        "operationId": "ac02AcademyCourseDetails",
        "summary": "AC02 Get Course Details",
        "description": "Get course details by course ID.",
        "tags": [
          "Patsnap Academy Course"
        ],
        "security": [
          {
            "bearerAuth": []
          }
        ],
        "responses": {
          "200": {
            "description": "Successful ac02 get course details response.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/AC02AcademyCourseDetailsResponse"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized."
          },
          "403": {
            "description": "Forbidden."
          },
          "404": {
            "description": "Not Found."
          }
        },
        "externalDocs": {
          "description": "API Reference documentation",
          "url": "https://open.patsnap.com/devportal/api-reference/51c0905919304b0795754c8dda136a4e"
        },
        "parameters": [
          {
            "name": "company_id",
            "in": "query",
            "required": true,
            "description": "company ID",
            "schema": {
              "type": "string",
              "example": "demo",
              "description": "company ID"
            }
          },
          {
            "name": "course_id",
            "in": "query",
            "required": true,
            "description": "course ID",
            "schema": {
              "type": "string",
              "example": "1202",
              "description": "course ID"
            }
          }
        ]
      }
    },
    "/academy/attach-download": {
      "get": {
        "operationId": "ac03AcademyAttachDownload",
        "summary": "AC03 Get Courseware",
        "description": "Get courseware by courseware ID.",
        "tags": [
          "Patsnap Academy Course"
        ],
        "security": [
          {
            "bearerAuth": []
          }
        ],
        "responses": {
          "200": {
            "description": "Successful ac03 get courseware response.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/AC03AcademyAttachDownloadResponse"
                }
              }
            }
          },
          "400": {
            "description": "Bad request, Please check your request parameter."
          },
          "401": {
            "description": "Unauthorized."
          },
          "403": {
            "description": "Forbidden."
          },
          "404": {
            "description": "Not Found."
          }
        },
        "externalDocs": {
          "description": "API Reference documentation",
          "url": "https://open.patsnap.com/devportal/api-reference/4c3443e5a3d94b1d81c883b992f0b750"
        },
        "parameters": [
          {
            "name": "company_id",
            "in": "query",
            "required": true,
            "description": "company ID",
            "schema": {
              "type": "string",
              "example": "demo",
              "description": "company ID"
            }
          },
          {
            "name": "courseware_id",
            "in": "query",
            "required": true,
            "description": "courseware ID",
            "schema": {
              "type": "string",
              "example": "2586",
              "description": "courseware ID"
            }
          }
        ]
      }
    },
    "/search/patent/query-search-patent/v3": {
      "post": {
        "operationId": "d005QuerySearchPatentV3",
        "summary": "D005 Patent 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": [
          "Custom Aggregate Data"
        ],
        "security": [
          {
            "bearerAuth": []
          }
        ],
        "responses": {
          "200": {
            "description": "Successful d005 patent search response.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/D005QuerySearchPatentV3Response"
                }
              }
            }
          },
          "201": {
            "description": "Created."
          },
          "401": {
            "description": "Unauthorized."
          },
          "403": {
            "description": "Forbidden."
          },
          "404": {
            "description": "Not Found."
          }
        },
        "externalDocs": {
          "description": "API Reference documentation",
          "url": "https://open.patsnap.com/devportal/api-reference/d31dea3840654a8b8d9d02d0b4a4567c"
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/D005QuerySearchPatentV3Request"
              }
            }
          }
        }
      }
    },
    "/basic-patent-data/patent-detail": {
      "get": {
        "operationId": "d007BasicPatentDataPatentDetail",
        "summary": "D007 Patent Detail",
        "description": "Receive patent detail by patent_id or patent_number",
        "tags": [
          "Custom Aggregate Data"
        ],
        "security": [
          {
            "bearerAuth": []
          }
        ],
        "responses": {
          "200": {
            "description": "Successful d007 patent detail response.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/D007BasicPatentDataPatentDetailResponse"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized."
          },
          "403": {
            "description": "Forbidden."
          },
          "404": {
            "description": "Not Found."
          }
        },
        "externalDocs": {
          "description": "API Reference documentation",
          "url": "https://open.patsnap.com/devportal/api-reference/ebd2f40ba3aa4fd181386e06d6444400"
        },
        "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": "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"
            }
          },
          {
            "name": "replace_by_related",
            "in": "query",
            "required": false,
            "description": "When the fulltext of current patent is unavailable, whether to replace it with the fulltext of its family patent？default not to replace: \n<p>1. Yes</p>\n<p>0: No </p>",
            "schema": {
              "type": "integer",
              "format": "int32",
              "example": "0",
              "description": "When the fulltext of current patent is unavailable, whether to replace it with the fulltext of its family patent？default not to replace: \n<p>1. Yes</p>\n<p>0: No </p>"
            }
          }
        ]
      }
    },
    "/shhgy/reportdata/applicant-rank": {
      "post": {
        "operationId": "d102ReportdataApplicantRank",
        "summary": "D102 Applicant ranking",
        "description": "This interface belongs to the statistical analysis interface, providing the names of the top 10 applicants and the number of patents",
        "tags": [
          "Custom Aggregate Data"
        ],
        "security": [
          {
            "bearerAuth": []
          }
        ],
        "responses": {
          "200": {
            "description": "Successful d102 applicant ranking response.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/D102ReportdataApplicantRankResponse"
                }
              }
            }
          },
          "201": {
            "description": "Created."
          },
          "401": {
            "description": "Unauthorized."
          },
          "403": {
            "description": "Forbidden."
          },
          "404": {
            "description": "Not Found."
          }
        },
        "externalDocs": {
          "description": "API Reference documentation",
          "url": "https://open.patsnap.com/devportal/api-reference/e6629742e1964c9f98cfd9762986b752"
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/D102ReportdataApplicantRankRequest"
              }
            }
          }
        }
      }
    },
    "/shhgy/reportdata/life-cycle": {
      "post": {
        "operationId": "d101ReportdataLifeCycle",
        "summary": "D101 life cycle data",
        "description": "This interface is a statistical analysis interface that provides the number of patent applications per year over the past 10 years, as well as the number of invention patent applications.",
        "tags": [
          "Custom Aggregate Data"
        ],
        "security": [
          {
            "bearerAuth": []
          }
        ],
        "responses": {
          "200": {
            "description": "Successful d101 life cycle data response.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/D101ReportdataLifeCycleResponse"
                }
              }
            }
          },
          "201": {
            "description": "Created."
          },
          "401": {
            "description": "Unauthorized."
          },
          "403": {
            "description": "Forbidden."
          },
          "404": {
            "description": "Not Found."
          }
        },
        "externalDocs": {
          "description": "API Reference documentation",
          "url": "https://open.patsnap.com/devportal/api-reference/76644e6ce3a6445eb703f57372aae6f3"
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/D101ReportdataLifeCycleRequest"
              }
            }
          }
        }
      }
    },
    "/shhgy/reportdata/applicant-technology-analysis": {
      "post": {
        "operationId": "d103ReportdataApplicantTechnologyAnalysis",
        "summary": "D103 Main applicant technology analysis",
        "description": "This interface belongs to the statistical analysis interface, providing the names of the top 10 applicants and the number of patents corresponding to the top 10 IPC main groups for each applicant",
        "tags": [
          "Custom Aggregate Data"
        ],
        "security": [
          {
            "bearerAuth": []
          }
        ],
        "responses": {
          "200": {
            "description": "Successful d103 main applicant technology analysis response.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/D103ReportdataApplicantTechnologyAnalysisResponse"
                }
              }
            }
          },
          "201": {
            "description": "Created."
          },
          "401": {
            "description": "Unauthorized."
          },
          "403": {
            "description": "Forbidden."
          },
          "404": {
            "description": "Not Found."
          }
        },
        "externalDocs": {
          "description": "API Reference documentation",
          "url": "https://open.patsnap.com/devportal/api-reference/76e2858b49024c14b3da7033b9656890"
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/D103ReportdataApplicantTechnologyAnalysisRequest"
              }
            }
          }
        }
      }
    },
    "/shhgy/reportdata/applicant-trend": {
      "post": {
        "operationId": "d104ReportdataApplicantTrend",
        "summary": "D104 Main applicant application trend",
        "description": "This interface belongs to the statistical analysis interface, providing the names of the top 10 applicants and the number of patent applications for each year in the past 10 years",
        "tags": [
          "Custom Aggregate Data"
        ],
        "security": [
          {
            "bearerAuth": []
          }
        ],
        "responses": {
          "200": {
            "description": "Successful d104 main applicant application trend response.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/D104ReportdataApplicantTrendResponse"
                }
              }
            }
          },
          "201": {
            "description": "Created."
          },
          "401": {
            "description": "Unauthorized."
          },
          "403": {
            "description": "Forbidden."
          },
          "404": {
            "description": "Not Found."
          }
        },
        "externalDocs": {
          "description": "API Reference documentation",
          "url": "https://open.patsnap.com/devportal/api-reference/7b8c72d5c84e498799ba992c23c8e5d7"
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/D104ReportdataApplicantTrendRequest"
              }
            }
          }
        }
      }
    },
    "/shhgy/reportdata/cooperation-applicant-analysis": {
      "post": {
        "operationId": "d105ReportdataCooperationApplicantAnalysis",
        "summary": "D105 Cooperation applicant analysis",
        "description": "This interface belongs to the statistical analysis interface, providing the names of the top 10 main applicants, the number of patent applications, and their cooperative applicants, the number of patent applications, and the number of cooperative patents",
        "tags": [
          "Custom Aggregate Data"
        ],
        "security": [
          {
            "bearerAuth": []
          }
        ],
        "responses": {
          "200": {
            "description": "Successful d105 cooperation applicant analysis response.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/D105ReportdataCooperationApplicantAnalysisResponse"
                }
              }
            }
          },
          "201": {
            "description": "Created."
          },
          "401": {
            "description": "Unauthorized."
          },
          "403": {
            "description": "Forbidden."
          },
          "404": {
            "description": "Not Found."
          }
        },
        "externalDocs": {
          "description": "API Reference documentation",
          "url": "https://open.patsnap.com/devportal/api-reference/44c43ba3651a401f8112c3017b855125"
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/D105ReportdataCooperationApplicantAnalysisRequest"
              }
            }
          }
        }
      }
    },
    "/shhgy/reportdata/patent-trend": {
      "post": {
        "operationId": "d106ReportdataPatentTrend",
        "summary": "D106 Patent trend",
        "description": "This interface belongs to the statistical analysis interface, providing the number of patent applications, grants and grant rates in the past 10 years",
        "tags": [
          "Custom Aggregate Data"
        ],
        "security": [
          {
            "bearerAuth": []
          }
        ],
        "responses": {
          "200": {
            "description": "Successful d106 patent trend response.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/D106ReportdataPatentTrendResponse"
                }
              }
            }
          },
          "201": {
            "description": "Created."
          },
          "401": {
            "description": "Unauthorized."
          },
          "403": {
            "description": "Forbidden."
          },
          "404": {
            "description": "Not Found."
          }
        },
        "externalDocs": {
          "description": "API Reference documentation",
          "url": "https://open.patsnap.com/devportal/api-reference/d88709f47c5342e4a2217a09d78de4c2"
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/D106ReportdataPatentTrendRequest"
              }
            }
          }
        }
      }
    },
    "/shhgy/reportdata/technology-applicant-distribution": {
      "post": {
        "operationId": "d107ReportdataTechnologyApplicantDistribution",
        "summary": "D107 Technology applicant distribution",
        "description": "This interface belongs to the statistical analysis interface, providing the top 10 IPC main groups and the number of patents corresponding to the top 10 applicants for each IPC main group",
        "tags": [
          "Custom Aggregate Data"
        ],
        "security": [
          {
            "bearerAuth": []
          }
        ],
        "responses": {
          "200": {
            "description": "Successful d107 technology applicant distribution response.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/D107ReportdataTechnologyApplicantDistributionResponse"
                }
              }
            }
          },
          "201": {
            "description": "Created."
          },
          "401": {
            "description": "Unauthorized."
          },
          "403": {
            "description": "Forbidden."
          },
          "404": {
            "description": "Not Found."
          }
        },
        "externalDocs": {
          "description": "API Reference documentation",
          "url": "https://open.patsnap.com/devportal/api-reference/dc0469f5c13e46438cf481cd6921f430"
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/D107ReportdataTechnologyApplicantDistributionRequest"
              }
            }
          }
        }
      }
    },
    "/shhgy/reportdata/rec-office-year": {
      "post": {
        "operationId": "d110ReportdataRecOfficeYear",
        "summary": "D110 Receiving office statistics (by year)",
        "description": "This interface belongs to the statistical analysis interface, providing the number of patents for the top 100 receiving offices in the past 10 years",
        "tags": [
          "Custom Aggregate Data"
        ],
        "security": [
          {
            "bearerAuth": []
          }
        ],
        "responses": {
          "200": {
            "description": "Successful d110 receiving office statistics (by year) response.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/D110ReportdataRecOfficeYearResponse"
                }
              }
            }
          },
          "201": {
            "description": "Created."
          },
          "401": {
            "description": "Unauthorized."
          },
          "403": {
            "description": "Forbidden."
          },
          "404": {
            "description": "Not Found."
          }
        },
        "externalDocs": {
          "description": "API Reference documentation",
          "url": "https://open.patsnap.com/devportal/api-reference/869f3a9ac0d84deda21f07d683d4baa1"
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/D110ReportdataRecOfficeYearRequest"
              }
            }
          }
        }
      }
    },
    "/shhgy/reportdata/rec-office": {
      "post": {
        "operationId": "d109ReportdataRecOffice",
        "summary": "D109 Receiving office statistics",
        "description": "This interface belongs to the statistical analysis interface, providing the number of patents for the top 100 receiving offices",
        "tags": [
          "Custom Aggregate Data"
        ],
        "security": [
          {
            "bearerAuth": []
          }
        ],
        "responses": {
          "200": {
            "description": "Successful d109 receiving office statistics response.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/D109ReportdataRecOfficeResponse"
                }
              }
            }
          },
          "201": {
            "description": "Created."
          },
          "401": {
            "description": "Unauthorized."
          },
          "403": {
            "description": "Forbidden."
          },
          "404": {
            "description": "Not Found."
          }
        },
        "externalDocs": {
          "description": "API Reference documentation",
          "url": "https://open.patsnap.com/devportal/api-reference/d7285c2e47754602bf5054ba18d59c08"
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/D109ReportdataRecOfficeRequest"
              }
            }
          }
        }
      }
    },
    "/shhgy/reportdata/refered-rank": {
      "post": {
        "operationId": "d111ReportdataReferedRank",
        "summary": "D111 Citation ranking",
        "description": "This interface belongs to the statistical analysis interface, providing patent information for the top 20 most cited patents",
        "tags": [
          "Custom Aggregate Data"
        ],
        "security": [
          {
            "bearerAuth": []
          }
        ],
        "responses": {
          "200": {
            "description": "Successful d111 citation ranking response.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/D111ReportdataReferedRankResponse"
                }
              }
            }
          },
          "201": {
            "description": "Created."
          },
          "401": {
            "description": "Unauthorized."
          },
          "403": {
            "description": "Forbidden."
          },
          "404": {
            "description": "Not Found."
          }
        },
        "externalDocs": {
          "description": "API Reference documentation",
          "url": "https://open.patsnap.com/devportal/api-reference/6de65b54cf3248ab8c1771ebdb7bd864"
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/D111ReportdataReferedRankRequest"
              }
            }
          }
        }
      }
    },
    "/shhgy/reportdata/technology-constitute": {
      "post": {
        "operationId": "d108ReportdataTechnologyConstitute",
        "summary": "D108 Technology constitute",
        "description": "This interface belongs to the statistical analysis interface, providing the number of patents for the top 100 IPC subclasses",
        "tags": [
          "Custom Aggregate Data"
        ],
        "security": [
          {
            "bearerAuth": []
          }
        ],
        "responses": {
          "200": {
            "description": "Successful d108 technology constitute response.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/D108ReportdataTechnologyConstituteResponse"
                }
              }
            }
          },
          "201": {
            "description": "Created."
          },
          "401": {
            "description": "Unauthorized."
          },
          "403": {
            "description": "Forbidden."
          },
          "404": {
            "description": "Not Found."
          }
        },
        "externalDocs": {
          "description": "API Reference documentation",
          "url": "https://open.patsnap.com/devportal/api-reference/f5af0b088d7d481ab1b357f410c99b64"
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/D108ReportdataTechnologyConstituteRequest"
              }
            }
          }
        }
      }
    },
    "/shhgy/reportdata/patent-list": {
      "post": {
        "operationId": "d113ReportdataPatentList",
        "summary": "D113 Patent list",
        "description": "This interface returns a list of patent information, supports paging query, returns up to 100 patent information per page. Up to 20,000 patent information can be returned",
        "tags": [
          "Custom Aggregate Data"
        ],
        "security": [
          {
            "bearerAuth": []
          }
        ],
        "responses": {
          "200": {
            "description": "Successful d113 patent list response.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/D113ReportdataPatentListResponse"
                }
              }
            }
          },
          "201": {
            "description": "Created."
          },
          "401": {
            "description": "Unauthorized."
          },
          "403": {
            "description": "Forbidden."
          },
          "404": {
            "description": "Not Found."
          }
        },
        "externalDocs": {
          "description": "API Reference documentation",
          "url": "https://open.patsnap.com/devportal/api-reference/a9278af0b2cc4f33b8885e165042e2fb"
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/D113ReportdataPatentListRequest"
              }
            }
          }
        }
      }
    },
    "/shhgy/reportdata/famn-rank": {
      "post": {
        "operationId": "d112ReportdataFamnRank",
        "summary": "D112 Patent family ranking",
        "description": "This interface belongs to the statistical analysis interface, providing patent information for the top 20 patents with the most family members",
        "tags": [
          "Custom Aggregate Data"
        ],
        "security": [
          {
            "bearerAuth": []
          }
        ],
        "responses": {
          "200": {
            "description": "Successful d112 patent family ranking response.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/D112ReportdataFamnRankResponse"
                }
              }
            }
          },
          "201": {
            "description": "Created."
          },
          "401": {
            "description": "Unauthorized."
          },
          "403": {
            "description": "Forbidden."
          },
          "404": {
            "description": "Not Found."
          }
        },
        "externalDocs": {
          "description": "API Reference documentation",
          "url": "https://open.patsnap.com/devportal/api-reference/71a443efb73a448f9d7fe99dfc39b39b"
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/D112ReportdataFamnRankRequest"
              }
            }
          }
        }
      }
    },
    "/shhgy/reportdata/domain-map": {
      "post": {
        "operationId": "d115ReportdataDomainMap",
        "summary": "D115 Domain Map",
        "description": "This interface returns the image URL of technical composition",
        "tags": [
          "Custom Aggregate Data"
        ],
        "security": [
          {
            "bearerAuth": []
          }
        ],
        "responses": {
          "200": {
            "description": "Successful d115 domain map response.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/D115ReportdataDomainMapResponse"
                }
              }
            }
          },
          "201": {
            "description": "Created."
          },
          "401": {
            "description": "Unauthorized."
          },
          "403": {
            "description": "Forbidden."
          },
          "404": {
            "description": "Not Found."
          }
        },
        "externalDocs": {
          "description": "API Reference documentation",
          "url": "https://open.patsnap.com/devportal/api-reference/e740376eac9c4432bd03d4c3d13f5d92"
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/D115ReportdataDomainMapRequest"
              }
            }
          }
        }
      }
    },
    "/shhgy/reportdata/patent-info": {
      "post": {
        "operationId": "d114ReportdataPatentInfo",
        "summary": "D114 Patent field details (large text only)",
        "description": "This interface returns patent titles, abstracts, claims, and specifications, including original data sources, Chinese (with translation), and English (with translation). Supports batch queries with a limit of 100 items, request parameters are separated by English commas.",
        "tags": [
          "Custom Aggregate Data"
        ],
        "security": [
          {
            "bearerAuth": []
          }
        ],
        "responses": {
          "200": {
            "description": "Successful d114 patent field details (large text only) response.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/D114ReportdataPatentInfoResponse"
                }
              }
            }
          },
          "201": {
            "description": "Created."
          },
          "401": {
            "description": "Unauthorized."
          },
          "403": {
            "description": "Forbidden."
          },
          "404": {
            "description": "Not Found."
          }
        },
        "externalDocs": {
          "description": "API Reference documentation",
          "url": "https://open.patsnap.com/devportal/api-reference/43fa4e74c4e445178dc3f2cb9205a2d3"
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/D114ReportdataPatentInfoRequest"
              }
            }
          }
        }
      }
    },
    "/shhgy/reportdata/3d-map": {
      "post": {
        "operationId": "d116Reportdata3dMap",
        "summary": "D116 3D Map Analysis",
        "description": "This interface returns the Top 100 IPC classifications, showing the number of patents and invalid patents for each applicant in each group.",
        "tags": [
          "Custom Aggregate Data"
        ],
        "security": [
          {
            "bearerAuth": []
          }
        ],
        "responses": {
          "200": {
            "description": "Successful d116 3d map analysis response.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/D116Reportdata3dMapResponse"
                }
              }
            }
          },
          "201": {
            "description": "Created."
          },
          "401": {
            "description": "Unauthorized."
          },
          "403": {
            "description": "Forbidden."
          },
          "404": {
            "description": "Not Found."
          }
        },
        "externalDocs": {
          "description": "API Reference documentation",
          "url": "https://open.patsnap.com/devportal/api-reference/b12fb4f891e240509b45345efd3ddb60"
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/D116Reportdata3dMapRequest"
              }
            }
          }
        }
      }
    },
    "/open-user/statement/v2": {
      "post": {
        "operationId": "statementV2",
        "summary": "Statement of account V2",
        "description": "Support input time range to get API calls and billing information",
        "tags": [
          "Custom Aggregate Data"
        ],
        "security": [
          {
            "bearerAuth": []
          }
        ],
        "responses": {
          "200": {
            "description": "Successful statement of account v2 response.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/StatementV2Response"
                }
              }
            }
          },
          "201": {
            "description": "Created."
          },
          "401": {
            "description": "Unauthorized."
          },
          "403": {
            "description": "Forbidden."
          },
          "404": {
            "description": "Not Found."
          }
        },
        "externalDocs": {
          "description": "API Reference documentation",
          "url": "https://open.patsnap.com/devportal/api-reference/49dc0776e42a40a4954c9e055608b860"
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/StatementV2Request"
              }
            }
          }
        }
      }
    },
    "/search/patent/query-search-patent-facet": {
      "post": {
        "operationId": "d006PatentQuerySearchPatentFacet",
        "summary": "D006 Patent Search Facet",
        "description": "Search PatSnap's global patent database using standard text queries.",
        "tags": [
          "Custom Aggregate Data"
        ],
        "security": [
          {
            "bearerAuth": []
          }
        ],
        "responses": {
          "200": {
            "description": "Successful d006 patent search facet response.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/D006PatentQuerySearchPatentFacetResponse"
                }
              }
            }
          },
          "201": {
            "description": "Created."
          },
          "401": {
            "description": "Unauthorized."
          },
          "403": {
            "description": "Forbidden."
          },
          "404": {
            "description": "Not Found."
          }
        },
        "externalDocs": {
          "description": "API Reference documentation",
          "url": "https://open.patsnap.com/devportal/api-reference/bc49d79734764895923e383140ee4494"
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/D006PatentQuerySearchPatentFacetRequest"
              }
            }
          }
        }
      }
    },
    "/jdf/patent_detail_text": {
      "post": {
        "operationId": "d201JdfPatentDetailText",
        "summary": "D201 patent details text",
        "description": "This interface provides patent documentation details, legal status, and patent text, including background art, summary of invention, description of embodiments, first claim, independent claim, and technical elements",
        "tags": [
          "Custom Aggregate Data"
        ],
        "security": [
          {
            "bearerAuth": []
          }
        ],
        "responses": {
          "200": {
            "description": "Successful d201 patent details text response.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/D201JdfPatentDetailTextResponse"
                }
              }
            }
          },
          "201": {
            "description": "Created."
          },
          "401": {
            "description": "Unauthorized."
          },
          "403": {
            "description": "Forbidden."
          },
          "404": {
            "description": "Not Found."
          }
        },
        "externalDocs": {
          "description": "API Reference documentation",
          "url": "https://open.patsnap.com/devportal/api-reference/fb383a8dbb0447dd84824a16c48081d1"
        },
        "parameters": [
          {
            "name": "patent_id",
            "in": "query",
            "required": false,
            "description": "patent_id",
            "schema": {
              "type": "string",
              "example": "9cf648f8-8283-4767-9a14-f90f68303f3e",
              "description": "patent_id"
            }
          },
          {
            "name": "patent_number",
            "in": "query",
            "required": false,
            "description": "patent_number",
            "schema": {
              "type": "string",
              "example": "CN108977442B",
              "description": "patent_number"
            }
          }
        ],
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/D201JdfPatentDetailTextRequest"
              }
            }
          }
        }
      }
    },
    "/basic-patent-data/patent-detail-aggregation": {
      "get": {
        "operationId": "d301BasicPatentDataPatentDetailAggregation",
        "summary": "D301 patent details aggregation",
        "description": "Patent details can be batch-queried by entering patent_id or patent_number.",
        "tags": [
          "Custom Aggregate Data"
        ],
        "security": [
          {
            "bearerAuth": []
          }
        ],
        "responses": {
          "200": {
            "description": "Successful d301 patent details aggregation response.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/D301BasicPatentDataPatentDetailAggregationResponse"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized."
          },
          "403": {
            "description": "Forbidden."
          },
          "404": {
            "description": "Not Found."
          }
        },
        "externalDocs": {
          "description": "API Reference documentation",
          "url": "https://open.patsnap.com/devportal/api-reference/e7b1079402494186a81c30f1cc0e422c"
        },
        "parameters": [
          {
            "name": "patent_id",
            "in": "query",
            "required": false,
            "description": "patent_id",
            "schema": {
              "type": "string",
              "example": "9cf648f8-8283-4767-9a14-f90f68303f3e",
              "description": "patent_id"
            }
          },
          {
            "name": "patent_number",
            "in": "query",
            "required": false,
            "description": "patent_number",
            "schema": {
              "type": "string",
              "example": "CN108977442B",
              "description": "patent_number"
            }
          }
        ]
      }
    },
    "/basic-patent-data/patent-pdf": {
      "get": {
        "operationId": "d008BasicPatentDataPatentPdf",
        "summary": "D008 patent PDF",
        "description": "Receive patent PDF document pathway by patent_id or patent_number.",
        "tags": [
          "Custom Aggregate Data"
        ],
        "security": [
          {
            "bearerAuth": []
          }
        ],
        "responses": {
          "200": {
            "description": "Successful d008 patent pdf response.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/D008BasicPatentDataPatentPdfResponse"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized."
          },
          "403": {
            "description": "Forbidden."
          },
          "404": {
            "description": "Not Found."
          }
        },
        "externalDocs": {
          "description": "API Reference documentation",
          "url": "https://open.patsnap.com/devportal/api-reference/3a9a3a8db0654223a034cd570f47133c"
        },
        "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"
            }
          }
        ]
      }
    },
    "/search/patent/query-search-facet": {
      "post": {
        "operationId": "d010PatentQuerySearchFacet",
        "summary": "D010 Patent Facet",
        "description": "Search PatSnap's global patent database using standard text queries, and statistics by specified field dimension.",
        "tags": [
          "Custom Aggregate Data"
        ],
        "security": [
          {
            "bearerAuth": []
          }
        ],
        "responses": {
          "200": {
            "description": "Successful d010 patent facet response.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/D010PatentQuerySearchFacetResponse"
                }
              }
            }
          },
          "201": {
            "description": "Created."
          },
          "401": {
            "description": "Unauthorized."
          },
          "403": {
            "description": "Forbidden."
          },
          "404": {
            "description": "Not Found."
          }
        },
        "externalDocs": {
          "description": "API Reference documentation",
          "url": "https://open.patsnap.com/devportal/api-reference/f81aa9dcc41d488ea8680a8bc7ed9e03"
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/D010PatentQuerySearchFacetRequest"
              }
            }
          }
        }
      }
    },
    "/trademark/image-search": {
      "post": {
        "operationId": "t002TrademarkImageSearch",
        "summary": "T002 Trademark Image Search",
        "description": "Search for similar trademarks using Base64 encoded trademark image.",
        "tags": [
          "Trademark Data"
        ],
        "security": [
          {
            "bearerAuth": []
          }
        ],
        "responses": {
          "200": {
            "description": "Successful t002 trademark image search response.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/T002TrademarkImageSearchResponse"
                }
              }
            }
          },
          "201": {
            "description": "Created."
          },
          "401": {
            "description": "Unauthorized."
          },
          "403": {
            "description": "Forbidden."
          },
          "404": {
            "description": "Not Found."
          }
        },
        "externalDocs": {
          "description": "API Reference documentation",
          "url": "https://open.patsnap.com/devportal/api-reference/00f8cf545a36466fadb04131cec5742f"
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/T002TrademarkImageSearchRequest"
              }
            }
          }
        }
      }
    },
    "/trademark/search": {
      "post": {
        "operationId": "t001TrademarkSearch",
        "summary": "T001 Trademark Field Search",
        "description": "Trademark search can be conducted by entering a combination of multiple fields such as trademark name, applicant, application date, and number, with basic trademark information returned.",
        "tags": [
          "Trademark Data"
        ],
        "security": [
          {
            "bearerAuth": []
          }
        ],
        "responses": {
          "200": {
            "description": "Successful t001 trademark field search response.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/T001TrademarkSearchResponse"
                }
              }
            }
          },
          "201": {
            "description": "Created."
          },
          "401": {
            "description": "Unauthorized."
          },
          "403": {
            "description": "Forbidden."
          },
          "404": {
            "description": "Not Found."
          }
        },
        "externalDocs": {
          "description": "API Reference documentation",
          "url": "https://open.patsnap.com/devportal/api-reference/a959211a6569420dbf708aa2c568d41b"
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/T001TrademarkSearchRequest"
              }
            }
          }
        }
      }
    },
    "/trademark/data/detail": {
      "get": {
        "operationId": "t010DataDetail",
        "summary": "T010 Trademark Detail",
        "description": "Receive trademark detail information by application number and country code.",
        "tags": [
          "Trademark Data"
        ],
        "security": [
          {
            "bearerAuth": []
          }
        ],
        "responses": {
          "200": {
            "description": "Successful t010 trademark detail response.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/T010DataDetailResponse"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized."
          },
          "403": {
            "description": "Forbidden."
          },
          "404": {
            "description": "Not Found."
          }
        },
        "externalDocs": {
          "description": "API Reference documentation",
          "url": "https://open.patsnap.com/devportal/api-reference/bde64bdc56ef47708fad6208114c69cf"
        },
        "parameters": [
          {
            "name": "app_num",
            "in": "query",
            "required": false,
            "description": "Trademark application number",
            "schema": {
              "type": "string",
              "example": "019217925",
              "description": "Trademark application number"
            }
          },
          {
            "name": "ipoffice",
            "in": "query",
            "required": false,
            "description": "country code",
            "schema": {
              "type": "string",
              "example": "EU",
              "description": "country code"
            }
          }
        ]
      }
    },
    "/company/enterprise-patent-risk-warning-backtracking": {
      "post": {
        "operationId": "c028CompanyEnterprisePatentRiskWarningBacktracking",
        "summary": "C028 backtracking of enterprise patent risk warning",
        "description": "This API provides patent risk warning data for historical retrospective versions of enterprises, including patent pledge litigation, transfer in/out, invalid rejection, etc.<p>A global sci-tech enterprise is an enterprise that satisfies one of the following conditions: (1) has patent or patent application, (2) has records of venture financing, (3) has scientific and technological qualifications (high-tech enterprises, technologybased smes, etc.), (4) is a listed enterprise, (5) is a newly established subsidiary of a group with strong scientific and technological strength.</p>",
        "tags": [
          "Enterprise Tech Evaluation"
        ],
        "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://open.patsnap.com/devportal/api-reference/5678e3bfaa2e4a1ab474cdf92f2ff459"
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/C028CompanyEnterprisePatentRiskWarningBacktrackingRequest"
              }
            }
          }
        }
      }
    },
    "/company/enterprise-patent-risk-warning": {
      "post": {
        "operationId": "c027CompanyEnterprisePatentRiskWarning",
        "summary": "C027 enterprise patent risk warning",
        "description": "This API provides enterprise patent risk warning data, including patent pledge litigation, transfer in/out, invalid rejection, etc.<p>A global sci-tech enterprise is an enterprise that satisfies one of the following conditions: (1) has patent or patent application, (2) has records of venture financing, (3) has scientific and technological qualifications (high-tech enterprises, technologybased smes, etc.), (4) is a listed enterprise, (5) is a newly established subsidiary of a group with strong scientific and technological strength.</p>",
        "tags": [
          "Enterprise Tech Evaluation"
        ],
        "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://open.patsnap.com/devportal/api-reference/04cd2ece0bfa43d4b2e4f380ee7ba7a3"
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/C027CompanyEnterprisePatentRiskWarningRequest"
              }
            }
          }
        }
      }
    },
    "/search/patent/query-search-patent-detail": {
      "post": {
        "operationId": "d009PatentQuerySearchPatentDetail",
        "summary": "D009 Patent Search Detail",
        "description": "Search PatSnap's global patent database using standard text queries. Returns the first patent detail and a list of 20 patents one patent forward or backward from the offset location.",
        "tags": [
          "Custom Aggregate Data"
        ],
        "security": [
          {
            "bearerAuth": []
          }
        ],
        "responses": {
          "200": {
            "description": "Successful d009 patent search detail response.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/D009PatentQuerySearchPatentDetailResponse"
                }
              }
            }
          },
          "201": {
            "description": "Created."
          },
          "401": {
            "description": "Unauthorized."
          },
          "403": {
            "description": "Forbidden."
          },
          "404": {
            "description": "Not Found."
          }
        },
        "externalDocs": {
          "description": "API Reference documentation",
          "url": "https://open.patsnap.com/devportal/api-reference/472a652245934c0fa81a5580a6a2aeb2"
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/D009PatentQuerySearchPatentDetailRequest"
              }
            }
          }
        }
      }
    },
    "/company/enterprise-patent-risk-warning-trend": {
      "post": {
        "operationId": "c029CompanyEnterprisePatentRiskWarningTrend",
        "summary": "C029 trend of enterprise patent risk warning",
        "description": "This API provides information on the changes in patent risk warning data for enterprises. The data update frequency is on the 1st and 16th of each month, including whether the latest patent pledge has been increased, whether the latest patent litigation has been increased, and so on.<p>A global sci-tech enterprise is an enterprise that satisfies one of the following conditions: (1) has patent or patent application, (2) has records of venture financing, (3) has scientific and technological qualifications (high-tech enterprises, technologybased smes, etc.), (4) is a listed enterprise, (5) is a newly established subsidiary of a group with strong scientific and technological strength.</p>",
        "tags": [
          "Enterprise Tech Evaluation"
        ],
        "security": [
          {
            "bearerAuth": []
          }
        ],
        "responses": {
          "200": {
            "description": "Successful c029 trend of enterprise patent risk warning response.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/C029CompanyEnterprisePatentRiskWarningTrendResponse"
                }
              }
            }
          },
          "201": {
            "description": "Created."
          },
          "401": {
            "description": "Unauthorized."
          },
          "403": {
            "description": "Forbidden."
          },
          "404": {
            "description": "Not Found."
          }
        },
        "externalDocs": {
          "description": "API Reference documentation",
          "url": "https://open.patsnap.com/devportal/api-reference/ab78959bc0c64eabb026139131252d1e"
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/C029CompanyEnterprisePatentRiskWarningTrendRequest"
              }
            }
          }
        }
      }
    },
    "/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": [
          "Enterprise Tech Evaluation"
        ],
        "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://open.patsnap.com/devportal/api-reference/d870db8f1f0f4c948ec5e614fd9389d7"
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/C024CompanyTechnologyEvaluationIndicatorsRequest"
              }
            }
          }
        }
      }
    },
    "/company/technology-evaluation": {
      "post": {
        "operationId": "c022CompanyTechnologyEvaluation",
        "summary": "C022 scientific and technological company evaluation",
        "description": "This interface provides the evaluation results of the enterprise's scientific and technological innovation capability",
        "tags": [
          "Enterprise Tech Evaluation"
        ],
        "security": [
          {
            "bearerAuth": []
          }
        ],
        "responses": {
          "200": {
            "description": "Successful c022 scientific and technological company evaluation response.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/C022CompanyTechnologyEvaluationResponse"
                }
              }
            }
          },
          "201": {
            "description": "Created."
          },
          "401": {
            "description": "Unauthorized."
          },
          "403": {
            "description": "Forbidden."
          },
          "404": {
            "description": "Not Found."
          }
        },
        "externalDocs": {
          "description": "API Reference documentation",
          "url": "https://open.patsnap.com/devportal/api-reference/085ddc72056849ab9adeee6fddeecfeb"
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/C022CompanyTechnologyEvaluationRequest"
              }
            }
          }
        }
      }
    },
    "/company/technology-indicators": {
      "post": {
        "operationId": "c023CompanyTechnologyIndicators",
        "summary": "C023 scientific and technological company indicators",
        "description": "This interface provides the evaluation and calculation index pool of the enterprise's scientific and technological innovation capability",
        "tags": [
          "Enterprise Tech Evaluation"
        ],
        "security": [
          {
            "bearerAuth": []
          }
        ],
        "responses": {
          "200": {
            "description": "Successful c023 scientific and technological company indicators response.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/C023CompanyTechnologyIndicatorsResponse"
                }
              }
            }
          },
          "201": {
            "description": "Created."
          },
          "401": {
            "description": "Unauthorized."
          },
          "403": {
            "description": "Forbidden."
          },
          "404": {
            "description": "Not Found."
          }
        },
        "externalDocs": {
          "description": "API Reference documentation",
          "url": "https://open.patsnap.com/devportal/api-reference/d107505837d4456b973a3db3bd9dfff7"
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/C023CompanyTechnologyIndicatorsRequest"
              }
            }
          }
        }
      }
    },
    "/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": [
          "Enterprise Tech Evaluation"
        ],
        "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://open.patsnap.com/devportal/api-reference/6ed6f897b3d44112955bd9196164339a"
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/C025CompanyCompanyGroupTechnologyEvaluationIndicatorsRequest"
              }
            }
          }
        }
      }
    },
    "/company/outbound-investment": {
      "post": {
        "operationId": "c002CompanyOutboundInvestment",
        "summary": "C002 outbound investment",
        "description": "This interface provides enterprise information for external investment",
        "tags": [
          "Enterprise Basic 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://open.patsnap.com/devportal/api-reference/a43fe178e9e44d3d94ad2397fbc0b828"
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/C002CompanyOutboundInvestmentRequest"
              }
            }
          }
        }
      }
    },
    "/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": [
          "Enterprise Tech Evaluation"
        ],
        "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://open.patsnap.com/devportal/api-reference/85545d6e82a0492b9dcbefb2ff3d7881"
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/C026CompanyTechnologyEvaluationIndicatorsBacktrackingRequest"
              }
            }
          }
        }
      }
    },
    "/company/ipo-process": {
      "post": {
        "operationId": "c019CompanyIpoProcess",
        "summary": "C019 IPO process",
        "description": "This interface provides information related to enterprise IPO declaration",
        "tags": [
          "Enterprise Basic 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://open.patsnap.com/devportal/api-reference/85c3733430f44d9aa831de1266272216"
        },
        "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": [
          "Enterprise Basic 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://open.patsnap.com/devportal/api-reference/4b4bb369784b4b4eb0410eaf98f19220"
        },
        "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": [
          "Enterprise Basic 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://open.patsnap.com/devportal/api-reference/b4a2147339ab48d7a2329ca4379c35b0"
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/C021CompanyQualificationCertificateRequest"
              }
            }
          }
        }
      }
    },
    "/company/financing-information": {
      "post": {
        "operationId": "c013CompanyFinancingInformation",
        "summary": "C013 financing information",
        "description": "This interface provides detailed information of enterprise financing events",
        "tags": [
          "Enterprise Basic Data"
        ],
        "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://open.patsnap.com/devportal/api-reference/f5bd829b15564051acc006436da38974"
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/C013CompanyFinancingInformationRequest"
              }
            }
          }
        }
      }
    },
    "/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": [
          "Enterprise Basic 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://open.patsnap.com/devportal/api-reference/a1ce672f0111418aa96bca03c20cbda6"
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/C001CompanyRegistrationInformationRequest"
              }
            }
          }
        }
      }
    },
    "/company/shareholder-information": {
      "post": {
        "operationId": "c003CompanyShareholderInformation",
        "summary": "C003 shareholder information",
        "description": "This interface provides all shareholder information of the enterprise",
        "tags": [
          "Enterprise Basic 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://open.patsnap.com/devportal/api-reference/de5b7e528bba46188f78202dc7ecb8e3"
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/C003CompanyShareholderInformationRequest"
              }
            }
          }
        }
      }
    },
    "/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": [
          "Enterprise Basic 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://open.patsnap.com/devportal/api-reference/e3cee0d123884fa1ba09902eeb1affb0"
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/C018CompanyListingInformationRequest"
              }
            }
          }
        }
      }
    },
    "/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": [
          "Enterprise Basic 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://open.patsnap.com/devportal/api-reference/9a4adc5ce145429a9e6daf151dcee225"
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/C015CompanyAwardsInformationRequest"
              }
            }
          }
        }
      }
    },
    "/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": [
          "Enterprise Basic 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://open.patsnap.com/devportal/api-reference/33c16c814f2340ae8e60e870a0b13efe"
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/C014CompanyTechnologyQualificationRequest"
              }
            }
          }
        }
      }
    },
    "/company/main-member": {
      "post": {
        "operationId": "c016CompanyMainMember",
        "summary": "C016 main menber",
        "description": "This interface provides information about key personnel of the enterprise, including directors, supervisors and senior executives of the enterprise",
        "tags": [
          "Enterprise Basic Data"
        ],
        "security": [
          {
            "bearerAuth": []
          }
        ],
        "responses": {
          "200": {
            "description": "Successful c016 main menber response.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/C016CompanyMainMemberResponse"
                }
              }
            }
          },
          "201": {
            "description": "Created."
          },
          "401": {
            "description": "Unauthorized."
          },
          "403": {
            "description": "Forbidden."
          },
          "404": {
            "description": "Not Found."
          }
        },
        "externalDocs": {
          "description": "API Reference documentation",
          "url": "https://open.patsnap.com/devportal/api-reference/781018f23f5a49c8b79c4b3e4c4e6b8d"
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/C016CompanyMainMemberRequest"
              }
            }
          }
        }
      }
    },
    "/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": [
          "Enterprise Basic 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://open.patsnap.com/devportal/api-reference/907fcd5e113a43bbb203598205f2a4ac"
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/C017CompanyCoreMemberRequest"
              }
            }
          }
        }
      }
    },
    "/company/investment-information": {
      "post": {
        "operationId": "c038CompanyInvestmentInformation",
        "summary": "C038 investment information",
        "description": "This interface provides detailed information of enterprise investment events",
        "tags": [
          "Enterprise Basic Data"
        ],
        "security": [
          {
            "bearerAuth": []
          }
        ],
        "responses": {
          "200": {
            "description": "Successful c038 investment information response.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/C038CompanyInvestmentInformationResponse"
                }
              }
            }
          },
          "201": {
            "description": "Created."
          },
          "401": {
            "description": "Unauthorized."
          },
          "403": {
            "description": "Forbidden."
          },
          "404": {
            "description": "Not Found."
          }
        },
        "externalDocs": {
          "description": "API Reference documentation",
          "url": "https://open.patsnap.com/devportal/api-reference/b2afc80e6a4548c2ab104f9f8fa5b1a5"
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/C038CompanyInvestmentInformationRequest"
              }
            }
          }
        }
      }
    },
    "/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": [
          "Enterprise Persona Data"
        ],
        "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://open.patsnap.com/devportal/api-reference/2ebb8ab5c2384a94abd8e24a6176e89a"
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/C007CompanyIndustryClassificationRequest"
              }
            }
          }
        }
      }
    },
    "/company/search": {
      "post": {
        "operationId": "c037CompanySearch",
        "summary": "C037 Company Search",
        "description": "This interface uses parameters such as name (keyword search), region (country, province, city, district/county), industry (strategic emerging classification, national economic classification), industrial and commercial information (establishment time, operating status, registered capital, number of insured persons), capital market (financing process, listing status), enterprise label (patent information, technology qualification), science and technology innovation model (global science and technology innovation rating, domestic science and technology innovation rating, whether it is a smart sprout science and technology innovation enterprise) to query and return a list of retrieved enterprises or science and technology innovation enterprises",
        "tags": [
          "Enterprise Basic Data"
        ],
        "security": [
          {
            "bearerAuth": []
          }
        ],
        "responses": {
          "200": {
            "description": "Successful c037 company search response.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/C037CompanySearchResponse"
                }
              }
            }
          },
          "201": {
            "description": "Created."
          },
          "401": {
            "description": "Unauthorized."
          },
          "403": {
            "description": "Forbidden."
          },
          "404": {
            "description": "Not Found."
          }
        },
        "externalDocs": {
          "description": "API Reference documentation",
          "url": "https://open.patsnap.com/devportal/api-reference/7811d19137e743fd893106971b20b524"
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/C037CompanySearchRequest"
              }
            }
          }
        }
      }
    },
    "/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": [
          "Enterprise Persona Data"
        ],
        "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://open.patsnap.com/devportal/api-reference/4121dd8301704b959756b36f678fb5a5"
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/C005CompanyTechnologyLabelRequest"
              }
            }
          }
        }
      }
    },
    "/company/standard-development": {
      "post": {
        "operationId": "c010CompanyStandardDevelopment",
        "summary": "C010 standard development",
        "description": "This interface provides the standard formulation label of the enterprise",
        "tags": [
          "Enterprise Persona Data"
        ],
        "security": [
          {
            "bearerAuth": []
          }
        ],
        "responses": {
          "200": {
            "description": "Successful c010 standard development response.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/C010CompanyStandardDevelopmentResponse"
                }
              }
            }
          },
          "201": {
            "description": "Created."
          },
          "401": {
            "description": "Unauthorized."
          },
          "403": {
            "description": "Forbidden."
          },
          "404": {
            "description": "Not Found."
          }
        },
        "externalDocs": {
          "description": "API Reference documentation",
          "url": "https://open.patsnap.com/devportal/api-reference/76410e0ebe3d4f52849389eeafae989a"
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/C010CompanyStandardDevelopmentRequest"
              }
            }
          }
        }
      }
    },
    "/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": [
          "Enterprise Persona 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://open.patsnap.com/devportal/api-reference/a5401242f1a84600add5d12322667c87"
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/C004CompanyAttributeRequest"
              }
            }
          }
        }
      }
    },
    "/company/awards": {
      "post": {
        "operationId": "c006CompanyAwards",
        "summary": "C006 company awards",
        "description": "This interface provides information about the enterprise's awards, including science and technology awards, talent awards, patent awards, etc",
        "tags": [
          "Enterprise Persona Data"
        ],
        "security": [
          {
            "bearerAuth": []
          }
        ],
        "responses": {
          "200": {
            "description": "Successful c006 company awards response.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/C006CompanyAwardsResponse"
                }
              }
            }
          },
          "201": {
            "description": "Created."
          },
          "401": {
            "description": "Unauthorized."
          },
          "403": {
            "description": "Forbidden."
          },
          "404": {
            "description": "Not Found."
          }
        },
        "externalDocs": {
          "description": "API Reference documentation",
          "url": "https://open.patsnap.com/devportal/api-reference/28ebff24a75949b681dd29771d677028"
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/C006CompanyAwardsRequest"
              }
            }
          }
        }
      }
    },
    "/company/industrial-technology-chain": {
      "post": {
        "operationId": "c009CompanyIndustrialTechnologyChain",
        "summary": "C009 industrial technology chain",
        "description": "This interface provides the labels and patent count of each industry chain node of the enterprise",
        "tags": [
          "Enterprise Persona Data"
        ],
        "security": [
          {
            "bearerAuth": []
          }
        ],
        "responses": {
          "200": {
            "description": "Successful c009 industrial technology chain response.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/C009CompanyIndustrialTechnologyChainResponse"
                }
              }
            }
          },
          "201": {
            "description": "Created."
          },
          "401": {
            "description": "Unauthorized."
          },
          "403": {
            "description": "Forbidden."
          },
          "404": {
            "description": "Not Found."
          }
        },
        "externalDocs": {
          "description": "API Reference documentation",
          "url": "https://open.patsnap.com/devportal/api-reference/82184a6794bc49d5a5994167d38e2bec"
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/C009CompanyIndustrialTechnologyChainRequest"
              }
            }
          }
        }
      }
    },
    "/company/intellectual-property": {
      "post": {
        "operationId": "c011CompanyIntellectualProperty",
        "summary": "C011 intellectual property",
        "description": "This interface provides statistics on the quantity of enterprise patents, trademarks, software copyrights, integrated circuit layout designs",
        "tags": [
          "Enterprise Persona Data"
        ],
        "security": [
          {
            "bearerAuth": []
          }
        ],
        "responses": {
          "200": {
            "description": "Successful c011 intellectual property response.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/C011CompanyIntellectualPropertyResponse"
                }
              }
            }
          },
          "201": {
            "description": "Created."
          },
          "401": {
            "description": "Unauthorized."
          },
          "403": {
            "description": "Forbidden."
          },
          "404": {
            "description": "Not Found."
          }
        },
        "externalDocs": {
          "description": "API Reference documentation",
          "url": "https://open.patsnap.com/devportal/api-reference/a8c24dce5a4f4f19921a4bd031d7cfcb"
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/C011CompanyIntellectualPropertyRequest"
              }
            }
          }
        }
      }
    },
    "/company/product-technical-classification": {
      "post": {
        "operationId": "c008CompanyProductTechnicalClassification",
        "summary": "C008 product technical classification",
        "description": "This interface provides product classification and technical classification of all patents of enterprises",
        "tags": [
          "Enterprise Persona Data"
        ],
        "security": [
          {
            "bearerAuth": []
          }
        ],
        "responses": {
          "200": {
            "description": "Successful c008 product technical classification response.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/C008CompanyProductTechnicalClassificationResponse"
                }
              }
            }
          },
          "201": {
            "description": "Created."
          },
          "401": {
            "description": "Unauthorized."
          },
          "403": {
            "description": "Forbidden."
          },
          "404": {
            "description": "Not Found."
          }
        },
        "externalDocs": {
          "description": "API Reference documentation",
          "url": "https://open.patsnap.com/devportal/api-reference/5dc3a722a1464d41a8ebec6040fa46a4"
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/C008CompanyProductTechnicalClassificationRequest"
              }
            }
          }
        }
      }
    },
    "/special-ip-data/new-plant-variety/application": {
      "post": {
        "operationId": "c034NewPlantVarietyApplication",
        "summary": "C034 Plant Variety Protection Application Info",
        "description": "Receive plant variety protection application data by company_name.",
        "tags": [
          "Enterprise IP Data"
        ],
        "security": [
          {
            "bearerAuth": []
          }
        ],
        "responses": {
          "200": {
            "description": "Successful c034 plant variety protection application info response.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/C034NewPlantVarietyApplicationResponse"
                }
              }
            }
          },
          "201": {
            "description": "Created."
          },
          "401": {
            "description": "Unauthorized."
          },
          "403": {
            "description": "Forbidden."
          },
          "404": {
            "description": "Not Found."
          }
        },
        "externalDocs": {
          "description": "API Reference documentation",
          "url": "https://open.patsnap.com/devportal/api-reference/d124a3307c68474283c74090768f1801"
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/C034NewPlantVarietyApplicationRequest"
              }
            }
          }
        }
      }
    },
    "/special-ip-data/new-plant-variety/issue": {
      "post": {
        "operationId": "c034NewPlantVarietyIssue",
        "summary": "C034 Plant Variety Protection Issue Info",
        "description": "Receive plant variety protection issue data by company_name.",
        "tags": [
          "Enterprise IP Data"
        ],
        "security": [
          {
            "bearerAuth": []
          }
        ],
        "responses": {
          "200": {
            "description": "Successful c034 plant variety protection issue info response.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/C034NewPlantVarietyIssueResponse"
                }
              }
            }
          },
          "201": {
            "description": "Created."
          },
          "401": {
            "description": "Unauthorized."
          },
          "403": {
            "description": "Forbidden."
          },
          "404": {
            "description": "Not Found."
          }
        },
        "externalDocs": {
          "description": "API Reference documentation",
          "url": "https://open.patsnap.com/devportal/api-reference/b482661be5e548038ab334f00cd1cb82"
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/C034NewPlantVarietyIssueRequest"
              }
            }
          }
        }
      }
    },
    "/special-ip-data/ic-design": {
      "post": {
        "operationId": "c033SpecialIpDataIcDesign",
        "summary": "C033 Science and Technology Innovation Enterprises Integrated Circuit Design",
        "description": "This interface provides integrated circuit layout design data for science and technology innovation enterprises, including registration number, application date, design name, announcement number, and other information",
        "tags": [
          "Enterprise IP Data"
        ],
        "security": [
          {
            "bearerAuth": []
          }
        ],
        "responses": {
          "200": {
            "description": "Successful c033 science and technology innovation enterprises integrated circuit design response.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/C033SpecialIpDataIcDesignResponse"
                }
              }
            }
          },
          "201": {
            "description": "Created."
          },
          "401": {
            "description": "Unauthorized."
          },
          "403": {
            "description": "Forbidden."
          },
          "404": {
            "description": "Not Found."
          }
        },
        "externalDocs": {
          "description": "API Reference documentation",
          "url": "https://open.patsnap.com/devportal/api-reference/3a52cff3823b438fac0e02527830a1e4"
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/C033SpecialIpDataIcDesignRequest"
              }
            }
          }
        }
      }
    },
    "/special-ip-data/enterprise-trademark": {
      "post": {
        "operationId": "c031SpecialIpDataEnterpriseTrademark",
        "summary": "C031 Science and Technology Innovation Enterprises Trademark",
        "description": "This interface provides trademark data for science and technology innovation enterprises, including registration number, international classification, trademark name, application date, trademark status, and other information",
        "tags": [
          "Enterprise IP Data"
        ],
        "security": [
          {
            "bearerAuth": []
          }
        ],
        "responses": {
          "200": {
            "description": "Successful c031 science and technology innovation enterprises trademark response.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/C031SpecialIpDataEnterpriseTrademarkResponse"
                }
              }
            }
          },
          "201": {
            "description": "Created."
          },
          "401": {
            "description": "Unauthorized."
          },
          "403": {
            "description": "Forbidden."
          },
          "404": {
            "description": "Not Found."
          }
        },
        "externalDocs": {
          "description": "API Reference documentation",
          "url": "https://open.patsnap.com/devportal/api-reference/4e359d31ff0f4ff78adf7ca08792ed5a"
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/C031SpecialIpDataEnterpriseTrademarkRequest"
              }
            }
          }
        }
      }
    },
    "/innovation/company/core_patent": {
      "post": {
        "operationId": "c112CompanyCorePatent",
        "summary": "C112 Enterprise Core Patent Information",
        "description": "This interface provides the patent query of the enterprise's core patent (Top 10 patent value).",
        "tags": [
          "Enterprise Tech Analysis"
        ],
        "security": [
          {
            "bearerAuth": []
          }
        ],
        "responses": {
          "200": {
            "description": "Successful c112 enterprise core patent information response.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/C112CompanyCorePatentResponse"
                }
              }
            }
          },
          "201": {
            "description": "Created."
          },
          "401": {
            "description": "Unauthorized."
          },
          "403": {
            "description": "Forbidden."
          },
          "404": {
            "description": "Not Found."
          }
        },
        "externalDocs": {
          "description": "API Reference documentation",
          "url": "https://open.patsnap.com/devportal/api-reference/c9b7825dcf164cac9e3a971afdd15c76"
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/C112CompanyCorePatentRequest"
              }
            }
          }
        }
      }
    },
    "/special-ip-data/software-copyright": {
      "post": {
        "operationId": "c032SpecialIpDataSoftwareCopyright",
        "summary": "C032 Science and Technology Innovation Enterprises Software Copyright",
        "description": "This interface provides software copyright data for science and technology innovation enterprises, including registration number, full name of software copyright, copyright owner and other information",
        "tags": [
          "Enterprise IP Data"
        ],
        "security": [
          {
            "bearerAuth": []
          }
        ],
        "responses": {
          "200": {
            "description": "Successful c032 science and technology innovation enterprises software copyright response.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/C032SpecialIpDataSoftwareCopyrightResponse"
                }
              }
            }
          },
          "201": {
            "description": "Created."
          },
          "401": {
            "description": "Unauthorized."
          },
          "403": {
            "description": "Forbidden."
          },
          "404": {
            "description": "Not Found."
          }
        },
        "externalDocs": {
          "description": "API Reference documentation",
          "url": "https://open.patsnap.com/devportal/api-reference/ff03a07ad06948b29c5acc50918d6e5f"
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/C032SpecialIpDataSoftwareCopyrightRequest"
              }
            }
          }
        }
      }
    },
    "/search/patent/potential-buyer": {
      "post": {
        "operationId": "c046PatentPotentialBuyer",
        "summary": "C046 search patent potential buyer api",
        "description": "Retrieve a recommended list of potential buyers for the specified patent by entering either the patent_id or patent_number.",
        "tags": [
          "Enterprise IP Data"
        ],
        "security": [
          {
            "bearerAuth": []
          }
        ],
        "responses": {
          "200": {
            "description": "Successful c046 search patent potential buyer api response.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/C046PatentPotentialBuyerResponse"
                }
              }
            }
          },
          "201": {
            "description": "Created."
          },
          "401": {
            "description": "Unauthorized."
          },
          "403": {
            "description": "Forbidden."
          },
          "404": {
            "description": "Not Found."
          }
        },
        "externalDocs": {
          "description": "API Reference documentation",
          "url": "https://open.patsnap.com/devportal/api-reference/b0311e4f53794ad3841f0d97b92d5097"
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/C046PatentPotentialBuyerRequest"
              }
            }
          }
        }
      }
    },
    "/company/industry-university-research": {
      "post": {
        "operationId": "c114CompanyIndustryUniversityResearch",
        "summary": "C114 industry university research",
        "description": "This interface provides information on the number of industry-university-research cooperation instances for enterprises, the number of applicants for industry-university-research cooperation, and the patent counts of the top 10 industry-university-research cooperation applicants",
        "tags": [
          "Enterprise Tech Analysis"
        ],
        "security": [
          {
            "bearerAuth": []
          }
        ],
        "responses": {
          "200": {
            "description": "Successful c114 industry university research response.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/C114CompanyIndustryUniversityResearchResponse"
                }
              }
            }
          },
          "201": {
            "description": "Created."
          },
          "401": {
            "description": "Unauthorized."
          },
          "403": {
            "description": "Forbidden."
          },
          "404": {
            "description": "Not Found."
          }
        },
        "externalDocs": {
          "description": "API Reference documentation",
          "url": "https://open.patsnap.com/devportal/api-reference/8a0fb45b503449c2815633d6ff32ca2e"
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/C114CompanyIndustryUniversityResearchRequest"
              }
            }
          }
        }
      }
    },
    "/company/industry-university-research-ipc": {
      "post": {
        "operationId": "c115CompanyIndustryUniversityResearchIpc",
        "summary": "C115 industry university research R&D technology",
        "description": "This interface provides the top10 industry university research cooperation applicants of enterprises and the number of patents jointly developed by TOP10 IPC groups",
        "tags": [
          "Enterprise Tech Analysis"
        ],
        "security": [
          {
            "bearerAuth": []
          }
        ],
        "responses": {
          "200": {
            "description": "Successful c115 industry university research r&d technology response.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/C115CompanyIndustryUniversityResearchIpcResponse"
                }
              }
            }
          },
          "201": {
            "description": "Created."
          },
          "401": {
            "description": "Unauthorized."
          },
          "403": {
            "description": "Forbidden."
          },
          "404": {
            "description": "Not Found."
          }
        },
        "externalDocs": {
          "description": "API Reference documentation",
          "url": "https://open.patsnap.com/devportal/api-reference/4b9e3e4e34da42efb39738dd9f0a5f91"
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/C115CompanyIndustryUniversityResearchIpcRequest"
              }
            }
          }
        }
      }
    },
    "/company/industry-university-research-region-distribution": {
      "post": {
        "operationId": "c116CompanyIndustryUniversityResearchRegionDistribution",
        "summary": "C116 industry university research  region distribution",
        "description": "This interface provides enterprises with top10 industry university research cooperation applicants, as well as the number of patents jointly developed in top10 regions",
        "tags": [
          "Enterprise Tech Analysis"
        ],
        "security": [
          {
            "bearerAuth": []
          }
        ],
        "responses": {
          "200": {
            "description": "Successful c116 industry university research  region distribution response.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/C116CompanyIndustryUniversityResearchRegionDistributionResponse"
                }
              }
            }
          },
          "201": {
            "description": "Created."
          },
          "401": {
            "description": "Unauthorized."
          },
          "403": {
            "description": "Forbidden."
          },
          "404": {
            "description": "Not Found."
          }
        },
        "externalDocs": {
          "description": "API Reference documentation",
          "url": "https://open.patsnap.com/devportal/api-reference/b496b25641f94221abdf2929890baf6e"
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/C116CompanyIndustryUniversityResearchRegionDistributionRequest"
              }
            }
          }
        }
      }
    },
    "/synapse/news/search": {
      "post": {
        "operationId": "b043NewsSearch",
        "summary": "B043 Medical News Search",
        "description": "Obtain news about title, content, publish date etc.",
        "tags": [
          "LS Search"
        ],
        "security": [
          {
            "bearerAuth": []
          }
        ],
        "responses": {
          "200": {
            "description": "Successful b043 medical news search response.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/B043NewsSearchResponse"
                }
              }
            }
          },
          "201": {
            "description": "Created."
          },
          "401": {
            "description": "Unauthorized."
          },
          "403": {
            "description": "Forbidden."
          },
          "404": {
            "description": "Not Found."
          }
        },
        "externalDocs": {
          "description": "API Reference documentation",
          "url": "https://open.patsnap.com/devportal/api-reference/90cbd33f72be46a5b3c4978229c79371"
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/B043NewsSearchRequest"
              }
            }
          }
        }
      }
    },
    "/synapse/drug/search": {
      "post": {
        "operationId": "b007DrugSearch",
        "summary": "B007 Drug search",
        "description": "Obtain drugs through fields such as target, organization, disease, etc.",
        "tags": [
          "LS Search"
        ],
        "security": [
          {
            "bearerAuth": []
          }
        ],
        "responses": {
          "200": {
            "description": "Successful b007 drug search response.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/B007DrugSearchResponse"
                }
              }
            }
          },
          "201": {
            "description": "Created."
          },
          "401": {
            "description": "Unauthorized."
          },
          "403": {
            "description": "Forbidden."
          },
          "404": {
            "description": "Not Found."
          }
        },
        "externalDocs": {
          "description": "API Reference documentation",
          "url": "https://open.patsnap.com/devportal/api-reference/fc81b81c526b462881e3b6de58c694de"
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/B007DrugSearchRequest"
              }
            }
          }
        }
      }
    },
    "/synapse/clinical-trial/search": {
      "post": {
        "operationId": "b012ClinicalTrialSearch",
        "summary": "B012 Clinical Trial Search",
        "description": "Obtain clinical trial through fields such as target, organization, disease, etc.",
        "tags": [
          "LS Search"
        ],
        "security": [
          {
            "bearerAuth": []
          }
        ],
        "responses": {
          "200": {
            "description": "Successful b012 clinical trial search response.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/B012ClinicalTrialSearchResponse"
                }
              }
            }
          },
          "201": {
            "description": "Created."
          },
          "401": {
            "description": "Unauthorized."
          },
          "403": {
            "description": "Forbidden."
          },
          "404": {
            "description": "Not Found."
          }
        },
        "externalDocs": {
          "description": "API Reference documentation",
          "url": "https://open.patsnap.com/devportal/api-reference/7cee83ebfa7a48b29e9b73df812784bd"
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/B012ClinicalTrialSearchRequest"
              }
            }
          }
        }
      }
    },
    "/synapse/paper/search": {
      "post": {
        "operationId": "b011PaperSearch",
        "summary": "B011 Medical Literature Search",
        "description": "Obtain Literature through fields such as target, organization, disease, etc.",
        "tags": [
          "LS Search"
        ],
        "security": [
          {
            "bearerAuth": []
          }
        ],
        "responses": {
          "200": {
            "description": "Successful b011 medical literature search response.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/B011PaperSearchResponse"
                }
              }
            }
          },
          "201": {
            "description": "Created."
          },
          "401": {
            "description": "Unauthorized."
          },
          "403": {
            "description": "Forbidden."
          },
          "404": {
            "description": "Not Found."
          }
        },
        "externalDocs": {
          "description": "API Reference documentation",
          "url": "https://open.patsnap.com/devportal/api-reference/4c71e1ff69d14e20ab96287a364e2f6d"
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/B011PaperSearchRequest"
              }
            }
          }
        }
      }
    },
    "/synapse/patent/core/search": {
      "post": {
        "operationId": "b009CoreSearch",
        "summary": "B009 Drug core patent search",
        "description": "Obtain core drug patents through drugs",
        "tags": [
          "LS Search"
        ],
        "security": [
          {
            "bearerAuth": []
          }
        ],
        "responses": {
          "200": {
            "description": "Successful b009 drug core patent search response.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/B009CoreSearchResponse"
                }
              }
            }
          },
          "201": {
            "description": "Created."
          },
          "401": {
            "description": "Unauthorized."
          },
          "403": {
            "description": "Forbidden."
          },
          "404": {
            "description": "Not Found."
          }
        },
        "externalDocs": {
          "description": "API Reference documentation",
          "url": "https://open.patsnap.com/devportal/api-reference/a9e3ea3138764562b7ca80bae9014c5e"
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/B009CoreSearchRequest"
              }
            }
          }
        }
      }
    },
    "/synapse/drug-deal/search": {
      "post": {
        "operationId": "b045DrugDealSearch",
        "summary": "B045 Medical Deal Search",
        "description": "Obtain drug deal search information about partner, principle, deal time, drug etc.",
        "tags": [
          "LS Search"
        ],
        "security": [
          {
            "bearerAuth": []
          }
        ],
        "responses": {
          "200": {
            "description": "Successful b045 medical deal search response.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/B045DrugDealSearchResponse"
                }
              }
            }
          },
          "201": {
            "description": "Created."
          },
          "401": {
            "description": "Unauthorized."
          },
          "403": {
            "description": "Forbidden."
          },
          "404": {
            "description": "Not Found."
          }
        },
        "externalDocs": {
          "description": "API Reference documentation",
          "url": "https://open.patsnap.com/devportal/api-reference/f56e605a9c294e048c5d8162267b33f9"
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/B045DrugDealSearchRequest"
              }
            }
          }
        }
      }
    },
    "/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": [
          "LS 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://open.patsnap.com/devportal/api-reference/f222c43773564575b8267c7c63fecca4"
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/B069MedicineSearchRequest"
              }
            }
          }
        }
      }
    },
    "/eurekals/open/ocsr/task/submit": {
      "post": {
        "operationId": "b067-1TaskSubmit",
        "summary": "B067-1 Submit OCSR Task",
        "description": "Only supports PDF file upload (max 15MB) and image (jpg,png,jepg) upload, recognize chemical structure in the document",
        "tags": [
          "Chemical and Bio Data"
        ],
        "security": [
          {
            "bearerAuth": []
          }
        ],
        "responses": {
          "200": {
            "description": "Successful b067-1 submit ocsr task response.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/B067-1TaskSubmitResponse"
                }
              }
            }
          },
          "201": {
            "description": "Created."
          },
          "401": {
            "description": "Unauthorized."
          },
          "403": {
            "description": "Forbidden."
          },
          "404": {
            "description": "Not Found."
          }
        },
        "externalDocs": {
          "description": "API Reference documentation",
          "url": "https://open.patsnap.com/devportal/api-reference/e0692921e5ca45b181807a51e0eeae68"
        },
        "parameters": [
          {
            "name": "X-PatSnap-From",
            "in": "header",
            "required": true,
            "description": "请求来源",
            "schema": {
              "type": "string",
              "example": "swagger-ui",
              "description": "请求来源"
            }
          }
        ],
        "requestBody": {
          "required": true,
          "content": {
            "multipart/form-data": {
              "schema": {
                "$ref": "#/components/schemas/B067-1TaskSubmitRequest"
              }
            }
          }
        }
      }
    },
    "/synapse/ct-result/search": {
      "post": {
        "operationId": "b044CtResultSearch",
        "summary": "B044 clinical result search",
        "description": "Obtain clinical result through drug, target, disease, etc.",
        "tags": [
          "LS Search"
        ],
        "security": [
          {
            "bearerAuth": []
          }
        ],
        "responses": {
          "200": {
            "description": "Successful b044 clinical result search response.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/B044CtResultSearchResponse"
                }
              }
            }
          },
          "201": {
            "description": "Created."
          },
          "401": {
            "description": "Unauthorized."
          },
          "403": {
            "description": "Forbidden."
          },
          "404": {
            "description": "Not Found."
          }
        },
        "externalDocs": {
          "description": "API Reference documentation",
          "url": "https://open.patsnap.com/devportal/api-reference/6223113f7b184e8abfa132222e4c3119"
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/B044CtResultSearchRequest"
              }
            }
          }
        }
      }
    },
    "/eurekals/open/ocsr/task": {
      "get": {
        "operationId": "b067-2OcsrTask",
        "summary": "B067-2 Get OCSR Task Status And Results",
        "description": "Query OCSR task execution status and results by task ID",
        "tags": [
          "Chemical and Bio Data"
        ],
        "security": [
          {
            "bearerAuth": []
          }
        ],
        "responses": {
          "200": {
            "description": "Successful b067-2 get ocsr task status and results response.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/B067-2OcsrTaskResponse"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized."
          },
          "403": {
            "description": "Forbidden."
          },
          "404": {
            "description": "Not Found."
          }
        },
        "externalDocs": {
          "description": "API Reference documentation",
          "url": "https://open.patsnap.com/devportal/api-reference/9b51416af31f46a0887e49e70ee355d1"
        },
        "parameters": [
          {
            "name": "task_id",
            "in": "query",
            "required": true,
            "description": "Task ID",
            "schema": {
              "type": "string",
              "example": "4d45db3044545336319d0d4424641d7f",
              "description": "Task ID"
            }
          },
          {
            "name": "X-PatSnap-From",
            "in": "header",
            "required": true,
            "description": "请求来源",
            "schema": {
              "type": "string",
              "example": "swagger-ui",
              "description": "请求来源"
            }
          }
        ]
      }
    },
    "/eureka/material/docAnalyzer/submitPDF": {
      "post": {
        "operationId": "b068-1DocanalyzerSubmitpdf",
        "summary": "B068-1 Create a triplet recognition task",
        "description": "After uploading the document, a jobId will be generated. Use the jobId to retrieve the extracted triplet results.",
        "tags": [
          "Chemical and Bio Data"
        ],
        "security": [
          {
            "bearerAuth": []
          }
        ],
        "responses": {
          "200": {
            "description": "Successful b068-1 create a triplet recognition task response.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/B068-1DocanalyzerSubmitpdfResponse"
                }
              }
            }
          },
          "201": {
            "description": "Created."
          },
          "401": {
            "description": "Unauthorized."
          },
          "403": {
            "description": "Forbidden."
          },
          "404": {
            "description": "Not Found."
          }
        },
        "externalDocs": {
          "description": "API Reference documentation",
          "url": "https://open.patsnap.com/devportal/api-reference/89da9b4b46fc4e00855729b7a991bcc2"
        },
        "requestBody": {
          "required": true,
          "content": {
            "multipart/form-data": {
              "schema": {
                "$ref": "#/components/schemas/B068-1DocanalyzerSubmitpdfRequest"
              }
            }
          }
        }
      }
    },
    "/eureka/material/docAnalyzer/getExtractMaterial": {
      "post": {
        "operationId": "b068-2DocanalyzerGetextractmaterial",
        "summary": "B068-2 Query the triplet task results.",
        "description": "Retrieve extracted triplet results using jobId",
        "tags": [
          "Chemical and Bio Data"
        ],
        "security": [
          {
            "bearerAuth": []
          }
        ],
        "responses": {
          "200": {
            "description": "Successful b068-2 query the triplet task results. response.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/B068-2DocanalyzerGetextractmaterialResponse"
                }
              }
            }
          },
          "201": {
            "description": "Created."
          },
          "401": {
            "description": "Unauthorized."
          },
          "403": {
            "description": "Forbidden."
          },
          "404": {
            "description": "Not Found."
          }
        },
        "externalDocs": {
          "description": "API Reference documentation",
          "url": "https://open.patsnap.com/devportal/api-reference/99fa3b2bf31341298339f78b65150adf"
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/B068-2DocanalyzerGetextractmaterialRequest"
              }
            }
          }
        }
      }
    },
    "/chemical-openapi/compound": {
      "post": {
        "operationId": "b001ChemicalOpenapiCompound",
        "summary": "B001 Chemical Structure Search",
        "description": "Search chemical structures base on key information (structure name, formula, InChIKey, SMILES, search type), return number of structures, InchiKey, similarity, number of patents and literature related to each structure.",
        "tags": [
          "Chemical and Bio Data"
        ],
        "security": [
          {
            "bearerAuth": []
          }
        ],
        "responses": {
          "200": {
            "description": "Successful b001 chemical structure search response.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/B001ChemicalOpenapiCompoundResponse"
                }
              }
            }
          },
          "201": {
            "description": "Created."
          },
          "401": {
            "description": "Unauthorized."
          },
          "403": {
            "description": "Forbidden."
          },
          "404": {
            "description": "Not Found."
          }
        },
        "externalDocs": {
          "description": "API Reference documentation",
          "url": "https://open.patsnap.com/devportal/api-reference/48a0dd819b3e467084fea825fb878ff8"
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json;charset=UTF-8": {
              "schema": {
                "$ref": "#/components/schemas/B001ChemicalOpenapiCompoundRequest"
              }
            }
          }
        }
      }
    },
    "/synapse/patent/core/aggregation": {
      "post": {
        "operationId": "b009-1CoreAggregation",
        "summary": "B009-1 Drug core patent aggregation",
        "description": "Obtain Aggregated information through drug, target, disease, etc.",
        "tags": [
          "LS Search"
        ],
        "security": [
          {
            "bearerAuth": []
          }
        ],
        "responses": {
          "200": {
            "description": "Successful b009-1 drug core patent aggregation response.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/B009-1CoreAggregationResponse"
                }
              }
            }
          },
          "201": {
            "description": "Created."
          },
          "401": {
            "description": "Unauthorized."
          },
          "403": {
            "description": "Forbidden."
          },
          "404": {
            "description": "Not Found."
          }
        },
        "externalDocs": {
          "description": "API Reference documentation",
          "url": "https://open.patsnap.com/devportal/api-reference/36fba2455dc24433a545754cdd2c8f7c"
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/B009-1CoreAggregationRequest"
              }
            }
          }
        }
      }
    },
    "/bio-openapi/sequence/job/result": {
      "post": {
        "operationId": "b0034JobResult",
        "summary": "[B003/4-1]Get Sequence Search Results",
        "description": "Get Sequence Search Results By Job ID.",
        "tags": [
          "Chemical and Bio Data"
        ],
        "security": [
          {
            "bearerAuth": []
          }
        ],
        "responses": {
          "200": {
            "description": "Successful [b003/4-1]get sequence search results response.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/B0034JobResultResponse"
                }
              }
            }
          },
          "201": {
            "description": "Created."
          },
          "401": {
            "description": "Unauthorized."
          },
          "403": {
            "description": "Forbidden."
          },
          "404": {
            "description": "Not Found."
          }
        },
        "externalDocs": {
          "description": "API Reference documentation",
          "url": "https://open.patsnap.com/devportal/api-reference/c6c31c67b34c4288a546f015b533090b"
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json;charset=UTF-8": {
              "schema": {
                "$ref": "#/components/schemas/B0034JobResultRequest"
              }
            }
          }
        }
      }
    },
    "/bio-openapi/sequence/motif/job": {
      "post": {
        "operationId": "b003MotifJob",
        "summary": "B003 Motif Sequence Search",
        "description": "Search sequences with motif expression.",
        "tags": [
          "Chemical and Bio Data"
        ],
        "security": [
          {
            "bearerAuth": []
          }
        ],
        "responses": {
          "200": {
            "description": "Successful b003 motif sequence search response.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/B003MotifJobResponse"
                }
              }
            }
          },
          "201": {
            "description": "Created."
          },
          "401": {
            "description": "Unauthorized."
          },
          "403": {
            "description": "Forbidden."
          },
          "404": {
            "description": "Not Found."
          }
        },
        "externalDocs": {
          "description": "API Reference documentation",
          "url": "https://open.patsnap.com/devportal/api-reference/be646f6e7bfd40d884a4057b79b16f4d"
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json;charset=UTF-8": {
              "schema": {
                "$ref": "#/components/schemas/B003MotifJobRequest"
              }
            }
          }
        }
      }
    },
    "/chemical-openapi/compound/patents": {
      "get": {
        "operationId": "b002CompoundPatents",
        "summary": "B002 Patent search for individual chemical structures",
        "description": "Get all patents of single chemical structure by InchiKey.<p> Patent bibliography data can be obtained by calling [P012]Biblio API using the returned patent ID.</p>",
        "tags": [
          "Chemical and Bio Data"
        ],
        "security": [
          {
            "bearerAuth": []
          }
        ],
        "responses": {
          "200": {
            "description": "Successful b002 patent search for individual chemical structures response.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/B002CompoundPatentsResponse"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized."
          },
          "403": {
            "description": "Forbidden."
          },
          "404": {
            "description": "Not Found."
          }
        },
        "externalDocs": {
          "description": "API Reference documentation",
          "url": "https://open.patsnap.com/devportal/api-reference/b20758f71a9e42029d4157a31afb78da"
        },
        "parameters": [
          {
            "name": "inchi_key",
            "in": "query",
            "required": true,
            "description": "Structure InchiKey",
            "schema": {
              "type": "string",
              "example": "BSYNRYMUTXBXSQ-UHFFFAOYSA-N",
              "description": "Structure InchiKey"
            }
          },
          {
            "name": "page",
            "in": "query",
            "required": true,
            "description": "Page number. Current page number, start from 1.",
            "schema": {
              "type": "integer",
              "format": "int32",
              "example": "1",
              "description": "Page number. Current page number, start from 1."
            }
          },
          {
            "name": "rows",
            "in": "query",
            "required": true,
            "description": "Page Size. Current page result size, support maximum 100.",
            "schema": {
              "type": "integer",
              "format": "int32",
              "example": "10",
              "description": "Page Size. Current page result size, support maximum 100."
            }
          }
        ]
      }
    },
    "/bio-openapi/sequence/patent": {
      "post": {
        "operationId": "b005SequencePatent",
        "summary": "B005 Single Sequence All Patent List",
        "description": "Get all patents of single sequence by seq_id.",
        "tags": [
          "Chemical and Bio Data"
        ],
        "security": [
          {
            "bearerAuth": []
          }
        ],
        "responses": {
          "200": {
            "description": "Successful b005 single sequence all patent list response.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/B005SequencePatentResponse"
                }
              }
            }
          },
          "201": {
            "description": "Created."
          },
          "401": {
            "description": "Unauthorized."
          },
          "403": {
            "description": "Forbidden."
          },
          "404": {
            "description": "Not Found."
          }
        },
        "externalDocs": {
          "description": "API Reference documentation",
          "url": "https://open.patsnap.com/devportal/api-reference/cf6741a291204d3a896ea6adfdb40694"
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json;charset=UTF-8": {
              "schema": {
                "$ref": "#/components/schemas/B005SequencePatentRequest"
              }
            }
          }
        }
      }
    },
    "/chemical-openapi/compound/detail": {
      "get": {
        "operationId": "b014CompoundDetail",
        "summary": "B014 Chemical Structure Details",
        "description": "Get chemical structures details by InchiKey",
        "tags": [
          "Chemical and Bio Data"
        ],
        "security": [
          {
            "bearerAuth": []
          }
        ],
        "responses": {
          "200": {
            "description": "Successful b014 chemical structure details response.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/B014CompoundDetailResponse"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized."
          },
          "403": {
            "description": "Forbidden."
          },
          "404": {
            "description": "Not Found."
          }
        },
        "externalDocs": {
          "description": "API Reference documentation",
          "url": "https://open.patsnap.com/devportal/api-reference/4423d3004b0b47d9a4edd44671bd4f19"
        },
        "parameters": [
          {
            "name": "inchi_key",
            "in": "query",
            "required": true,
            "description": "Structure InchiKey",
            "schema": {
              "type": "string",
              "example": "BSYNRYMUTXBXSQ-UHFFFAOYSA-N",
              "description": "Structure InchiKey"
            }
          }
        ]
      }
    },
    "/bio-openapi/sequence/job": {
      "post": {
        "operationId": "b004SequenceJob",
        "summary": "B004 Normal Sequence Search",
        "description": "Search sequences with key information.",
        "tags": [
          "Chemical and Bio Data"
        ],
        "security": [
          {
            "bearerAuth": []
          }
        ],
        "responses": {
          "200": {
            "description": "Successful b004 normal sequence search response.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/B004SequenceJobResponse"
                }
              }
            }
          },
          "201": {
            "description": "Created."
          },
          "401": {
            "description": "Unauthorized."
          },
          "403": {
            "description": "Forbidden."
          },
          "404": {
            "description": "Not Found."
          }
        },
        "externalDocs": {
          "description": "API Reference documentation",
          "url": "https://open.patsnap.com/devportal/api-reference/8dfd91e73d1b463c875df3aa0b24cd32"
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json;charset=UTF-8": {
              "schema": {
                "$ref": "#/components/schemas/B004SequenceJobRequest"
              }
            }
          }
        }
      }
    },
    "/bio-openapi/sequence/job/status": {
      "get": {
        "operationId": "b0034JobStatus",
        "summary": "[B003/4-0]Backend Search Job Status",
        "description": "Check Backend Search Job Status.",
        "tags": [
          "Chemical and Bio Data"
        ],
        "security": [
          {
            "bearerAuth": []
          }
        ],
        "responses": {
          "200": {
            "description": "Successful [b003/4-0]backend search job status response.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/B0034JobStatusResponse"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized."
          },
          "403": {
            "description": "Forbidden."
          },
          "404": {
            "description": "Not Found."
          }
        },
        "externalDocs": {
          "description": "API Reference documentation",
          "url": "https://open.patsnap.com/devportal/api-reference/fb86b15491c8438bbac9c810b6cd4d1e"
        },
        "parameters": [
          {
            "name": "job_id",
            "in": "query",
            "required": true,
            "description": "ID of the search job in backend, use this ID for subsequent API calls",
            "schema": {
              "type": "string",
              "example": "953a406a18d84dc8b13f0b923e406a43",
              "description": "ID of the search job in backend, use this ID for subsequent API calls"
            }
          }
        ]
      }
    },
    "/bio-openapi/patent/extract/multi": {
      "post": {
        "operationId": "b063ExtractMulti",
        "summary": "B063 Extract Multiple Patent Sequence",
        "description": "Extract all sequences from a single patent and provide the total count, sequence numbers, sequence codes, and sequence details. Present the information in a paginated format.",
        "tags": [
          "Chemical and Bio Data"
        ],
        "security": [
          {
            "bearerAuth": []
          }
        ],
        "responses": {
          "200": {
            "description": "Successful b063 extract multiple patent sequence response.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/B063ExtractMultiResponse"
                }
              }
            }
          },
          "201": {
            "description": "Created."
          },
          "401": {
            "description": "Unauthorized."
          },
          "403": {
            "description": "Forbidden."
          },
          "404": {
            "description": "Not Found."
          }
        },
        "externalDocs": {
          "description": "API Reference documentation",
          "url": "https://open.patsnap.com/devportal/api-reference/3ad6f992305e41a1beded903ff9e366d"
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json;charset=UTF-8": {
              "schema": {
                "$ref": "#/components/schemas/B063ExtractMultiRequest"
              }
            }
          }
        }
      }
    },
    "/bio-openapi/patent/extract/single": {
      "post": {
        "operationId": "b062ExtractSingle",
        "summary": "B062 Extract Single Patent Sequence",
        "description": "Extract all sequences from a single patent and provide the total count, sequence numbers, sequence codes, and sequence details. Present the information in a paginated format.",
        "tags": [
          "Chemical and Bio Data"
        ],
        "security": [
          {
            "bearerAuth": []
          }
        ],
        "responses": {
          "200": {
            "description": "Successful b062 extract single patent sequence response.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/B062ExtractSingleResponse"
                }
              }
            }
          },
          "201": {
            "description": "Created."
          },
          "401": {
            "description": "Unauthorized."
          },
          "403": {
            "description": "Forbidden."
          },
          "404": {
            "description": "Not Found."
          }
        },
        "externalDocs": {
          "description": "API Reference documentation",
          "url": "https://open.patsnap.com/devportal/api-reference/c1aa536aac634ff587e1d0b7c4308b5f"
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json;charset=UTF-8": {
              "schema": {
                "$ref": "#/components/schemas/B062ExtractSingleRequest"
              }
            }
          }
        }
      }
    },
    "/bio/sequence/info": {
      "post": {
        "operationId": "b016SequenceInfo",
        "summary": "B016 Sequence Infomation",
        "description": "This interface provides Sequence information, including Sequence ID, sequence, sequence length, sequence type (nucleotide or protein), SEQ ID NO, sequence claim position, species",
        "tags": [
          "Chemical and Bio Data"
        ],
        "security": [
          {
            "bearerAuth": []
          }
        ],
        "responses": {
          "200": {
            "description": "Successful b016 sequence infomation response.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/B016SequenceInfoResponse"
                }
              }
            }
          },
          "201": {
            "description": "Created."
          },
          "401": {
            "description": "Unauthorized."
          },
          "403": {
            "description": "Forbidden."
          },
          "404": {
            "description": "Not Found."
          }
        },
        "externalDocs": {
          "description": "API Reference documentation",
          "url": "https://open.patsnap.com/devportal/api-reference/c8d88f9dcbf34e6684a15604881b1199"
        },
        "parameters": [
          {
            "name": "sequence_id",
            "in": "query",
            "required": false,
            "description": "sequence_id",
            "schema": {
              "type": "integer",
              "format": "int64",
              "example": "524284411",
              "description": "sequence_id"
            }
          }
        ],
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/B016SequenceInfoRequest"
              }
            }
          }
        }
      }
    },
    "/synapse/patent/chemical/getTaskResult": {
      "get": {
        "operationId": "b072-2ChemicalGettaskresult",
        "summary": "B072-2 Extract chemical structures from multiple patents-query",
        "description": "Query the execution result of a chemical structure search task by task ID, returning a list of compounds and their detailed information, including InChI, SMILES, molecular weight, synonyms, patent count, paper count, etc.",
        "tags": [
          "Chemical and Bio Data"
        ],
        "security": [
          {
            "bearerAuth": []
          }
        ],
        "responses": {
          "200": {
            "description": "Successful b072-2 extract chemical structures from multiple patents-query response.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/B072-2ChemicalGettaskresultResponse"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized."
          },
          "403": {
            "description": "Forbidden."
          },
          "404": {
            "description": "Not Found."
          }
        },
        "externalDocs": {
          "description": "API Reference documentation",
          "url": "https://open.patsnap.com/devportal/api-reference/1da87029a86c412c942256d00755845c"
        },
        "parameters": [
          {
            "name": "task_id",
            "in": "query",
            "required": true,
            "description": "taskId",
            "schema": {
              "type": "string",
              "example": "27d6e66b503549ce92842cfdb3345349",
              "description": "taskId"
            }
          }
        ]
      }
    },
    "/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": [
          "Chemical and Bio Data"
        ],
        "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://open.patsnap.com/devportal/api-reference/de58d06ff6694cd7a159ba7d57b1c503"
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/B071ChemicalGetsingledataRequest"
              }
            }
          }
        }
      }
    },
    "/synapse/patent/chemical/submitTask": {
      "post": {
        "operationId": "b072-1ChemicalSubmittask",
        "summary": "B072-1 Extract chemical structures from multiple patents-create",
        "description": "Submit a chemical structure search task based on patent IDs or patent numbers, source, molecular weight range, etc., and return a task ID for querying results later",
        "tags": [
          "Chemical and Bio Data"
        ],
        "security": [
          {
            "bearerAuth": []
          }
        ],
        "responses": {
          "200": {
            "description": "Successful b072-1 extract chemical structures from multiple patents-create response.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/B072-1ChemicalSubmittaskResponse"
                }
              }
            }
          },
          "201": {
            "description": "Created."
          },
          "401": {
            "description": "Unauthorized."
          },
          "403": {
            "description": "Forbidden."
          },
          "404": {
            "description": "Not Found."
          }
        },
        "externalDocs": {
          "description": "API Reference documentation",
          "url": "https://open.patsnap.com/devportal/api-reference/bf6f90b3acd544e98c294899fdacf87a"
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/B072-1ChemicalSubmittaskRequest"
              }
            }
          }
        }
      }
    },
    "/synapse/chemical/paper/search": {
      "post": {
        "operationId": "b042PaperSearch",
        "summary": "B042 Single Chemical Structure Literature Search",
        "description": "Search related papers through InChI Key ID, including title, abstract, author, institution, publication, publication date, etc.",
        "tags": [
          "Chemical and Bio Data"
        ],
        "security": [
          {
            "bearerAuth": []
          }
        ],
        "responses": {
          "200": {
            "description": "Successful b042 single chemical structure literature search response.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/B042PaperSearchResponse"
                }
              }
            }
          },
          "201": {
            "description": "Created."
          },
          "401": {
            "description": "Unauthorized."
          },
          "403": {
            "description": "Forbidden."
          },
          "404": {
            "description": "Not Found."
          }
        },
        "externalDocs": {
          "description": "API Reference documentation",
          "url": "https://open.patsnap.com/devportal/api-reference/b0324af6a4a445c5a6e7244b0913c5b2"
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/B042PaperSearchRequest"
              }
            }
          }
        }
      }
    },
    "/synapse/chemical/reaction/route": {
      "post": {
        "operationId": "b075ReactionRoute",
        "summary": "B075 Compound reaction routes",
        "description": "Query patent reaction routes by compound InChI Key, returning reactants, products, and SMILES grouped by patent numbers.",
        "tags": [
          "Chemical and Bio Data"
        ],
        "security": [
          {
            "bearerAuth": []
          }
        ],
        "responses": {
          "200": {
            "description": "Successful b075 compound reaction routes response.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/B075ReactionRouteResponse"
                }
              }
            }
          },
          "201": {
            "description": "Created."
          },
          "401": {
            "description": "Unauthorized."
          },
          "403": {
            "description": "Forbidden."
          },
          "404": {
            "description": "Not Found."
          }
        },
        "externalDocs": {
          "description": "API Reference documentation",
          "url": "https://open.patsnap.com/devportal/api-reference/d28f5273df1846b78d768f89c6e70315"
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/B075ReactionRouteRequest"
              }
            }
          }
        }
      }
    },
    "/synapse/drug/compound-physicochemical-props": {
      "get": {
        "operationId": "b015DrugCompoundPhysicochemicalProps",
        "summary": "B015 Compound Physicochemical Properties",
        "description": "Retrieve physicochemical properties of a single chemical structure (such as molecular weight, compound lipophilicity parameter, number of hydrogen bond donors, Topological Polar Surface Area (TPSA), isotopic mass, acidity/basicity, etc.) by inputting Structure ID, InChIKey, or SMILES (returns based on physicochemical properties displayed on the product side)",
        "tags": [
          "Chemical and Bio Data"
        ],
        "security": [
          {
            "bearerAuth": []
          }
        ],
        "responses": {
          "200": {
            "description": "Successful b015 compound physicochemical properties response.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/B015DrugCompoundPhysicochemicalPropsResponse"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized."
          },
          "403": {
            "description": "Forbidden."
          },
          "404": {
            "description": "Not Found."
          }
        },
        "externalDocs": {
          "description": "API Reference documentation",
          "url": "https://open.patsnap.com/devportal/api-reference/0cc0ad2fe2b04a43a20995e95e9a5397"
        },
        "parameters": [
          {
            "name": "inchi_key",
            "in": "query",
            "required": true,
            "description": "Chemical Structure InChIKey",
            "schema": {
              "type": "string",
              "example": "BSYNRYMUTXBXSQ-UHFFFAOYSA-N",
              "description": "Chemical Structure InChIKey"
            }
          }
        ]
      }
    },
    "/chemical-business/keyword/search": {
      "post": {
        "operationId": "b073KeywordSearch",
        "summary": "B073 Compound Keyword Search",
        "description": "Search compound info by keyword, returns InChI Key, SMILES, compound name and structure image. Supports CAS number, generic name (Chinese, Japanese, English), synonym, abbreviation, molecular formula, SMILES, InChI Key.",
        "tags": [
          "Chemical and Bio Data"
        ],
        "security": [
          {
            "bearerAuth": []
          }
        ],
        "responses": {
          "200": {
            "description": "Successful b073 compound keyword search response.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/B073KeywordSearchResponse"
                }
              }
            }
          },
          "201": {
            "description": "Created."
          },
          "401": {
            "description": "Unauthorized."
          },
          "403": {
            "description": "Forbidden."
          },
          "404": {
            "description": "Not Found."
          }
        },
        "externalDocs": {
          "description": "API Reference documentation",
          "url": "https://open.patsnap.com/devportal/api-reference/86d100b2812245658b0a2fc099453f9f"
        },
        "parameters": [
          {
            "name": "keyword",
            "in": "query",
            "required": true,
            "description": "Compound keyword, supports CAS number, generic name (Chinese, Japanese, English), synonym, abbreviation, molecular formula, SMILES, InChI Key",
            "schema": {
              "type": "string",
              "example": "SIMVASTATIN",
              "description": "Compound keyword, supports CAS number, generic name (Chinese, Japanese, English), synonym, abbreviation, molecular formula, SMILES, InChI Key"
            }
          }
        ],
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/B073KeywordSearchRequest"
              }
            }
          }
        }
      }
    },
    "/chat/pcc-molecule-task": {
      "post": {
        "operationId": "b068-1ChatPccMoleculeTask",
        "summary": "B068-1 PCC Molecule Structure Prediction-Create Task",
        "description": "This interface is used to create a PCC molecule structure prediction task. Input a patent number and receive a job ID. Usage flow: first call this interface to get jobId, then use the jobId to call the result interface.",
        "tags": [
          "Chemical and Bio Data"
        ],
        "security": [
          {
            "bearerAuth": []
          }
        ],
        "responses": {
          "200": {
            "description": "Successful b068-1 pcc molecule structure prediction-create task response.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/B068-1ChatPccMoleculeTaskResponse"
                }
              }
            }
          }
        },
        "externalDocs": {
          "description": "API Reference documentation",
          "url": "https://open.patsnap.com/devportal/api-reference/baac68ce1e424e8dbbcf59173f0f7df1"
        },
        "requestBody": {
          "required": true,
          "content": {
            "*/*": {
              "schema": {
                "$ref": "#/components/schemas/B068-1ChatPccMoleculeTaskRequest"
              }
            }
          }
        }
      }
    },
    "/chat/pcc-molecule-result": {
      "post": {
        "operationId": "b068-2ChatPccMoleculeResult",
        "summary": "B068-2 PCC Molecule Structure Prediction-Get Result",
        "description": "This interface is used to get the result of a PCC molecule structure prediction task. Input a job ID and receive the optimal molecule recommendation list and Markush structure. When the task status is completed, the extracted structured result is returned.",
        "tags": [
          "Chemical and Bio Data"
        ],
        "security": [
          {
            "bearerAuth": []
          }
        ],
        "responses": {
          "200": {
            "description": "Successful b068-2 pcc molecule structure prediction-get result response.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/B068-2ChatPccMoleculeResultResponse"
                }
              }
            }
          }
        },
        "externalDocs": {
          "description": "API Reference documentation",
          "url": "https://open.patsnap.com/devportal/api-reference/25c8d2790ff643739f1e08695dd37358"
        },
        "requestBody": {
          "required": true,
          "content": {
            "*/*": {
              "schema": {
                "$ref": "#/components/schemas/B068-2ChatPccMoleculeResultRequest"
              }
            }
          }
        }
      }
    },
    "/synapse/drug/detail": {
      "get": {
        "operationId": "b018DrugDetail",
        "summary": "B018 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 b018 drug basic information response.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/B018DrugDetailResponse"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized."
          },
          "403": {
            "description": "Forbidden."
          },
          "404": {
            "description": "Not Found."
          }
        },
        "externalDocs": {
          "description": "API Reference documentation",
          "url": "https://open.patsnap.com/devportal/api-reference/a30570e0137343ba846530767c818752"
        },
        "parameters": [
          {
            "name": "drug_id",
            "in": "query",
            "required": true,
            "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"
            }
          }
        ]
      }
    },
    "/synapse/drug/approval": {
      "get": {
        "operationId": "b019DrugApproval",
        "summary": "B019 Drug approval information",
        "description": "Obtain drug approval information about product, submission, etc.",
        "tags": [
          "Drug Basic Data"
        ],
        "security": [
          {
            "bearerAuth": []
          }
        ],
        "responses": {
          "200": {
            "description": "Successful b019 drug approval information response.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/B019DrugApprovalResponse"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized."
          },
          "403": {
            "description": "Forbidden."
          },
          "404": {
            "description": "Not Found."
          }
        },
        "externalDocs": {
          "description": "API Reference documentation",
          "url": "https://open.patsnap.com/devportal/api-reference/7b98d10239c549e7a045ce2d49e83bdd"
        },
        "parameters": [
          {
            "name": "drug_id",
            "in": "query",
            "required": true,
            "description": "Drug ID, obtain this through the drug search interface or drug autocomplete interface",
            "schema": {
              "type": "string",
              "example": "68431d4745744d9e9e17a3073edd3920",
              "description": "Drug ID, obtain this through the drug search interface or drug autocomplete interface"
            }
          }
        ]
      }
    },
    "/synapse/drug/special-approval": {
      "get": {
        "operationId": "b021DrugSpecialApproval",
        "summary": "B021 Drug Regulatory Review",
        "description": "Obtain drug special approval about organization, disease, country, special review etc.",
        "tags": [
          "Drug Basic Data"
        ],
        "security": [
          {
            "bearerAuth": []
          }
        ],
        "responses": {
          "200": {
            "description": "Successful b021 drug regulatory review response.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/B021DrugSpecialApprovalResponse"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized."
          },
          "403": {
            "description": "Forbidden."
          },
          "404": {
            "description": "Not Found."
          }
        },
        "externalDocs": {
          "description": "API Reference documentation",
          "url": "https://open.patsnap.com/devportal/api-reference/77855af9319c42acb0802c4f964d437d"
        },
        "parameters": [
          {
            "name": "drug_id",
            "in": "query",
            "required": true,
            "description": "Drug ID, obtain this through the drug search interface or drug autocomplete interface",
            "schema": {
              "type": "string",
              "example": "68431d4745744d9e9e17a3073edd3920",
              "description": "Drug ID, obtain this through the drug search interface or drug autocomplete interface"
            }
          }
        ]
      }
    },
    "/synapse/drug/dev-status": {
      "get": {
        "operationId": "b020DrugDevStatus",
        "summary": "B020 Drug Dev Status",
        "description": "Obtain drug dev status about organization, disease, country, phase etc.",
        "tags": [
          "Drug Basic Data"
        ],
        "security": [
          {
            "bearerAuth": []
          }
        ],
        "responses": {
          "200": {
            "description": "Successful b020 drug dev status response.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/B020DrugDevStatusResponse"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized."
          },
          "403": {
            "description": "Forbidden."
          },
          "404": {
            "description": "Not Found."
          }
        },
        "externalDocs": {
          "description": "API Reference documentation",
          "url": "https://open.patsnap.com/devportal/api-reference/dd2ac1c04a3446b28e704dd6f9f100df"
        },
        "parameters": [
          {
            "name": "drug_id",
            "in": "query",
            "required": true,
            "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": "offset",
            "in": "query",
            "required": false,
            "description": "Offset, default 0",
            "schema": {
              "type": "integer",
              "format": "int64",
              "example": "0",
              "description": "Offset, default 0"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": false,
            "description": "Limit, default 10, max 100",
            "schema": {
              "type": "integer",
              "format": "int64",
              "example": "10",
              "description": "Limit, default 10, max 100"
            }
          }
        ]
      }
    },
    "/synapse/drug/xdc": {
      "get": {
        "operationId": "b047DrugXdc",
        "summary": "B047 Drug xdc",
        "description": "Obtain drug xdc about targeting moiety, payload, linker etc.",
        "tags": [
          "Drug Basic Data"
        ],
        "security": [
          {
            "bearerAuth": []
          }
        ],
        "responses": {
          "200": {
            "description": "Successful b047 drug xdc response.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/B047DrugXdcResponse"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized."
          },
          "403": {
            "description": "Forbidden."
          },
          "404": {
            "description": "Not Found."
          }
        },
        "externalDocs": {
          "description": "API Reference documentation",
          "url": "https://open.patsnap.com/devportal/api-reference/9301a971588643beb50d429ca26db8a1"
        },
        "parameters": [
          {
            "name": "drug_id",
            "in": "query",
            "required": true,
            "description": "Drug ID, obtain this through the drug search interface or drug autocomplete interface",
            "schema": {
              "type": "string",
              "example": "002ff1c130254b02983a9282528b4d1c",
              "description": "Drug ID, obtain this through the drug search interface or drug autocomplete interface"
            }
          }
        ]
      }
    },
    "/synapse/target/analysis": {
      "get": {
        "operationId": "b041TargetAnalysis",
        "summary": "B041 Target analysis",
        "description": "Obtain Target analysis about organization, disease, drug type etc.",
        "tags": [
          "Drug Basic Data"
        ],
        "security": [
          {
            "bearerAuth": []
          }
        ],
        "responses": {
          "200": {
            "description": "Successful b041 target analysis response.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/B041TargetAnalysisResponse"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized."
          },
          "403": {
            "description": "Forbidden."
          },
          "404": {
            "description": "Not Found."
          }
        },
        "externalDocs": {
          "description": "API Reference documentation",
          "url": "https://open.patsnap.com/devportal/api-reference/cbd4491a62da492db34e1879c792a63c"
        },
        "parameters": [
          {
            "name": "target_id",
            "in": "query",
            "required": true,
            "description": "Target ID, obtain this through the target autocomplete interface",
            "schema": {
              "type": "string",
              "example": "9786d32e3d244a688ec6a60d2fe1b10b",
              "description": "Target ID, obtain this through the target autocomplete interface"
            }
          },
          {
            "name": "type",
            "in": "query",
            "required": true,
            "description": "Analysis type, enum: ORGANIZATION、DISEASE、DRUG_TYPE",
            "schema": {
              "type": "string",
              "example": "ORGANIZATION",
              "description": "Analysis type, enum: ORGANIZATION、DISEASE、DRUG_TYPE"
            }
          },
          {
            "name": "roll_up",
            "in": "query",
            "required": true,
            "description": "Should the aggregation start from the headquarters as the root node? true - yes, false - no. The default is true",
            "schema": {
              "type": "boolean",
              "example": "true",
              "description": "Should the aggregation start from the headquarters as the root node? true - yes, false - no. The default is true"
            }
          }
        ]
      }
    },
    "/synapse/drug/approval/file": {
      "post": {
        "operationId": "b059ApprovalFile",
        "summary": "B059 Drug approval file",
        "description": "Obtain drug approval file",
        "tags": [
          "Drug Basic Data"
        ],
        "security": [
          {
            "bearerAuth": []
          }
        ],
        "responses": {
          "200": {
            "description": "Successful b059 drug approval file response.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/B059ApprovalFileResponse"
                }
              }
            }
          },
          "201": {
            "description": "Created."
          },
          "401": {
            "description": "Unauthorized."
          },
          "403": {
            "description": "Forbidden."
          },
          "404": {
            "description": "Not Found."
          }
        },
        "externalDocs": {
          "description": "API Reference documentation",
          "url": "https://open.patsnap.com/devportal/api-reference/c664e8c86887474590a5359fef0926aa"
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/B059ApprovalFileRequest"
              }
            }
          }
        }
      }
    },
    "/synapse/target/detail": {
      "get": {
        "operationId": "b040TargetDetail",
        "summary": "B040 Target basic information",
        "description": "Obtain Target basic information about name, short name, alias etc.",
        "tags": [
          "Drug Basic Data"
        ],
        "security": [
          {
            "bearerAuth": []
          }
        ],
        "responses": {
          "200": {
            "description": "Successful b040 target basic information response.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/B040TargetDetailResponse"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized."
          },
          "403": {
            "description": "Forbidden."
          },
          "404": {
            "description": "Not Found."
          }
        },
        "externalDocs": {
          "description": "API Reference documentation",
          "url": "https://open.patsnap.com/devportal/api-reference/d2e2fc6dc726442a95e5a6ec3437c3aa"
        },
        "parameters": [
          {
            "name": "target_id",
            "in": "query",
            "required": true,
            "description": "Target ID, obtain this through the target autocomplete interface",
            "schema": {
              "type": "string",
              "example": "9786d32e3d244a688ec6a60d2fe1b10b",
              "description": "Target ID, obtain this through the target autocomplete interface"
            }
          }
        ]
      }
    },
    "/synapse/clinical-trial/contact": {
      "get": {
        "operationId": "b027ClinicalTrialContact",
        "summary": "B027 Clinical trial contact",
        "description": "Obtain clinical trial contact through clinical trial id or registry number",
        "tags": [
          "Drug Clinical Trial Data"
        ],
        "security": [
          {
            "bearerAuth": []
          }
        ],
        "responses": {
          "200": {
            "description": "Successful b027 clinical trial contact response.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/B027ClinicalTrialContactResponse"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized."
          },
          "403": {
            "description": "Forbidden."
          },
          "404": {
            "description": "Not Found."
          }
        },
        "externalDocs": {
          "description": "API Reference documentation",
          "url": "https://open.patsnap.com/devportal/api-reference/a4f2af01602345fba6e105d98329d075"
        },
        "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/clinical-trial/description": {
      "get": {
        "operationId": "b024ClinicalTrialDescription",
        "summary": "B024 Clinical trial description",
        "description": "Obtain clinical trial description through clinical trial id or registry number",
        "tags": [
          "Drug Clinical Trial Data"
        ],
        "security": [
          {
            "bearerAuth": []
          }
        ],
        "responses": {
          "200": {
            "description": "Successful b024 clinical trial description response.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/B024ClinicalTrialDescriptionResponse"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized."
          },
          "403": {
            "description": "Forbidden."
          },
          "404": {
            "description": "Not Found."
          }
        },
        "externalDocs": {
          "description": "API Reference documentation",
          "url": "https://open.patsnap.com/devportal/api-reference/1696cbfa56e044eb95086b30a494c647"
        },
        "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/clinical-trial/design": {
      "get": {
        "operationId": "b026ClinicalTrialDesign",
        "summary": "B026 Clinical trial design",
        "description": "Obtain clinical trial design through clinical trial id or registry number",
        "tags": [
          "Drug Clinical Trial Data"
        ],
        "security": [
          {
            "bearerAuth": []
          }
        ],
        "responses": {
          "200": {
            "description": "Successful b026 clinical trial design response.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/B026ClinicalTrialDesignResponse"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized."
          },
          "403": {
            "description": "Forbidden."
          },
          "404": {
            "description": "Not Found."
          }
        },
        "externalDocs": {
          "description": "API Reference documentation",
          "url": "https://open.patsnap.com/devportal/api-reference/838f6a9ad563433ead1b9262c684bc22"
        },
        "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/clinical-trial/related-entity": {
      "get": {
        "operationId": "b023ClinicalTrialRelatedEntity",
        "summary": "B023 Clinical trial related entity",
        "description": "Obtain clinical trial related entity through clinical trial id or registry number",
        "tags": [
          "Drug Clinical Trial Data"
        ],
        "security": [
          {
            "bearerAuth": []
          }
        ],
        "responses": {
          "200": {
            "description": "Successful b023 clinical trial related entity response.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/B023ClinicalTrialRelatedEntityResponse"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized."
          },
          "403": {
            "description": "Forbidden."
          },
          "404": {
            "description": "Not Found."
          }
        },
        "externalDocs": {
          "description": "API Reference documentation",
          "url": "https://open.patsnap.com/devportal/api-reference/d75905255604452d86cafd93db9a3878"
        },
        "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/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": [
          "Drug Clinical Trial 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://open.patsnap.com/devportal/api-reference/12459b66c18f4141bd34feaf84cee8f2"
        },
        "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/clinical-trial/eligibility": {
      "get": {
        "operationId": "b025ClinicalTrialEligibility",
        "summary": "B025 Clinical trial eligibility",
        "description": "Obtain clinical trial eligibility through clinical trial id or registry number",
        "tags": [
          "Drug Clinical Trial Data"
        ],
        "security": [
          {
            "bearerAuth": []
          }
        ],
        "responses": {
          "200": {
            "description": "Successful b025 clinical trial eligibility response.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/B025ClinicalTrialEligibilityResponse"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized."
          },
          "403": {
            "description": "Forbidden."
          },
          "404": {
            "description": "Not Found."
          }
        },
        "externalDocs": {
          "description": "API Reference documentation",
          "url": "https://open.patsnap.com/devportal/api-reference/afed7afb563544e8a46cdc175b0d940d"
        },
        "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/ct-result/detail": {
      "get": {
        "operationId": "b032CtResultDetail",
        "summary": "B032 Drug clinical result basic information",
        "description": "Obtain clinical result data through clinical  result ID",
        "tags": [
          "Drug Clinical Trial Data"
        ],
        "security": [
          {
            "bearerAuth": []
          }
        ],
        "responses": {
          "200": {
            "description": "Successful b032 drug clinical result basic information response.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/B032CtResultDetailResponse"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized."
          },
          "403": {
            "description": "Forbidden."
          },
          "404": {
            "description": "Not Found."
          }
        },
        "externalDocs": {
          "description": "API Reference documentation",
          "url": "https://open.patsnap.com/devportal/api-reference/887fc0687e674f41ba756cc98523e217"
        },
        "parameters": [
          {
            "name": "ct_result_id",
            "in": "query",
            "required": false,
            "description": "Clinical trial result ID, obtain this through clinical result search interface",
            "schema": {
              "type": "string",
              "example": "e8ea588d3590e929a8022420da25d555",
              "description": "Clinical trial result ID, obtain this through clinical result search interface"
            }
          }
        ]
      }
    },
    "/synapse/news": {
      "get": {
        "operationId": "b031SynapseNews",
        "summary": "B031 Medical News",
        "description": "Obtain news about title, content, publish date etc.",
        "tags": [
          "Drug Mining Data"
        ],
        "security": [
          {
            "bearerAuth": []
          }
        ],
        "responses": {
          "200": {
            "description": "Successful b031 medical news response.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/B031SynapseNewsResponse"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized."
          },
          "403": {
            "description": "Forbidden."
          },
          "404": {
            "description": "Not Found."
          }
        },
        "externalDocs": {
          "description": "API Reference documentation",
          "url": "https://open.patsnap.com/devportal/api-reference/5d4b6fcfe5a642e7b9b7ff11cf9e0eaf"
        },
        "parameters": [
          {
            "name": "news_id",
            "in": "query",
            "required": true,
            "description": "News ID, obtain this through the [B045] medical news search interface",
            "schema": {
              "type": "string",
              "example": "f57e970e-8f97-39b7-a6be-51846e92bee1",
              "description": "News ID, obtain this through the [B045] medical news search interface"
            }
          }
        ]
      }
    },
    "/synapse/ct-result/group": {
      "get": {
        "operationId": "b048CtResultGroup",
        "summary": "B048 Drug clinical result group information",
        "description": "Obtain clinical result group data through clinical  result ID",
        "tags": [
          "Drug Clinical Trial Data"
        ],
        "security": [
          {
            "bearerAuth": []
          }
        ],
        "responses": {
          "200": {
            "description": "Successful b048 drug clinical result group information response.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/B048CtResultGroupResponse"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized."
          },
          "403": {
            "description": "Forbidden."
          },
          "404": {
            "description": "Not Found."
          }
        },
        "externalDocs": {
          "description": "API Reference documentation",
          "url": "https://open.patsnap.com/devportal/api-reference/0406141f83ee4c8695a367d7b91ee0c9"
        },
        "parameters": [
          {
            "name": "ct_result_id",
            "in": "query",
            "required": false,
            "description": "临床结果ID，通过临床结果检索接口获取",
            "schema": {
              "type": "string",
              "example": "5adee5585028aaa5da5982d22a808a99",
              "description": "临床结果ID，通过临床结果检索接口获取"
            }
          }
        ]
      }
    },
    "/synapse/drug-deal": {
      "get": {
        "operationId": "b039SynapseDrugDeal",
        "summary": "B039 Drug deal information",
        "description": "Obtain drug deal information about partner, principle, deal time, drug etc.",
        "tags": [
          "Drug Mining Data"
        ],
        "security": [
          {
            "bearerAuth": []
          }
        ],
        "responses": {
          "200": {
            "description": "Successful b039 drug deal information response.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/B039SynapseDrugDealResponse"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized."
          },
          "403": {
            "description": "Forbidden."
          },
          "404": {
            "description": "Not Found."
          }
        },
        "externalDocs": {
          "description": "API Reference documentation",
          "url": "https://open.patsnap.com/devportal/api-reference/529a586742774e838bb464c691dc1d82"
        },
        "parameters": [
          {
            "name": "deal_id",
            "in": "query",
            "required": true,
            "description": "Drug Deal ID, obtain this through the [B045] drug deal search interface",
            "schema": {
              "type": "string",
              "example": "284929245a22a8a9e2ed5ee82ae52250",
              "description": "Drug Deal ID, obtain this through the [B045] drug deal search interface"
            }
          }
        ]
      }
    },
    "/synapse/paper/detail": {
      "get": {
        "operationId": "b030PaperDetail",
        "summary": "B030 Medical Literature",
        "description": "Obtain Literature about title, journal, publication date etc.",
        "tags": [
          "Drug Mining Data"
        ],
        "security": [
          {
            "bearerAuth": []
          }
        ],
        "responses": {
          "200": {
            "description": "Successful b030 medical literature response.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/B030PaperDetailResponse"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized."
          },
          "403": {
            "description": "Forbidden."
          },
          "404": {
            "description": "Not Found."
          }
        },
        "externalDocs": {
          "description": "API Reference documentation",
          "url": "https://open.patsnap.com/devportal/api-reference/7839fcccb7ff4a15a148ea89c5af8a3a"
        },
        "parameters": [
          {
            "name": "paper_id",
            "in": "query",
            "required": true,
            "description": "Drug ID, obtain this through the paper search interface",
            "schema": {
              "type": "string",
              "example": "c61f84d1-b6b6-35d8-b178-94faa296df56",
              "description": "Drug ID, obtain this through the paper search interface"
            }
          }
        ]
      }
    },
    "/synapse/patent/detail": {
      "get": {
        "operationId": "b028PatentDetail",
        "summary": "B028 Patented drug and patent type",
        "description": "Obtain patented drug and patent type through patent",
        "tags": [
          "Drug Mining Data"
        ],
        "security": [
          {
            "bearerAuth": []
          }
        ],
        "responses": {
          "200": {
            "description": "Successful b028 patented drug and patent type response.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/B028PatentDetailResponse"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized."
          },
          "403": {
            "description": "Forbidden."
          },
          "404": {
            "description": "Not Found."
          }
        },
        "externalDocs": {
          "description": "API Reference documentation",
          "url": "https://open.patsnap.com/devportal/api-reference/f7c779d821254dd2b69e9cf33abf76e6"
        },
        "parameters": [
          {
            "name": "patent_id",
            "in": "query",
            "required": false,
            "description": "Patent ID, obtain this through drug core patent search interface or drug related patent search",
            "schema": {
              "type": "string",
              "example": "f00a5247-0886-4ec4-aeae-572b32fe633a",
              "description": "Patent ID, obtain this through drug core patent search interface or drug related patent search"
            }
          }
        ]
      }
    },
    "/synapse/bio/affinity/search": {
      "get": {
        "operationId": "b066AffinitySearch",
        "summary": "B066 Affinity Search",
        "description": "Search affinity details between antibody and antigen through affinity ID, including antibody sequence, antigen information, detection method, test conditions, etc.",
        "tags": [
          "Drug Mining Data"
        ],
        "security": [
          {
            "bearerAuth": []
          }
        ],
        "responses": {
          "200": {
            "description": "Successful b066 affinity search response.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/B066AffinitySearchResponse"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized."
          },
          "403": {
            "description": "Forbidden."
          },
          "404": {
            "description": "Not Found."
          }
        },
        "externalDocs": {
          "description": "API Reference documentation",
          "url": "https://open.patsnap.com/devportal/api-reference/1c7be91963a9426aa2e6b5617d5207f3"
        },
        "parameters": [
          {
            "name": "affinity_id",
            "in": "query",
            "required": true,
            "description": "Affinity search ID",
            "schema": {
              "type": "string",
              "example": "n14778540229713683257531356477449681766",
              "description": "Affinity search ID"
            }
          },
          {
            "name": "page",
            "in": "query",
            "required": false,
            "description": "Page number (must be >=1)",
            "schema": {
              "type": "integer",
              "format": "int32",
              "example": "1",
              "description": "Page number (must be >=1)"
            }
          },
          {
            "name": "rows",
            "in": "query",
            "required": false,
            "description": "Rows per page (must be >=1 and <=10)",
            "schema": {
              "type": "integer",
              "format": "int32",
              "example": "10",
              "description": "Rows per page (must be >=1 and <=10)"
            }
          }
        ]
      }
    },
    "/synapse/bio/antibody/search": {
      "get": {
        "operationId": "b065AntibodySearch",
        "summary": "B065 Antigen-Antibody Pairing Search",
        "description": "Search related antibody sequence information through antigen name, including antigen sequence, antibody heavy/light chain sequences, UniProt ID, source, etc.",
        "tags": [
          "Drug Mining Data"
        ],
        "security": [
          {
            "bearerAuth": []
          }
        ],
        "responses": {
          "200": {
            "description": "Successful b065 antigen-antibody pairing search response.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/B065AntibodySearchResponse"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized."
          },
          "403": {
            "description": "Forbidden."
          },
          "404": {
            "description": "Not Found."
          }
        },
        "externalDocs": {
          "description": "API Reference documentation",
          "url": "https://open.patsnap.com/devportal/api-reference/56e75d587dea4d06a0a74cfd888f31a8"
        },
        "parameters": [
          {
            "name": "antigen_name",
            "in": "query",
            "required": true,
            "description": "Antigen name",
            "schema": {
              "type": "string",
              "example": "TRBV6-2",
              "description": "Antigen name"
            }
          },
          {
            "name": "page",
            "in": "query",
            "required": false,
            "description": "Page number (must be >=1)",
            "schema": {
              "type": "integer",
              "format": "int32",
              "example": "1",
              "description": "Page number (must be >=1)"
            }
          },
          {
            "name": "rows",
            "in": "query",
            "required": false,
            "description": "Rows per page (must be >=1 and <=10)",
            "schema": {
              "type": "integer",
              "format": "int32",
              "example": "10",
              "description": "Rows per page (must be >=1 and <=10)"
            }
          }
        ]
      }
    },
    "/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://open.patsnap.com/devportal/api-reference/80e34c042d76479ba0d3ec03eb181582"
        },
        "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": [
          "Drug R&D Orgnization"
        ],
        "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://open.patsnap.com/devportal/api-reference/8be2af6ccb9e43b0a8f8dac5a42a8f40"
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/B033OrganizationPipelineRequest"
              }
            }
          }
        }
      }
    },
    "/synapse/organization/basic-info": {
      "get": {
        "operationId": "b034OrganizationBasicInfo",
        "summary": "B034 Organization basic information",
        "description": "Obtain organization basic information about stock symbol, founded date, tags etc.",
        "tags": [
          "Drug R&D Orgnization"
        ],
        "security": [
          {
            "bearerAuth": []
          }
        ],
        "responses": {
          "200": {
            "description": "Successful b034 organization basic information response.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/B034OrganizationBasicInfoResponse"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized."
          },
          "403": {
            "description": "Forbidden."
          },
          "404": {
            "description": "Not Found."
          }
        },
        "externalDocs": {
          "description": "API Reference documentation",
          "url": "https://open.patsnap.com/devportal/api-reference/013548ba65f449dab722134c02e4a367"
        },
        "parameters": [
          {
            "name": "organization_id",
            "in": "query",
            "required": true,
            "description": "Organization ID, obtain this through the organization autocomplete interface",
            "schema": {
              "type": "string",
              "example": "11ef8a9e8bf5ca80213a1183511cded3",
              "description": "Organization ID, obtain this through the organization autocomplete interface"
            }
          }
        ]
      }
    },
    "/synapse/organization/profit": {
      "post": {
        "operationId": "b035OrganizationProfit",
        "summary": "B035 Organization profit",
        "description": "Obtain organization profit information about market cap, revenue, income statement etc.",
        "tags": [
          "Drug R&D Orgnization"
        ],
        "security": [
          {
            "bearerAuth": []
          }
        ],
        "responses": {
          "200": {
            "description": "Successful b035 organization profit response.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/B035OrganizationProfitResponse"
                }
              }
            }
          },
          "201": {
            "description": "Created."
          },
          "401": {
            "description": "Unauthorized."
          },
          "403": {
            "description": "Forbidden."
          },
          "404": {
            "description": "Not Found."
          }
        },
        "externalDocs": {
          "description": "API Reference documentation",
          "url": "https://open.patsnap.com/devportal/api-reference/efaaac28c37e46ddb976586ef7b13c2d"
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/B035OrganizationProfitRequest"
              }
            }
          }
        }
      }
    },
    "/synapse/organization/investment": {
      "post": {
        "operationId": "b037OrganizationInvestment",
        "summary": "B037 Investment",
        "description": "Obtain Investment about investors, funded organization, funding type, transaction amount, announce time etc.",
        "tags": [
          "Drug R&D Orgnization"
        ],
        "security": [
          {
            "bearerAuth": []
          }
        ],
        "responses": {
          "200": {
            "description": "Successful b037 investment response.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/B037OrganizationInvestmentResponse"
                }
              }
            }
          },
          "201": {
            "description": "Created."
          },
          "401": {
            "description": "Unauthorized."
          },
          "403": {
            "description": "Forbidden."
          },
          "404": {
            "description": "Not Found."
          }
        },
        "externalDocs": {
          "description": "API Reference documentation",
          "url": "https://open.patsnap.com/devportal/api-reference/615c14240b0449c682987a9150c892f8"
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/B037OrganizationInvestmentRequest"
              }
            }
          }
        }
      }
    },
    "/synapse/organization/grant-funding": {
      "post": {
        "operationId": "b036OrganizationGrantFunding",
        "summary": "B036 Grant funding",
        "description": "Obtain grant funding about award by organization, funded value, open time etc.",
        "tags": [
          "Drug R&D Orgnization"
        ],
        "security": [
          {
            "bearerAuth": []
          }
        ],
        "responses": {
          "200": {
            "description": "Successful b036 grant funding response.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/B036OrganizationGrantFundingResponse"
                }
              }
            }
          },
          "201": {
            "description": "Created."
          },
          "401": {
            "description": "Unauthorized."
          },
          "403": {
            "description": "Forbidden."
          },
          "404": {
            "description": "Not Found."
          }
        },
        "externalDocs": {
          "description": "API Reference documentation",
          "url": "https://open.patsnap.com/devportal/api-reference/4ff57e830c294cff99a9a93f0d4917fb"
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/B036OrganizationGrantFundingRequest"
              }
            }
          }
        }
      }
    },
    "/synapse/bull-eyes-plot": {
      "post": {
        "operationId": "b057SynapseBullEyesPlot",
        "summary": "B057 Bull eyes plot",
        "description": "Obtain bull eyes plot",
        "tags": [
          "Drug 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://open.patsnap.com/devportal/api-reference/0b371307a4dc41c687afd9e406935ab5"
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/B057SynapseBullEyesPlotRequest"
              }
            }
          }
        }
      }
    },
    "/synapse/organization/financing": {
      "post": {
        "operationId": "b038OrganizationFinancing",
        "summary": "B038 Financing",
        "description": "Obtain financing, funded organization, funding type, transaction amount, announce time etc.",
        "tags": [
          "Drug R&D Orgnization"
        ],
        "security": [
          {
            "bearerAuth": []
          }
        ],
        "responses": {
          "200": {
            "description": "Successful b038 financing response.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/B038OrganizationFinancingResponse"
                }
              }
            }
          },
          "201": {
            "description": "Created."
          },
          "401": {
            "description": "Unauthorized."
          },
          "403": {
            "description": "Forbidden."
          },
          "404": {
            "description": "Not Found."
          }
        },
        "externalDocs": {
          "description": "API Reference documentation",
          "url": "https://open.patsnap.com/devportal/api-reference/6fb8406289b44045a24abd85a7340dbc"
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/B038OrganizationFinancingRequest"
              }
            }
          }
        }
      }
    },
    "/synapse/alert/drug_search/create": {
      "post": {
        "operationId": "b064-1DrugSearchCreate",
        "summary": "B064-1 Create drug monitoring",
        "description": "Drug monitoring",
        "tags": [
          "Drug Visual Analysis "
        ],
        "security": [
          {
            "bearerAuth": []
          }
        ],
        "responses": {
          "200": {
            "description": "Successful b064-1 create drug monitoring response.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/B064-1DrugSearchCreateResponse"
                }
              }
            }
          },
          "201": {
            "description": "Created."
          },
          "401": {
            "description": "Unauthorized."
          },
          "403": {
            "description": "Forbidden."
          },
          "404": {
            "description": "Not Found."
          }
        },
        "externalDocs": {
          "description": "API Reference documentation",
          "url": "https://open.patsnap.com/devportal/api-reference/106569996f1542969cc3ae5fb9f15df7"
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/B064-1DrugSearchCreateRequest"
              }
            }
          }
        }
      }
    },
    "/synapse/alert/drug_search/edit": {
      "post": {
        "operationId": "b064-2DrugSearchEdit",
        "summary": "B064-2 Edit drug monitoring",
        "description": "Edit drug monitoring",
        "tags": [
          "Drug Visual Analysis "
        ],
        "security": [
          {
            "bearerAuth": []
          }
        ],
        "responses": {
          "200": {
            "description": "Successful b064-2 edit drug monitoring response.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/B064-2DrugSearchEditResponse"
                }
              }
            }
          },
          "201": {
            "description": "Created."
          },
          "401": {
            "description": "Unauthorized."
          },
          "403": {
            "description": "Forbidden."
          },
          "404": {
            "description": "Not Found."
          }
        },
        "externalDocs": {
          "description": "API Reference documentation",
          "url": "https://open.patsnap.com/devportal/api-reference/7f972110567c4e1ca6ca6fe623dd706d"
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/B064-2DrugSearchEditRequest"
              }
            }
          }
        }
      }
    },
    "/innovation/company-report/task/create-no-logo": {
      "post": {
        "operationId": "r001TaskCreateNoLogo",
        "summary": "R001 Generate Enterprise Report Task (No logo version)",
        "description": "According to the enterprise name or unified social credit code, create the enterprise innovation capability report(No Logo), and obtain the report download job ID.<p>The enterprise innovation capability report contains the summary of the enterprise innovation capability, equity penetration analysis, company competitiveness, R&D scale and stability, technology layout, technology quality, technology influence, risk information.</p>",
        "tags": [
          "Patsnap Analysis Report"
        ],
        "security": [
          {
            "bearerAuth": []
          }
        ],
        "responses": {
          "200": {
            "description": "Successful r001 generate enterprise report task (no logo version) response.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/R001TaskCreateNoLogoResponse"
                }
              }
            }
          },
          "201": {
            "description": "Created."
          },
          "401": {
            "description": "Unauthorized."
          },
          "403": {
            "description": "Forbidden."
          },
          "404": {
            "description": "Not Found."
          }
        },
        "externalDocs": {
          "description": "API Reference documentation",
          "url": "https://open.patsnap.com/devportal/api-reference/3df480a8a377438bb482a4d3aee24a78"
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/R001TaskCreateNoLogoRequest"
              }
            }
          }
        }
      }
    },
    "/innovation/company-report/task/create": {
      "post": {
        "operationId": "r001TaskCreate",
        "summary": "R001 Generate Enterprise Report Task(Patsnap Logo)",
        "description": "According to the enterprise name or unified social credit code, create the enterprise innovation capability report(Patsnap Logo), and obtain the report download ID.<p>The enterprise innovation capability report contains the summary of the enterprise innovation capability, equity penetration analysis, company competitiveness, R&D scale and stability, technology layout, technology quality, technology influence, risk information.</p>",
        "tags": [
          "Patsnap Analysis Report"
        ],
        "security": [
          {
            "bearerAuth": []
          }
        ],
        "responses": {
          "200": {
            "description": "Successful r001 generate enterprise report task(patsnap logo) response.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/R001TaskCreateResponse"
                }
              }
            }
          },
          "201": {
            "description": "Created."
          },
          "401": {
            "description": "Unauthorized."
          },
          "403": {
            "description": "Forbidden."
          },
          "404": {
            "description": "Not Found."
          }
        },
        "externalDocs": {
          "description": "API Reference documentation",
          "url": "https://open.patsnap.com/devportal/api-reference/56dabb4e55df45afaf54f5480337b0c3"
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/R001TaskCreateRequest"
              }
            }
          }
        }
      }
    },
    "/synapse/alert/drug_search/query": {
      "post": {
        "operationId": "b064-3DrugSearchQuery",
        "summary": "B064-3 Query drug monitoring",
        "description": "Query drug monitoring",
        "tags": [
          "Drug Visual Analysis "
        ],
        "security": [
          {
            "bearerAuth": []
          }
        ],
        "responses": {
          "200": {
            "description": "Successful b064-3 query drug monitoring response.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/B064-3DrugSearchQueryResponse"
                }
              }
            }
          },
          "201": {
            "description": "Created."
          },
          "401": {
            "description": "Unauthorized."
          },
          "403": {
            "description": "Forbidden."
          },
          "404": {
            "description": "Not Found."
          }
        },
        "externalDocs": {
          "description": "API Reference documentation",
          "url": "https://open.patsnap.com/devportal/api-reference/a1a24d3ac863422c89bb68d9c97c4edd"
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/B064-3DrugSearchQueryRequest"
              }
            }
          }
        }
      }
    },
    "/synapse/drug/milestone": {
      "post": {
        "operationId": "b074DrugMilestone",
        "summary": "B074 Drug milestone",
        "description": "Obtain drug milestone, including milestone, event, disease, country, organization, etc.",
        "tags": [
          "Drug Visual Analysis "
        ],
        "security": [
          {
            "bearerAuth": []
          }
        ],
        "responses": {
          "200": {
            "description": "Successful b074 drug milestone response.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/B074DrugMilestoneResponse"
                }
              }
            }
          },
          "201": {
            "description": "Created."
          },
          "401": {
            "description": "Unauthorized."
          },
          "403": {
            "description": "Forbidden."
          },
          "404": {
            "description": "Not Found."
          }
        },
        "externalDocs": {
          "description": "API Reference documentation",
          "url": "https://open.patsnap.com/devportal/api-reference/4507b1e9d3eb43f3b94a05f6bb36f08d"
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/B074DrugMilestoneRequest"
              }
            }
          }
        }
      }
    },
    "/innovation/company-report/job_id/status": {
      "get": {
        "operationId": "r001JobIdStatus",
        "summary": "R001 Query and export enterprise report",
        "description": "This interface provides enterprise report downloading (query and export reports according to the job_id returned in the Generate Enterprise Report Task)",
        "tags": [
          "Patsnap Analysis Report"
        ],
        "security": [
          {
            "bearerAuth": []
          }
        ],
        "responses": {
          "200": {
            "description": "Successful r001 query and export enterprise report response.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/R001JobIdStatusResponse"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized."
          },
          "403": {
            "description": "Forbidden."
          },
          "404": {
            "description": "Not Found."
          }
        },
        "externalDocs": {
          "description": "API Reference documentation",
          "url": "https://open.patsnap.com/devportal/api-reference/c79f7ba124294cc4bb118cffb9242c50"
        },
        "parameters": [
          {
            "name": "job_id",
            "in": "query",
            "required": false,
            "description": "job_id",
            "schema": {
              "type": "integer",
              "format": "int64",
              "example": "1.579434053399036E+18",
              "description": "job_id"
            }
          }
        ]
      }
    },
    "/patent-valuation-data/patent-report/job_id/status": {
      "get": {
        "operationId": "r002JobIdStatus",
        "summary": "R002 Query and export patent value report",
        "description": "This interface provides patent value report downloading (query and export patent value reports according to the job_id returned in the [R002]Generate patent value report task).",
        "tags": [
          "Patsnap Analysis Report"
        ],
        "security": [
          {
            "bearerAuth": []
          }
        ],
        "responses": {
          "200": {
            "description": "Successful r002 query and export patent value report response.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/R002JobIdStatusResponse"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized."
          },
          "403": {
            "description": "Forbidden."
          },
          "404": {
            "description": "Not Found."
          }
        },
        "externalDocs": {
          "description": "API Reference documentation",
          "url": "https://open.patsnap.com/devportal/api-reference/b0911f426e0d44f988cba0eb66fbfc09"
        },
        "parameters": [
          {
            "name": "job_id",
            "in": "query",
            "required": false,
            "description": "job_id",
            "schema": {
              "type": "string",
              "example": "1579434053399035904",
              "description": "job_id"
            }
          }
        ]
      }
    },
    "/patent-valuation-data/patent-report/task/create": {
      "post": {
        "operationId": "r002TaskCreate",
        "summary": "R002 Generate patent value report task(Patsnap Logo)",
        "description": "According to the patent number or patent ID, create a patent value report (Patsnap Logo), and obtain the report download job ID.<p>Patent value report, including patent high value labels, patent value evaluation, patent abstract, potential buyer recommendations, patent lifecycle, patent legal events, and other information</p>",
        "tags": [
          "Patsnap Analysis Report"
        ],
        "security": [
          {
            "bearerAuth": []
          }
        ],
        "responses": {
          "200": {
            "description": "Successful r002 generate patent value report task(patsnap logo) response.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/R002TaskCreateResponse"
                }
              }
            }
          },
          "201": {
            "description": "Created."
          },
          "401": {
            "description": "Unauthorized."
          },
          "403": {
            "description": "Forbidden."
          },
          "404": {
            "description": "Not Found."
          }
        },
        "externalDocs": {
          "description": "API Reference documentation",
          "url": "https://open.patsnap.com/devportal/api-reference/338bce9dbbb04e30af97b6e7bdb03937"
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/R002TaskCreateRequest"
              }
            }
          }
        }
      }
    },
    "/patent-valuation-data/pre_patent-evaluation-create": {
      "post": {
        "operationId": "r003PatentValuationDataPrePatentEvaluationCreate",
        "summary": "R003 Create Pre-patent Evaluation Report Task",
        "description": "Input the technical description text of the patent to be applied for (more than 200 words recommended), create the task of pre-patent evaluation report generation, and return the job id of the report export; The report contains scores and detailed index results for the three dimensions of technological innovation, patentability and translation prospect of the technology solution.",
        "tags": [
          "Patsnap Analysis Report"
        ],
        "security": [
          {
            "bearerAuth": []
          }
        ],
        "responses": {
          "200": {
            "description": "Successful r003 create pre-patent evaluation report task response.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/R003PatentValuationDataPrePatentEvaluationCreateResponse"
                }
              }
            }
          },
          "201": {
            "description": "Created."
          },
          "401": {
            "description": "Unauthorized."
          },
          "403": {
            "description": "Forbidden."
          },
          "404": {
            "description": "Not Found."
          }
        },
        "externalDocs": {
          "description": "API Reference documentation",
          "url": "https://open.patsnap.com/devportal/api-reference/8a3678fb92b04533b805a99c6cb6c135"
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/R003PatentValuationDataPrePatentEvaluationCreateRequest"
              }
            }
          }
        }
      }
    },
    "/patent-valuation-data/pre_patent-evaluation-export": {
      "get": {
        "operationId": "r003PatentValuationDataPrePatentEvaluationExport",
        "summary": "R003 Export Pre-patent Evaluation Report",
        "description": "Enter the patent evaluation content to obtain the patent evaluation report job ID",
        "tags": [
          "Patsnap Analysis Report"
        ],
        "security": [
          {
            "bearerAuth": []
          }
        ],
        "responses": {
          "200": {
            "description": "Successful r003 export pre-patent evaluation report response.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/R003PatentValuationDataPrePatentEvaluationExportResponse"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized."
          },
          "403": {
            "description": "Forbidden."
          },
          "404": {
            "description": "Not Found."
          }
        },
        "externalDocs": {
          "description": "API Reference documentation",
          "url": "https://open.patsnap.com/devportal/api-reference/b3bca971b92a404e81a7c6696329bd2d"
        },
        "parameters": [
          {
            "name": "job_id",
            "in": "query",
            "required": false,
            "description": "job_id",
            "schema": {
              "type": "string",
              "example": "297e0d32-6c07-48c5-8de5-44efe052bfd1",
              "description": "job_id"
            }
          }
        ]
      }
    },
    "/search/patent/idea-validation/job_id/status": {
      "post": {
        "operationId": "r004-3JobIdStatus",
        "summary": "R004-3 Idea Validation - Export Report",
        "description": "This interface provides technical idea validation report downloading (query and export technical idea validation report according to the job_id returned in the [R004-1]Idea Validation - Create Report).",
        "tags": [
          "Patsnap Analysis Report"
        ],
        "security": [
          {
            "bearerAuth": []
          }
        ],
        "responses": {
          "200": {
            "description": "Successful r004-3 idea validation - export report response.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/R004-3JobIdStatusResponse"
                }
              }
            }
          },
          "201": {
            "description": "Created."
          },
          "401": {
            "description": "Unauthorized."
          },
          "403": {
            "description": "Forbidden."
          },
          "404": {
            "description": "Not Found."
          }
        },
        "externalDocs": {
          "description": "API Reference documentation",
          "url": "https://open.patsnap.com/devportal/api-reference/79b960d161b04c7aa71641008458c6da"
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/R004-3JobIdStatusRequest"
              }
            }
          }
        }
      }
    },
    "/landscape-api/jobs": {
      "post": {
        "operationId": "landscapeApiJobs",
        "summary": "Submit a new Landscape job",
        "description": "Create a new Landscape analysis job to process patent collection.",
        "tags": [
          "Insights Company Report"
        ],
        "security": [
          {
            "bearerAuth": []
          }
        ],
        "responses": {
          "200": {
            "description": "Successful submit a new landscape job response.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/LandscapeApiJobsResponse"
                }
              }
            }
          },
          "201": {
            "description": "Created."
          },
          "401": {
            "description": "Unauthorized."
          },
          "403": {
            "description": "Forbidden."
          },
          "404": {
            "description": "Not Found."
          }
        },
        "externalDocs": {
          "description": "API Reference documentation",
          "url": "https://open.patsnap.com/devportal/api-reference/dd0e78bed9794dcf8271974ced34258e"
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/vnd.patsnap.v1.0.0+json,application/vnd.zhihuiya.v1.0.0+json": {
              "schema": {
                "$ref": "#/components/schemas/LandscapeApiJobsRequest"
              }
            }
          }
        }
      }
    },
    "/search/patent/idea-validation/similar-patent-comparison": {
      "post": {
        "operationId": "r004-2IdeaValidationSimilarPatentComparison",
        "summary": "R004-2 Idea Validation - Similar Patent",
        "description": "According to the job_id returned in the [R004-1], a list of similar patents can be obtained and compared through semantic search. A maximum of 20 similar patents will be returned, sorted by default from high to low similarity.",
        "tags": [
          "Patsnap Analysis Report"
        ],
        "security": [
          {
            "bearerAuth": []
          }
        ],
        "responses": {
          "200": {
            "description": "Successful r004-2 idea validation - similar patent response.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/R004-2IdeaValidationSimilarPatentComparisonResponse"
                }
              }
            }
          },
          "201": {
            "description": "Created."
          },
          "401": {
            "description": "Unauthorized."
          },
          "403": {
            "description": "Forbidden."
          },
          "404": {
            "description": "Not Found."
          }
        },
        "externalDocs": {
          "description": "API Reference documentation",
          "url": "https://open.patsnap.com/devportal/api-reference/8ca4a8e1370442b98dc3f058b4536765"
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/R004-2IdeaValidationSimilarPatentComparisonRequest"
              }
            }
          }
        }
      }
    },
    "/patent-valuation-data/patent-report/task/create-no-logo": {
      "post": {
        "operationId": "r002TaskCreateNoLogo",
        "summary": "R002 Generate patent value report task(No logo)",
        "description": "According to the patent number or patent ID, create a patent value report (No Logo), and obtain the report download job ID.<p>Patent value report, including patent high value labels, patent value evaluation, patent abstract, potential buyer recommendations, patent lifecycle, patent legal events, and other information</p>",
        "tags": [
          "Patsnap Analysis Report"
        ],
        "security": [
          {
            "bearerAuth": []
          }
        ],
        "responses": {
          "200": {
            "description": "Successful r002 generate patent value report task(no logo) response.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/R002TaskCreateNoLogoResponse"
                }
              }
            }
          },
          "201": {
            "description": "Created."
          },
          "401": {
            "description": "Unauthorized."
          },
          "403": {
            "description": "Forbidden."
          },
          "404": {
            "description": "Not Found."
          }
        },
        "externalDocs": {
          "description": "API Reference documentation",
          "url": "https://open.patsnap.com/devportal/api-reference/7e9584a9c578449f9838908673d2ceb3"
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/R002TaskCreateNoLogoRequest"
              }
            }
          }
        }
      }
    },
    "/search/patent/idea-validation/task/create": {
      "post": {
        "operationId": "r004-1TaskCreate",
        "summary": "R004-1 Idea Validation - Create Report",
        "description": "According to the technical approach or technical effect, create a technical idea validation report and obtain the report download job ID.\r\nThe technical idea validation report contains troubleshooting technical essentials, check scope, list of similar patents, comparison file(technical problems, technical approach, technical effect, comparison of similar features, core invention points, enhancement proposals), analysis results, technical monitoring suggestions.",
        "tags": [
          "Patsnap Analysis Report"
        ],
        "security": [
          {
            "bearerAuth": []
          }
        ],
        "responses": {
          "200": {
            "description": "Successful r004-1 idea validation - create report response.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/R004-1TaskCreateResponse"
                }
              }
            }
          },
          "201": {
            "description": "Created."
          },
          "401": {
            "description": "Unauthorized."
          },
          "403": {
            "description": "Forbidden."
          },
          "404": {
            "description": "Not Found."
          }
        },
        "externalDocs": {
          "description": "API Reference documentation",
          "url": "https://open.patsnap.com/devportal/api-reference/2b31018547e74f9ea879d9f9a6cc7cd9"
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/R004-1TaskCreateRequest"
              }
            }
          }
        }
      }
    },
    "/landscape-api/jobs/{job_id}/result": {
      "get": {
        "operationId": "jobIdResult",
        "summary": "Get result of a Landscape job",
        "description": "Get result data of a Landscape analysis job by job ID.",
        "tags": [
          "Insights Company Report"
        ],
        "security": [
          {
            "bearerAuth": []
          }
        ],
        "responses": {
          "200": {
            "description": "Successful get result of a landscape job response.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/JobIdResultResponse"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized."
          },
          "403": {
            "description": "Forbidden."
          },
          "404": {
            "description": "Not Found."
          }
        },
        "externalDocs": {
          "description": "API Reference documentation",
          "url": "https://open.patsnap.com/devportal/api-reference/8dfd0280c59841798bedcbb12dbca447"
        },
        "parameters": [
          {
            "name": "job_seq",
            "in": "query",
            "required": false,
            "description": "Sequence number of current Landscape job",
            "schema": {
              "type": "integer",
              "format": "int32",
              "example": "0",
              "description": "Sequence number of current Landscape job"
            }
          },
          {
            "name": "label_num",
            "in": "query",
            "required": false,
            "description": "Label number of each cluster",
            "schema": {
              "type": "integer",
              "format": "int32",
              "example": "5",
              "description": "Label number of each cluster"
            }
          },
          {
            "name": "lang",
            "in": "query",
            "required": false,
            "description": "Label language",
            "schema": {
              "type": "string",
              "example": "EN",
              "description": "Label language"
            }
          }
        ]
      }
    },
    "/landscape-api/jobs/{job_id}/facets/{facet_type}": {
      "get": {
        "operationId": "facetsFacetType",
        "summary": "Get all list of a specific facet type",
        "description": "Get all data lists for a specific facet type in a Landscape job.",
        "tags": [
          "Insights Company Report"
        ],
        "security": [
          {
            "bearerAuth": []
          }
        ],
        "responses": {
          "200": {
            "description": "Successful get all list of a specific facet type response.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/FacetsFacetTypeResponse"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized."
          },
          "403": {
            "description": "Forbidden."
          },
          "404": {
            "description": "Not Found."
          }
        },
        "externalDocs": {
          "description": "API Reference documentation",
          "url": "https://open.patsnap.com/devportal/api-reference/d8303b1b63f24b1da21acfaeeb8a3bbf"
        },
        "parameters": [
          {
            "name": "length",
            "in": "query",
            "required": false,
            "description": "Patent number in current page",
            "schema": {
              "type": "integer",
              "format": "int32",
              "example": "20",
              "description": "Patent number in current page"
            }
          },
          {
            "name": "start",
            "in": "query",
            "required": false,
            "description": "Patent offset used for paging",
            "schema": {
              "type": "integer",
              "format": "int32",
              "example": "0",
              "description": "Patent offset used for paging"
            }
          }
        ]
      }
    },
    "/landscape-api/jobs/{job_id}/status": {
      "get": {
        "operationId": "jobIdStatus",
        "summary": "Get status of a job",
        "description": "Get current status of a Landscape job by job ID.",
        "tags": [
          "Insights Company Report"
        ],
        "security": [
          {
            "bearerAuth": []
          }
        ],
        "responses": {
          "200": {
            "description": "Successful get status of a job response.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/JobIdStatusResponse"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized."
          },
          "403": {
            "description": "Forbidden."
          },
          "404": {
            "description": "Not Found."
          }
        },
        "externalDocs": {
          "description": "API Reference documentation",
          "url": "https://open.patsnap.com/devportal/api-reference/3c97c90f73a748efada3ff639d518b73"
        },
        "parameters": [
          {
            "name": "job_seq",
            "in": "query",
            "required": false,
            "description": "Sequence number of current Landscape job",
            "schema": {
              "type": "integer",
              "format": "int32",
              "example": "0",
              "description": "Sequence number of current Landscape job"
            }
          }
        ]
      }
    },
    "/landscape-api/jobs/{job_id}/patents": {
      "get": {
        "operationId": "jobIdPatents",
        "summary": "Get all patents list of a job",
        "description": "Get all patent data within a Landscape job.",
        "tags": [
          "Insights Company Report"
        ],
        "security": [
          {
            "bearerAuth": []
          }
        ],
        "responses": {
          "200": {
            "description": "Successful get all patents list of a job response.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/JobIdPatentsResponse"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized."
          },
          "403": {
            "description": "Forbidden."
          },
          "404": {
            "description": "Not Found."
          }
        },
        "externalDocs": {
          "description": "API Reference documentation",
          "url": "https://open.patsnap.com/devportal/api-reference/a1fde5bbda1d4232876b5c85a91cdc51"
        },
        "parameters": [
          {
            "name": "all_legal",
            "in": "query",
            "required": false,
            "description": "Whether to get legal info",
            "schema": {
              "type": "boolean",
              "example": "false",
              "description": "Whether to get legal info"
            }
          },
          {
            "name": "length",
            "in": "query",
            "required": false,
            "description": "Patent number in current page",
            "schema": {
              "type": "integer",
              "format": "int32",
              "example": "0",
              "description": "Patent number in current page"
            }
          },
          {
            "name": "patent_value",
            "in": "query",
            "required": false,
            "description": "Whether to get patent value",
            "schema": {
              "type": "boolean",
              "example": "true",
              "description": "Whether to get patent value"
            }
          },
          {
            "name": "start",
            "in": "query",
            "required": false,
            "description": "Patent offset used for paging",
            "schema": {
              "type": "integer",
              "format": "int32",
              "example": "0",
              "description": "Patent offset used for paging"
            }
          }
        ]
      }
    },
    "/landscape-api/jobs/{job_id}/facets/{facet_type}/detail": {
      "get": {
        "operationId": "facetTypeDetail",
        "summary": "Get all patent list of specific Landscape facet",
        "description": "Get all patent list data for a specific facet name in a Landscape job.",
        "tags": [
          "Insights Company Report"
        ],
        "security": [
          {
            "bearerAuth": []
          }
        ],
        "responses": {
          "200": {
            "description": "Successful get all patent list of specific landscape facet response.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/FacetTypeDetailResponse"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized."
          },
          "403": {
            "description": "Forbidden."
          },
          "404": {
            "description": "Not Found."
          }
        },
        "externalDocs": {
          "description": "API Reference documentation",
          "url": "https://open.patsnap.com/devportal/api-reference/94af95b58f6948fd95d4f662412d19ed"
        },
        "parameters": [
          {
            "name": "filter_expired",
            "in": "query",
            "required": false,
            "description": "Whether to filter expired patents",
            "schema": {
              "type": "boolean",
              "example": "false",
              "description": "Whether to filter expired patents"
            }
          },
          {
            "name": "length",
            "in": "query",
            "required": false,
            "description": "Patent number in current page",
            "schema": {
              "type": "integer",
              "format": "int32",
              "example": "20",
              "description": "Patent number in current page"
            }
          },
          {
            "name": "start",
            "in": "query",
            "required": false,
            "description": "Patent offset used for paging",
            "schema": {
              "type": "integer",
              "format": "int32",
              "example": "0",
              "description": "Patent offset used for paging"
            }
          }
        ]
      }
    },
    "/innovation/company_warning": {
      "post": {
        "operationId": "dp003InnovationCompanyWarning",
        "summary": "DP003 scientific and technological company risk warning",
        "description": "This interface provides query of risk early warning data of scientific and technological innovation enterprises.",
        "tags": [
          "TFFI Enterprise Evaluation (Level5)"
        ],
        "security": [
          {
            "bearerAuth": []
          }
        ],
        "responses": {
          "200": {
            "description": "Successful dp003 scientific and technological company risk warning response.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/DP003InnovationCompanyWarningResponse"
                }
              }
            }
          },
          "201": {
            "description": "Created."
          },
          "401": {
            "description": "Unauthorized."
          },
          "403": {
            "description": "Forbidden."
          },
          "404": {
            "description": "Not Found."
          }
        },
        "externalDocs": {
          "description": "API Reference documentation",
          "url": "https://open.patsnap.com/devportal/api-reference/5aba369d21ed4dee86d6e934990f9cbd"
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/DP003InnovationCompanyWarningRequest"
              }
            }
          }
        }
      }
    },
    "/innovation/estimate/company-index-warning": {
      "post": {
        "operationId": "dp004EstimateCompanyIndexWarning",
        "summary": "DP004 scientific and technological company evaluation and indicators&risk warning",
        "description": "This interface provides the query of the evaluation model score , model indicator information and risk warning data of  innovation company",
        "tags": [
          "TFFI Enterprise Evaluation (Level5)"
        ],
        "security": [
          {
            "bearerAuth": []
          }
        ],
        "responses": {
          "200": {
            "description": "Successful dp004 scientific and technological company evaluation and indicators&risk warning response.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/DP004EstimateCompanyIndexWarningResponse"
                }
              }
            }
          },
          "201": {
            "description": "Created."
          },
          "401": {
            "description": "Unauthorized."
          },
          "403": {
            "description": "Forbidden."
          },
          "404": {
            "description": "Not Found."
          }
        },
        "externalDocs": {
          "description": "API Reference documentation",
          "url": "https://open.patsnap.com/devportal/api-reference/797c08432fea4767b5e7087ba92cd6ab"
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/DP004EstimateCompanyIndexWarningRequest"
              }
            }
          }
        }
      }
    },
    "/innovation/estimate/company-index": {
      "post": {
        "operationId": "dp005EstimateCompanyIndex",
        "summary": "DP005 scientific and technological company evaluation and indicators",
        "description": "This interface provides the query of the evaluation model score and model indicator information of  innovation company",
        "tags": [
          "TFFI Enterprise Evaluation (Level5)"
        ],
        "security": [
          {
            "bearerAuth": []
          }
        ],
        "responses": {
          "200": {
            "description": "Successful dp005 scientific and technological company evaluation and indicators response.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/DP005EstimateCompanyIndexResponse"
                }
              }
            }
          },
          "201": {
            "description": "Created."
          },
          "401": {
            "description": "Unauthorized."
          },
          "403": {
            "description": "Forbidden."
          },
          "404": {
            "description": "Not Found."
          }
        },
        "externalDocs": {
          "description": "API Reference documentation",
          "url": "https://open.patsnap.com/devportal/api-reference/e3a4a3effc204536a9dac3bdf21e0d69"
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/DP005EstimateCompanyIndexRequest"
              }
            }
          }
        }
      }
    },
    "/innovation/company_valuation_indicators": {
      "post": {
        "operationId": "dp002InnovationCompanyValuationIndicators",
        "summary": "DP002 scientific and technological company indicators",
        "description": "This interface provides query on specific index data of the evaluation model of science and innovation enterprises.",
        "tags": [
          "TFFI Enterprise Evaluation (Level5)"
        ],
        "security": [
          {
            "bearerAuth": []
          }
        ],
        "responses": {
          "200": {
            "description": "Successful dp002 scientific and technological company indicators response.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/DP002InnovationCompanyValuationIndicatorsResponse"
                }
              }
            }
          },
          "201": {
            "description": "Created."
          },
          "401": {
            "description": "Unauthorized."
          },
          "403": {
            "description": "Forbidden."
          },
          "404": {
            "description": "Not Found."
          }
        },
        "externalDocs": {
          "description": "API Reference documentation",
          "url": "https://open.patsnap.com/devportal/api-reference/1d3b51518cb94f1b92c3dff0e8b960f5"
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/DP002InnovationCompanyValuationIndicatorsRequest"
              }
            }
          }
        }
      }
    },
    "/innovation/company_valuation": {
      "post": {
        "operationId": "dp001InnovationCompanyValuation",
        "summary": "DP001 scientific and technological company evaluation",
        "description": "This interface provides query on the comprehensive scoring information of the evaluation model of science and innovation enterprises.",
        "tags": [
          "TFFI Enterprise Evaluation (Level5)"
        ],
        "security": [
          {
            "bearerAuth": []
          }
        ],
        "responses": {
          "200": {
            "description": "Successful dp001 scientific and technological company evaluation response.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/DP001InnovationCompanyValuationResponse"
                }
              }
            }
          },
          "201": {
            "description": "Created."
          },
          "401": {
            "description": "Unauthorized."
          },
          "403": {
            "description": "Forbidden."
          },
          "404": {
            "description": "Not Found."
          }
        },
        "externalDocs": {
          "description": "API Reference documentation",
          "url": "https://open.patsnap.com/devportal/api-reference/77ebb2eebda54551b79645c10bcbe659"
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/DP001InnovationCompanyValuationRequest"
              }
            }
          }
        }
      }
    },
    "/synapse/disease/therapeutic-area": {
      "post": {
        "operationId": "b058DiseaseTherapeuticArea",
        "summary": "B058 Therapeutic area",
        "description": "Obtain therapeutic area about id, name etc.",
        "tags": [
          "Biopharmaceutical Dictionary Data"
        ],
        "security": [
          {
            "bearerAuth": []
          }
        ],
        "responses": {
          "200": {
            "description": "Successful b058 therapeutic area response.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/B058DiseaseTherapeuticAreaResponse"
                }
              }
            }
          },
          "201": {
            "description": "Created."
          },
          "401": {
            "description": "Unauthorized."
          },
          "403": {
            "description": "Forbidden."
          },
          "404": {
            "description": "Not Found."
          }
        },
        "externalDocs": {
          "description": "API Reference documentation",
          "url": "https://open.patsnap.com/devportal/api-reference/d340276ab49f4a3ba1db458e760753fe"
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/B058DiseaseTherapeuticAreaRequest"
              }
            }
          }
        }
      }
    },
    "/synapse/disease/autocomplete": {
      "post": {
        "operationId": "b050DiseaseAutocomplete",
        "summary": "B050 Disease ID search",
        "description": "Input the disease name and get the disease ID",
        "tags": [
          "Biopharmaceutical Dictionary Data"
        ],
        "security": [
          {
            "bearerAuth": []
          }
        ],
        "responses": {
          "200": {
            "description": "Successful b050 disease id search response.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/B050DiseaseAutocompleteResponse"
                }
              }
            }
          },
          "201": {
            "description": "Created."
          },
          "401": {
            "description": "Unauthorized."
          },
          "403": {
            "description": "Forbidden."
          },
          "404": {
            "description": "Not Found."
          }
        },
        "externalDocs": {
          "description": "API Reference documentation",
          "url": "https://open.patsnap.com/devportal/api-reference/f40b7156b3d24c8aa90a42e9c0ee5437"
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/B050DiseaseAutocompleteRequest"
              }
            }
          }
        }
      }
    },
    "/synapse/drug-type/autocomplete": {
      "post": {
        "operationId": "b049DrugTypeAutocomplete",
        "summary": "B049 Drug type ID search",
        "description": "Input the drug type name and get the drug type ID",
        "tags": [
          "Biopharmaceutical Dictionary Data"
        ],
        "security": [
          {
            "bearerAuth": []
          }
        ],
        "responses": {
          "200": {
            "description": "Successful b049 drug type id search response.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/B049DrugTypeAutocompleteResponse"
                }
              }
            }
          },
          "201": {
            "description": "Created."
          },
          "401": {
            "description": "Unauthorized."
          },
          "403": {
            "description": "Forbidden."
          },
          "404": {
            "description": "Not Found."
          }
        },
        "externalDocs": {
          "description": "API Reference documentation",
          "url": "https://open.patsnap.com/devportal/api-reference/658755968ea1442391332cd6ad8a991e"
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/B049DrugTypeAutocompleteRequest"
              }
            }
          }
        }
      }
    },
    "/synapse/organization/autocomplete": {
      "post": {
        "operationId": "b052OrganizationAutocomplete",
        "summary": "B052 Organization ID search",
        "description": "Input the organization name and get the organization ID",
        "tags": [
          "Biopharmaceutical Dictionary Data"
        ],
        "security": [
          {
            "bearerAuth": []
          }
        ],
        "responses": {
          "200": {
            "description": "Successful b052 organization id search response.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/B052OrganizationAutocompleteResponse"
                }
              }
            }
          },
          "201": {
            "description": "Created."
          },
          "401": {
            "description": "Unauthorized."
          },
          "403": {
            "description": "Forbidden."
          },
          "404": {
            "description": "Not Found."
          }
        },
        "externalDocs": {
          "description": "API Reference documentation",
          "url": "https://open.patsnap.com/devportal/api-reference/5f76e173b56e428e854ed208bbab335f"
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/B052OrganizationAutocompleteRequest"
              }
            }
          }
        }
      }
    },
    "/synapse/target/autocomplete": {
      "post": {
        "operationId": "b051TargetAutocomplete",
        "summary": "B051 Target ID search",
        "description": "Input the target name and get the target ID",
        "tags": [
          "Biopharmaceutical Dictionary Data"
        ],
        "security": [
          {
            "bearerAuth": []
          }
        ],
        "responses": {
          "200": {
            "description": "Successful b051 target id search response.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/B051TargetAutocompleteResponse"
                }
              }
            }
          },
          "201": {
            "description": "Created."
          },
          "401": {
            "description": "Unauthorized."
          },
          "403": {
            "description": "Forbidden."
          },
          "404": {
            "description": "Not Found."
          }
        },
        "externalDocs": {
          "description": "API Reference documentation",
          "url": "https://open.patsnap.com/devportal/api-reference/0e404a931834481eb5fd56cc20a1666a"
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/B051TargetAutocompleteRequest"
              }
            }
          }
        }
      }
    },
    "/synapse/drug/autocomplete": {
      "post": {
        "operationId": "b053DrugAutocomplete",
        "summary": "B053 Drug ID search",
        "description": "Input the drug name and get the drug ID",
        "tags": [
          "Biopharmaceutical Dictionary Data"
        ],
        "security": [
          {
            "bearerAuth": []
          }
        ],
        "responses": {
          "200": {
            "description": "Successful b053 drug id search response.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/B053DrugAutocompleteResponse"
                }
              }
            }
          },
          "201": {
            "description": "Created."
          },
          "401": {
            "description": "Unauthorized."
          },
          "403": {
            "description": "Forbidden."
          },
          "404": {
            "description": "Not Found."
          }
        },
        "externalDocs": {
          "description": "API Reference documentation",
          "url": "https://open.patsnap.com/devportal/api-reference/153d97c55e4e4c0f80b50ced787021e9"
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/B053DrugAutocompleteRequest"
              }
            }
          }
        }
      }
    },
    "/synapse/outcome/autocomplete": {
      "post": {
        "operationId": "b055OutcomeAutocomplete",
        "summary": "B055 Outcome ID search",
        "description": "Input the outcome name and get the outcome ID",
        "tags": [
          "Biopharmaceutical Dictionary Data"
        ],
        "security": [
          {
            "bearerAuth": []
          }
        ],
        "responses": {
          "200": {
            "description": "Successful b055 outcome id search response.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/B055OutcomeAutocompleteResponse"
                }
              }
            }
          },
          "201": {
            "description": "Created."
          },
          "401": {
            "description": "Unauthorized."
          },
          "403": {
            "description": "Forbidden."
          },
          "404": {
            "description": "Not Found."
          }
        },
        "externalDocs": {
          "description": "API Reference documentation",
          "url": "https://open.patsnap.com/devportal/api-reference/70c489ff76894c5bbd238ac383539d6f"
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/B055OutcomeAutocompleteRequest"
              }
            }
          }
        }
      }
    },
    "/synapse/dictionary/search": {
      "post": {
        "operationId": "b056DictionarySearch",
        "summary": "B056 Dictionary query",
        "description": "Obtain dictionary ID through entering keywords or selecting the dictionary type",
        "tags": [
          "Biopharmaceutical Dictionary Data"
        ],
        "security": [
          {
            "bearerAuth": []
          }
        ],
        "responses": {
          "200": {
            "description": "Successful b056 dictionary query response.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/B056DictionarySearchResponse"
                }
              }
            }
          },
          "201": {
            "description": "Created."
          },
          "401": {
            "description": "Unauthorized."
          },
          "403": {
            "description": "Forbidden."
          },
          "404": {
            "description": "Not Found."
          }
        },
        "externalDocs": {
          "description": "API Reference documentation",
          "url": "https://open.patsnap.com/devportal/api-reference/fd7354574a734775b4ea0a54fed7d6f5"
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/B056DictionarySearchRequest"
              }
            }
          }
        }
      }
    },
    "/synapse/mechanism-action/autocomplete": {
      "post": {
        "operationId": "b054MechanismActionAutocomplete",
        "summary": "B054 Mechanism action ID search",
        "description": "Input the mechanism action name and get the mechanism action ID",
        "tags": [
          "Biopharmaceutical Dictionary Data"
        ],
        "security": [
          {
            "bearerAuth": []
          }
        ],
        "responses": {
          "200": {
            "description": "Successful b054 mechanism action id search response.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/B054MechanismActionAutocompleteResponse"
                }
              }
            }
          },
          "201": {
            "description": "Created."
          },
          "401": {
            "description": "Unauthorized."
          },
          "403": {
            "description": "Forbidden."
          },
          "404": {
            "description": "Not Found."
          }
        },
        "externalDocs": {
          "description": "API Reference documentation",
          "url": "https://open.patsnap.com/devportal/api-reference/80eaecf616844287adc3fab20b75b68c"
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/B054MechanismActionAutocompleteRequest"
              }
            }
          }
        }
      }
    },
    "/synapse/patent/technology/autocomplete": {
      "post": {
        "operationId": "b056-1TechnologyAutocomplete",
        "summary": "B056-1 Patent technology ID search",
        "description": "Input the patent technology name and get the patent technology ID",
        "tags": [
          "Biopharmaceutical Dictionary Data"
        ],
        "security": [
          {
            "bearerAuth": []
          }
        ],
        "responses": {
          "200": {
            "description": "Successful b056-1 patent technology id search response.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/B056-1TechnologyAutocompleteResponse"
                }
              }
            }
          },
          "201": {
            "description": "Created."
          },
          "401": {
            "description": "Unauthorized."
          },
          "403": {
            "description": "Forbidden."
          },
          "404": {
            "description": "Not Found."
          }
        },
        "externalDocs": {
          "description": "API Reference documentation",
          "url": "https://open.patsnap.com/devportal/api-reference/83134953a46745e38f7b94fa74fa9ef0"
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/B056-1TechnologyAutocompleteRequest"
              }
            }
          }
        }
      }
    }
  },
  "components": {
    "schemas": {
      "AI07ChatCcGptStream_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": 1520,
            "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."
          }
        }
      },
      "AI07ChatCcGptStream_AiPatGptOutPut": {
        "type": "object",
        "properties": {
          "usage": {
            "$ref": "#/components/schemas/AI07ChatCcGptStream_AiPatGptUsage"
          },
          "status": {
            "type": "string",
            "example": "stop",
            "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": "Conversation result",
            "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>",
            "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"
        ]
      },
      "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"
        ]
      },
      "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"
        ]
      },
      "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"
        ]
      },
      "AI50ChatPatGptStream_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": 1520,
            "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."
          }
        }
      },
      "AI50ChatPatGptStream_AiPatGptOutPut": {
        "type": "object",
        "properties": {
          "usage": {
            "$ref": "#/components/schemas/AI50ChatPatGptStream_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"
          }
        }
      },
      "AI50ChatPatGptStream_AiPatGptReference": {
        "type": "object",
        "properties": {
          "text": {
            "type": "string",
            "example": "text",
            "description": "Introduction to reference materials"
          },
          "type": {
            "type": "string",
            "example": "patent",
            "description": "Types of reference materials include patent (专利), paper (文献), and website (网页)."
          },
          "value": {
            "type": "string",
            "example": "72fbb693-366a-4e50-bcd4-56d699f6c316",
            "description": "Reference material associated ID,\n1) When type is 'patent', the value is 'patent_id'\n2) When type is 'paper', the value is 'paper_id'\n3) When type is 'website', the value is the 'url-link'"
          }
        }
      },
      "AI50ChatPatGptStream_AiPatGptResponse": {
        "type": "object",
        "properties": {
          "output": {
            "$ref": "#/components/schemas/AI50ChatPatGptStream_AiPatGptOutPut"
          },
          "references": {
            "type": "array",
            "example": "Please check the form: AiPatGptReference",
            "description": "Reference materials for model output results.",
            "items": {
              "$ref": "#/components/schemas/AI50ChatPatGptStream_AiPatGptReference"
            }
          }
        }
      },
      "AI50ChatPatGptStreamResponse": {
        "type": "object",
        "properties": {
          "data": {
            "$ref": "#/components/schemas/AI50ChatPatGptStream_AiPatGptResponse"
          },
          "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"
        ]
      },
      "AI50ChatPatGptStreamRequest": {
        "type": "object",
        "properties": {
          "query": {
            "type": "string",
            "example": "<cn>公开号为CN109213437A的专利，主要的发明点是什么？</cn><us>What is the technology method of the patent with publication number CN109213437A?</us>",
            "description": "User question\nNote: No more than 30000 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": [
          "query"
        ]
      },
      "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"
        ]
      },
      "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"
        ]
      },
      "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"
        ]
      },
      "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"
        ]
      },
      "AI20ChatPharmGptStream_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."
          }
        }
      },
      "AI20ChatPharmGptStream_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"
          }
        }
      },
      "AI20ChatPharmGptStream_AiPharmGptOutPut": {
        "type": "object",
        "properties": {
          "usage": {
            "$ref": "#/components/schemas/AI20ChatPharmGptStream_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": {
            "type": "array",
            "example": "Please check the form: RefdocInfo",
            "description": "Cited literature\nNote: Only when status = \"finished\" will the request end and return the cited literature content, that is ref_doc,",
            "items": {
              "$ref": "#/components/schemas/AI20ChatPharmGptStream_RefdocInfo"
            }
          },
          "session_id": {
            "type": "string",
            "example": "ebc4a867-9a75-4611-99b8-32e44706226e",
            "description": "Session ID, which is a unique identifier for a single or multiple rounds of dialogue"
          }
        }
      },
      "AI20ChatPharmGptStream_AiPharmGptResponse": {
        "type": "object",
        "properties": {
          "output": {
            "$ref": "#/components/schemas/AI20ChatPharmGptStream_AiPharmGptOutPut"
          }
        }
      },
      "AI20ChatPharmGptStreamResponse": {
        "type": "object",
        "properties": {
          "data": {
            "$ref": "#/components/schemas/AI20ChatPharmGptStream_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"
        ]
      },
      "AI20ChatPharmGptStreamRequest": {
        "type": "object",
        "properties": {
          "query": {
            "type": "string",
            "example": "<cn>冷冻消融球囊</cn><us>What are the indications for siRNA drugs?</us>",
            "description": "User question\nNote: No more than 16000 character."
          },
          "session_id": {
            "type": "string",
            "example": "72fbb693-366a-4e50-bcd4-56d699f6c316",
            "description": "Session ID is a unique identifier used to identify a single conversation or a multi-turn dialogue.\n\nNote: When multiple rounds of dialogue are required, this field is a mandatory parameter. The session_id from the previous round of dialogue and the query for the second round must be included as input parameters."
          }
        },
        "required": [
          "query"
        ]
      },
      "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-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"
        ]
      },
      "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"
        ]
      },
      "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"
        ]
      },
      "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"
        ]
      },
      "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"
        ]
      },
      "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-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"
        ]
      },
      "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"
        ]
      },
      "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"
        ]
      },
      "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"
        ]
      },
      "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-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"
        ]
      },
      "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"
        ]
      },
      "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"
        ]
      },
      "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"
        ]
      },
      "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-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"
        ]
      },
      "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"
        ]
      },
      "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"
        ]
      },
      "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-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-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 (Unnecessary output)"
          },
          "cc_pids": {
            "type": "array",
            "example": [
              "CN123456789A",
              "US20210150214A1",
              "JP2021144566A"
            ],
            "description": "List of patents for CC comparison (Unnecessary output)"
          },
          "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 (Unnecessary output)"
          },
          "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 (Unnecessary output)"
          },
          "debug_detail": {
            "type": "object",
            "example": {
              "debug_info": "详细的调试信息"
            },
            "description": "Debug details returned when debug=true is enabled, mainly for internal testing analysis (Unnecessary output)"
          },
          "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": "Unique task identifier, returned by submit task API"
          }
        },
        "required": [
          "task_id"
        ]
      },
      "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"
        ]
      },
      "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-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"
        ]
      },
      "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"
        ]
      },
      "AI37-2InitResultCnipa_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"
          }
        }
      },
      "AI37-2InitResultCnipa_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/AI37-2InitResultCnipa_EmbodimentOutlineItem"
            }
          }
        },
        "required": [
          "task_id"
        ]
      },
      "AI37-2InitResultCnipaResponse": {
        "type": "object",
        "properties": {
          "data": {
            "$ref": "#/components/schemas/AI37-2InitResultCnipa_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"
        ]
      },
      "AI37-2InitResultCnipaRequest": {
        "type": "object",
        "properties": {
          "task_id": {
            "type": "string",
            "example": "80d440b7-80a5-4233-a75f-ab72b0885c88",
            "description": "Task id"
          }
        },
        "required": [
          "task_id"
        ]
      },
      "AI37-3ExtractFeatureCnipa_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"
        ]
      },
      "AI37-3ExtractFeatureCnipa_ClaimFeature": {
        "type": "object",
        "properties": {
          "feature": {
            "type": "string",
            "example": "三个独立气室共同组成横向的试验装置外壳",
            "description": "Technical feature description"
          },
          "concepts": {
            "type": "array",
            "example": [
              "气室",
              "试验装置",
              "外壳"
            ],
            "description": "Concept words list"
          },
          "feature_deleted": {
            "type": "integer",
            "format": "int32",
            "example": 0,
            "description": "Feature deleted flag"
          }
        }
      },
      "AI37-3ExtractFeatureCnipa_FeatureTreeBO": {
        "type": "object",
        "properties": {
          "num": {
            "type": "string",
            "example": 7,
            "description": "Claim number"
          },
          "parent": {
            "type": "string",
            "example": "1,2,3,4,5,6",
            "description": "Parent claim number"
          },
          "simple_claim": {
            "type": "string",
            "example": "一种用于直流气体绝缘金属封闭输电线路的试验研究装置",
            "description": "Simplified claim description"
          },
          "claim_features": {
            "type": "array",
            "example": [
              {
                "feature": "还具有不锈钢的装置支撑座和辅助支撑架支撑所述试验装置本体，使本体能够平稳放置和移动",
                "concepts": [
                  "不锈钢",
                  "装置支撑座",
                  "辅助支撑架",
                  "试验装置本体",
                  "平稳放置",
                  "移动"
                ]
              }
            ],
            "description": "Claim features list",
            "items": {
              "$ref": "#/components/schemas/AI37-3ExtractFeatureCnipa_ClaimFeature"
            }
          }
        }
      },
      "AI37-3ExtractFeatureCnipa_SpecificationFeatureResponse": {
        "type": "object",
        "properties": {
          "terms": {
            "type": "array",
            "example": [
              {
                "name": "直流气体绝缘",
                "annotated": false,
                "unique_id": "1"
              },
              {
                "name": "金属封闭输电线路",
                "annotated": false,
                "unique_id": "2"
              },
              {
                "name": "试验研究装置",
                "annotated": false,
                "unique_id": "3"
              },
              {
                "name": "L型",
                "annotated": false,
                "unique_id": "4"
              },
              {
                "name": "外形",
                "annotated": false,
                "unique_id": "5"
              },
              {
                "name": "竖直方向",
                "annotated": false,
                "unique_id": "6"
              },
              {
                "name": "高压引线端",
                "annotated": false,
                "unique_id": "7"
              },
              {
                "name": "高压均压环",
                "annotated": false,
                "unique_id": "8"
              },
              {
                "name": "硅橡胶复合绝缘子",
                "annotated": false,
                "unique_id": "9"
              },
              {
                "name": "高压套管",
                "annotated": false,
                "unique_id": "10"
              },
              {
                "name": "水平方向",
                "annotated": false,
                "unique_id": "11"
              },
              {
                "name": "同轴分布",
                "annotated": false,
                "unique_id": "12"
              },
              {
                "name": "高压导杆电极",
                "annotated": false,
                "unique_id": "13"
              },
              {
                "name": "试验装置外壳",
                "annotated": false,
                "unique_id": "14"
              },
              {
                "name": "1号气室",
                "annotated": false,
                "unique_id": "15"
              },
              {
                "name": "2号气室",
                "annotated": false,
                "unique_id": "16"
              },
              {
                "name": "3号气室",
                "annotated": false,
                "unique_id": "17"
              },
              {
                "name": "横向",
                "annotated": false,
                "unique_id": "18"
              },
              {
                "name": "1号盆式绝缘子",
                "annotated": false,
                "unique_id": "19"
              },
              {
                "name": "2号盆式绝缘子",
                "annotated": false,
                "unique_id": "20"
              },
              {
                "name": "独立气室",
                "annotated": false,
                "unique_id": "21"
              },
              {
                "name": "独立充放气阀门",
                "annotated": false,
                "unique_id": "22"
              },
              {
                "name": "1号充放气阀门",
                "annotated": false,
                "unique_id": "23"
              },
              {
                "name": "2号充放气阀门",
                "annotated": false,
                "unique_id": "24"
              },
              {
                "name": "3号充放气阀门",
                "annotated": false,
                "unique_id": "25"
              },
              {
                "name": "充放气阀门",
                "annotated": false,
                "unique_id": "26"
              },
              {
                "name": "气压表",
                "annotated": false,
                "unique_id": "27"
              },
              {
                "name": "密度计",
                "annotated": false,
                "unique_id": "28"
              },
              {
                "name": "气压恒定",
                "annotated": false,
                "unique_id": "29"
              },
              {
                "name": "不用于试验",
                "annotated": false,
                "unique_id": "30"
              },
              {
                "name": "试验单元段",
                "annotated": false,
                "unique_id": "31"
              },
              {
                "name": "棒板电极",
                "annotated": false,
                "unique_id": "32"
              },
              {
                "name": "同轴圆柱电极",
                "annotated": false,
                "unique_id": "33"
              },
              {
                "name": "支柱绝缘子",
                "annotated": false,
                "unique_id": "34"
              },
              {
                "name": "金属导电微粒",
                "annotated": false,
                "unique_id": "35"
              },
              {
                "name": "SF6气体间隙绝缘特性试验",
                "annotated": false,
                "unique_id": "36"
              },
              {
                "name": "绝缘子闪络特性试验",
                "annotated": false,
                "unique_id": "37"
              },
              {
                "name": "金属导电微粒试验",
                "annotated": false,
                "unique_id": "38"
              },
              {
                "name": "温度补偿",
                "annotated": false,
                "unique_id": "39"
              },
              {
                "name": "气体密度计",
                "annotated": false,
                "unique_id": "40"
              },
              {
                "name": "屏蔽均压罩",
                "annotated": false,
                "unique_id": "41"
              },
              {
                "name": "电场",
                "annotated": false,
                "unique_id": "42"
              },
              {
                "name": "同轴外壳电极",
                "annotated": false,
                "unique_id": "43"
              },
              {
                "name": "电极对",
                "annotated": false,
                "unique_id": "44"
              },
              {
                "name": "电极过渡连接件",
                "annotated": false,
                "unique_id": "45"
              },
              {
                "name": "配套电极",
                "annotated": false,
                "unique_id": "46"
              },
              {
                "name": "尺寸",
                "annotated": false,
                "unique_id": "47"
              },
              {
                "name": "粗糙度",
                "annotated": false,
                "unique_id": "48"
              },
              {
                "name": "气体间隙绝缘特性试验",
                "annotated": false,
                "unique_id": "49"
              },
              {
                "name": "可拆卸法兰结构",
                "annotated": false,
                "unique_id": "50"
              },
              {
                "name": "1号石英玻璃观察窗口",
                "annotated": false,
                "unique_id": "51"
              },
              {
                "name": "2号石英玻璃观察窗口",
                "annotated": false,
                "unique_id": "52"
              },
              {
                "name": "3号石英玻璃观察窗口",
                "annotated": false,
                "unique_id": "53"
              },
              {
                "name": "主试验石英玻璃观察窗口",
                "annotated": false,
                "unique_id": "54"
              },
              {
                "name": "石英玻璃",
                "annotated": false,
                "unique_id": "55"
              },
              {
                "name": "远紫外材料",
                "annotated": false,
                "unique_id": "56"
              },
              {
                "name": "放电过程",
                "annotated": false,
                "unique_id": "57"
              },
              {
                "name": "波长",
                "annotated": false,
                "unique_id": "58"
              },
              {
                "name": "光谱范围",
                "annotated": false,
                "unique_id": "59"
              },
              {
                "name": "透过率",
                "annotated": false,
                "unique_id": "60"
              },
              {
                "name": "不锈钢",
                "annotated": false,
                "unique_id": "61"
              },
              {
                "name": "装置支撑座",
                "annotated": false,
                "unique_id": "62"
              },
              {
                "name": "辅助支撑架",
                "annotated": false,
                "unique_id": "63"
              },
              {
                "name": "试验装置本体",
                "annotated": false,
                "unique_id": "64"
              },
              {
                "name": "平稳放置",
                "annotated": false,
                "unique_id": "65"
              },
              {
                "name": "移动",
                "annotated": false,
                "unique_id": "66"
              }
            ],
            "description": "Terms list",
            "items": {
              "$ref": "#/components/schemas/AI37-3ExtractFeatureCnipa_Term"
            }
          },
          "feature_tree": {
            "type": "array",
            "example": [
              {
                "num": "1",
                "parent": "",
                "simple_claim": "直流气体绝缘试验装置",
                "claim_features": [
                  {
                    "feature": "一种用于直流气体绝缘金属封闭输电线路的试验研究装置",
                    "concepts": [
                      "直流气体绝缘",
                      "金属封闭输电线路",
                      "试验研究装置"
                    ]
                  },
                  {
                    "feature": "具有大致“L”型的外形",
                    "concepts": [
                      "L型",
                      "外形"
                    ]
                  },
                  {
                    "feature": "包括竖直方向上布置的高压引线端、高压均压环和硅橡胶复合绝缘子高压套管",
                    "concepts": [
                      "竖直方向",
                      "高压引线端",
                      "高压均压环",
                      "硅橡胶复合绝缘子",
                      "高压套管"
                    ]
                  },
                  {
                    "feature": "在水平方向上，同轴分布的位于中间的高压导杆电极和外围的试验装置外壳",
                    "concepts": [
                      "水平方向",
                      "同轴分布",
                      "高压导杆电极",
                      "试验装置外壳"
                    ]
                  },
                  {
                    "feature": "1号气室、2号气室和3号气室共同组成横向的试验装置外壳",
                    "concepts": [
                      "1号气室",
                      "2号气室",
                      "3号气室",
                      "横向",
                      "试验装置外壳"
                    ]
                  },
                  {
                    "feature": "三个气室由1号盆式绝缘子和2号盆式绝缘子隔离成为独立的气室",
                    "concepts": [
                      "1号盆式绝缘子",
                      "2号盆式绝缘子",
                      "独立气室"
                    ]
                  },
                  {
                    "feature": "三个气室还分别具有相应的独立充放气阀门：1号充放气阀门、2号充放气阀门和3号充放气阀门",
                    "concepts": [
                      "独立充放气阀门",
                      "1号充放气阀门",
                      "2号充放气阀门",
                      "3号充放气阀门"
                    ]
                  },
                  {
                    "feature": "每个充放气阀门上均设置有气压表或密度计",
                    "concepts": [
                      "充放气阀门",
                      "气压表",
                      "密度计"
                    ]
                  },
                  {
                    "feature": "1号气室的气压保持恒定，不用于试验",
                    "concepts": [
                      "1号气室",
                      "气压恒定",
                      "不用于试验"
                    ]
                  },
                  {
                    "feature": "3号气室为试验单元段，通过布置不同形式的棒板电极、同轴圆柱电极、不同规格的2号盆式绝缘子和支柱绝缘子以及金属导电微粒",
                    "concepts": [
                      "3号气室",
                      "试验单元段",
                      "棒板电极",
                      "同轴圆柱电极",
                      "2号盆式绝缘子",
                      "支柱绝缘子",
                      "金属导电微粒"
                    ]
                  },
                  {
                    "feature": "在3号气室中进行SF6气体间隙绝缘特性试验、绝缘子闪络特性试验和金属导电微粒试验",
                    "concepts": [
                      "3号气室",
                      "SF6气体间隙绝缘特性试验",
                      "绝缘子闪络特性试验",
                      "金属导电微粒试验"
                    ]
                  }
                ]
              },
              {
                "num": "2",
                "parent": "1",
                "simple_claim": "3号气室带温度补偿密度计",
                "claim_features": [
                  {
                    "feature": "3号气室的3号充放气阀门上设置有带温度补偿的气体密度计",
                    "concepts": [
                      "3号气室",
                      "3号充放气阀门",
                      "温度补偿",
                      "气体密度计"
                    ]
                  }
                ]
              },
              {
                "num": "3",
                "parent": "2",
                "simple_claim": "支柱绝缘子屏蔽电场",
                "claim_features": [
                  {
                    "feature": "支柱绝缘子上设置有屏蔽均压罩，屏蔽高压导杆电极端部的电场",
                    "concepts": [
                      "支柱绝缘子",
                      "屏蔽均压罩",
                      "高压导杆电极",
                      "电场"
                    ]
                  }
                ]
              },
              {
                "num": "4",
                "parent": "3",
                "simple_claim": "3号气室安装同轴外壳电极",
                "claim_features": [
                  {
                    "feature": "3号气室安装不同规格尺寸的同轴外壳电极以配合高压导杆电极组成的电极对",
                    "concepts": [
                      "3号气室",
                      "同轴外壳电极",
                      "高压导杆电极",
                      "电极对"
                    ]
                  },
                  {
                    "feature": "高压导杆电极通过2号盆式绝缘子右端的电极过渡连接件进行更换",
                    "concepts": [
                      "高压导杆电极",
                      "2号盆式绝缘子",
                      "电极过渡连接件"
                    ]
                  },
                  {
                    "feature": "通过改变高压导杆电极及其配套电极的尺寸和粗糙度，进行不同形状和不同粗糙度的气体间隙绝缘特性试验",
                    "concepts": [
                      "高压导杆电极",
                      "配套电极",
                      "尺寸",
                      "粗糙度",
                      "气体间隙绝缘特性试验"
                    ]
                  }
                ]
              },
              {
                "num": "5",
                "parent": "4",
                "simple_claim": "3号气室端部可拆卸法兰",
                "claim_features": [
                  {
                    "feature": "3号气室端部设有可拆卸法兰结构",
                    "concepts": [
                      "3号气室",
                      "可拆卸法兰结构"
                    ]
                  }
                ]
              },
              {
                "num": "6",
                "parent": "5",
                "simple_claim": "气室安装石英玻璃窗口",
                "claim_features": [
                  {
                    "feature": "2号气室安装有1个1号石英玻璃观察窗口",
                    "concepts": [
                      "2号气室",
                      "1号石英玻璃观察窗口"
                    ]
                  },
                  {
                    "feature": "3号气室上安装有2号石英玻璃观察窗口、3号石英玻璃观察窗口和主试验石英玻璃观察窗口各1个",
                    "concepts": [
                      "3号气室",
                      "2号石英玻璃观察窗口",
                      "3号石英玻璃观察窗口",
                      "主试验石英玻璃观察窗口"
                    ]
                  },
                  {
                    "feature": "石英玻璃为远紫外材料，对放电过程中发出的波长在200nm～800nm的光谱范围内光，其透过率大于90％",
                    "concepts": [
                      "石英玻璃",
                      "远紫外材料",
                      "放电过程",
                      "波长",
                      "光谱范围",
                      "透过率"
                    ]
                  }
                ]
              },
              {
                "num": "7",
                "parent": "1,2,3,4,5,6",
                "simple_claim": "装置支撑座和辅助支撑架",
                "claim_features": [
                  {
                    "feature": "还具有不锈钢的装置支撑座和辅助支撑架支撑所述试验装置本体，使本体能够平稳放置和移动",
                    "concepts": [
                      "不锈钢",
                      "装置支撑座",
                      "辅助支撑架",
                      "试验装置本体",
                      "平稳放置",
                      "移动"
                    ]
                  }
                ]
              }
            ],
            "description": "Feature tree list",
            "items": {
              "$ref": "#/components/schemas/AI37-3ExtractFeatureCnipa_FeatureTreeBO"
            }
          }
        }
      },
      "AI37-3ExtractFeatureCnipaResponse": {
        "type": "object",
        "properties": {
          "data": {
            "$ref": "#/components/schemas/AI37-3ExtractFeatureCnipa_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"
        ]
      },
      "AI37-3ExtractFeatureCnipaRequest": {
        "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"
        ]
      },
      "AI39-1McpSubmitWorkflowResponse": {
        "type": "object",
        "properties": {
          "message": {
            "type": "string",
            "example": "任务提交成功",
            "description": "Submission result message"
          },
          "success": {
            "type": "boolean",
            "example": true,
            "description": "Whether submission succeeded"
          },
          "task_id": {
            "type": "string",
            "example": "8f3c1b2a-9d4e-4a7b-bc5e-12345678abcd",
            "description": "Task ID generated automatically by the server; may be empty when submission fails"
          }
        },
        "required": [
          "message",
          "success"
        ]
      },
      "AI39-1McpSubmitWorkflow_LocItem": {
        "type": "object",
        "properties": {
          "id": {
            "type": "string",
            "example": "09-01",
            "description": "LOC classification code, e.g. 09-01"
          },
          "desc": {
            "type": "string",
            "example": "包装容器",
            "description": "LOC classification description"
          }
        },
        "required": [
          "id"
        ]
      },
      "AI39-1McpSubmitWorkflowRequest": {
        "type": "object",
        "properties": {
          "user_id": {
            "type": "string",
            "example": "user_123456",
            "description": "User ID, optional; if not provided, the server will use the context user or generate an anonymous MCP user"
          },
          "url": {
            "type": "string",
            "example": "https://example.com/target-image.jpg",
            "description": "Target image URL; at least one of url or target_image_base64 must be provided, url takes precedence when both are given"
          },
          "target_image_base64": {
            "type": "string",
            "example": "iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mNkYAAAAAYAAjCB0C8AAAAASUVORK5CYII=",
            "description": "Target image base64 encoding; at least one of url or target_image_base64 must be provided, url takes precedence when both are given"
          },
          "title": {
            "type": "string",
            "example": "FTO 图像检索任务-2026-05-22",
            "description": "Task title"
          },
          "country": {
            "type": "array",
            "example": [
              "CN",
              "US",
              "EU"
            ],
            "description": "Country/region code list, e.g. CN, US, JP, KR, AU, EU"
          },
          "loc_items": {
            "type": "array",
            "example": [
              {
                "id": "09-01",
                "desc": "包装容器"
              }
            ],
            "description": "LOC classification item list",
            "items": {
              "$ref": "#/components/schemas/AI39-1McpSubmitWorkflow_LocItem"
            }
          },
          "apply_start_time": {
            "type": "string",
            "example": "20200101",
            "description": "Application start date, format YYYYMMDD"
          },
          "apply_end_time": {
            "type": "string",
            "example": "20260522",
            "description": "Application end date, format YYYYMMDD"
          },
          "simple_legal_status": {
            "type": "string",
            "example": "1,2",
            "description": "Simple legal status filter, comma-separated. 0=Inactive, 1=Active, 2=Pending. Default 1,2; pass 0,1,2 to include inactive patents"
          }
        }
      },
      "AI37-1InitCnipa_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"
          }
        }
      },
      "AI37-1InitCnipa_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/AI37-1InitCnipa_EmbodimentOutlineItem"
            }
          }
        },
        "required": [
          "task_id"
        ]
      },
      "AI37-1InitCnipaResponse": {
        "type": "object",
        "properties": {
          "data": {
            "$ref": "#/components/schemas/AI37-1InitCnipa_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"
        ]
      },
      "AI37-1InitCnipaRequest": {
        "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"
        ]
      },
      "AI39-3StageResult_ReportExport": {
        "type": "object",
        "properties": {
          "file_name": {
            "type": "string",
            "example": "FTO_Report_20260522.docx",
            "description": "Word report file name"
          },
          "download_url": {
            "type": "string",
            "example": "https://example.com/reports/fto-report.docx?sig=xxx",
            "description": "Word report download URL"
          }
        }
      },
      "AI39-3StageResult_StageResultData": {
        "type": "object",
        "properties": {
          "stage": {
            "type": "string",
            "example": "generate_report",
            "description": "Stage name"
          },
          "result_data": {
            "type": "object",
            "example": {
              "report_data": {
                "items": [],
                "title": "FTO 检索报告"
              }
            },
            "description": "Stage business result. For generate_report, includes full report data such as report_data"
          },
          "retry_count": {
            "type": "integer",
            "format": "int32",
            "example": 0,
            "description": "Retry count"
          },
          "stage_status": {
            "type": "string",
            "example": "completed",
            "description": "Stage status"
          },
          "error_message": {
            "type": "string",
            "example": "timeout",
            "description": "Error message (only returned on failure)"
          },
          "report_export": {
            "$ref": "#/components/schemas/AI39-3StageResult_ReportExport"
          },
          "execution_duration": {
            "type": "number",
            "format": "double",
            "example": 12.3,
            "description": "Stage execution duration (seconds)"
          }
        }
      },
      "AI39-3StageResultResponse": {
        "type": "object",
        "properties": {
          "data": {
            "$ref": "#/components/schemas/AI39-3StageResult_StageResultData"
          },
          "message": {
            "type": "string",
            "example": "查询成功",
            "description": "Result message"
          },
          "success": {
            "type": "boolean",
            "example": true,
            "description": "Whether the query succeeded"
          }
        },
        "required": [
          "success"
        ]
      },
      "AI39-2TaskIdStatus_TaskSummary": {
        "type": "object",
        "properties": {
          "title": {
            "type": "string",
            "example": "FTO 图像检索任务-2026-05-22",
            "description": "Task title"
          },
          "task_id": {
            "type": "string",
            "example": "8f3c1b2a-9d4e-4a7b-bc5e-12345678abcd",
            "description": "Task ID"
          },
          "created_at": {
            "type": "string",
            "example": "2026-05-22T10:30:00Z",
            "description": "Task creation time in ISO 8601 format"
          },
          "current_stage": {
            "type": "string",
            "example": "image_search",
            "description": "Name of the currently executing stage"
          },
          "error_message": {
            "type": "string",
            "example": "image download failed",
            "description": "Error message (only returned on failure)"
          },
          "workflow_status": {
            "type": "string",
            "example": "running",
            "description": "Overall workflow status, e.g. pending/running/completed/failed"
          },
          "current_stage_order": {
            "type": "integer",
            "format": "int32",
            "example": 2,
            "description": "Execution order number of the current stage"
          },
          "total_execution_duration": {
            "type": "number",
            "format": "double",
            "example": 35.6,
            "description": "Total task execution duration (seconds)"
          }
        }
      },
      "AI39-2TaskIdStatus_StageSummary": {
        "type": "object",
        "properties": {
          "stage": {
            "type": "string",
            "example": "image_search",
            "description": "Stage name"
          },
          "status": {
            "type": "string",
            "example": "completed",
            "description": "Stage status, e.g. pending/running/completed/failed"
          },
          "retry_count": {
            "type": "integer",
            "format": "int32",
            "example": 0,
            "description": "Retry count"
          },
          "stage_order": {
            "type": "integer",
            "format": "int32",
            "example": 2,
            "description": "Stage execution order number"
          },
          "error_message": {
            "type": "string",
            "example": "timeout",
            "description": "Error message (only returned on failure)"
          },
          "execution_duration": {
            "type": "number",
            "format": "double",
            "example": 12.3,
            "description": "Stage execution duration (seconds)"
          }
        }
      },
      "AI39-2TaskIdStatusResponse": {
        "type": "object",
        "properties": {
          "task": {
            "$ref": "#/components/schemas/AI39-2TaskIdStatus_TaskSummary"
          },
          "stages": {
            "type": "array",
            "example": [
              {
                "stage": "convert_lineart",
                "status": "completed",
                "retry_count": 0,
                "stage_order": 1,
                "execution_duration": 5.2
              }
            ],
            "description": "Stage summary list",
            "items": {
              "$ref": "#/components/schemas/AI39-2TaskIdStatus_StageSummary"
            }
          },
          "message": {
            "type": "string",
            "example": "查询成功",
            "description": "Result message"
          },
          "success": {
            "type": "boolean",
            "example": true,
            "description": "Whether the query succeeded"
          }
        },
        "required": [
          "success"
        ]
      },
      "AI37-5SpecificationDownloadReport_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)"
          }
        }
      },
      "AI37-5SpecificationDownloadReportResponse": {
        "type": "object",
        "properties": {
          "data": {
            "$ref": "#/components/schemas/AI37-5SpecificationDownloadReport_NoveltySearchDownloadResponse"
          },
          "status": {
            "type": "boolean",
            "example": "false",
            "description": "Status"
          },
          "error_msg": {
            "type": "string",
            "example": "The request parameter format is incorrect！",
            "description": "Error Message"
          },
          "error_code": {
            "type": "integer",
            "example": "0",
            "description": "Error Code"
          }
        },
        "required": [
          "status",
          "error_code"
        ]
      },
      "AI37-5SpecificationDownloadReportRequest": {
        "type": "object",
        "properties": {
          "task_id": {
            "type": "string",
            "example": "80d440b7-80a5-4233-a75f-ab72b0885c88",
            "description": "Task id"
          }
        },
        "required": [
          "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"
        ]
      },
      "AI37-4GenerateReportCnipa_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)"
          }
        }
      },
      "AI37-4GenerateReportCnipaResponse": {
        "type": "object",
        "properties": {
          "data": {
            "$ref": "#/components/schemas/AI37-4GenerateReportCnipa_NoveltySearchDownloadResponse"
          },
          "status": {
            "type": "boolean",
            "example": "false",
            "description": "Status"
          },
          "error_msg": {
            "type": "string",
            "example": "The request parameter format is incorrect！",
            "description": "Error Message"
          },
          "error_code": {
            "type": "integer",
            "example": "0",
            "description": "Error Code"
          }
        },
        "required": [
          "status",
          "error_code"
        ]
      },
      "AI37-4GenerateReportCnipa_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)"
          }
        }
      },
      "AI37-4GenerateReportCnipa_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"
          }
        }
      },
      "AI37-4GenerateReportCnipa_FeatureTreeBO": {
        "type": "object",
        "properties": {
          "claim_features": {
            "type": "array",
            "example": [
              {
                "feature": "还具有不锈钢的装置支撑座和辅助支撑架支撑所述试验装置本体，使本体能够平稳放置和移动",
                "concepts": [
                  "不锈钢",
                  "装置支撑座",
                  "辅助支撑架",
                  "试验装置本体",
                  "平稳放置",
                  "移动"
                ]
              }
            ],
            "description": "Claim features list",
            "items": {
              "$ref": "#/components/schemas/AI37-4GenerateReportCnipa_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"
          }
        }
      },
      "AI37-4GenerateReportCnipa_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"
        ]
      },
      "AI37-4GenerateReportCnipaRequest": {
        "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/AI37-4GenerateReportCnipa_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/AI37-4GenerateReportCnipa_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/AI37-4GenerateReportCnipa_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"
        ]
      },
      "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"
        ]
      },
      "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"
        ]
      },
      "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-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"
        ]
      },
      "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"
        ]
      },
      "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"
        ]
      },
      "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. Only supports CN, EN, and JP. 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"
        ]
      },
      "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-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-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": "Unique task identifier for subsequent polling to get task results"
          }
        },
        "required": [
          "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": [
          "comparison_conclusion",
          "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-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"
        ]
      },
      "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"
        ]
      },
      "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"
        ]
      },
      "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"
        ]
      },
      "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"
        ]
      },
      "FileExtract_SarExtractBatchResponse": {
        "type": "object",
        "properties": {
          "status": {
            "type": "string",
            "example": "PENDING",
            "description": "Task status: PENDING (processing) / FAILED (failed)"
          },
          "task_id": {
            "type": "string",
            "example": "abc123xyz",
            "description": "Task ID , used to poll the extraction status"
          }
        }
      },
      "FileExtractResponse": {
        "type": "object",
        "properties": {
          "data": {
            "$ref": "#/components/schemas/FileExtract_SarExtractBatchResponse"
          },
          "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"
        ]
      },
      "FileExtractRequest": {
        "type": "object",
        "properties": {
          "file": {
            "type": "file",
            "example": "document.pdf",
            "description": "PDF file to upload"
          }
        }
      },
      "FileDetail_SarStructure": {
        "type": "object",
        "properties": {
          "mol": {
            "type": "string",
            "example": "CC(=O)Oc1ccccc1C(=O)O\n  MJ201900                      \n\n  7  7  0  0  0  0  0  0  0  0999 V2000",
            "description": "MOL format"
          },
          "smiles": {
            "type": "string",
            "example": "CC(=O)Oc1ccccc1C(=O)O",
            "description": "SMILES expression"
          },
          "inchy_key": {
            "type": "string",
            "example": "BSYNRYMUTXBXSQ-UHFFFAOYSA-N",
            "description": "InChI Key"
          }
        }
      },
      "FileDetail_SarDosingRegimen": {
        "type": "object",
        "properties": {
          "route": {
            "type": "string",
            "example": "Oral",
            "description": "Route of administration"
          },
          "dosage": {
            "type": "string",
            "example": "10 mg/kg",
            "description": "Dosage"
          },
          "duration": {
            "type": "string",
            "example": "7 days",
            "description": "Duration"
          },
          "frequency": {
            "type": "string",
            "example": "Once daily",
            "description": "Frequency"
          }
        }
      },
      "FileDetail_BasicTargetName": {
        "type": "object",
        "properties": {
          "target_id": {
            "type": "string",
            "example": "T001",
            "description": "Target ID"
          },
          "display_name_cn": {
            "type": "string",
            "example": "表皮生长因子受体",
            "description": "Display name (CN)"
          },
          "display_name_en": {
            "type": "string",
            "example": "EGFR",
            "description": "Display name (EN)"
          }
        }
      },
      "FileDetail_ResultItem": {
        "type": "object",
        "properties": {
          "unit": {
            "type": "string",
            "example": "nM",
            "description": "Unit"
          },
          "match": {
            "type": "boolean",
            "example": true,
            "description": "Structure match"
          },
          "value": {
            "type": "string",
            "example": 10,
            "description": "Value"
          },
          "source": {
            "type": "object",
            "example": {
              "x": 100,
              "y": 200,
              "page": 1,
              "width": 300,
              "height": 50
            },
            "description": "Source bbox info"
          },
          "target": {
            "type": "array",
            "example": [
              "EGFR",
              "HER2"
            ],
            "description": "Standardized target"
          },
          "indicator": {
            "type": "string",
            "example": "IC50",
            "description": "Indicator"
          },
          "result_id": {
            "type": "string",
            "example": "result_123456",
            "description": "Result ID"
          },
          "structure": {
            "$ref": "#/components/schemas/FileDetail_SarStructure"
          },
          "other_name": {
            "type": "string",
            "example": "Compound A",
            "description": "Other name"
          },
          "value_source": {
            "type": "string",
            "example": "Literature",
            "description": "Value source"
          },
          "dosing_regimen": {
            "$ref": "#/components/schemas/FileDetail_SarDosingRegimen"
          },
          "substance_code": {
            "type": "object",
            "example": {
              "code": "C001",
              "name": "Compound A"
            },
            "description": "Substance code"
          },
          "protein_subtype": {
            "type": "string",
            "example": "EGFR-T790M",
            "description": "Protein subtype"
          },
          "experimental_method": {
            "type": "string",
            "example": "MTT assay",
            "description": "Experimental method"
          },
          "experimental_target": {
            "type": "string",
            "example": "EGFR",
            "description": "Experimental target"
          },
          "standardized_target": {
            "type": "array",
            "example": [
              {
                "targetId": "T001",
                "displayNameCn": "表皮生长因子受体",
                "displayNameEn": "EGFR"
              }
            ],
            "description": "Standardized target",
            "items": {
              "$ref": "#/components/schemas/FileDetail_BasicTargetName"
            }
          },
          "experimental_purpose": {
            "type": "string",
            "example": "Cytotoxicity",
            "description": "Experimental purpose"
          },
          "experimental_subject": {
            "type": "string",
            "example": "Cell line",
            "description": "Experimental subject"
          }
        }
      },
      "FileDetail_FileInfo": {
        "type": "object",
        "properties": {
          "items": {
            "type": "array",
            "example": [
              {
                "unit": "nM",
                "value": "10",
                "resultId": "result_001",
                "indicator": "IC50"
              }
            ],
            "description": "SAR extraction result list (only returned when status=SUCCESS)",
            "items": {
              "$ref": "#/components/schemas/FileDetail_ResultItem"
            }
          },
          "total": {
            "type": "integer",
            "format": "int32",
            "example": 5,
            "description": "Total result count (only returned when status=SUCCESS)"
          },
          "status": {
            "type": "string",
            "example": "SUCCESS",
            "description": "File status: PENDING / PROCESSING / SUCCESS / FAILED"
          },
          "file_id": {
            "type": "string",
            "example": "abc123xyz",
            "description": "File ID"
          },
          "file_name": {
            "type": "string",
            "example": "patent.pdf",
            "description": "File name"
          }
        }
      },
      "FileDetail_OpenFileDetailResponse": {
        "type": "object",
        "properties": {
          "files": {
            "type": "array",
            "example": [
              {
                "fileId": "abc123",
                "status": "SUCCESS",
                "fileName": "patent.pdf"
              }
            ],
            "description": "File detail list",
            "items": {
              "$ref": "#/components/schemas/FileDetail_FileInfo"
            }
          },
          "status": {
            "type": "string",
            "example": "PROCESSING",
            "description": "Overall task status: PENDING / PROCESSING / SUCCESS / FAILED / NOT_FOUND"
          }
        }
      },
      "FileDetailResponse": {
        "type": "object",
        "properties": {
          "data": {
            "$ref": "#/components/schemas/FileDetail_OpenFileDetailResponse"
          },
          "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"
        ]
      },
      "FileDetailRequest": {
        "type": "object",
        "properties": {
          "task_id": {
            "type": "string",
            "example": "abc123xyz",
            "description": "Task ID returned by the /file/extract API"
          }
        },
        "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",
          "email",
          "phone"
        ]
      },
      "AI88-1TechMonitorApiCompanyMonitors_CompanyMonitorSimpleItem": {
        "type": "object",
        "properties": {
          "id": {
            "type": "string",
            "example": "0d68646fe871417ebe68a6905e698f24",
            "description": "Company tech monitor ID"
          },
          "title": {
            "type": "string",
            "example": "锂电池",
            "description": "Company tech monitor title"
          }
        }
      },
      "AI88-1TechMonitorApiCompanyMonitorsResponse": {
        "type": "object",
        "properties": {
          "data": {
            "type": "array",
            "example": "no sample",
            "description": "response data",
            "items": {
              "$ref": "#/components/schemas/AI88-1TechMonitorApiCompanyMonitors_CompanyMonitorSimpleItem"
            }
          },
          "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"
        ]
      },
      "AI03NerNewsNer_NerNewsResult": {
        "type": "object",
        "properties": {
          "end": {
            "type": "integer",
            "format": "int32",
            "example": 59,
            "description": "NER end position"
          },
          "type": {
            "type": "string",
            "example": "GOV",
            "description": "entity type:\nCOM：company\nGOV：government\nGPE：address\nACA：academic\nPPL：personal name\nNPO：non-profit\nCDO：hospital"
          },
          "start": {
            "type": "integer",
            "format": "int32",
            "example": 50,
            "description": "NER start position"
          },
          "entity": {
            "type": "string",
            "example": "国家药品监督管理局",
            "description": "entity name"
          }
        }
      },
      "AI03NerNewsNerResponse": {
        "type": "object",
        "properties": {
          "data": {
            "type": "array",
            "example": "no sample",
            "description": "response data",
            "items": {
              "$ref": "#/components/schemas/AI03NerNewsNer_NerNewsResult"
            }
          },
          "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"
        ]
      },
      "AI03NerNewsNerRequest": {
        "type": "object",
        "properties": {
          "lang": {
            "type": "string",
            "example": "cn",
            "description": "Choose the language of the input text：\nCN：Chinese\nEN：English"
          },
          "text": {
            "type": "string",
            "example": "药鼎记：生物医药新生力量\n\n\n\n\n\n7964682698844491.jpg\n\n2018年3月以来，国家药品监督管理局采取了各种措施加快全球创新药进入中国的速度，通过参与全球同步开发引进新药的模式也正在逐步实现；同时，中国创新药产业进入收获期，国产IND（新药临床研究申请）被受理的数量持续升高，且中国创新药Licence-out在数量和金额上都呈现快速增长态势。",
            "description": "News text content. Chinese text is required to be no more than 500 characters or English text no more than 500 words"
          }
        },
        "required": [
          "lang",
          "text"
        ]
      },
      "AI31PatentPatentCoreInventionPoints_Sentence": {
        "type": "object",
        "properties": {
          "sentence": {
            "type": "array",
            "example": "<cn>[\"在原地转向时，考虑了车辆的横摆力矩对车身稳定性的影响，并通过控制转向电机的转矩来维持车身的稳定。该系统还包括了方向盘转角传感器、轮速传感器和电机控制器，用于检测方向盘的锁定状态、轮速是否大于零以及增加驱动电机的转矩\",\"该系统还包括了偏航率传感器和横摆角速度传感器，用于实时检测整车的横摆信息并判断是否进行原地转向\"]</cn><us>[[\"Enhanced energy density: the patent application addresses the increasing demand for higher energy density in batteries, particularly in the context of electric vehicles and portable electronic devices. by improving the design and materials used in the electrochemical device, the invention aims to achieve higher energy density without compromising safety or cycle performance.\",\"Improved safety features: with the growing concern for battery safety, the patent application likely includes innovative safety features to prevent issues such as overheating, short circuits, and explosions. these features could involve new materials, structural designs, or monitoring systems to enhance the overall safety of the electronic device.\",\"Enhanced cycle performance: in addition to energy density and safety, the patent application may focus on improving the cycle performance of the electrochemical device. this could involve optimizing the electrode materials, electrolyte composition, or charging/discharging protocols to extend the lifespan of the battery and maintain its performance over multiple cycles.\",\"Integration with electronic devices: the patent application may also describe how the electrochemical device is integrated into electronic devices, such as smartphones, laptops, or electric vehicles. this integration could involve customizing the size, shape, and connectivity of the battery to fit seamlessly within the device and optimize its overall performance.\"]</us>",
            "description": "patent core invention points"
          }
        }
      },
      "AI31PatentPatentCoreInventionPoints_PatentCoreInventionPointsResponse": {
        "type": "object",
        "properties": {
          "pn": {
            "type": "string",
            "example": "CN108001293B",
            "description": "patent publication number"
          },
          "patent_id": {
            "type": "string",
            "example": "e7b3df69-0f30-4ad3-a753-538e362fd524",
            "description": "patentID"
          },
          "core_invention_points": {
            "$ref": "#/components/schemas/AI31PatentPatentCoreInventionPoints_Sentence"
          },
          "enhancement_proposals": {
            "$ref": "#/components/schemas/AI31PatentPatentCoreInventionPoints_Sentence"
          }
        }
      },
      "AI31PatentPatentCoreInventionPointsResponse": {
        "type": "object",
        "properties": {
          "data": {
            "$ref": "#/components/schemas/AI31PatentPatentCoreInventionPoints_PatentCoreInventionPointsResponse"
          },
          "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"
        ]
      },
      "AI31PatentPatentCoreInventionPointsRequest": {
        "type": "object",
        "properties": {
          "lang": {
            "type": "string",
            "example": "en",
            "description": "Select the language , the default language is en, you can choose cn or en."
          },
          "patent_id": {
            "type": "string",
            "example": "e7b3df69-0f30-4ad3-a753-538e362fd524",
            "description": "patent ID"
          },
          "pn": {
            "type": "string",
            "example": "CN108001293B",
            "description": "patent publication number"
          }
        },
        "required": [
          "lang"
        ]
      },
      "AI30PatentSimilarPatentComparison_Label": {
        "type": "object",
        "properties": {
          "sn": {
            "type": "integer",
            "format": "int32",
            "example": 39,
            "description": "Passage number of the relevant section Note: '0' represents the passage number that is not marked."
          },
          "passage": {
            "type": "string",
            "example": "<cn>本发明所述的有益效果:本发明可以实现车辆的常规行驶、四轮转向、斜行、驻车行驶以及原地中心转向,转向模式丰富,实用性强;通过单独的转向模式或者不同转向模式间的组合和切换控制,可以实现车辆更为灵活的变道超车、路边侧方停车等非常实用的功能,这是常规车辆所无法实现的;通过车辆的原地中心转向和大转角四轮转向,使得车辆能够在狭小的仓库、巷道、车道内快速灵活地掉头,具有极高的机动灵活性。</cn><us>In some disclosed example mechanically actuated controllers the response of the coil to the position of the conductive target when the conductive target is between the second region and the second position is monotonic</us>",
            "description": "similar paragraphs"
          },
          "section": {
            "type": "string",
            "example": "description",
            "description": "The source of the relevant section, including description and claim. Note: 'description' refers to the relevant section sourced from the descriptions, 'claim' refers to the relevant section sourced from the claims."
          },
          "sentence": {
            "type": "array",
            "example": "<cn>[\"提升车辆转向和掉头便利性。\",\"能够实现原地转向功能,\"]</cn><us>[\"In some disclosed example mechanically actuated controllers the response of the coil to the position of the conductive target when the conductive target is between the second region and the second position is monotonic。\"]</us>",
            "description": "similar clauses"
          }
        }
      },
      "AI30PatentSimilarPatentComparison_SimilarPatent": {
        "type": "object",
        "properties": {
          "pn": {
            "type": "string",
            "example": "CN108001293B",
            "description": "patent publication number"
          },
          "means": {
            "type": "array",
            "example": "Please check the form: Label",
            "description": "similar means",
            "items": {
              "$ref": "#/components/schemas/AI30PatentSimilarPatentComparison_Label"
            }
          },
          "score": {
            "type": "number",
            "format": "float",
            "example": 0.9,
            "description": "similarity"
          },
          "efficacy": {
            "type": "array",
            "example": "Please check the form: Label",
            "description": "similar efficacy",
            "items": {
              "$ref": "#/components/schemas/AI30PatentSimilarPatentComparison_Label"
            }
          },
          "patent_id": {
            "type": "string",
            "example": "9c341cca-3aca-4003-8bc0-ada07f3702f8",
            "description": "patent ID"
          }
        }
      },
      "AI30PatentSimilarPatentComparison_Docs": {
        "type": "object",
        "properties": {
          "similar_patent": {
            "$ref": "#/components/schemas/AI30PatentSimilarPatentComparison_SimilarPatent"
          }
        }
      },
      "AI30PatentSimilarPatentComparison_TechSolutionResearchResponse": {
        "type": "object",
        "properties": {
          "docs": {
            "type": "array",
            "example": "Please check the form: Docs",
            "description": "Return results",
            "items": {
              "$ref": "#/components/schemas/AI30PatentSimilarPatentComparison_Docs"
            }
          },
          "count": {
            "type": "integer",
            "format": "int32",
            "example": 20,
            "description": "Return the total number of similar patents"
          }
        }
      },
      "AI30PatentSimilarPatentComparisonResponse": {
        "type": "object",
        "properties": {
          "data": {
            "$ref": "#/components/schemas/AI30PatentSimilarPatentComparison_TechSolutionResearchResponse"
          },
          "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"
        ]
      },
      "AI30PatentSimilarPatentComparisonRequest": {
        "type": "object",
        "properties": {
          "country": {
            "type": "array",
            "example": [
              "CN",
              "US",
              "KR"
            ],
            "description": "Select the authority of the patent, the default query all databases, eg CN, US, KR."
          },
          "legal_status": {
            "type": "array",
            "example": [
              "失效",
              "有效",
              "审中",
              "PCT指定期满",
              "PCT指定期内",
              "未确认"
            ],
            "description": "Simple legal status, default select all, enumerated as follows:Inactive, Active, Pending, PCTdesignated stage, PCTdesignated stage expired, Undetermined"
          },
          "limit": {
            "type": "integer",
            "format": "int32",
            "example": 20,
            "description": "Return the number of patents, with a maximum of 20, default is 20"
          },
          "tech_effect": {
            "type": "string",
            "example": "实现了车辆的原地掉头",
            "description": "technical effects"
          },
          "tech_means": {
            "type": "string",
            "example": "原地转向控制系统利用车辆控制器根据接收到的原地转向指令控制左转向电机控制器和所述右转向电机控制器，左转向电机控制器根据接收到的原地转向指令控制左前轮转向，右转向电机控制器根据接收到的原地转向控制指令控制右前轮转向，且左前轮和右前轮的转动方向相反使得左前轮和右前轮之间形成预设角度的“内八字”，由转动电机控制向车辆控制器发送转向完成指令。",
            "description": "technical means"
          }
        },
        "required": [
          "tech_means"
        ]
      },
      "T001TaskAicc_TsMapping": {
        "type": "object",
        "properties": {
          "reason": {
            "type": "array",
            "example": [
              "Claim feature describes transmitting a request to another device; standard describes IUC information triggered by an explicit request from a peer UE.",
              "Both involve a requesting entity initiating communication with a responding entity regarding resource status."
            ],
            "description": "AI-generated reasoning for the mapping"
          },
          "ts_code": {
            "type": "string",
            "example": "TS 38.300",
            "description": "Technical standard code"
          },
          "version": {
            "type": "string",
            "example": "v19.1.0",
            "description": "Technical standard version"
          },
          "ts_content": {
            "type": "array",
            "example": [
              "The SL UE can support inter-UE coordination (IUC) in Mode 2, whereby a UE sends information about resources to a peer UE, which the peer UE then uses for resource (re)selection.",
              "In scheme 1, the transmission of IUC information from a UE can be triggered by a condition at this UE, or by an explicit request from a peer UE."
            ],
            "description": "Relevant TS text excerpts"
          },
          "ts_section": {
            "type": "array",
            "example": [
              "16.9.8"
            ],
            "description": "TS section numbers that map to this claim feature"
          },
          "entity_mapping": {
            "type": "object",
            "example": {
              "resource request": "explicit request",
              "requesting device": "UE",
              "responding device": "peer UE"
            },
            "description": "Claim term → TS term correspondence"
          }
        }
      },
      "T001TaskAicc_ClaimFeatureMapping": {
        "type": "object",
        "properties": {
          "mappings": {
            "type": "array",
            "example": [
              {
                "reason": [
                  "Both involve a requesting entity initiating communication with a responding entity."
                ],
                "ts_code": "TS 38.300",
                "version": "v19.1.0",
                "ts_content": [
                  "The SL UE can support inter-UE coordination (IUC) in Mode 2."
                ],
                "ts_section": [
                  "16.9.8"
                ],
                "entity_mapping": {
                  "requesting device": "UE",
                  "responding device": "peer UE"
                }
              }
            ],
            "description": "List of TS section mappings for this claim feature",
            "items": {
              "$ref": "#/components/schemas/T001TaskAicc_TsMapping"
            }
          },
          "claim_feature": {
            "type": "string",
            "example": "transmitting, by a requesting device, at least one resource request to a responding device,",
            "description": "A single feature/element extracted from the claim"
          }
        }
      },
      "T001TaskAicc_CcResult": {
        "type": "object",
        "properties": {
          "is_sep": {
            "type": "string",
            "example": "部分必要",
            "description": "SEP determination result. Localized string, e.g. 'yes'/'no'/'uncertain' (EN) or '必要'/'非必要'/'部分必要' (CN)."
          },
          "explanation": {
            "type": "string",
            "example": "该权利要求涉及基于请求的无线资源协调机制，与3GPP标准中关于侧行链路（Sidelink）交互式UE协调（IUC）的功能存在对应关系。然而，标准主要描述为资源选择辅助信息（首选/非首选资源），而非明确的信道预留请求及响应流程，判定为部分必要。",
            "description": "AI-generated explanation of the SEP determination"
          },
          "all_mappings": {
            "type": "array",
            "example": [
              {
                "mappings": [
                  {
                    "reason": [
                      "Claim feature describes transmitting a request; standard describes IUC triggered by an explicit request from a peer UE."
                    ],
                    "ts_code": "TS 38.300",
                    "version": "v19.1.0",
                    "ts_content": [
                      "The SL UE can support inter-UE coordination (IUC) in Mode 2."
                    ],
                    "ts_section": [
                      "16.9.8"
                    ],
                    "entity_mapping": {
                      "resource request": "explicit request",
                      "requesting device": "UE"
                    }
                  }
                ],
                "claim_feature": "transmitting, by a requesting device, at least one resource request to a responding device,"
              }
            ],
            "description": "Claim feature-level mapping breakdown",
            "items": {
              "$ref": "#/components/schemas/T001TaskAicc_ClaimFeatureMapping"
            }
          }
        }
      },
      "T001TaskAicc_CompareResult": {
        "type": "object",
        "properties": {
          "pid": {
            "type": "string",
            "example": "be561264-14b0-4978-ad3b-e2c961d1d687",
            "description": "Internal patent ID"
          },
          "claim": {
            "type": "string",
            "example": "1. A method comprising:\ntransmitting, by a requesting device, at least one resource request to a responding device, the resource request being transmitted on a first radio channel; and\ndetecting, by the requesting device, a resource response on the first radio channel from the responding device after the resource request.",
            "description": "Full text of the patent claim being compared"
          },
          "error": {
            "type": "string",
            "example": "External service timeout",
            "description": "Error message when success=false"
          },
          "success": {
            "type": "boolean",
            "example": true,
            "description": "Whether CC comparison succeeded for this TS"
          },
          "cc_result": {
            "$ref": "#/components/schemas/T001TaskAicc_CcResult"
          }
        }
      },
      "T001TaskAicc_CcCompareContent": {
        "type": "object",
        "properties": {
          "compare_results": {
            "type": "array",
            "example": [
              {
                "pid": "be561264-14b0-4978-ad3b-e2c961d1d687",
                "claim": "1. A method comprising: transmitting, by a requesting device, at least one resource request...",
                "success": true,
                "cc_result": {
                  "is_sep": "部分必要",
                  "explanation": "该权利要求与3GPP标准中IUC功能存在对应关系，判定为部分必要。",
                  "all_mappings": []
                }
              }
            ],
            "description": "List of comparison results per TS",
            "items": {
              "$ref": "#/components/schemas/T001TaskAicc_CompareResult"
            }
          }
        }
      },
      "T001TaskAicc_SseData": {
        "type": "object",
        "properties": {
          "step": {
            "type": "string",
            "example": "CC_COMPARE",
            "description": "Current pipeline step. RECOMMEND_TS only appears when ts is not provided in the request. Present on step-transition events; absent on heartbeat events."
          },
          "status": {
            "type": "string",
            "example": "PROCESSING",
            "description": "PROCESSING = in progress (no content); FINISH = final result (content populated)"
          },
          "content": {
            "$ref": "#/components/schemas/T001TaskAicc_CcCompareContent"
          },
          "task_id": {
            "type": "string",
            "example": "e0a90f0b-461e-4d51-abd9-e62ad65310e1",
            "description": "Task ID, consistent across all events in the stream"
          }
        },
        "required": [
          "status",
          "task_id"
        ]
      },
      "T001TaskAiccResponse": {
        "type": "object",
        "properties": {
          "data": {
            "$ref": "#/components/schemas/T001TaskAicc_SseData"
          },
          "status": {
            "type": "boolean",
            "example": true,
            "description": "true = success, false = error"
          },
          "error_code": {
            "type": "integer",
            "example": 0,
            "description": "Error code, 0 = no error"
          }
        },
        "required": [
          "data",
          "status",
          "error_code"
        ]
      },
      "T001TaskAicc_TsInput": {
        "type": "object",
        "properties": {
          "ts_number": {
            "type": "string",
            "example": "38.300",
            "description": "Technical standard number"
          },
          "version": {
            "type": "string",
            "example": "17.3.0",
            "description": "Optional specific version. If omitted, the latest version is used."
          }
        },
        "required": [
          "ts_number"
        ]
      },
      "T001TaskAiccRequest": {
        "type": "object",
        "properties": {
          "patent_number": {
            "type": "string",
            "example": "US8767570B2",
            "description": "Patent publication number"
          },
          "ts": {
            "type": "array",
            "example": [
              {
                "ts_number": "38.300"
              }
            ],
            "description": "Optional TS list. If provided, skips the auto-recommend step.",
            "items": {
              "$ref": "#/components/schemas/T001TaskAicc_TsInput"
            }
          }
        },
        "required": [
          "patent_number"
        ]
      },
      "AI72AgentBatchHistory_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"
          }
        }
      },
      "AI72AgentBatchHistory_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/AI72AgentBatchHistory_HistoryRecordsDTO"
            }
          },
          "date": {
            "type": "string",
            "example": "2025-10-23",
            "description": "Date in format: yyyy-MM-dd"
          }
        }
      },
      "AI72AgentBatchHistory_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/AI72AgentBatchHistory_DailyRecordsDTO"
            }
          }
        }
      },
      "AI72AgentBatchHistory_UserHistory": {
        "type": "object",
        "properties": {
          "email": {
            "type": "string",
            "example": "user@example.com",
            "description": "User email"
          },
          "phone": {
            "type": "string",
            "example": 12345678900,
            "description": "Phone number"
          },
          "history": {
            "$ref": "#/components/schemas/AI72AgentBatchHistory_HistoryRecordsResponseDTO"
          }
        }
      },
      "AI72AgentBatchHistory_BatchAgentHistoryResponse": {
        "type": "object",
        "properties": {
          "user_histories": {
            "type": "array",
            "example": [
              {
                "email": "user@example.com",
                "phone": "12345678900",
                "history": {
                  "page": 1,
                  "limit": 20,
                  "total": 100,
                  "history_maps": [
                    {
                      "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）且体积没有变大",
                          "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"
                        }
                      ],
                      "date": "2025-10-23"
                    }
                  ]
                }
              }
            ],
            "description": "User history records list",
            "items": {
              "$ref": "#/components/schemas/AI72AgentBatchHistory_UserHistory"
            }
          }
        }
      },
      "AI72AgentBatchHistoryResponse": {
        "type": "object",
        "properties": {
          "data": {
            "$ref": "#/components/schemas/AI72AgentBatchHistory_BatchAgentHistoryResponse"
          },
          "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"
        ]
      },
      "AI72AgentBatchHistory_UserAccount": {
        "type": "object",
        "properties": {
          "email": {
            "type": "string",
            "example": "user@example.com",
            "description": "User email"
          },
          "phone": {
            "type": "string",
            "example": 12345678900,
            "description": "Phone number"
          }
        }
      },
      "AI72AgentBatchHistoryRequest": {
        "type": "object",
        "properties": {
          "company_id": {
            "type": "string",
            "example": "abc123",
            "description": "Company ID"
          },
          "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"
          },
          "start_time": {
            "type": "integer",
            "format": "int64",
            "example": 1758902400000,
            "description": "Start timestamp (milliseconds)"
          },
          "user_accounts": {
            "type": "array",
            "example": [
              {
                "email": "user1@example.com",
                "phone": "12345678900"
              },
              {
                "email": "user2@example.com",
                "phone": "12345678901"
              }
            ],
            "description": "User account list, up to 20, each account contains email and phone",
            "items": {
              "$ref": "#/components/schemas/AI72AgentBatchHistory_UserAccount"
            }
          }
        },
        "required": [
          "company_id",
          "user_accounts"
        ]
      },
      "MethodServicesSolutionSearch_SolutionCaseModel": {
        "type": "object",
        "properties": {
          "case_id": {
            "type": "string",
            "example": "84ad176f-9403-40fb-bf26-819f8573c266",
            "description": "Case Id"
          },
          "triz_svop": {
            "type": "array",
            "example": "<cn>[{\"P\":[{\"standard\":\"表面积\",\"raw\":\"接触面积\"}],\"S\":{\"instance\":\"引流板\",\"hypernym\":\"导流部件\"},\"V\":{\"standard\":\"去除\",\"raw\":\"减少接触面积\"},\"O\":{\"instance\":\"冷凝水与板体的接触面积\",\"hypernym\":\"接触界面\"}}]</cn><us>[{\"P\":[{\"standard\":\"area\",\"raw\":\"contact area\"}],\"S\":{\"instance\":\"guide plate\",\"hypernym\":\"diversion part\"},\"V\":{\"standard\":\"remove\",\"raw\":\"reduce contact area\"},\"O\":{\"instance\":\"contact area\",\"hypernym\":\"interface\"}}]</us>",
            "description": "Triz Svop"
          },
          "effect_summary": {
            "type": "string",
            "example": "<cn>有效解决了冷凝水积聚和细菌滋生问题。</cn><us>Effectively solves condensate accumulation.</us>",
            "description": "Effect Summary"
          },
          "problem_summary": {
            "type": "string",
            "example": "<cn>在蒸箱烹饪过程中，冷凝水由于水的表面张力作用难以流入排水孔。</cn><us>Condensate is hard to drain due to surface tension.</us>",
            "description": "Problem Summary"
          },
          "innovation_summary": {
            "type": "string",
            "example": "<cn>设计了一种排水组件，包括板体和至少一个引流板。</cn><us>A drainage component with a guide plate.</us>",
            "description": "Innovation Summary"
          },
          "triz_scientific_effects": {
            "type": "array",
            "example": "<cn>[{\"scientific_effects\":[{\"how_to_solve\":\"由于水的张力作用，冷凝水会覆盖在排水孔上方而难以流入排水孔\",\"oxford_scientific_effect\":\"表面张力\",\"scientific_effect\":\"表面张力\"}],\"oxford_function\":\"移动液体\",\"function\":\"引流板减少冷凝水与板体的接触面积，破坏水的表面张力作用\"}]</cn><us>[{\"scientific_effects\":[{\"how_to_solve\":\"...\",\"oxford_scientific_effect\":\"surface tension\",\"scientific_effect\":\"surface tension\"}],\"oxford_function\":\"move liquid\",\"function\":\"...\"}]</us>",
            "description": "Triz Scientific Effects"
          },
          "triz_technical_contradiction": {
            "type": "array",
            "example": "<cn>[{\"contradiction_statement\":\"如果设置孔径较小的排水孔以避免食物残渣堵塞，那么排水通道的可靠性得到改善，但是冷凝水会覆盖在排水孔上方而难以流入\",\"invention_principles_applied\":[{\"how_to_solve\":\"在排水孔处设置引流板作为中介物\",\"principle_id\":\"24\",\"principle_name\":\"中介物\"}],\"improving_feature\":{\"specific_parameter\":\"排水通道防堵塞可靠性\",\"parameter_name\":\"可靠性\",\"parameter_id\":\"27\"},\"worsening_feature\":{\"specific_parameter\":\"冷凝水排水效率\",\"parameter_name\":\"生产率\",\"parameter_id\":\"39\"}}]</cn><us>[{\"contradiction_statement\":\"...\",\"invention_principles_applied\":[{\"how_to_solve\":\"...\",\"principle_id\":\"24\",\"principle_name\":\"intermediary\"}]}]</us>",
            "description": "Triz Technical Contradiction"
          }
        },
        "required": [
          "case_id"
        ]
      },
      "MethodServicesSolutionSearch_SolutionSearchResult": {
        "type": "object",
        "properties": {
          "cases": {
            "type": "array",
            "example": "<cn>[{\"case_id\":\"84ad176f-9403-40fb-bf26-819f8573c266\",\"problem_summary\":\"在蒸箱烹饪过程中，冷凝水由于水的表面张力作用难以流入排水孔。\",\"effect_summary\":\"有效解决了冷凝水积聚和细菌滋生问题。\",\"innovation_summary\":\"设计了一种排水组件，包括板体和至少一个引流板。\",\"triz_technical_contradiction\":[],\"triz_svop\":[],\"triz_scientific_effects\":[]}]</cn><us>[{\"case_id\":\"84ad176f-9403-40fb-bf26-819f8573c266\",\"problem_summary\":\"...\",\"effect_summary\":\"...\",\"innovation_summary\":\"...\",\"triz_technical_contradiction\":[],\"triz_svop\":[],\"triz_scientific_effects\":[]}]</us>",
            "description": "Case list",
            "items": {
              "$ref": "#/components/schemas/MethodServicesSolutionSearch_SolutionCaseModel"
            }
          },
          "total": {
            "type": "integer",
            "example": "1",
            "description": "Total number of cases"
          }
        }
      },
      "MethodServicesSolutionSearchResponse": {
        "type": "object",
        "properties": {
          "data": {
            "$ref": "#/components/schemas/MethodServicesSolutionSearch_SolutionSearchResult"
          },
          "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"
        ]
      },
      "MethodServicesSolutionSearchRequest": {
        "type": "object",
        "properties": {
          "user_question": {
            "type": "string",
            "example": "<cn>蒸箱烹饪过程中冷凝水因表面张力难以流入排水孔，如何提高排水效率并避免堵塞？</cn><us>How to improve drainage efficiency?</us>",
            "description": "User question describing the technical problem to solve"
          },
          "limit": {
            "type": "integer",
            "example": "5",
            "description": "Max number of cases returned, default 20, max 100"
          }
        },
        "required": [
          "user_question"
        ]
      },
      "P071ClassificationHelperSectionSubclass_LangDescMap": {
        "type": "object",
        "properties": {
          "cn": {
            "type": "string",
            "example": "人类生活必需",
            "description": "Chinese description"
          },
          "en": {
            "type": "string",
            "example": "HUMAN NECESSITIES",
            "description": "English description"
          }
        }
      },
      "P071ClassificationHelperSectionSubclass_ClassificationHelperResponse": {
        "type": "object",
        "properties": {
          "id": {
            "type": "string",
            "example": "A",
            "description": "Classification code"
          },
          "has_children": {
            "type": "boolean",
            "example": true,
            "description": "has children nodes"
          },
          "lang_desc_map": {
            "$ref": "#/components/schemas/P071ClassificationHelperSectionSubclass_LangDescMap"
          }
        }
      },
      "P071ClassificationHelperSectionSubclassResponse": {
        "type": "object",
        "properties": {
          "data": {
            "type": "array",
            "example": "no sample",
            "description": "response data",
            "items": {
              "$ref": "#/components/schemas/P071ClassificationHelperSectionSubclass_ClassificationHelperResponse"
            }
          },
          "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"
        ]
      },
      "P062ImageSearchSingleBatchResult_PatentMessage": {
        "type": "object",
        "properties": {
          "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"
          },
          "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"
        ]
      },
      "P062ImageSearchSingleBatchResult_MoreImageSearchResult": {
        "type": "object",
        "properties": {
          "status": {
            "type": "string",
            "example": "success",
            "description": "action status"
          },
          "search_url": {
            "type": "string",
            "example": "https://static-open.zhihuiya.com/sample/common_demo.png",
            "description": "url"
          },
          "result_count": {
            "type": "integer",
            "format": "int32",
            "example": 100,
            "description": "number of search results"
          },
          "patent_messages": {
            "type": "array",
            "example": "Please check the form: PatentMessage",
            "description": "similar patent information",
            "items": {
              "$ref": "#/components/schemas/P062ImageSearchSingleBatchResult_PatentMessage"
            }
          }
        }
      },
      "P062ImageSearchSingleBatchResult_MoreImageSearchResponse": {
        "type": "object",
        "properties": {
          "status": {
            "type": "string",
            "example": "success",
            "description": "Node status, such as success indicating successful generation"
          },
          "search_result": {
            "type": "array",
            "example": "Please check the form: MoreImageSearchResult",
            "description": "search results",
            "items": {
              "$ref": "#/components/schemas/P062ImageSearchSingleBatchResult_MoreImageSearchResult"
            }
          },
          "total_search_result_count": {
            "type": "integer",
            "format": "int64",
            "example": 100,
            "description": "number of search results"
          }
        }
      },
      "P062ImageSearchSingleBatchResultResponse": {
        "type": "object",
        "properties": {
          "data": {
            "$ref": "#/components/schemas/P062ImageSearchSingleBatchResult_MoreImageSearchResponse"
          },
          "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"
        ]
      },
      "P062ImageSearchSingleBatchResultRequest": {
        "type": "object"
      },
      "P072ClassificationHelperSearch_LangDescMap": {
        "type": "object",
        "properties": {
          "cn": {
            "type": "string",
            "example": "人类生活必需",
            "description": "Chinese description"
          },
          "en": {
            "type": "string",
            "example": "HUMAN NECESSITIES",
            "description": "English description"
          }
        }
      },
      "P072ClassificationHelperSearch_ClassificationTree": {
        "type": "object",
        "properties": {
          "id": {
            "type": "string",
            "example": "A",
            "description": "Classification code"
          },
          "children": {
            "type": "array",
            "example": "Please check the form: ClassificationTree",
            "description": "sub Classification number hierarchy tree"
          },
          "lang_desc_map": {
            "$ref": "#/components/schemas/P072ClassificationHelperSearch_LangDescMap"
          }
        }
      },
      "P072ClassificationHelperSearch_QueryResults": {
        "type": "object",
        "properties": {
          "cls_tree": {
            "$ref": "#/components/schemas/P072ClassificationHelperSearch_ClassificationTree"
          }
        }
      },
      "P072ClassificationHelperSearch_ClassificationSearchHelperResponse": {
        "type": "object",
        "properties": {
          "h_words": {
            "type": "array",
            "example": [
              "手机",
              "电脑"
            ],
            "description": "Key word hit"
          },
          "has_children": {
            "type": "string",
            "example": true,
            "description": "has children nodes"
          },
          "query_results": {
            "type": "array",
            "example": "Please check the form: QueryResults",
            "description": "search results",
            "items": {
              "$ref": "#/components/schemas/P072ClassificationHelperSearch_QueryResults"
            }
          }
        }
      },
      "P072ClassificationHelperSearchResponse": {
        "type": "object",
        "properties": {
          "data": {
            "$ref": "#/components/schemas/P072ClassificationHelperSearch_ClassificationSearchHelperResponse"
          },
          "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"
        ]
      },
      "P001PatentQuerySearchCount_SearchPatentCountResponse": {
        "type": "object",
        "properties": {
          "total_search_result_count": {
            "type": "integer",
            "format": "int64",
            "example": 1000,
            "description": "Total search result count"
          }
        }
      },
      "P001PatentQuerySearchCountResponse": {
        "type": "object",
        "properties": {
          "data": {
            "$ref": "#/components/schemas/P001PatentQuerySearchCount_SearchPatentCountResponse"
          },
          "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"
        ]
      },
      "P001PatentQuerySearchCountRequest": {
        "type": "object",
        "properties": {
          "collapse_order": {
            "type": "string",
            "example": "LATEST",
            "description": "When collapse_type=\"APNO\", and collapse_by=\"APD\" or \"PBD\", the collapse_order can be set as \"OLDEST\" or \"LATEST\", means keep the patent date of oldest or latest one"
          },
          "collapse_by": {
            "type": "string",
            "example": "PBD",
            "description": "<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_type": {
            "type": "string",
            "example": "DOCDB",
            "description": "<p>\"ALL\" or Null value means no collapse;</p><p>\"APNO\" means collapse according to application number;</p><p>\"DOCDB\" means collapse according to simple family;</p><p>\"INPADOC\" means collapse according to inpadoc family;</p><p>\"EXTEND\" means collapse according to patsnap family</p>"
          },
          "query_text": {
            "type": "string",
            "example": "TACD: virtual reality",
            "description": "Analytics query, maximum length 1,500 characters"
          }
        },
        "required": [
          "query_text"
        ]
      },
      "P075PatentNestedSearch_PatentNestedSearchResponse": {
        "type": "object",
        "properties": {
          "facets": {
            "type": "object",
            "example": {
              "PUM_PROP_ID_CN": [
                {
                  "name": "af1d2b97-6078-514c-a2f1-9d930de64767",
                  "count": 158
                },
                {
                  "name": "6979882c-f05c-516e-9bab-723396999f87",
                  "count": 80
                }
              ],
              "PUM_PROP_ID_CN_num_buckets": 131
            },
            "description": "statistical result（Dynamic key, defined based on the tag in the input parameter）"
          },
          "num_found": {
            "type": "integer",
            "format": "int32",
            "example": 1000,
            "description": "Total search result count"
          },
          "id_mapping": {
            "type": "object",
            "example": "AnsEntity",
            "description": "When ANS is triggered, ANS information will be returned."
          }
        }
      },
      "P075PatentNestedSearchResponse": {
        "type": "object",
        "properties": {
          "data": {
            "$ref": "#/components/schemas/P075PatentNestedSearch_PatentNestedSearchResponse"
          },
          "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"
        ]
      },
      "P075PatentNestedSearch_Facet": {
        "type": "object",
        "properties": {
          "end": {
            "type": "integer",
            "format": "int32",
            "example": 2018,
            "description": "Range end value (not included) (when type is range)"
          },
          "expr": {
            "type": "string",
            "example": "avg(PV)",
            "description": "aggregate expressions support nesting. aggregate function currently supports five types: avg/min/max/sum/unique (when type is query)"
          },
          "facet": {
            "type": "array",
            "example": [
              {
                "end": 2018,
                "gap": 1,
                "tag": "apd_year",
                "type": "range",
                "field": "APD_YEAR",
                "start": 2000
              }
            ],
            "description": "Nested statistical configuration"
          },
          "field": {
            "type": "string",
            "example": "ANCS",
            "description": "The name of the field to be counted (when type is field and range). Refer to : https://analytics.patsnap.com/search_helper"
          },
          "gap": {
            "type": "integer",
            "format": "int32",
            "example": 1,
            "description": "Range step value, default is 1 (when type is range)"
          },
          "limit": {
            "type": "integer",
            "format": "int32",
            "example": 10,
            "description": "How many statistical results need to be returned (when type is field)"
          },
          "mincount": {
            "type": "integer",
            "format": "int32",
            "example": 1,
            "description": "The minimum value that can be returned for statistics is set to 1 by default (when type is field)"
          },
          "num_buckets": {
            "type": "boolean",
            "example": false,
            "description": "Count number of buckets for the facet, which defaults to false. The returned format is tag_num_buckets (when type is field)"
          },
          "offset": {
            "type": "integer",
            "format": "int32",
            "example": 10,
            "description": "The offset of the statistics, used for pagination, is set to 0 by default (when type is field)"
          },
          "query": {
            "type": "string",
            "example": "PV:[0 TO 100000]",
            "description": "Queries that need to be statistically analyzed (when type is query)"
          },
          "start": {
            "type": "integer",
            "format": "int32",
            "example": 2000,
            "description": "Range starting value (when type is range)"
          },
          "tag": {
            "type": "string",
            "example": "ancs",
            "description": "The current statistics of custom aliases (alias names cannot be name or count)"
          },
          "type": {
            "type": "string",
            "example": "field",
            "description": "<p>Retrieval statistical type:</p><p> field - Statistics of field values, equivalent to the traditional facet field</p><p> range - range statistics for numerical fields will be automatically completed, equivalent to the traditional range facet</p><p> query - Statistics on query, equivalent to the traditional facet query</p><p> aggregate - Perform statistics such as min/max/sum on fields</p>"
          }
        },
        "required": [
          "tag",
          "type"
        ]
      },
      "P075PatentNestedSearch_Sort": {
        "type": "object",
        "properties": {
          "field": {
            "type": "string",
            "example": "SCORE",
            "description": "sort field"
          },
          "order": {
            "type": "string",
            "example": "DESC",
            "description": "sort order"
          }
        }
      },
      "P075PatentNestedSearchRequest": {
        "type": "object",
        "properties": {
          "facet": {
            "type": "array",
            "example": "Please check the form: Facet",
            "description": "<p>Nested statistical configuration</p><p>Supports four types:</p><p>field - Field statistics</p><p>range - Range statistics</p><p>query - Query statistics</p><p>aggregate - Aggregate statistics</p><p>1. field (Field statistics)</p><p><code>{  \"type\": \"field\",  \"tag\": \"patent_type\",  \"field\": \"PATENT_TYPE\",  \"limit\": 10,  \"mincount\": 1,  \"offset\": 0,  \"num_buckets\": true}</code></p><p>2. range (Range statistics)</p><p><code>{  \"type\": \"range\",  \"tag\": \"apd_year\",  \"field\": \"APD_YEAR\",  \"start\": 2000,  \"end\": 2018,  \"gap\": 1}</code></p><p>3. query (Query statistics)</p><p><code>{  \"type\": \"query\",  \"tag\": \"patent_type\",  \"query\": \"PV:[0 TO 100000]\"}</code></p><p>4. aggregate (Aggregate statistics)</p><p><code>{  \"type\": \"aggregate\",  \"tag\": \"avg_pv\",  \"expr\": \"avg(PV)\"  }</code></p>",
            "items": {
              "$ref": "#/components/schemas/P075PatentNestedSearch_Facet"
            }
          },
          "limit": {
            "type": "integer",
            "format": "int32",
            "example": 10,
            "description": "Return the number of documents."
          },
          "offset": {
            "type": "integer",
            "format": "int32",
            "example": 0,
            "description": "offset"
          },
          "query_text": {
            "type": "string",
            "example": "TTL:car",
            "description": "Search expression text. Refer to : https://analytics.patsnap.com/search_helper"
          },
          "sort": {
            "type": "array",
            "example": [
              {
                "field": "SCORE",
                "order": "DESC"
              }
            ],
            "description": "sort",
            "items": {
              "$ref": "#/components/schemas/P075PatentNestedSearch_Sort"
            }
          },
          "stemming": {
            "type": "boolean",
            "example": false,
            "description": "Whether to enable word segmentation, after enabling it, support the same stem query (for example: \"cars\" can be searched by \"car\"). By default, it is not enabled. Currently, only fields related to TTL/ABST/CLMS/DESC are supported"
          }
        },
        "required": [
          "query_text"
        ]
      },
      "P002PatentQuerySearch_PatentBaseResponse": {
        "type": "object",
        "properties": {
          "pn": {
            "type": "string",
            "example": "US11205304B2",
            "description": "patent number"
          },
          "patent_id": {
            "type": "string",
            "example": "718ead9c-4f3c-4674-8f5a-24e126827269",
            "description": "patent id"
          }
        }
      },
      "P002PatentQuerySearch_SearchPatentResponse": {
        "type": "object",
        "properties": {
          "results": {
            "type": "array",
            "example": "Please check the form: PatentBaseResponse",
            "description": "result",
            "items": {
              "$ref": "#/components/schemas/P002PatentQuerySearch_PatentBaseResponse"
            }
          },
          "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"
          }
        }
      },
      "P002PatentQuerySearchResponse": {
        "type": "object",
        "properties": {
          "data": {
            "$ref": "#/components/schemas/P002PatentQuerySearch_SearchPatentResponse"
          },
          "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"
        ]
      },
      "P002PatentQuerySearchRequest": {
        "type": "object",
        "properties": {
          "collapse_by": {
            "type": "string",
            "example": "PBD",
            "description": "<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": "When collapse_type=\"APNO\", and collapse_by=\"APD\" or \"PBD\", the collapse_order can be set as \"OLDEST\" or \"LATEST\", means keep the patent date of oldest or latest one"
          },
          "collapse_type": {
            "type": "string",
            "example": "DOCDB",
            "description": "<p>\"ALL\" or Null value means no collapse;</p><p>\"APNO\" means collapse according to application number;</p><p>\"DOCDB\" means collapse according to simple family;</p><p>\"INPADOC\" means collapse according to inpadoc family;</p><p>\"EXTEND\" means collapse according to patsnap family</p>"
          },
          "query_text": {
            "type": "string",
            "example": "TACD: virtual reality",
            "description": "Analytics query, maximum length 12,000 characters"
          },
          "sort": {
            "type": "array",
            "example": [
              {
                "field": "PBDT_YEARMONTHDAY",
                "order": "DESC"
              }
            ],
            "description": "Field order, field can support: PBDT_YEARMONTHDAY, APD_YEARMONTHDAY, ISD,SCORE; order can support: desc, asc."
          },
          "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"
          }
        },
        "required": [
          "query_text"
        ]
      },
      "P004PatentCompanySearch_PatentBaseResponse": {
        "type": "object",
        "properties": {
          "pn": {
            "type": "string",
            "example": "US11205304B2",
            "description": "patent number"
          },
          "patent_id": {
            "type": "string",
            "example": "718ead9c-4f3c-4674-8f5a-24e126827269",
            "description": "patent id"
          }
        }
      },
      "P004PatentCompanySearch_SearchPatentResponse": {
        "type": "object",
        "properties": {
          "results": {
            "type": "array",
            "example": "Please check the form: PatentBaseResponse",
            "description": "result",
            "items": {
              "$ref": "#/components/schemas/P004PatentCompanySearch_PatentBaseResponse"
            }
          },
          "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"
          }
        }
      },
      "P004PatentCompanySearchResponse": {
        "type": "object",
        "properties": {
          "data": {
            "$ref": "#/components/schemas/P004PatentCompanySearch_SearchPatentResponse"
          },
          "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"
        ]
      },
      "P004PatentCompanySearchRequest": {
        "type": "object",
        "properties": {
          "offset": {
            "type": "integer",
            "format": "int32",
            "example": 0,
            "description": "offset value; limit + offset <= 20000 (the max number of Semantic Search is 1000)"
          },
          "application": {
            "type": "string",
            "example": "Apple, Inc.",
            "description": "Standardized Original Assignee (Applicant) name, the search logic is the same as Analytics query [ANS:(Apple, Inc.)], up to 100 companies can be searched; multiple companies are separated by \" OR \", e.g. \"Apple OR Huawei\""
          },
          "limit": {
            "type": "integer",
            "format": "int32",
            "example": 10,
            "description": "limit of returned response; must be <= 1,000"
          }
        },
        "required": [
          "application"
        ]
      },
      "AI88-2CompanyMonitorAggregatedInfo_GroupTechInfoItem": {
        "type": "object",
        "properties": {
          "item_id": {
            "type": "string",
            "example": "e3458499-f03c-474b-863a-01d30545cf1a",
            "description": "Tech ID"
          },
          "item_info": {
            "type": "object",
            "example": {
              "pn": "CN119092837A",
              "doi": "10.1016/j.jechem.2024.02.069",
              "abst": "<div p='0' i='0'>本发明涉及锂离子电池制造领域，具体为一种适合在宽温区使用的复合锰基锂电池的制备方法。该方法包括正极制备、负极制备和复合锰基锂电池制备，采用锰酸锂、磷酸锰铁锂、导电剂、粘结剂等依次制得正极浆料、正极卷料和正极片，采用人造石墨、增稠剂、导电剂、粘结剂等依次制得负极浆料、负极卷料和负极片；两个正极片、负极片和隔膜组成的芯包进行连续超声焊接，装入铝壳体内，激光焊接将盖板和铝壳体熔为一个整体，经注液、化成、老化，制得能够适合宽温区使用的复合锰基锂电池，能够在‑40℃～55℃宽温区内持续稳定工作，解决了磷酸铁锂电池能量密度低、低温性能差、三元锂电池安全性差无法过针刺、锰酸锂电池循环性能差的问题。</div>",
              "ancs": {
                "ans_name": "沈阳国科金能科技有限公司"
              },
              "title": "一种适合在宽温区使用的复合锰基锂电池的制备方法",
              "journal": "Journal of Energy Chemistry",
              "paper_id": "a2d48f6e-0c76-4ec7-8785-62edd8b3e9ab",
              "patent_id": "e3458499-f03c-474b-863a-01d30545cf1a",
              "relevance": {
                "score": 4,
                "description": "Subject一致性：专利涉及复合锰基锂电池制备，与'锂电池'主题高度一致(S=2)。Focus匹配：专利采用锰酸锂和磷酸锰铁锂复合，涉及磷酸锰铁锂材料，与followed_topics中的'磷酸锰铁锂'直接对应(F=1)。关联度R=3(High)。创新度：通过锰酸锂和磷酸锰铁锂复合掺混优化宽温区性能，属于材料复合改进创新(I=1,Medium)。综合评分：R=High & I=Medium → 4分。"
              },
              "full_image": "https://data-fulltext-image.zhihuiya.com/CN/A/11/90/92/83/7/1733725354291/HDA0005017033410000011.png?sign=q-sign-algorithm%3Dsha1%26q-ak%3DAKIDz31lFbrtH8mIbFyaxA70x49IRP7lLiCT%26q-sign-time%3D1760323190%3B1760927990%26q-key-time%3D1760323190%3B1760927990%26q-header-list%3Dhost%26q-url-param-list%3Dresponse-expires%26q-signature%3Dabe04f1a5c4325f82d6b9a1da8a89baf8a72a032&response-expires=Mon%2C%2020%20Oct%202025%2002%3A39%3A50%20GMT",
              "pdf_images": [
                {
                  "labels": [
                    "1"
                  ],
                  "image_id": "HDA0005017033410000011",
                  "extracted": false,
                  "patent_id": "e3458499-f03c-474b-863a-01d30545cf1a",
                  "image_from": "official",
                  "image_type": "drawing",
                  "is_extracted": false,
                  "storage_path": "https://data-fulltext-image.zhihuiya.com/CN/A/11/90/92/83/7/1733725354291/HDA0005017033410000011.png?sign=q-sign-algorithm%3Dsha1%26q-ak%3DAKIDz31lFbrtH8mIbFyaxA70x49IRP7lLiCT%26q-sign-time%3D1760323190%3B1760927990%26q-key-time%3D1760323190%3B1760927990%26q-header-list%3Dhost%26q-url-param-list%3Dresponse-expires%26q-signature%3Dabe04f1a5c4325f82d6b9a1da8a89baf8a72a032&response-expires=Mon%2C%2020%20Oct%202025%2002%3A39%3A50%20GMT",
                  "official_size": "649x1000",
                  "fig_title_code": "1",
                  "source_image_type": "drawing",
                  "fulltext_image240_url": "https://data-fulltext-image-thumbnail.zhihuiya.com/CN/A/11/90/92/83/7/1733725354291/HDA0005017033410000011.png?sign=q-sign-algorithm%3Dsha1%26q-ak%3DAKIDz31lFbrtH8mIbFyaxA70x49IRP7lLiCT%26q-sign-time%3D1760323190%3B1760927990%26q-key-time%3D1760323190%3B1760927990%26q-header-list%3Dhost%26q-url-param-list%3Dresponse-expires%26q-signature%3Dc6b5ce452d6c106daf30b549768fafa373658a11&response-expires=Mon%2C%2020%20Oct%202025%2002%3A39%3A50%20GMT"
                }
              ],
              "llm_benefit": "显著提高了锂电池在低温条件下的放电性能和能量密度，同时增强了高温和过充等苛刻条件下的稳定性和安全性，使电池在-20℃环境下的能量输出效率提高到80.8％，在-40℃环境下达到69.3％，并在55℃高温环境下保持100％的能量输出效率。",
              "organizations": [
                {
                  "normalized_id": "1b9f66d314de36dcc12a8c7a27b172dd",
                  "normalized_logo": "https://filecdn.shuidi.cn/img/upload/images_logo/41/af/31/41af31295388db1079e8cbe856508159.png/0x0.png",
                  "normalized_name": "China University of Mining & Technology (Beijing)",
                  "normalized_display_name": "China University of Mining & Technology (Beijing)"
                }
              ],
              "technical_title": "通过将锰酸锂和磷酸锰铁锂进行复合掺混并优化工艺，制备出适合宽温区使用的复合锰基锂电池，解决了锂电池在低温环境下的性能不足问题，实现了在-20℃到55℃范围内的稳定和高效能量输出。",
              "llm_tech_problem": "现有锂电池在低温环境下的性能表现不佳，尤其是磷酸铁锂电池的低温性能差、三元锂电池的安全性能差和锰酸锂电池的循环寿命表现较差，严重影响新能源汽车的推广和使用。",
              "llm_innovation_list": [
                "采用复合锰基锂电池的制备方法，通过将锰酸锂和磷酸锰铁锂进行复合掺混，并优化配比，结合导电剂、粘结剂和有机溶剂的使用，制备出适合宽温区使用的正极和负极材料，采用聚丙烯隔膜和特定电解液，通过真空烘烤和注液工艺提升电池性能。"
              ],
              "tech_field_and_topic_list": [
                "石墨",
                "导电"
              ]
            },
            "description": "Tech info"
          },
          "item_type": {
            "type": "string",
            "example": "patent",
            "description": "Tech type（patent | paper）"
          },
          "relevance_score": {
            "type": "integer",
            "format": "int32",
            "example": 4,
            "description": "Tech relevance score"
          }
        }
      },
      "AI88-2CompanyMonitorAggregatedInfo_GroupItem": {
        "type": "object",
        "properties": {
          "items": {
            "type": "array",
            "example": [
              {
                "item_id": "a2d48f6e-0c76-4ec7-8785-62edd8b3e9ab",
                "item_info": {
                  "doi": "10.1016/j.jechem.2024.02.069",
                  "abst": "<jats:sec> <jats:p>固体聚合物电解质(SPE)由于其优异的灵活性、可扩展性以及与电极的界面兼容性,已成为构建固态锂电池最有前途的候选材料之一。</jats:p><jats:p> 本文以液晶单体的共聚物网络和聚乙二醇二甲基丙烯酸酯(PEGDMA)为结构框架,结合聚乙二醇二缩水甘油醚短链散布结构,制备了一种新型全固态聚合物电解质(PPLCE)。 作为移动离子传输实体。</jats:p><jats:p> 制备的 PPLCE 表现出优异的机械性能。 性能和出色的电化学性能。 性能,这归因于其独特的三维共连续结构,以交联半互穿网络和离子液体相为特征,形成具有短程有序和长程无序的独特纳米结构。</jats:p><jats:p> 值得注意的是,事实证明,PEGDMA 的添加对于 PPLCE 的综合性能至关重要,它可以有效地调节微观吗酚。 聚合物网络并改进了机械。 固体电解质的性能以及循环稳定性。</jats:p><jats:p> 当用于锂离子电池时。 在电池配置中,6 wt%-PPLCE 表现出超强稳定性,可在 30 °C 下持续运行超过 2000 小时,过电势最小且一致为 50 mV。</jats:p><jats:p>所得Li|PPLCE|LFP固态电池表现出160.9和120.1 mAh g的高放电比容量 <sup>-1</sup>  分别在 0.2 和 1 C 的电流密度下。</jats:p><jats:p> 即使在 c.d. 循环超过 300 次之后。  0.2 C 时,它保留了令人印象深刻的 73.5% 的容量。</jats:p><jats:p> 此外,它在高 c.d. 下表现出超过 180 次循环的稳定循环。  0.5℃。</jats:p><jats:p> 超强的循环稳定性可能会促进超长寿命全固态锂金属电池的应用。</jats:p></jats:sec>",
                  "title": "具有高效离子传输通道的三维共连续网络结构聚合物电解质可实现超长寿命全固态锂金属电池",
                  "journal": "Journal of Energy Chemistry",
                  "paper_id": "a2d48f6e-0c76-4ec7-8785-62edd8b3e9ab",
                  "relevance": {
                    "score": 5,
                    "description": "Subject一致性=2分（三维共连续网络聚合物电解质与锂电池高度一致）；Focus匹配=1分；关联度R=3分（High级别）。创新度=2分（独特的三维共连续结构、交联半互穿网络、超过2000小时稳定运行为实质性创新）。矩阵判定：R=High & I=High → 5分。"
                  },
                  "organizations": [
                    {
                      "normalized_id": "1b9f66d314de36dcc12a8c7a27b172dd",
                      "normalized_logo": "https://filecdn.shuidi.cn/img/upload/images_logo/41/af/31/41af31295388db1079e8cbe856508159.png/0x0.png",
                      "normalized_name": "China University of Mining & Technology (Beijing)",
                      "normalized_display_name": "China University of Mining & Technology (Beijing)"
                    }
                  ]
                },
                "item_type": "paper",
                "relevance_score": 5
              },
              {
                "item_id": "e3458499-f03c-474b-863a-01d30545cf1a",
                "item_info": {
                  "pn": "CN119092837A",
                  "abst": "<div p='0' i='0'>本发明涉及锂离子电池制造领域，具体为一种适合在宽温区使用的复合锰基锂电池的制备方法。该方法包括正极制备、负极制备和复合锰基锂电池制备，采用锰酸锂、磷酸锰铁锂、导电剂、粘结剂等依次制得正极浆料、正极卷料和正极片，采用人造石墨、增稠剂、导电剂、粘结剂等依次制得负极浆料、负极卷料和负极片；两个正极片、负极片和隔膜组成的芯包进行连续超声焊接，装入铝壳体内，激光焊接将盖板和铝壳体熔为一个整体，经注液、化成、老化，制得能够适合宽温区使用的复合锰基锂电池，能够在‑40℃～55℃宽温区内持续稳定工作，解决了磷酸铁锂电池能量密度低、低温性能差、三元锂电池安全性差无法过针刺、锰酸锂电池循环性能差的问题。</div>",
                  "ancs": {
                    "ans_name": "沈阳国科金能科技有限公司"
                  },
                  "title": "一种适合在宽温区使用的复合锰基锂电池的制备方法",
                  "patent_id": "e3458499-f03c-474b-863a-01d30545cf1a",
                  "relevance": {
                    "score": 4,
                    "description": "Subject一致性：专利涉及复合锰基锂电池制备，与'锂电池'主题高度一致(S=2)。Focus匹配：专利采用锰酸锂和磷酸锰铁锂复合，涉及磷酸锰铁锂材料，与followed_topics中的'磷酸锰铁锂'直接对应(F=1)。关联度R=3(High)。创新度：通过锰酸锂和磷酸锰铁锂复合掺混优化宽温区性能，属于材料复合改进创新(I=1,Medium)。综合评分：R=High & I=Medium → 4分。"
                  },
                  "full_image": "https://data-fulltext-image.zhihuiya.com/CN/A/11/90/92/83/7/1733725354291/HDA0005017033410000011.png?sign=q-sign-algorithm%3Dsha1%26q-ak%3DAKIDz31lFbrtH8mIbFyaxA70x49IRP7lLiCT%26q-sign-time%3D1760323190%3B1760927990%26q-key-time%3D1760323190%3B1760927990%26q-header-list%3Dhost%26q-url-param-list%3Dresponse-expires%26q-signature%3Dabe04f1a5c4325f82d6b9a1da8a89baf8a72a032&response-expires=Mon%2C%2020%20Oct%202025%2002%3A39%3A50%20GMT",
                  "pdf_images": [
                    {
                      "labels": [
                        "1"
                      ],
                      "image_id": "HDA0005017033410000011",
                      "extracted": false,
                      "patent_id": "e3458499-f03c-474b-863a-01d30545cf1a",
                      "image_from": "official",
                      "image_type": "drawing",
                      "is_extracted": false,
                      "storage_path": "https://data-fulltext-image.zhihuiya.com/CN/A/11/90/92/83/7/1733725354291/HDA0005017033410000011.png?sign=q-sign-algorithm%3Dsha1%26q-ak%3DAKIDz31lFbrtH8mIbFyaxA70x49IRP7lLiCT%26q-sign-time%3D1760323190%3B1760927990%26q-key-time%3D1760323190%3B1760927990%26q-header-list%3Dhost%26q-url-param-list%3Dresponse-expires%26q-signature%3Dabe04f1a5c4325f82d6b9a1da8a89baf8a72a032&response-expires=Mon%2C%2020%20Oct%202025%2002%3A39%3A50%20GMT",
                      "official_size": "649x1000",
                      "fig_title_code": "1",
                      "source_image_type": "drawing",
                      "fulltext_image240_url": "https://data-fulltext-image-thumbnail.zhihuiya.com/CN/A/11/90/92/83/7/1733725354291/HDA0005017033410000011.png?sign=q-sign-algorithm%3Dsha1%26q-ak%3DAKIDz31lFbrtH8mIbFyaxA70x49IRP7lLiCT%26q-sign-time%3D1760323190%3B1760927990%26q-key-time%3D1760323190%3B1760927990%26q-header-list%3Dhost%26q-url-param-list%3Dresponse-expires%26q-signature%3Dc6b5ce452d6c106daf30b549768fafa373658a11&response-expires=Mon%2C%2020%20Oct%202025%2002%3A39%3A50%20GMT"
                    }
                  ],
                  "llm_benefit": "显著提高了锂电池在低温条件下的放电性能和能量密度，同时增强了高温和过充等苛刻条件下的稳定性和安全性，使电池在-20℃环境下的能量输出效率提高到80.8％，在-40℃环境下达到69.3％，并在55℃高温环境下保持100％的能量输出效率。",
                  "technical_title": "通过将锰酸锂和磷酸锰铁锂进行复合掺混并优化工艺，制备出适合宽温区使用的复合锰基锂电池，解决了锂电池在低温环境下的性能不足问题，实现了在-20℃到55℃范围内的稳定和高效能量输出。",
                  "llm_tech_problem": "现有锂电池在低温环境下的性能表现不佳，尤其是磷酸铁锂电池的低温性能差、三元锂电池的安全性能差和锰酸锂电池的循环寿命表现较差，严重影响新能源汽车的推广和使用。",
                  "llm_innovation_list": [
                    "采用复合锰基锂电池的制备方法，通过将锰酸锂和磷酸锰铁锂进行复合掺混，并优化配比，结合导电剂、粘结剂和有机溶剂的使用，制备出适合宽温区使用的正极和负极材料，采用聚丙烯隔膜和特定电解液，通过真空烘烤和注液工艺提升电池性能。"
                  ],
                  "tech_field_and_topic_list": [
                    "石墨",
                    "导电"
                  ]
                },
                "item_type": "patent",
                "relevance_score": 4
              }
            ],
            "description": "Patent or paper information list",
            "items": {
              "$ref": "#/components/schemas/AI88-2CompanyMonitorAggregatedInfo_GroupTechInfoItem"
            }
          },
          "title": {
            "type": "string",
            "example": "宽温区性能优化与复合材料体系设计",
            "description": "Group name"
          },
          "images": {
            "type": "array",
            "example": [
              "https://data-fulltext-image.zhihuiya.com/CN/A/11/90/92/83/7/1733725354291/HDA0005017033410000011.png?sign=q-sign-algorithm%3Dsha1%26q-ak%3DAKIDz31lFbrtH8mIbFyaxA70x49IRP7lLiCT%26q-sign-time%3D1760323190%3B1760927990%26q-key-time%3D1760323190%3B1760927990%26q-header-list%3Dhost%26q-url-param-list%3Dresponse-expires%26q-signature%3Dabe04f1a5c4325f82d6b9a1da8a89baf8a72a032&response-expires=Mon%2C%2020%20Oct%202025%2002%3A39%3A50%20GMT"
            ],
            "description": "Patent image list"
          },
          "summary": {
            "type": "string",
            "example": "通过**锰酸锂与磷酸锰铁锂复合掺混**技术，结合**分步分散、梯度复合**工艺，实现不同正极材料的优势互补。该技术采用优化配比的复合体系，显著提升了电池在-40℃至55℃宽温区的稳定性，在-20℃环境下能量输出效率达80.8％，同时平衡了**能量密度与安全性**的矛盾。",
            "description": "Group summary"
          },
          "paper_ids": {
            "type": "array",
            "example": [
              "a2d48f6e-0c76-4ec7-8785-62edd8b3e9ab"
            ],
            "description": "Paper ID list"
          },
          "patent_ids": {
            "type": "array",
            "example": [
              "e3458499-f03c-474b-863a-01d30545cf1a",
              "f6ce2b02-e5e6-4c0a-ae73-6c5d5212719f"
            ],
            "description": "Patent ID list"
          },
          "tech_differences": {
            "type": "string",
            "example": "相比单一材料体系，**复合掺混策略**有效规避了磷酸铁锂低温性能差、三元材料安全性不足的局限，通过材料协同效应实现性能互补，为宽温区应用提供了成本可控的解决方案。",
            "description": "Tech differences"
          }
        }
      },
      "AI88-2CompanyMonitorAggregatedInfo_LowScore": {
        "type": "object",
        "properties": {
          "items": {
            "type": "array",
            "example": [
              {
                "item_id": "a1d48f6e-0c76-4ec7-8785-62edd8b3e9ab",
                "item_info": {
                  "doi": "10.1016/j.jechem.2024.02.069",
                  "abst": "<jats:sec> <jats:p>固体聚合物电解质(SPE)由于其优异的灵活性、可扩展性以及与电极的界面兼容性,已成为构建固态锂电池最有前途的候选材料之一。</jats:p><jats:p> 本文以液晶单体的共聚物网络和聚乙二醇二甲基丙烯酸酯(PEGDMA)为结构框架,结合聚乙二醇二缩水甘油醚短链散布结构,制备了一种新型全固态聚合物电解质(PPLCE)。 作为移动离子传输实体。</jats:p><jats:p> 制备的 PPLCE 表现出优异的机械性能。 性能和出色的电化学性能。 性能,这归因于其独特的三维共连续结构,以交联半互穿网络和离子液体相为特征,形成具有短程有序和长程无序的独特纳米结构。</jats:p><jats:p> 值得注意的是,事实证明,PEGDMA 的添加对于 PPLCE 的综合性能至关重要,它可以有效地调节微观吗酚。 聚合物网络并改进了机械。 固体电解质的性能以及循环稳定性。</jats:p><jats:p> 当用于锂离子电池时。 在电池配置中,6 wt%-PPLCE 表现出超强稳定性,可在 30 °C 下持续运行超过 2000 小时,过电势最小且一致为 50 mV。</jats:p><jats:p>所得Li|PPLCE|LFP固态电池表现出160.9和120.1 mAh g的高放电比容量 <sup>-1</sup>  分别在 0.2 和 1 C 的电流密度下。</jats:p><jats:p> 即使在 c.d. 循环超过 300 次之后。  0.2 C 时,它保留了令人印象深刻的 73.5% 的容量。</jats:p><jats:p> 此外,它在高 c.d. 下表现出超过 180 次循环的稳定循环。  0.5℃。</jats:p><jats:p> 超强的循环稳定性可能会促进超长寿命全固态锂金属电池的应用。</jats:p></jats:sec>",
                  "title": "具有高效离子传输通道的三维共连续网络结构聚合物电解质可实现超长寿命全固态锂金属电池",
                  "journal": "Journal of Energy Chemistry",
                  "paper_id": "a1d48f6e-0c76-4ec7-8785-62edd8b3e9ab",
                  "relevance": {
                    "score": 5,
                    "description": "Subject一致性=2分（三维共连续网络聚合物电解质与锂电池高度一致）；Focus匹配=1分；关联度R=3分（High级别）。创新度=2分（独特的三维共连续结构、交联半互穿网络、超过2000小时稳定运行为实质性创新）。矩阵判定：R=High & I=High → 5分。"
                  },
                  "organizations": [
                    {
                      "normalized_id": "1b9f66d314de36dcc12a8c7a27b172dd",
                      "normalized_logo": "https://filecdn.shuidi.cn/img/upload/images_logo/41/af/31/41af31295388db1079e8cbe856508159.png/0x0.png",
                      "normalized_name": "China University of Mining & Technology (Beijing)",
                      "normalized_display_name": "China University of Mining & Technology (Beijing)"
                    }
                  ]
                },
                "item_type": "paper",
                "relevance_score": 5
              },
              {
                "item_id": "e3458499-f03c-474b-863a-01d30545cf1a",
                "item_info": {
                  "pn": "CN119092837A",
                  "abst": "<div p='0' i='0'>本发明涉及锂离子电池制造领域，具体为一种适合在宽温区使用的复合锰基锂电池的制备方法。该方法包括正极制备、负极制备和复合锰基锂电池制备，采用锰酸锂、磷酸锰铁锂、导电剂、粘结剂等依次制得正极浆料、正极卷料和正极片，采用人造石墨、增稠剂、导电剂、粘结剂等依次制得负极浆料、负极卷料和负极片；两个正极片、负极片和隔膜组成的芯包进行连续超声焊接，装入铝壳体内，激光焊接将盖板和铝壳体熔为一个整体，经注液、化成、老化，制得能够适合宽温区使用的复合锰基锂电池，能够在‑40℃～55℃宽温区内持续稳定工作，解决了磷酸铁锂电池能量密度低、低温性能差、三元锂电池安全性差无法过针刺、锰酸锂电池循环性能差的问题。</div>",
                  "ancs": {
                    "ans_name": "沈阳国科金能科技有限公司"
                  },
                  "title": "一种适合在宽温区使用的复合锰基锂电池的制备方法",
                  "patent_id": "e3458499-f03c-474b-863a-01d30545cf1a",
                  "relevance": {
                    "score": 4,
                    "description": "Subject一致性：专利涉及复合锰基锂电池制备，与'锂电池'主题高度一致(S=2)。Focus匹配：专利采用锰酸锂和磷酸锰铁锂复合，涉及磷酸锰铁锂材料，与followed_topics中的'磷酸锰铁锂'直接对应(F=1)。关联度R=3(High)。创新度：通过锰酸锂和磷酸锰铁锂复合掺混优化宽温区性能，属于材料复合改进创新(I=1,Medium)。综合评分：R=High & I=Medium → 4分。"
                  },
                  "full_image": "https://data-fulltext-image.zhihuiya.com/CN/A/11/90/92/83/7/1733725354291/HDA0005017033410000011.png?sign=q-sign-algorithm%3Dsha1%26q-ak%3DAKIDz31lFbrtH8mIbFyaxA70x49IRP7lLiCT%26q-sign-time%3D1760323190%3B1760927990%26q-key-time%3D1760323190%3B1760927990%26q-header-list%3Dhost%26q-url-param-list%3Dresponse-expires%26q-signature%3Dabe04f1a5c4325f82d6b9a1da8a89baf8a72a032&response-expires=Mon%2C%2020%20Oct%202025%2002%3A39%3A50%20GMT",
                  "pdf_images": [
                    {
                      "labels": [
                        "1"
                      ],
                      "image_id": "HDA0005017033410000011",
                      "extracted": false,
                      "patent_id": "e3458499-f03c-474b-863a-01d30545cf1a",
                      "image_from": "official",
                      "image_type": "drawing",
                      "is_extracted": false,
                      "storage_path": "https://data-fulltext-image.zhihuiya.com/CN/A/11/90/92/83/7/1733725354291/HDA0005017033410000011.png?sign=q-sign-algorithm%3Dsha1%26q-ak%3DAKIDz31lFbrtH8mIbFyaxA70x49IRP7lLiCT%26q-sign-time%3D1760323190%3B1760927990%26q-key-time%3D1760323190%3B1760927990%26q-header-list%3Dhost%26q-url-param-list%3Dresponse-expires%26q-signature%3Dabe04f1a5c4325f82d6b9a1da8a89baf8a72a032&response-expires=Mon%2C%2020%20Oct%202025%2002%3A39%3A50%20GMT",
                      "official_size": "649x1000",
                      "fig_title_code": "1",
                      "source_image_type": "drawing",
                      "fulltext_image240_url": "https://data-fulltext-image-thumbnail.zhihuiya.com/CN/A/11/90/92/83/7/1733725354291/HDA0005017033410000011.png?sign=q-sign-algorithm%3Dsha1%26q-ak%3DAKIDz31lFbrtH8mIbFyaxA70x49IRP7lLiCT%26q-sign-time%3D1760323190%3B1760927990%26q-key-time%3D1760323190%3B1760927990%26q-header-list%3Dhost%26q-url-param-list%3Dresponse-expires%26q-signature%3Dc6b5ce452d6c106daf30b549768fafa373658a11&response-expires=Mon%2C%2020%20Oct%202025%2002%3A39%3A50%20GMT"
                    }
                  ],
                  "llm_benefit": "显著提高了锂电池在低温条件下的放电性能和能量密度，同时增强了高温和过充等苛刻条件下的稳定性和安全性，使电池在-20℃环境下的能量输出效率提高到80.8％，在-40℃环境下达到69.3％，并在55℃高温环境下保持100％的能量输出效率。",
                  "technical_title": "通过将锰酸锂和磷酸锰铁锂进行复合掺混并优化工艺，制备出适合宽温区使用的复合锰基锂电池，解决了锂电池在低温环境下的性能不足问题，实现了在-20℃到55℃范围内的稳定和高效能量输出。",
                  "llm_tech_problem": "现有锂电池在低温环境下的性能表现不佳，尤其是磷酸铁锂电池的低温性能差、三元锂电池的安全性能差和锰酸锂电池的循环寿命表现较差，严重影响新能源汽车的推广和使用。",
                  "llm_innovation_list": [
                    "采用复合锰基锂电池的制备方法，通过将锰酸锂和磷酸锰铁锂进行复合掺混，并优化配比，结合导电剂、粘结剂和有机溶剂的使用，制备出适合宽温区使用的正极和负极材料，采用聚丙烯隔膜和特定电解液，通过真空烘烤和注液工艺提升电池性能。"
                  ],
                  "tech_field_and_topic_list": [
                    "石墨",
                    "导电"
                  ]
                },
                "item_type": "patent",
                "relevance_score": 4
              }
            ],
            "description": "Patent or paper information list",
            "items": {
              "$ref": "#/components/schemas/AI88-2CompanyMonitorAggregatedInfo_GroupTechInfoItem"
            }
          },
          "images": {
            "type": "array",
            "example": [
              "https://data-fulltext-image.zhihuiya.com/CN/A/11/90/92/83/7/1733725354291/HDA0005017033410000011.png?sign=q-sign-algorithm%3Dsha1%26q-ak%3DAKIDz31lFbrtH8mIbFyaxA70x49IRP7lLiCT%26q-sign-time%3D1760323190%3B1760927990%26q-key-time%3D1760323190%3B1760927990%26q-header-list%3Dhost%26q-url-param-list%3Dresponse-expires%26q-signature%3Dabe04f1a5c4325f82d6b9a1da8a89baf8a72a032&response-expires=Mon%2C%2020%20Oct%202025%2002%3A39%3A50%20GMT"
            ],
            "description": "Patent image list"
          },
          "paper_ids": {
            "type": "array",
            "example": [
              "a1d48f6e-0c76-4ec7-8785-62edd8b3e9ab"
            ],
            "description": "Paper ID list"
          },
          "patent_ids": {
            "type": "array",
            "example": [
              "e3458499-f03c-474b-863a-01d30545cf1a",
              "f6ce2b02-e5e6-4c0a-ae73-6c5d5212719f"
            ],
            "description": "Patent ID list"
          }
        }
      },
      "AI88-2CompanyMonitorAggregatedInfo_OtherCountItem": {
        "type": "object",
        "properties": {
          "name": {
            "type": "string",
            "example": "其他",
            "description": "Other group name"
          },
          "count": {
            "type": "integer",
            "format": "int32",
            "example": 1,
            "description": "Group count"
          },
          "groups": {
            "type": "array",
            "example": [
              {
                "title": "正极材料结构稳定性与热安全性提升",
                "summary": "该技术采用**聚苯胺-聚乙二醇共聚物**对镍钴锰酸锂正极材料进行表面包覆，通过乳液聚合、混合球磨、低温烧结等工艺形成导电聚合物包覆层。该包覆层能够有效抑制正极材料在循环过程中的结构重组和颗粒碎裂，同时阻止过渡金属离子溶解，显著改善材料的热稳定性。",
                "paper_ids": [],
                "patent_ids": [
                  "beac66e8-2c3a-4e00-a0f7-c7f2f33c728a"
                ],
                "tech_differences": "相比传统无机包覆材料，**导电聚合物包覆**既保证了离子传导又提供结构保护，在2.8-4.4V高电压下循环性能更优，制备工艺相对简单且成本较低"
              }
            ],
            "description": "Group Info",
            "items": {
              "$ref": "#/components/schemas/AI88-2CompanyMonitorAggregatedInfo_GroupItem"
            }
          },
          "low_score": {
            "$ref": "#/components/schemas/AI88-2CompanyMonitorAggregatedInfo_LowScore"
          },
          "group_count": {
            "type": "integer",
            "format": "int32",
            "example": 1,
            "description": "Group count"
          },
          "overall_summary": {
            "type": "string",
            "example": "分组总结",
            "description": "Other multiple group summary, empty content"
          }
        }
      },
      "AI88-2CompanyMonitorAggregatedInfo_CompanyCountItem": {
        "type": "object",
        "properties": {
          "name": {
            "type": "string",
            "example": "合肥国轩高科动力能源有限公司",
            "description": "Company name"
          },
          "count": {
            "type": "integer",
            "format": "int32",
            "example": "2",
            "description": "The number of technology groups in the company for the current period"
          },
          "groups": {
            "type": "array",
            "example": [
              {
                "items": [
                  {
                    "item_id": "a1d48f6e-0c76-4ec7-8785-62edd8b3e9ab",
                    "item_info": {
                      "doi": "10.1016/j.jechem.2024.02.069",
                      "abst": "<jats:sec> <jats:p>固体聚合物电解质(SPE)由于其优异的灵活性、可扩展性以及与电极的界面兼容性,已成为构建固态锂电池最有前途的候选材料之一。</jats:p><jats:p> 本文以液晶单体的共聚物网络和聚乙二醇二甲基丙烯酸酯(PEGDMA)为结构框架,结合聚乙二醇二缩水甘油醚短链散布结构,制备了一种新型全固态聚合物电解质(PPLCE)。 作为移动离子传输实体。</jats:p><jats:p> 制备的 PPLCE 表现出优异的机械性能。 性能和出色的电化学性能。 性能,这归因于其独特的三维共连续结构,以交联半互穿网络和离子液体相为特征,形成具有短程有序和长程无序的独特纳米结构。</jats:p><jats:p> 值得注意的是,事实证明,PEGDMA 的添加对于 PPLCE 的综合性能至关重要,它可以有效地调节微观吗酚。 聚合物网络并改进了机械。 固体电解质的性能以及循环稳定性。</jats:p><jats:p> 当用于锂离子电池时。 在电池配置中,6 wt%-PPLCE 表现出超强稳定性,可在 30 °C 下持续运行超过 2000 小时,过电势最小且一致为 50 mV。</jats:p><jats:p>所得Li|PPLCE|LFP固态电池表现出160.9和120.1 mAh g的高放电比容量 <sup>-1</sup>  分别在 0.2 和 1 C 的电流密度下。</jats:p><jats:p> 即使在 c.d. 循环超过 300 次之后。  0.2 C 时,它保留了令人印象深刻的 73.5% 的容量。</jats:p><jats:p> 此外,它在高 c.d. 下表现出超过 180 次循环的稳定循环。  0.5℃。</jats:p><jats:p> 超强的循环稳定性可能会促进超长寿命全固态锂金属电池的应用。</jats:p></jats:sec>",
                      "title": "具有高效离子传输通道的三维共连续网络结构聚合物电解质可实现超长寿命全固态锂金属电池",
                      "journal": "Journal of Energy Chemistry",
                      "paper_id": "a1d48f6e-0c76-4ec7-8785-62edd8b3e9ab",
                      "relevance": {
                        "score": 5,
                        "description": "Subject一致性=2分（三维共连续网络聚合物电解质与锂电池高度一致）；Focus匹配=1分；关联度R=3分（High级别）。创新度=2分（独特的三维共连续结构、交联半互穿网络、超过2000小时稳定运行为实质性创新）。矩阵判定：R=High & I=High → 5分。"
                      },
                      "organizations": [
                        {
                          "normalized_id": "1b9f66d314de36dcc12a8c7a27b172dd",
                          "normalized_logo": "https://filecdn.shuidi.cn/img/upload/images_logo/41/af/31/41af31295388db1079e8cbe856508159.png/0x0.png",
                          "normalized_name": "China University of Mining & Technology (Beijing)",
                          "normalized_display_name": "China University of Mining & Technology (Beijing)"
                        }
                      ]
                    },
                    "item_type": "paper",
                    "relevance_score": 5
                  },
                  {
                    "item_id": "57821030-e8f0-4cd3-8c28-1b1c485133e6",
                    "item_info": {
                      "pn": "CN118213610A",
                      "abst": "<div p='0' i='0'>本发明公开了一种低温复合准固态电解质的制备方法，其特征在于，包括以下步骤：步骤一：向二氧戊烷、添加剂以及快离子导体的混合液中加入锂盐，得到前驱液；步骤二：将前驱液进行原位聚合反应，即得所述低温复合准固态电解质。本发明制备的低温复合准固态电解质的电导率，满足锂离子电池的应用需求。本发明制备的低温复合准固态电解质不使用任何电解液，能够大大提高电池的热稳定性和安全性能。本发明提供的低温复合准固态电解质的制备方法较简单，材料易得，副产物少且对环境友好。本发明提供的固态锂电池具有较为优异的低温电化学性能，并且能够实现有效充放电，具有优异的长循环稳定性能。</div>",
                      "ancs": {
                        "ans_name": "江苏国轩新能源科技有限公司"
                      },
                      "title": "一种低温复合准固态电解质的制备方法及其固态锂电池应用",
                      "patent_id": "57821030-e8f0-4cd3-8c28-1b1c485133e6",
                      "relevance": {
                        "score": 4,
                        "description": "Subject一致性(S=2)：专利涉及低温复合准固态电解质及固态锂电池，与'锂电池'主题高度一致。Focus匹配(F=1)：focus_area为空，记为1分。关联度R=3(High)。创新度评估：通过向二氧戊烷中加入添加剂和快离子导体进行原位聚合，制备低温复合准固态电解质，在低温电化学性能方面有显著提升，属于材料体系和性能的实质性创新，创新度I=2(High)。综合评分：R=High & I=High → 5分，但技术路线相对成熟，评为4分。"
                      },
                      "full_image": "https://data-fulltext-image.zhihuiya.com/CN/A/11/82/13/61/0/BDA0004750665280000021.png?sign=q-sign-algorithm%3Dsha1%26q-ak%3DAKIDz31lFbrtH8mIbFyaxA70x49IRP7lLiCT%26q-sign-time%3D1760172707%3B1760777507%26q-key-time%3D1760172707%3B1760777507%26q-header-list%3Dhost%26q-url-param-list%3Dresponse-expires%26q-signature%3D650201fc036dd5f67b3d1f0a662d127467179aeb&response-expires=Sat%2C%2018%20Oct%202025%2008%3A51%3A47%20GMT",
                      "pdf_images": [
                        {
                          "image_id": "BDA0004750665280000021",
                          "extracted": false,
                          "patent_id": "57821030-e8f0-4cd3-8c28-1b1c485133e6",
                          "image_from": "official",
                          "image_type": "drawing",
                          "is_extracted": false,
                          "storage_path": "https://data-fulltext-image.zhihuiya.com/CN/A/11/82/13/61/0/BDA0004750665280000021.png?sign=q-sign-algorithm%3Dsha1%26q-ak%3DAKIDz31lFbrtH8mIbFyaxA70x49IRP7lLiCT%26q-sign-time%3D1760172707%3B1760777507%26q-key-time%3D1760172707%3B1760777507%26q-header-list%3Dhost%26q-url-param-list%3Dresponse-expires%26q-signature%3D650201fc036dd5f67b3d1f0a662d127467179aeb&response-expires=Sat%2C%2018%20Oct%202025%2008%3A51%3A47%20GMT",
                          "official_size": "1000x368",
                          "source_image_type": "drawing",
                          "fulltext_image240_url": "https://data-fulltext-image-thumbnail.zhihuiya.com/CN/A/11/82/13/61/0/BDA0004750665280000021.png?sign=q-sign-algorithm%3Dsha1%26q-ak%3DAKIDz31lFbrtH8mIbFyaxA70x49IRP7lLiCT%26q-sign-time%3D1760172707%3B1760777507%26q-key-time%3D1760172707%3B1760777507%26q-header-list%3Dhost%26q-url-param-list%3Dresponse-expires%26q-signature%3D63635be601c8763612a738127f2a552eeadd6775&response-expires=Sat%2C%2018%20Oct%202025%2008%3A51%3A47%20GMT"
                        }
                      ],
                      "llm_benefit": "显著提高了锂离子电池在低温下的离子电导率和电化学性能，增强了电池的稳定性和安全性能，实现了优异的低温电化学性能和长循环稳定性，满足了锂离子电池的应用需求。",
                      "technical_title": "通过在锂离子电池中制备低温复合准固态电解质，解决了锂离子电池在低温环境下电导率和电化学性能不足的问题，实现了锂离子电池在低温下的高性能和稳定性，满足了锂离子电池的应用需求。",
                      "llm_tech_problem": "锂离子电池在低温环境下表现出电能量密度、功率和循环寿命的显著下降，主要由于电解质中离子输运和电极界面电荷转移动力学不足，导致固体电解质界面结构变化，现有聚二氧戊烷基电解质的低温离子导电率不足，无法满足实际应用需求。",
                      "llm_innovation_list": [
                        "采用一种低温复合准固态电解质的制备方法，通过向二氧戊烷、添加剂和快离子导体的混合液中加入锂盐，进行原位聚合反应，制备出具有提高离子电导率和电化学性能的低温复合准固态电解质，并将其应用于固态锂电池中。"
                      ],
                      "tech_field_and_topic_list": [
                        "导体"
                      ]
                    },
                    "item_type": "patent",
                    "relevance_score": 4
                  }
                ],
                "title": "低温环境下锂离子电池电导率和电化学性能不足",
                "images": [
                  "https://data-fulltext-image.zhihuiya.com/CN/A/11/82/13/61/0/BDA0004750665280000021.png?sign=q-sign-algorithm%3Dsha1%26q-ak%3DAKIDz31lFbrtH8mIbFyaxA70x49IRP7lLiCT%26q-sign-time%3D1760172707%3B1760777507%26q-key-time%3D1760172707%3B1760777507%26q-header-list%3Dhost%26q-url-param-list%3Dresponse-expires%26q-signature%3D650201fc036dd5f67b3d1f0a662d127467179aeb&response-expires=Sat%2C%2018%20Oct%202025%2008%3A51%3A47%20GMT"
                ],
                "summary": "该技术采用**低温复合准固态电解质**制备方法，通过向二氧戊烷、添加剂和快离子导体混合液中加入锂盐进行**原位聚合反应**，制备出具有高离子电导率的复合电解质，显著改善锂离子电池在低温环境下的电化学性能。",
                "paper_ids": [
                  "a1d48f6e-0c76-4ec7-8785-62edd8b3e9ab"
                ],
                "patent_ids": [
                  "57821030-e8f0-4cd3-8c28-1b1c485133e6"
                ],
                "tech_differences": "相比传统聚二氧戊烷基电解质，该技术通过**原位聚合**和**快离子导体复合**显著提升低温离子导电率，完全摒弃液态电解液，大幅提高热稳定性和安全性能，但可能面临制备工艺复杂度增加的挑战。"
              }
            ],
            "description": "Tech Groups",
            "items": {
              "$ref": "#/components/schemas/AI88-2CompanyMonitorAggregatedInfo_GroupItem"
            }
          },
          "low_score": {
            "$ref": "#/components/schemas/AI88-2CompanyMonitorAggregatedInfo_LowScore"
          },
          "group_count": {
            "type": "integer",
            "format": "int32",
            "example": "2",
            "description": "The number of technology groups in the company for the current period"
          },
          "company_name": {
            "type": "string",
            "example": "合肥国轩高科动力能源有限公司",
            "description": "Company name"
          },
          "overall_summary": {
            "type": "string",
            "example": "采用**半固态电极和半固态电解质**设计，通过在集流体表面设置减薄成膜的电解质膜层，结合**一体化半干法制备工艺**，实现极少量电解液的均匀分布。使用含有电解液的半固态电解质膜替代传统隔膜，有效解决了电解液浸润难题。",
            "description": "Summary of multiple tech groups"
          }
        },
        "required": [
          "name",
          "count",
          "groups",
          "low_score",
          "group_count",
          "company_name",
          "overall_summary"
        ]
      },
      "AI88-2CompanyMonitorAggregatedInfo_TechTopicCountItem": {
        "type": "object",
        "properties": {
          "name": {
            "type": "string",
            "example": "磷酸锰铁锂",
            "description": "Sub tech name"
          },
          "count": {
            "type": "integer",
            "format": "int32",
            "example": 8,
            "description": "Group Count"
          },
          "groups": {
            "type": "array",
            "example": [
              {
                "items": [
                  {
                    "item_id": "a2d48f6e-0c76-4ec7-8785-62edd8b3e9ab",
                    "item_info": {
                      "doi": "10.1016/j.jechem.2024.02.069",
                      "abst": "<jats:sec> <jats:p>固体聚合物电解质(SPE)由于其优异的灵活性、可扩展性以及与电极的界面兼容性,已成为构建固态锂电池最有前途的候选材料之一。</jats:p><jats:p> 本文以液晶单体的共聚物网络和聚乙二醇二甲基丙烯酸酯(PEGDMA)为结构框架,结合聚乙二醇二缩水甘油醚短链散布结构,制备了一种新型全固态聚合物电解质(PPLCE)。 作为移动离子传输实体。</jats:p><jats:p> 制备的 PPLCE 表现出优异的机械性能。 性能和出色的电化学性能。 性能,这归因于其独特的三维共连续结构,以交联半互穿网络和离子液体相为特征,形成具有短程有序和长程无序的独特纳米结构。</jats:p><jats:p> 值得注意的是,事实证明,PEGDMA 的添加对于 PPLCE 的综合性能至关重要,它可以有效地调节微观吗酚。 聚合物网络并改进了机械。 固体电解质的性能以及循环稳定性。</jats:p><jats:p> 当用于锂离子电池时。 在电池配置中,6 wt%-PPLCE 表现出超强稳定性,可在 30 °C 下持续运行超过 2000 小时,过电势最小且一致为 50 mV。</jats:p><jats:p>所得Li|PPLCE|LFP固态电池表现出160.9和120.1 mAh g的高放电比容量 <sup>-1</sup>  分别在 0.2 和 1 C 的电流密度下。</jats:p><jats:p> 即使在 c.d. 循环超过 300 次之后。  0.2 C 时,它保留了令人印象深刻的 73.5% 的容量。</jats:p><jats:p> 此外,它在高 c.d. 下表现出超过 180 次循环的稳定循环。  0.5℃。</jats:p><jats:p> 超强的循环稳定性可能会促进超长寿命全固态锂金属电池的应用。</jats:p></jats:sec>",
                      "title": "具有高效离子传输通道的三维共连续网络结构聚合物电解质可实现超长寿命全固态锂金属电池",
                      "journal": "Journal of Energy Chemistry",
                      "paper_id": "a2d48f6e-0c76-4ec7-8785-62edd8b3e9ab",
                      "relevance": {
                        "score": 5,
                        "description": "Subject一致性=2分（三维共连续网络聚合物电解质与锂电池高度一致）；Focus匹配=1分；关联度R=3分（High级别）。创新度=2分（独特的三维共连续结构、交联半互穿网络、超过2000小时稳定运行为实质性创新）。矩阵判定：R=High & I=High → 5分。"
                      },
                      "organizations": [
                        {
                          "normalized_id": "1b9f66d314de36dcc12a8c7a27b172dd",
                          "normalized_logo": "https://filecdn.shuidi.cn/img/upload/images_logo/41/af/31/41af31295388db1079e8cbe856508159.png/0x0.png",
                          "normalized_name": "China University of Mining & Technology (Beijing)",
                          "normalized_display_name": "China University of Mining & Technology (Beijing)"
                        }
                      ]
                    },
                    "item_type": "paper",
                    "relevance_score": 5
                  },
                  {
                    "item_id": "e3458499-f03c-474b-863a-01d30545cf1a",
                    "item_info": {
                      "pn": "CN119092837A",
                      "abst": "<div p='0' i='0'>本发明涉及锂离子电池制造领域，具体为一种适合在宽温区使用的复合锰基锂电池的制备方法。该方法包括正极制备、负极制备和复合锰基锂电池制备，采用锰酸锂、磷酸锰铁锂、导电剂、粘结剂等依次制得正极浆料、正极卷料和正极片，采用人造石墨、增稠剂、导电剂、粘结剂等依次制得负极浆料、负极卷料和负极片；两个正极片、负极片和隔膜组成的芯包进行连续超声焊接，装入铝壳体内，激光焊接将盖板和铝壳体熔为一个整体，经注液、化成、老化，制得能够适合宽温区使用的复合锰基锂电池，能够在‑40℃～55℃宽温区内持续稳定工作，解决了磷酸铁锂电池能量密度低、低温性能差、三元锂电池安全性差无法过针刺、锰酸锂电池循环性能差的问题。</div>",
                      "ancs": {
                        "ans_name": "沈阳国科金能科技有限公司"
                      },
                      "title": "一种适合在宽温区使用的复合锰基锂电池的制备方法",
                      "patent_id": "e3458499-f03c-474b-863a-01d30545cf1a",
                      "relevance": {
                        "score": 4,
                        "description": "Subject一致性：专利涉及复合锰基锂电池制备，与'锂电池'主题高度一致(S=2)。Focus匹配：专利采用锰酸锂和磷酸锰铁锂复合，涉及磷酸锰铁锂材料，与followed_topics中的'磷酸锰铁锂'直接对应(F=1)。关联度R=3(High)。创新度：通过锰酸锂和磷酸锰铁锂复合掺混优化宽温区性能，属于材料复合改进创新(I=1,Medium)。综合评分：R=High & I=Medium → 4分。"
                      },
                      "full_image": "https://data-fulltext-image.zhihuiya.com/CN/A/11/90/92/83/7/1733725354291/HDA0005017033410000011.png?sign=q-sign-algorithm%3Dsha1%26q-ak%3DAKIDz31lFbrtH8mIbFyaxA70x49IRP7lLiCT%26q-sign-time%3D1760082617%3B1760687417%26q-key-time%3D1760082617%3B1760687417%26q-header-list%3Dhost%26q-url-param-list%3Dresponse-expires%26q-signature%3D29e09f9e19879e83f8c525a258b7635be99a9ff2&response-expires=Fri%2C%2017%20Oct%202025%2007%3A50%3A17%20GMT",
                      "pdf_images": [
                        {
                          "labels": [
                            "1"
                          ],
                          "image_id": "HDA0005017033410000011",
                          "extracted": false,
                          "patent_id": "e3458499-f03c-474b-863a-01d30545cf1a",
                          "image_from": "official",
                          "image_type": "drawing",
                          "is_extracted": false,
                          "storage_path": "https://data-fulltext-image.zhihuiya.com/CN/A/11/90/92/83/7/1733725354291/HDA0005017033410000011.png?sign=q-sign-algorithm%3Dsha1%26q-ak%3DAKIDz31lFbrtH8mIbFyaxA70x49IRP7lLiCT%26q-sign-time%3D1760082617%3B1760687417%26q-key-time%3D1760082617%3B1760687417%26q-header-list%3Dhost%26q-url-param-list%3Dresponse-expires%26q-signature%3D29e09f9e19879e83f8c525a258b7635be99a9ff2&response-expires=Fri%2C%2017%20Oct%202025%2007%3A50%3A17%20GMT",
                          "official_size": "649x1000",
                          "fig_title_code": "1",
                          "source_image_type": "drawing",
                          "fulltext_image240_url": "https://data-fulltext-image-thumbnail.zhihuiya.com/CN/A/11/90/92/83/7/1733725354291/HDA0005017033410000011.png?sign=q-sign-algorithm%3Dsha1%26q-ak%3DAKIDz31lFbrtH8mIbFyaxA70x49IRP7lLiCT%26q-sign-time%3D1760082617%3B1760687417%26q-key-time%3D1760082617%3B1760687417%26q-header-list%3Dhost%26q-url-param-list%3Dresponse-expires%26q-signature%3D879c1d7d79140ed75272abdfbfee2c78288ead79&response-expires=Fri%2C%2017%20Oct%202025%2007%3A50%3A17%20GMT"
                        }
                      ],
                      "llm_benefit": "显著提高了锂电池在低温条件下的放电性能和能量密度，同时增强了高温和过充等苛刻条件下的稳定性和安全性，使电池在-20℃环境下的能量输出效率提高到80.8％，在-40℃环境下达到69.3％，并在55℃高温环境下保持100％的能量输出效率。",
                      "technical_title": "通过将锰酸锂和磷酸锰铁锂进行复合掺混并优化工艺，制备出适合宽温区使用的复合锰基锂电池，解决了锂电池在低温环境下的性能不足问题，实现了在-20℃到55℃范围内的稳定和高效能量输出。",
                      "llm_tech_problem": "现有锂电池在低温环境下的性能表现不佳，尤其是磷酸铁锂电池的低温性能差、三元锂电池的安全性能差和锰酸锂电池的循环寿命表现较差，严重影响新能源汽车的推广和使用。",
                      "llm_innovation_list": [
                        "采用复合锰基锂电池的制备方法，通过将锰酸锂和磷酸锰铁锂进行复合掺混，并优化配比，结合导电剂、粘结剂和有机溶剂的使用，制备出适合宽温区使用的正极和负极材料，采用聚丙烯隔膜和特定电解液，通过真空烘烤和注液工艺提升电池性能。"
                      ],
                      "tech_field_and_topic_list": [
                        "石墨",
                        "导电"
                      ]
                    },
                    "item_type": "patent",
                    "relevance_score": 4
                  }
                ],
                "title": "宽温区性能优化与复合材料体系设计",
                "images": [],
                "summary": "通过**锰酸锂与磷酸锰铁锂复合掺混**技术，结合**分步分散、梯度复合**工艺，实现不同正极材料的优势互补。该技术采用优化配比的复合体系，显著提升了电池在-40℃至55℃宽温区的稳定性，在-20℃环境下能量输出效率达80.8％，同时平衡了**能量密度与安全性**的矛盾。",
                "paper_ids": [
                  "a2d48f6e-0c76-4ec7-8785-62edd8b3e9ab"
                ],
                "patent_ids": [
                  "e3458499-f03c-474b-863a-01d30545cf1a"
                ],
                "tech_differences": ""
              }
            ],
            "description": "Group Info",
            "items": {
              "$ref": "#/components/schemas/AI88-2CompanyMonitorAggregatedInfo_GroupItem"
            }
          },
          "low_score": {
            "$ref": "#/components/schemas/AI88-2CompanyMonitorAggregatedInfo_LowScore"
          },
          "group_count": {
            "type": "integer",
            "format": "int32",
            "example": 8,
            "description": "Group Count"
          },
          "overall_summary": {
            "type": "string",
            "example": "采用**半固态电极和半固态电解质**设计，通过在集流体表面设置减薄成膜的电解质膜层，结合**一体化半干法制备工艺**，实现极少量电解液的均匀分布。使用含有电解液的半固态电解质膜替代传统隔膜，有效解决了电解液浸润难题。",
            "description": "Summary of multiple groups"
          }
        },
        "required": [
          "name",
          "count",
          "groups",
          "low_score",
          "group_count",
          "overall_summary"
        ]
      },
      "AI88-2CompanyMonitorAggregatedInfo_TechMonitorCountResponseDTO": {
        "type": "object",
        "properties": {
          "other_count": {
            "type": "array",
            "example": [
              {
                "name": "其他",
                "count": 1,
                "groups": [
                  {
                    "title": "正极材料结构稳定性与热安全性提升",
                    "summary": "该技术采用**聚苯胺-聚乙二醇共聚物**对镍钴锰酸锂正极材料进行表面包覆，通过乳液聚合、混合球磨、低温烧结等工艺形成导电聚合物包覆层。该包覆层能够有效抑制正极材料在循环过程中的结构重组和颗粒碎裂，同时阻止过渡金属离子溶解，显著改善材料的热稳定性。",
                    "paper_ids": [],
                    "patent_ids": [
                      "beac66e8-2c3a-4e00-a0f7-c7f2f33c728a"
                    ],
                    "tech_differences": "相比传统无机包覆材料，**导电聚合物包覆**既保证了离子传导又提供结构保护，在2.8-4.4V高电压下循环性能更优，制备工艺相对简单且成本较低"
                  },
                  {
                    "title": "聚合物电解质界面稳定性问题",
                    "summary": "该技术提出**分子拥挤策略**，通过15-crown-5调节Li+协调结构，迫使阴离子挤入配位环境，削弱Li+与聚合物配位，提高离子传输效率，并原位构建富含**LiF的薄而坚韧界面钝化层**",
                    "paper_ids": [
                      "75d7f005-fbce-4845-8caa-0b58e8d06f0f"
                    ],
                    "patent_ids": [],
                    "tech_differences": "相比传统聚合物电解质依赖材料改性，该技术通过**分子拥挤机制**主动调节离子配位环境，实现界面原位钝化，显著提升循环稳定性和柔韧性"
                  }
                ],
                "low_score": {
                  "paper_ids": [
                    "4b33dc35-636c-47b0-b3df-658327bd6883",
                    "a67d1682-2f28-42fd-bcc2-daecc084cfcd"
                  ],
                  "patent_ids": [
                    "9d57648b-6311-40d5-aaf0-f149a456eb93",
                    "5d52edeb-44c9-4a83-adfc-b8abbfe8d12a"
                  ]
                },
                "group_count": 1,
                "overall_summary": ""
              }
            ],
            "description": "Other groups info",
            "items": {
              "$ref": "#/components/schemas/AI88-2CompanyMonitorAggregatedInfo_OtherCountItem"
            }
          },
          "company_count": {
            "type": "array",
            "example": [
              {
                "name": "合肥国轩高科动力能源有限公司",
                "count": 2,
                "groups": [
                  {
                    "title": "低温环境下锂离子电池电导率和电化学性能不足",
                    "summary": "该技术采用**低温复合准固态电解质**制备方法，通过向二氧戊烷、添加剂和快离子导体混合液中加入锂盐进行**原位聚合反应**，制备出具有高离子电导率的复合电解质，显著改善锂离子电池在低温环境下的电化学性能。",
                    "paper_ids": [],
                    "patent_ids": [
                      "57821030-e8f0-4cd3-8c28-1b1c485133e6"
                    ],
                    "tech_differences": "相比传统聚二氧戊烷基电解质，该技术通过**原位聚合**和**快离子导体复合**显著提升低温离子导电率，完全摒弃液态电解液，大幅提高热稳定性和安全性能，但可能面临制备工艺复杂度增加的挑战。"
                  },
                  {
                    "title": "室温下固态聚合物电解质离子电导率偏低",
                    "summary": "该技术开发了**梳状聚合物电解质**，侧链上分别含有**环状碳酸酯单元**和**环氧乙烷单元**，通过无规共聚物结构设计使导电锂盐与聚合物基体在不同侧链上分布，室温离子电导率达到1.08×10-4 Scm-1。",
                    "paper_ids": [],
                    "patent_ids": [
                      "91f6bc45-f347-4847-a95c-7ade564d15b5"
                    ],
                    "tech_differences": "突破传统PEO基电解质的结构限制，采用**梳状分子设计**和**侧链功能化分离**策略，通过降低玻璃化转变温度和优化离子传输路径，实现室温电导率的显著提升，为固态电池产业化提供了新的技术路径。"
                  }
                ],
                "low_score": {
                  "paper_ids": [],
                  "patent_ids": []
                },
                "group_count": 2,
                "company_name": "合肥国轩高科动力能源有限公司",
                "overall_summary": ""
              }
            ],
            "description": "Company groups info",
            "items": {
              "$ref": "#/components/schemas/AI88-2CompanyMonitorAggregatedInfo_CompanyCountItem"
            }
          },
          "tech_topic_count": {
            "type": "array",
            "example": [
              {
                "name": "磷酸锰铁锂",
                "count": 2,
                "groups": [
                  {
                    "title": "宽温区性能优化与复合材料体系设计",
                    "summary": "通过**锰酸锂与磷酸锰铁锂复合掺混**技术，结合**分步分散、梯度复合**工艺，实现不同正极材料的优势互补。该技术采用优化配比的复合体系，显著提升了电池在-40℃至55℃宽温区的稳定性，在-20℃环境下能量输出效率达80.8％，同时平衡了**能量密度与安全性**的矛盾。",
                    "paper_ids": [],
                    "patent_ids": [
                      "e3458499-f03c-474b-863a-01d30545cf1a",
                      "f6ce2b02-e5e6-4c0a-ae73-6c5d5212719f"
                    ],
                    "tech_differences": "相比单一材料体系，**复合掺混策略**有效规避了磷酸铁锂低温性能差、三元材料安全性不足的局限，通过材料协同效应实现性能互补，为宽温区应用提供了成本可控的解决方案。"
                  },
                  {
                    "title": "化成工艺优化与SEI膜调控",
                    "summary": "针对**磷酸锰铁锂-三元复合正极**体系，开发了**分阶段充放电化成工艺**。通过小电流充电至20％-40％SOC，再大电流充电至50％-70％SOC的梯度策略，结合**压力热压和高温老化**处理，有效促进SEI膜形成，提升首次库伦效率和循环性能。",
                    "paper_ids": [],
                    "patent_ids": [
                      "4b8bd230-cba0-4a26-85aa-2663d18c4402"
                    ],
                    "tech_differences": "突破传统单一电流密度化成模式，**分阶段电流控制**显著改善了电解液利用率和化成反应充分性，为复合正极材料的界面稳定性提供了精准调控手段。"
                  }
                ],
                "low_score": {
                  "paper_ids": [],
                  "patent_ids": [
                    "53c007eb-f850-4528-af1f-a16469069e41",
                    "0b0b782d-1a2d-4e32-be1e-cceaf66ff341",
                    "80c317de-a665-4451-a497-aea375356396"
                  ]
                },
                "group_count": 2,
                "overall_summary": ""
              }
            ],
            "description": "Tech groups info",
            "items": {
              "$ref": "#/components/schemas/AI88-2CompanyMonitorAggregatedInfo_TechTopicCountItem"
            }
          }
        }
      },
      "AI88-2CompanyMonitorAggregatedInfo_HotNewsItem": {
        "type": "object",
        "properties": {
          "link": {
            "type": "string",
            "example": "https://www.electrive.com/2025/08/06/saic-launches-redesigned-mg4-with-semi-solid-state-battery-option/",
            "description": "News link"
          },
          "title": {
            "type": "string",
            "example": "上汽推出改款MG4,可选配半固态电池",
            "description": "News title"
          },
          "topics": {
            "type": "array",
            "example": [
              "热阻",
              "渗透测试",
              "能源消耗",
              "永磁电动机",
              "材料科学"
            ],
            "description": "News topics"
          },
          "content": {
            "type": "string",
            "example": "这款电动车共有四种型号。这款紧凑型电动车基于上汽E3平台打造,配备120千瓦永磁电机,扭矩250牛米,最高时速160公里/小时。MG4车身长度4.4米,轴距2.75米,定位于紧凑型电动车市场,与大众ID.3和比亚迪海豚等车型展开竞争。 \n新车上市时提供两种LFP电池选择:42.8千瓦时和53.9千瓦时,分别支持437公里和530公里的CLTC续航里程。直流充电从30%充至80%大约需要20分钟,标称能耗为10.4千瓦时/100公里。 \n采用半固态电池技术的第五款车型计划于今年晚些时候加入该系列。上汽集团表示,该电池组展现出更高的热安全性,包括符合三向针刺测试标准,并且在预处理的情况下,在零下温度下可维持高达75%的续航里程。半固态电池将于年底前推出,预计9月定价,并于年底前交付。 \n因此,MG4 是首批大规模采用半固态电池技术的量产车型之一。据母公司上汽集团称,该电池通过了三向针刺测试,未产生烟雾,且低温性能有所提升。该公司表示,将电池预热至 -7°C 可使车辆续航里程保持高达 75%。\n该车型的电池系统采用电芯到车身(CTB)集成技术。上汽集团报告称,其在电池结构上的投资约为5亿元人民币(约合6870万美元),该结构采用含镧和铈的铝稀土合金来增强强度和耐热性。 \n名爵于三月发布了全新MG4 EV。正如我们当时所指出的,这是一款全新车型,而非上一代MG4的升级版。从之前的输出功率或电池容量数据来看,这一点显而易见。这款EV之前搭载的是125千瓦的电机和64千瓦时或77千瓦时的电池。 \n外观升级包括箭头形LED尾灯、重新设计的背光MG标识,以及东莱紫和珊瑚红等全新配色。轮毂尺寸范围为16至17英寸。 \n MG4 EV 由中国国有汽车制造商上汽集团生产,该公司于 2005 年收购了原英国品牌 MG。自 2022 年年中推出以来,MG4 在中国市场的表现并未达到预期——MG 汽车品牌在中国的传统与在欧洲不同。上汽集团希望下一代 MG4 能够改变这一现状。 \n cnevpost.com、carnewschina.com",
            "description": "News content"
          },
          "news_id": {
            "type": "string",
            "example": "d3433e1d-de8c-3bcf-bd94-fa82514190c1",
            "description": "News ID"
          }
        }
      },
      "AI88-2CompanyMonitorAggregatedInfo_PaginationOfHotNewsItem": {
        "type": "object",
        "properties": {
          "page": {
            "type": "integer",
            "format": "int32",
            "example": 1,
            "description": "Current page"
          },
          "limit": {
            "type": "integer",
            "format": "int32",
            "example": 20,
            "description": "Page limit"
          },
          "total": {
            "type": "integer",
            "format": "int32",
            "example": 20,
            "description": "News count"
          },
          "records": {
            "type": "array",
            "example": [
              {
                "link": "https://www.electrive.com/2025/08/06/saic-launches-redesigned-mg4-with-semi-solid-state-battery-option/",
                "title": "上汽推出改款MG4,可选配半固态电池",
                "topics": [
                  "热阻",
                  "渗透测试",
                  "能源消耗",
                  "永磁电动机",
                  "材料科学"
                ],
                "content": "这款电动车共有四种型号。这款紧凑型电动车基于上汽E3平台打造,配备120千瓦永磁电机,扭矩250牛米,最高时速160公里/小时。MG4车身长度4.4米,轴距2.75米,定位于紧凑型电动车市场,与大众ID.3和比亚迪海豚等车型展开竞争。 \n新车上市时提供两种LFP电池选择:42.8千瓦时和53.9千瓦时,分别支持437公里和530公里的CLTC续航里程。直流充电从30%充至80%大约需要20分钟,标称能耗为10.4千瓦时/100公里。 \n采用半固态电池技术的第五款车型计划于今年晚些时候加入该系列。上汽集团表示,该电池组展现出更高的热安全性,包括符合三向针刺测试标准,并且在预处理的情况下,在零下温度下可维持高达75%的续航里程。半固态电池将于年底前推出,预计9月定价,并于年底前交付。 \n因此,MG4 是首批大规模采用半固态电池技术的量产车型之一。据母公司上汽集团称,该电池通过了三向针刺测试,未产生烟雾,且低温性能有所提升。该公司表示,将电池预热至 -7°C 可使车辆续航里程保持高达 75%。\n该车型的电池系统采用电芯到车身(CTB)集成技术。上汽集团报告称,其在电池结构上的投资约为5亿元人民币(约合6870万美元),该结构采用含镧和铈的铝稀土合金来增强强度和耐热性。 \n名爵于三月发布了全新MG4 EV。正如我们当时所指出的,这是一款全新车型,而非上一代MG4的升级版。从之前的输出功率或电池容量数据来看,这一点显而易见。这款EV之前搭载的是125千瓦的电机和64千瓦时或77千瓦时的电池。 \n外观升级包括箭头形LED尾灯、重新设计的背光MG标识,以及东莱紫和珊瑚红等全新配色。轮毂尺寸范围为16至17英寸。 \n MG4 EV 由中国国有汽车制造商上汽集团生产,该公司于 2005 年收购了原英国品牌 MG。自 2022 年年中推出以来,MG4 在中国市场的表现并未达到预期——MG 汽车品牌在中国的传统与在欧洲不同。上汽集团希望下一代 MG4 能够改变这一现状。 \n cnevpost.com、carnewschina.com",
                "news_id": "d3433e1d-de8c-3bcf-bd94-fa82514190c1"
              }
            ],
            "description": "News records",
            "items": {
              "$ref": "#/components/schemas/AI88-2CompanyMonitorAggregatedInfo_HotNewsItem"
            }
          },
          "has_next": {
            "type": "boolean",
            "example": false,
            "description": "Is there a next page"
          },
          "has_previous": {
            "type": "boolean",
            "example": false,
            "description": "Is there a previous page"
          }
        }
      },
      "AI88-2CompanyMonitorAggregatedInfo_OverviewSummary": {
        "type": "object",
        "properties": {
          "group": {
            "type": "string",
            "example": "低温环境下锂离子电池电导率和电化学性能不足",
            "description": "Group name"
          },
          "sub_name": {
            "type": "string",
            "example": "合肥国轩高科动力能源有限公司",
            "description": "Group type name"
          },
          "sub_type": {
            "type": "string",
            "example": "company",
            "description": "Group type（company | tech | other）"
          }
        }
      },
      "AI88-2CompanyMonitorAggregatedInfo_TechMonitorSubFieldItem": {
        "type": "object",
        "properties": {
          "id": {
            "type": "string",
            "example": "3a425fd2e6d89196eef3e5f471b83b4e",
            "description": "Company tech monitor sub item id"
          },
          "name": {
            "type": "string",
            "example": "宁德时代新能源科技股份有限公司",
            "description": "Company tech monitor sub item name"
          },
          "patent_query": {
            "type": "string",
            "example": "ALL_AN:(TREE@\"宁德时代新能源科技股份有限公司\")",
            "description": "Company tech monitor sub item query"
          },
          "classification_type": {
            "type": "string",
            "example": "company",
            "description": "Company tech monitor sub item type (company | tech)"
          }
        }
      },
      "AI88-2CompanyMonitorAggregatedInfo_TechMonitorResponseDTO": {
        "type": "object",
        "properties": {
          "title": {
            "type": "string",
            "example": "锂电池",
            "description": "Company tech monitor title"
          },
          "creator": {
            "type": "string",
            "example": "zhourui@patsnap.com",
            "description": "Creator"
          },
          "subject": {
            "type": "string",
            "example": "锂电池",
            "description": "Subject"
          },
          "industry": {
            "type": "string",
            "example": "材料",
            "description": "Industry"
          },
          "ipc_query": {
            "type": "string",
            "example": "(IPC:(\"H01M4\" OR \"H01M10\") OR CPC:(\"H01M4\" OR \"H01M10\"))",
            "description": "IPC & CPC query"
          },
          "created_at": {
            "type": "string",
            "format": "date-time",
            "example": "2025-09-26T07:05:50.600Z",
            "description": "Company tech monitor created time"
          },
          "focus_area": {
            "type": "string",
            "example": "密度",
            "description": "Focus area"
          },
          "news_query": {
            "type": "array",
            "example": [
              "锂电池"
            ],
            "description": "News query"
          },
          "updated_at": {
            "type": "string",
            "format": "date-time",
            "example": "2025-09-26T07:11:24.411Z",
            "description": "Company tech monitor updated time"
          },
          "user_input": {
            "type": "string",
            "example": "锂电池 行业：材料",
            "description": "User input"
          },
          "auto_create": {
            "type": "boolean",
            "example": false,
            "description": "Is it automatically created by the system"
          },
          "intent_type": {
            "type": "string",
            "example": "TechKeyword",
            "description": "Intent type"
          },
          "patent_query": {
            "type": "string",
            "example": "(ALL_TECH:(\"锂电池\" OR \"锂离子电池\"))",
            "description": "Patent query"
          },
          "empty_summary": {
            "type": "boolean",
            "example": false,
            "description": "Is the overview summary empty"
          },
          "sub_field_list": {
            "type": "array",
            "example": [
              {
                "name": "磷酸锰铁锂",
                "patent_query": "ALL_TECH:(\"磷酸锰铁锂\" OR \"LMFP\" OR \"LiFeMnPO4\" OR \"混合磷酸盐\") AND (IPC:(\"H01M4\" OR \"H01M10\") OR CPC:(\"H01M4\" OR \"H01M10\"))",
                "classification_type": "tech"
              }
            ],
            "description": "Sub Tech List",
            "items": {
              "$ref": "#/components/schemas/AI88-2CompanyMonitorAggregatedInfo_TechMonitorSubFieldItem"
            }
          },
          "extract_company": {
            "type": "array",
            "example": [],
            "description": "Extracted company list"
          },
          "tech_monitor_id": {
            "type": "string",
            "example": "0d68646fe871417ebe68a6905e698f24",
            "description": "Company Tech Monitor ID"
          },
          "recommend_company": {
            "type": "array",
            "example": [
              "宁德时代新能源科技股份有限公司",
              "比亚迪股份有限公司"
            ],
            "description": "Recommend related company list"
          },
          "tech_monitor_type": {
            "type": "string",
            "example": "COMPANY",
            "description": "Tech monitor type"
          },
          "pre_compute_status": {
            "type": "string",
            "example": true,
            "description": "Company tech monitor pre-compute data status"
          }
        }
      },
      "AI88-2CompanyMonitorAggregatedInfo_DimensionChartResponseDTO": {
        "type": "object",
        "properties": {
          "extra": {
            "type": "object",
            "example": {
              "max": 299,
              "min": 9,
              "PBD_YM": [
                {
                  "code": "202504",
                  "label": "4月",
                  "pbd_ym": "202504",
                  "tech_field_count": 8,
                  "total_patent_count": 651
                },
                {
                  "code": "202505",
                  "label": "5月",
                  "pbd_ym": "202505",
                  "tech_field_count": 8,
                  "total_patent_count": 617
                },
                {
                  "code": "202506",
                  "label": "6月",
                  "pbd_ym": "202506",
                  "tech_field_count": 8,
                  "total_patent_count": 698
                },
                {
                  "code": "202507",
                  "label": "7月",
                  "pbd_ym": "202507",
                  "tech_field_count": 8,
                  "total_patent_count": 673
                },
                {
                  "code": "202508",
                  "label": "8月",
                  "pbd_ym": "202508",
                  "tech_field_count": 8,
                  "total_patent_count": 652
                },
                {
                  "code": "202509",
                  "label": "9月",
                  "pbd_ym": "202509",
                  "tech_field_count": 8,
                  "total_patent_count": 456
                }
              ],
              "TECH_FIELD": [
                {
                  "code": "94d69192e8594946b0a22f5c06e26fa8",
                  "label": "磷酸锰铁锂",
                  "pbd_ym": "202504",
                  "tech_field_id": "94d69192e8594946b0a22f5c06e26fa8",
                  "tech_field_name": "磷酸锰铁锂"
                },
                {
                  "code": "1984213324b049c4bcc266c19fe8d626",
                  "label": "凝胶聚合物电解质",
                  "pbd_ym": "202504",
                  "tech_field_id": "1984213324b049c4bcc266c19fe8d626",
                  "tech_field_name": "凝胶聚合物电解质"
                },
                {
                  "code": "e95ccd97ae91429eaaf7017335b8fefd",
                  "label": "石墨烯导电剂",
                  "pbd_ym": "202504",
                  "tech_field_id": "e95ccd97ae91429eaaf7017335b8fefd",
                  "tech_field_name": "石墨烯导电剂"
                },
                {
                  "code": "8aa558dc8b0241aa88a971e6c4272b81",
                  "label": "钠离子正极材料",
                  "pbd_ym": "202504",
                  "tech_field_id": "8aa558dc8b0241aa88a971e6c4272b81",
                  "tech_field_name": "钠离子正极材料"
                },
                {
                  "code": "99bbb157b97f4f13b33be9e4093a28e6",
                  "label": "陶瓷涂层隔膜",
                  "pbd_ym": "202504",
                  "tech_field_id": "99bbb157b97f4f13b33be9e4093a28e6",
                  "tech_field_name": "陶瓷涂层隔膜"
                },
                {
                  "code": "7cd95d14b1bd4cf1b842eaf65aa87b63",
                  "label": "固态电解质",
                  "pbd_ym": "202504",
                  "tech_field_id": "7cd95d14b1bd4cf1b842eaf65aa87b63",
                  "tech_field_name": "固态电解质"
                },
                {
                  "code": "482785ec3acc45f1a7a6d7497387e29c",
                  "label": "硅纳米线负极",
                  "pbd_ym": "202504",
                  "tech_field_id": "482785ec3acc45f1a7a6d7497387e29c",
                  "tech_field_name": "硅纳米线负极"
                },
                {
                  "code": "3dd6b8ea15c14aa9b16ddf5004095314",
                  "label": "锂金属负极",
                  "pbd_ym": "202504",
                  "tech_field_id": "3dd6b8ea15c14aa9b16ddf5004095314",
                  "tech_field_name": "锂金属负极"
                }
              ]
            },
            "description": "Tech ID-name mapping relationship, time tag, and tech count"
          },
          "total": {
            "type": "object",
            "example": {
              "pbd_ym": [
                3747
              ]
            },
            "description": "The total number of technologies in the chart"
          },
          "source": {
            "type": "array",
            "example": [
              {
                "count": 651,
                "pbd_ym": "202504",
                "percentage": 0.1737,
                "1984213324b049c4bcc266c19fe8d626": 18,
                "3dd6b8ea15c14aa9b16ddf5004095314": 148,
                "482785ec3acc45f1a7a6d7497387e29c": 46,
                "7cd95d14b1bd4cf1b842eaf65aa87b63": 264,
                "8aa558dc8b0241aa88a971e6c4272b81": 39,
                "94d69192e8594946b0a22f5c06e26fa8": 49,
                "99bbb157b97f4f13b33be9e4093a28e6": 38,
                "e95ccd97ae91429eaaf7017335b8fefd": 49
              },
              {
                "count": 617,
                "pbd_ym": "202505",
                "percentage": 0.1647,
                "1984213324b049c4bcc266c19fe8d626": 21,
                "3dd6b8ea15c14aa9b16ddf5004095314": 128,
                "482785ec3acc45f1a7a6d7497387e29c": 40,
                "7cd95d14b1bd4cf1b842eaf65aa87b63": 275,
                "8aa558dc8b0241aa88a971e6c4272b81": 37,
                "94d69192e8594946b0a22f5c06e26fa8": 50,
                "99bbb157b97f4f13b33be9e4093a28e6": 22,
                "e95ccd97ae91429eaaf7017335b8fefd": 44
              },
              {
                "count": 698,
                "pbd_ym": "202506",
                "percentage": 0.1863,
                "1984213324b049c4bcc266c19fe8d626": 20,
                "3dd6b8ea15c14aa9b16ddf5004095314": 167,
                "482785ec3acc45f1a7a6d7497387e29c": 42,
                "7cd95d14b1bd4cf1b842eaf65aa87b63": 297,
                "8aa558dc8b0241aa88a971e6c4272b81": 24,
                "94d69192e8594946b0a22f5c06e26fa8": 54,
                "99bbb157b97f4f13b33be9e4093a28e6": 36,
                "e95ccd97ae91429eaaf7017335b8fefd": 58
              },
              {
                "count": 673,
                "pbd_ym": "202507",
                "percentage": 0.1796,
                "1984213324b049c4bcc266c19fe8d626": 16,
                "3dd6b8ea15c14aa9b16ddf5004095314": 145,
                "482785ec3acc45f1a7a6d7497387e29c": 42,
                "7cd95d14b1bd4cf1b842eaf65aa87b63": 299,
                "8aa558dc8b0241aa88a971e6c4272b81": 37,
                "94d69192e8594946b0a22f5c06e26fa8": 55,
                "99bbb157b97f4f13b33be9e4093a28e6": 33,
                "e95ccd97ae91429eaaf7017335b8fefd": 46
              },
              {
                "count": 652,
                "pbd_ym": "202508",
                "percentage": 0.174,
                "1984213324b049c4bcc266c19fe8d626": 24,
                "3dd6b8ea15c14aa9b16ddf5004095314": 114,
                "482785ec3acc45f1a7a6d7497387e29c": 62,
                "7cd95d14b1bd4cf1b842eaf65aa87b63": 272,
                "8aa558dc8b0241aa88a971e6c4272b81": 25,
                "94d69192e8594946b0a22f5c06e26fa8": 53,
                "99bbb157b97f4f13b33be9e4093a28e6": 50,
                "e95ccd97ae91429eaaf7017335b8fefd": 52
              },
              {
                "count": 456,
                "pbd_ym": "202509",
                "percentage": 0.1217,
                "1984213324b049c4bcc266c19fe8d626": 9,
                "3dd6b8ea15c14aa9b16ddf5004095314": 88,
                "482785ec3acc45f1a7a6d7497387e29c": 31,
                "7cd95d14b1bd4cf1b842eaf65aa87b63": 192,
                "8aa558dc8b0241aa88a971e6c4272b81": 30,
                "94d69192e8594946b0a22f5c06e26fa8": 43,
                "99bbb157b97f4f13b33be9e4093a28e6": 27,
                "e95ccd97ae91429eaaf7017335b8fefd": 36
              }
            ],
            "description": "Technology trend metadata",
            "items": {
              "$ref": "#/components/schemas/AI88-2CompanyMonitorAggregatedInfo_Map<string,object>"
            }
          },
          "dimensions": {
            "type": "array",
            "example": [
              {
                "pbd_ym": [
                  "202504",
                  "202505",
                  "202506",
                  "202507",
                  "202508",
                  "202509"
                ]
              },
              {
                "tech_field": [
                  "94d69192e8594946b0a22f5c06e26fa8",
                  "1984213324b049c4bcc266c19fe8d626",
                  "e95ccd97ae91429eaaf7017335b8fefd",
                  "8aa558dc8b0241aa88a971e6c4272b81",
                  "99bbb157b97f4f13b33be9e4093a28e6",
                  "7cd95d14b1bd4cf1b842eaf65aa87b63",
                  "482785ec3acc45f1a7a6d7497387e29c",
                  "3dd6b8ea15c14aa9b16ddf5004095314"
                ]
              },
              {
                "count": [
                  "651",
                  "617",
                  "698",
                  "673",
                  "652",
                  "456"
                ]
              }
            ],
            "description": "Dimension list and tech count"
          }
        }
      },
      "AI88-2CompanyMonitorAggregatedInfo_TopCompanyItem": {
        "type": "object",
        "properties": {
          "num": {
            "type": "integer",
            "format": "int32",
            "example": 2,
            "description": "Company tech count"
          },
          "name": {
            "type": "string",
            "example": "合肥国轩高科动力能源有限公司",
            "description": "Company name"
          },
          "tags": {
            "type": "array",
            "example": [
              "固态聚合物电解质",
              "低温复合准固态电解质"
            ],
            "description": "Company tech tags"
          }
        }
      },
      "AI88-2CompanyMonitorAggregatedInfo_TechMonitorAggregatedInfo": {
        "type": "object",
        "properties": {
          "count": {
            "$ref": "#/components/schemas/AI88-2CompanyMonitorAggregatedInfo_TechMonitorCountResponseDTO"
          },
          "hot_news": {
            "$ref": "#/components/schemas/AI88-2CompanyMonitorAggregatedInfo_PaginationOfHotNewsItem"
          },
          "overview": {
            "type": "array",
            "example": [],
            "description": "Summary info（[OverviewSummary]）",
            "items": {
              "$ref": "#/components/schemas/AI88-2CompanyMonitorAggregatedInfo_OverviewSummary"
            }
          },
          "basic_info": {
            "$ref": "#/components/schemas/AI88-2CompanyMonitorAggregatedInfo_TechMonitorResponseDTO"
          },
          "tech_groups": {
            "type": "array",
            "example": [],
            "description": "Tech groups info（[TechTopicCountItem]）",
            "items": {
              "$ref": "#/components/schemas/AI88-2CompanyMonitorAggregatedInfo_TechTopicCountItem"
            }
          },
          "other_groups": {
            "type": "array",
            "example": [],
            "description": "Other groups info（[OtherCountItem]）",
            "items": {
              "$ref": "#/components/schemas/AI88-2CompanyMonitorAggregatedInfo_OtherCountItem"
            }
          },
          "company_groups": {
            "type": "array",
            "example": [],
            "description": "Company groups info（[CompanyCountItem]）",
            "items": {
              "$ref": "#/components/schemas/AI88-2CompanyMonitorAggregatedInfo_CompanyCountItem"
            }
          },
          "tech_trend_chart": {
            "$ref": "#/components/schemas/AI88-2CompanyMonitorAggregatedInfo_DimensionChartResponseDTO"
          },
          "top_company_chart": {
            "type": "array",
            "example": [],
            "description": "Top 5 company chart（[TopCompanyItem]）",
            "items": {
              "$ref": "#/components/schemas/AI88-2CompanyMonitorAggregatedInfo_TopCompanyItem"
            }
          },
          "tech_topic_word_cloud_chart": {
            "$ref": "#/components/schemas/AI88-2CompanyMonitorAggregatedInfo_DimensionChartResponseDTO"
          }
        }
      },
      "AI88-2CompanyMonitorAggregatedInfoResponse": {
        "type": "object",
        "properties": {
          "data": {
            "$ref": "#/components/schemas/AI88-2CompanyMonitorAggregatedInfo_TechMonitorAggregatedInfo"
          },
          "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"
        ]
      },
      "P005PatentCurrentSearch_PatentBaseResponse": {
        "type": "object",
        "properties": {
          "pn": {
            "type": "string",
            "example": "US11205304B2",
            "description": "patent number"
          },
          "patent_id": {
            "type": "string",
            "example": "718ead9c-4f3c-4674-8f5a-24e126827269",
            "description": "patent id"
          }
        }
      },
      "P005PatentCurrentSearch_SearchPatentResponse": {
        "type": "object",
        "properties": {
          "results": {
            "type": "array",
            "example": "Please check the form: PatentBaseResponse",
            "description": "result",
            "items": {
              "$ref": "#/components/schemas/P005PatentCurrentSearch_PatentBaseResponse"
            }
          },
          "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"
          }
        }
      },
      "P005PatentCurrentSearchResponse": {
        "type": "object",
        "properties": {
          "data": {
            "$ref": "#/components/schemas/P005PatentCurrentSearch_SearchPatentResponse"
          },
          "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"
        ]
      },
      "P005PatentCurrentSearchRequest": {
        "type": "object",
        "properties": {
          "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"
          },
          "assignee": {
            "type": "string",
            "example": "Apple, Inc.",
            "description": "Standardized Current Assignee name, the search logic is the same as Analytics query [ANCS:(Apple, Inc.)], up to 100 companies can be searched; multiple companies are separated by \" OR \", e.g. \"Apple OR Huawei\""
          }
        },
        "required": [
          "assignee"
        ]
      },
      "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"
        ]
      },
      "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"
          },
          "query_text": {
            "type": "string",
            "example": "TACD: virtual reality",
            "description": "Analytics query"
          },
          "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"
        ]
      },
      "P008PatentSemanticSearch_SemanticResult": {
        "type": "object",
        "properties": {
          "pn": {
            "type": "string",
            "example": "JP1999068462A",
            "description": "patent number"
          },
          "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"
          }
        }
      },
      "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"
        ]
      },
      "P007PatentSimilarSearch_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)"
          }
        }
      },
      "P007PatentSimilarSearch_SearchComputeResponse": {
        "type": "object",
        "properties": {
          "results": {
            "type": "array",
            "example": "Please check the form: SemanticResult",
            "description": "result",
            "items": {
              "$ref": "#/components/schemas/P007PatentSimilarSearch_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"
          }
        }
      },
      "P007PatentSimilarSearchResponse": {
        "type": "object",
        "properties": {
          "data": {
            "$ref": "#/components/schemas/P007PatentSimilarSearch_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"
        ]
      },
      "P007PatentSimilarSearchRequest": {
        "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."
          },
          "patent_id": {
            "type": "string",
            "example": "b053642f-3108-4ea9-b629-420b0ab959e3",
            "description": "Patent id"
          },
          "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"
          },
          "patent_number": {
            "type": "string",
            "example": "CN106185468A",
            "description": "Patent number"
          },
          "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)"
          }
        }
      },
      "P060PatentImageSingle_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"
        ]
      },
      "P060PatentImageSingle_ImageSearchExtendResponse": {
        "type": "object",
        "properties": {
          "patent_messages": {
            "type": "array",
            "example": "Please check the form: PatentExtendMessage",
            "description": "similar patent information",
            "items": {
              "$ref": "#/components/schemas/P060PatentImageSingle_PatentExtendMessage"
            }
          },
          "total_search_result_count": {
            "type": "integer",
            "format": "int32",
            "example": 100,
            "description": "number of search results"
          }
        }
      },
      "P060PatentImageSingleResponse": {
        "type": "object",
        "properties": {
          "data": {
            "$ref": "#/components/schemas/P060PatentImageSingle_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"
        ]
      },
      "P060PatentImageSingleRequest": {
        "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>"
          },
          "url": {
            "type": "string",
            "example": "https://static-open.zhihuiya.com/sample/common_demo.png",
            "description": "image url"
          },
          "query_text": {
            "type": "string",
            "example": "TACD: virtual reality",
            "description": "Analytics query"
          },
          "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",
          "url"
        ]
      },
      "P006PatentCompanySearchDefense_PatentBaseResponse": {
        "type": "object",
        "properties": {
          "pn": {
            "type": "string",
            "example": "US11205304B2",
            "description": "patent number"
          },
          "patent_id": {
            "type": "string",
            "example": "718ead9c-4f3c-4674-8f5a-24e126827269",
            "description": "patent id"
          }
        }
      },
      "P006PatentCompanySearchDefense_SearchPatentResponse": {
        "type": "object",
        "properties": {
          "results": {
            "type": "array",
            "example": "Please check the form: PatentBaseResponse",
            "description": "result",
            "items": {
              "$ref": "#/components/schemas/P006PatentCompanySearchDefense_PatentBaseResponse"
            }
          },
          "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"
          }
        }
      },
      "P006PatentCompanySearchDefenseResponse": {
        "type": "object",
        "properties": {
          "data": {
            "$ref": "#/components/schemas/P006PatentCompanySearchDefense_SearchPatentResponse"
          },
          "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"
        ]
      },
      "P006PatentCompanySearchDefenseRequest": {
        "type": "object",
        "properties": {
          "offset": {
            "type": "integer",
            "format": "int32",
            "example": 0,
            "description": "offset value; limit + offset <= 20000 (the max number of Semantic Search is 1000)"
          },
          "application": {
            "type": "string",
            "example": "上海宇航系统工程研究所",
            "description": "Applicant name, the search logic is the same as Analytics query [AN:(上海宇航系统工程研究所)], up to 100 companies can be searched; multiple companies are separated by \" OR \", e.g. \"上海宇航系统工程研究所 OR 北京理工大学\"\""
          },
          "limit": {
            "type": "integer",
            "format": "int32",
            "example": 10,
            "description": "limit of returned response; must be <= 1,000"
          }
        },
        "required": [
          "application"
        ]
      },
      "P069PatentPatentSearchPn_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"
          },
          "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)"
          }
        }
      },
      "P069PatentPatentSearchPn_SearchPatentV2Response": {
        "type": "object",
        "properties": {
          "results": {
            "type": "array",
            "example": "Please check the form: PatentBaseV2Response",
            "description": "result",
            "items": {
              "$ref": "#/components/schemas/P069PatentPatentSearchPn_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"
          }
        }
      },
      "P069PatentPatentSearchPnResponse": {
        "type": "object",
        "properties": {
          "data": {
            "$ref": "#/components/schemas/P069PatentPatentSearchPn_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"
        ]
      },
      "P069PatentPatentSearchPnRequest": {
        "type": "object",
        "properties": {
          "pn": {
            "type": "string",
            "example": "US11205304B2",
            "description": "Patent number"
          },
          "apno": {
            "type": "string",
            "example": "US16/123456",
            "description": "Application number"
          },
          "authority": {
            "type": "array",
            "example": [
              "US",
              "CN",
              "EP"
            ],
            "description": "Authorities"
          },
          "offset": {
            "type": "integer",
            "format": "int32",
            "example": 0,
            "description": "Offset, default is 0"
          },
          "limit": {
            "type": "integer",
            "format": "int32",
            "example": 10,
            "description": "Result limit, default is 10, maximum is 1000"
          }
        }
      },
      "P003PatentFieldQuery_PatentFieldResponse": {
        "type": "object",
        "properties": {
          "name": {
            "type": "string",
            "example": "APPLE INC.",
            "description": "field value"
          },
          "count": {
            "type": "integer",
            "format": "int32",
            "example": 2509,
            "description": "count"
          }
        }
      },
      "P003PatentFieldQuery_DataFieldResponse": {
        "type": "object",
        "properties": {
          "assignee": {
            "type": "array",
            "example": "Please check the form: PatentFieldResponse",
            "description": "Fields that support statistics",
            "items": {
              "$ref": "#/components/schemas/P003PatentFieldQuery_PatentFieldResponse"
            }
          }
        }
      },
      "P003PatentFieldQueryResponse": {
        "type": "object",
        "properties": {
          "data": {
            "type": "array",
            "example": "no sample",
            "description": "response data",
            "items": {
              "$ref": "#/components/schemas/P003PatentFieldQuery_DataFieldResponse"
            }
          },
          "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"
        ]
      },
      "P070PatentKeywordSuggest_Keyword": {
        "type": "object",
        "properties": {
          "keyword": {
            "type": "string",
            "example": "automobile",
            "description": "keyword"
          }
        }
      },
      "P070PatentKeywordSuggest_Item": {
        "type": "object",
        "properties": {
          "input": {
            "type": "string",
            "example": "car",
            "description": "Input"
          },
          "keyword_list": {
            "type": "array",
            "example": [
              {
                "keyword": "car"
              },
              {
                "keyword": "automobile"
              },
              {
                "keyword": "motor vehicle"
              },
              {
                "keyword": "sedan"
              },
              {
                "keyword": "SUV"
              },
              {
                "keyword": "truck"
              },
              {
                "keyword": "van"
              },
              {
                "keyword": "driving"
              },
              {
                "keyword": "road trip"
              },
              {
                "keyword": "vehicle registration"
              },
              {
                "keyword": "car maintenance"
              },
              {
                "keyword": "汽车"
              },
              {
                "keyword": "车辆"
              },
              {
                "keyword": "机动车"
              },
              {
                "keyword": "交通工具"
              },
              {
                "keyword": "轿车"
              },
              {
                "keyword": "跑车"
              },
              {
                "keyword": "越野车"
              },
              {
                "keyword": "货车"
              },
              {
                "keyword": "客车"
              },
              {
                "keyword": "驾驶"
              },
              {
                "keyword": "油门"
              },
              {
                "keyword": "刹车"
              },
              {
                "keyword": "轮胎"
              },
              {
                "keyword": "发动机"
              }
            ],
            "description": "Keyword list",
            "items": {
              "$ref": "#/components/schemas/P070PatentKeywordSuggest_Keyword"
            }
          }
        }
      },
      "P070PatentKeywordSuggest_KeywordSuggestResponse": {
        "type": "object",
        "properties": {
          "items": {
            "type": "array",
            "example": [
              {
                "input": "car",
                "keyword_list": [
                  {
                    "keyword": "car"
                  },
                  {
                    "keyword": "automobile"
                  },
                  {
                    "keyword": "motor vehicle"
                  },
                  {
                    "keyword": "sedan"
                  },
                  {
                    "keyword": "SUV"
                  },
                  {
                    "keyword": "truck"
                  },
                  {
                    "keyword": "van"
                  },
                  {
                    "keyword": "driving"
                  },
                  {
                    "keyword": "road trip"
                  },
                  {
                    "keyword": "vehicle registration"
                  },
                  {
                    "keyword": "car maintenance"
                  },
                  {
                    "keyword": "汽车"
                  },
                  {
                    "keyword": "车辆"
                  },
                  {
                    "keyword": "机动车"
                  },
                  {
                    "keyword": "交通工具"
                  },
                  {
                    "keyword": "轿车"
                  },
                  {
                    "keyword": "跑车"
                  },
                  {
                    "keyword": "越野车"
                  },
                  {
                    "keyword": "货车"
                  },
                  {
                    "keyword": "客车"
                  },
                  {
                    "keyword": "驾驶"
                  },
                  {
                    "keyword": "油门"
                  },
                  {
                    "keyword": "刹车"
                  },
                  {
                    "keyword": "轮胎"
                  },
                  {
                    "keyword": "发动机"
                  }
                ]
              }
            ],
            "description": "Return data",
            "items": {
              "$ref": "#/components/schemas/P070PatentKeywordSuggest_Item"
            }
          }
        }
      },
      "P070PatentKeywordSuggestResponse": {
        "type": "object",
        "properties": {
          "data": {
            "$ref": "#/components/schemas/P070PatentKeywordSuggest_KeywordSuggestResponse"
          },
          "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"
        ]
      },
      "P070PatentKeywordSuggestRequest": {
        "type": "object",
        "properties": {
          "keyword": {
            "type": "array",
            "example": [
              "car"
            ],
            "description": "keyword"
          },
          "lang": {
            "type": "array",
            "example": [
              "cn",
              "en"
            ],
            "description": "language(cn/en)"
          },
          "type": {
            "type": "array",
            "example": [
              "synonym",
              "related"
            ],
            "description": "language:<p>synonym : synonym</p><p>related : related words</p><p>hypernym : hypernym</p>"
          }
        },
        "required": [
          "keyword",
          "lang",
          "type"
        ]
      },
      "P062ImageSearchSingleBatchCreate_MoreImageSearchTaskResponse": {
        "type": "object",
        "properties": {
          "job_id": {
            "type": "string",
            "example": 1,
            "description": "task id"
          }
        }
      },
      "P062ImageSearchSingleBatchCreateResponse": {
        "type": "object",
        "properties": {
          "data": {
            "$ref": "#/components/schemas/P062ImageSearchSingleBatchCreate_MoreImageSearchTaskResponse"
          },
          "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"
        ]
      },
      "P062ImageSearchSingleBatchCreateRequest": {
        "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"
            ],
            "description": "image url"
          },
          "query_text": {
            "type": "string",
            "example": "TACD: virtual reality",
            "description": "Analytics query"
          },
          "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"
        ]
      },
      "P060ImageSingleBeta_PatentMessage": {
        "type": "object",
        "properties": {
          "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"
          },
          "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"
        ]
      },
      "P060ImageSingleBeta_ImageSearchResponse": {
        "type": "object",
        "properties": {
          "patent_messages": {
            "type": "array",
            "example": "Please check the form: PatentMessage",
            "description": "similar patent information",
            "items": {
              "$ref": "#/components/schemas/P060ImageSingleBeta_PatentMessage"
            }
          },
          "total_search_result_count": {
            "type": "integer",
            "format": "int32",
            "example": 100,
            "description": "number of search results"
          }
        }
      },
      "P060ImageSingleBetaResponse": {
        "type": "object",
        "properties": {
          "data": {
            "$ref": "#/components/schemas/P060ImageSingleBeta_ImageSearchResponse"
          },
          "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"
        ]
      },
      "P060ImageSingleBetaRequest": {
        "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>"
          },
          "url": {
            "type": "string",
            "example": "https://static-open.zhihuiya.com/sample/common_demo.png",
            "description": "image url"
          },
          "query_text": {
            "type": "string",
            "example": "TACD: virtual reality",
            "description": "Analytics query"
          },
          "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",
          "url"
        ]
      },
      "P021BasicPatentDataAbstractImage_AbstractDrawing": {
        "type": "object",
        "properties": {
          "num": {
            "type": "string",
            "example": "0001",
            "description": "abstract drawing sequence"
          },
          "path": {
            "type": "string",
            "example": "https://open.patsnap.com/abstract-image/CN/A/10/41/69/18/6/00000001_0001.png?sign=q-sign-algorithm%3Dsha1%26q-ak%3DAKIDz31lFbrtH8mIbFyaxA70x49IRP7lLiCT%26q-sign-time%3D1729565881%3B1729569481%26q-key-time%3D1729565881%3B1729569481%26q-header-list%3Dhost%26q-url-param-list%3Dresponse-expires%26q-signature%3D2bce1e7f5aaaa0a4204ec97b851b44a93c37ca40&response-expires=Tue%2C%2022%20Oct%202024%2003%3A58%3A01%20GMT",
            "description": "abstract drawing path"
          }
        }
      },
      "P021BasicPatentDataAbstractImage_PatentAbstractImageResponse": {
        "type": "object",
        "properties": {
          "pn": {
            "type": "string",
            "example": "CN104169186A",
            "description": "patent number"
          },
          "patent_id": {
            "type": "string",
            "example": "52ee4f52-3edc-4e41-854e-c76dd8b7d14f",
            "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"
        ]
      },
      "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"
        ]
      },
      "P042BasicPatentDataFulltextImage_FullTextImage": {
        "type": "object",
        "properties": {
          "path": {
            "type": "string",
            "example": "https://open.patsnap.com/fulltext-image/CN/A/11/64/20/14/1/HDA0004204487520000011.png?sign=q-sign-algorithm%3Dsha1%26q-ak%3DAKIDz31lFbrtH8mIbFyaxA70x49IRP7lLiCT%26q-sign-time%3D1729566601%3B1730171401%26q-key-time%3D1729566601%3B1730171401%26q-header-list%3Dhost%26q-url-param-list%3Dresponse-expires%26q-signature%3D23338ffd2c057497912d1d5e09f5570902136b6a&response-expires=Tue%2C%2029%20Oct%202024%2003%3A10%3A01%20GMT",
            "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": {
          "limit": {
            "type": "integer",
            "format": "int32",
            "example": 100,
            "description": "limit of returned response, maximum value 100, default value 100"
          },
          "offset": {
            "type": "integer",
            "format": "int32",
            "example": 0,
            "description": "offset value, default value 0"
          },
          "patent_id": {
            "type": "string",
            "example": "fdbca633-63df-4c0b-8597-3f6c5e3a2748",
            "description": "patent id"
          },
          "patent_number": {
            "type": "string",
            "example": "CN116420141A",
            "description": "patent number"
          }
        },
        "required": [
          "limit",
          "offset"
        ]
      },
      "P020BasicPatentDataPdfData_PdfDocument": {
        "type": "object",
        "properties": {
          "path": {
            "type": "string",
            "example": "https://open.patsnap.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"
        ]
      },
      "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": [
              "审中"
            ],
            "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"
        ]
      },
      "P012BasicPatentDataBibliography_PatentBasePerson": {
        "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"
          },
          "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_PriorityClaims": {
        "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": "62/012273",
            "description": "doc number"
          }
        }
      },
      "P012BasicPatentDataBibliography_CitedOthers": {
        "type": "object",
        "properties": {
          "num": {
            "type": "string",
            "example": "0001",
            "description": "patents sequence"
          },
          "lang": {
            "type": "string",
            "example": "JP",
            "description": "Language"
          },
          "text": {
            "type": "string",
            "example": "LEI ZHANG ET AL,Potential interventions for novel coronavirus in China: A systematic review,JOURNAL OF MEDICAL VIROLOGY,vol.92,no.5,ISSN0146-6615,XP055744877,479-490",
            "description": "Citation reference text"
          }
        }
      },
      "P012BasicPatentDataBibliography_CitedPatents": {
        "type": "object",
        "properties": {
          "num": {
            "type": "string",
            "example": "0001",
            "description": "patents sequence"
          },
          "kind": {
            "type": "string",
            "example": "A1",
            "description": "kind code"
          },
          "country": {
            "type": "string",
            "example": "US",
            "description": "citation authority"
          },
          "doc_number": {
            "type": "string",
            "example": "20130033085",
            "description": "doc number"
          }
        }
      },
      "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: CitedPatents",
            "description": "citation patents",
            "items": {
              "$ref": "#/components/schemas/P012BasicPatentDataBibliography_CitedPatents"
            }
          }
        }
      },
      "P012BasicPatentDataBibliography_RelatedDocuments": {
        "type": "object",
        "properties": {
          "date": {
            "type": "integer",
            "format": "int32",
            "example": 20150418,
            "description": "dates: publication, applicaton, priority .etc<p>YYYYMMDD format</p>"
          },
          "country": {
            "type": "string",
            "example": "US",
            "description": "authority"
          },
          "doc_number": {
            "type": "string",
            "example": "14/690401",
            "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_ApplicationData": {
        "type": "object",
        "properties": {
          "date": {
            "type": "integer",
            "format": "int32",
            "example": 20150507,
            "description": "dates: publication, applicaton, priority .etc<p>YYYYMMDD format</p>"
          },
          "kind": {
            "type": "string",
            "example": "-",
            "description": "kind code"
          },
          "year": {
            "type": "integer",
            "format": "int32",
            "example": 2015,
            "description": "year"
          },
          "month": {
            "type": "integer",
            "format": "int32",
            "example": 201505,
            "description": "year and month"
          },
          "country": {
            "type": "string",
            "example": "US",
            "description": "authority"
          },
          "doc_number": {
            "type": "string",
            "example": "14/706838",
            "description": "doc number"
          }
        }
      },
      "P012BasicPatentDataBibliography_PatentBaseInfo": {
        "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"
          },
          "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"
          },
          "doc_number": {
            "type": "string",
            "example": "11205304",
            "description": "doc number"
          }
        }
      },
      "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_PCTInfo": {
        "type": "object",
        "properties": {
          "date": {
            "type": "integer",
            "format": "int32",
            "example": 20210506,
            "description": "dates: publication, applicaton, priority .etc<p>YYYYMMDD format</p>"
          },
          "kind": {
            "type": "string",
            "example": "A1",
            "description": "kind code"
          },
          "doc_number": {
            "type": "string",
            "example": "WO2021083454",
            "description": "doc number"
          }
        }
      },
      "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: PriorityClaims",
            "description": "claimed priority data",
            "items": {
              "$ref": "#/components/schemas/P012BasicPatentDataBibliography_PriorityClaims"
            }
          },
          "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_ApplicationData"
          },
          "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_PCTInfo"
          }
        }
      },
      "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"
        ]
      },
      "P016AdvancedPatentDataForwardCitation_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"
          }
        }
      },
      "P016AdvancedPatentDataForwardCitation_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/P016AdvancedPatentDataForwardCitation_Author"
            }
          },
          "copyright": {
            "type": "string",
            "example": "Nature",
            "description": "Citation reference publication"
          }
        }
      },
      "P016AdvancedPatentDataForwardCitation_CitedPatents": {
        "type": "object",
        "properties": {
          "num": {
            "type": "string",
            "example": "0001",
            "description": "patents sequence"
          },
          "kind": {
            "type": "string",
            "example": "A1",
            "description": "kind code"
          },
          "country": {
            "type": "string",
            "example": "US",
            "description": "citation authority"
          },
          "category": {
            "type": "array",
            "example": [
              "A"
            ],
            "description": "Citation category of examiners"
          },
          "cite_type": {
            "type": "array",
            "example": [
              "EXA"
            ],
            "description": "Citation type:<p>APP - applicant，EXA - examiner，OPP - opposition，TPO - third party observation，OTHER - others</p>"
          },
          "doc_number": {
            "type": "string",
            "example": "20130033085",
            "description": "doc number"
          }
        }
      },
      "P016AdvancedPatentDataForwardCitation_ReferenceCitedIncrem": {
        "type": "object",
        "properties": {
          "cited_others": {
            "type": "array",
            "example": "Please check the form: CitedOthers",
            "description": "citation reference",
            "items": {
              "$ref": "#/components/schemas/P016AdvancedPatentDataForwardCitation_CitedOthers"
            }
          },
          "cited_patents": {
            "type": "array",
            "example": "Please check the form: CitedPatents",
            "description": "citation patents",
            "items": {
              "$ref": "#/components/schemas/P016AdvancedPatentDataForwardCitation_CitedPatents"
            }
          }
        }
      },
      "P016AdvancedPatentDataForwardCitation_PatentForwardCitationResponse": {
        "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_reference_cited": {
            "$ref": "#/components/schemas/P016AdvancedPatentDataForwardCitation_ReferenceCitedIncrem"
          }
        }
      },
      "P016AdvancedPatentDataForwardCitationResponse": {
        "type": "object",
        "properties": {
          "data": {
            "type": "array",
            "example": "no sample",
            "description": "response data",
            "items": {
              "$ref": "#/components/schemas/P016AdvancedPatentDataForwardCitation_PatentForwardCitationResponse"
            }
          },
          "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"
        ]
      },
      "P013BasicPatentDataLegalStatus_PatentLegalStatus": {
        "type": "object",
        "properties": {
          "event_status": {
            "type": "array",
            "example": [
              "Transfer"
            ],
            "description": "Event status:\n<p>such as: Transfer,License,Pledge,Trust,Opposition,Re-examination,Customs,Litigation,Preservation,Invalid-procedure,Oral-procedure,Declassification,Double application</p>"
          },
          "legal_status": {
            "type": "array",
            "example": [
              "Examining"
            ],
            "description": "Legal status:<p>such as: Published,Examining,Granted,Double,Abandoned-Undetermined,Abandoned-Voluntarily,Abandoned-Deemed,Withdrawn-Undetermined,Withdrawn-Voluntarily,Withdrawn-Deemed,Rejected,Revoked,Expired,Non-Payment,Restoration,Ceased,P-Revoked,Discontinuation,PCT published,PCT entering(designated period),PCT entering(designated expiration),unentered</p>"
          },
          "simple_legal_status": {
            "type": "array",
            "example": [
              "Pending"
            ],
            "description": "Simple legal status:\n<p>such as: Inactive,Active,Pending,Undetermined,PCT designated period,PCT designated expiration</p>"
          }
        }
      },
      "P013BasicPatentDataLegalStatus_PatentLegalStatusResponse": {
        "type": "object",
        "properties": {
          "pn": {
            "type": "string",
            "example": "US11205304B2",
            "description": "patent number"
          },
          "patent_id": {
            "type": "string",
            "example": "718ead9c-4f3c-4674-8f5a-24e126827269",
            "description": "patent id"
          },
          "legal_date": {
            "type": "integer",
            "format": "int32",
            "example": 20151027,
            "description": "LegalStatus update time"
          },
          "patent_legal": {
            "$ref": "#/components/schemas/P013BasicPatentDataLegalStatus_PatentLegalStatus"
          }
        }
      },
      "P013BasicPatentDataLegalStatusResponse": {
        "type": "object",
        "properties": {
          "data": {
            "type": "array",
            "example": "no sample",
            "description": "response data",
            "items": {
              "$ref": "#/components/schemas/P013BasicPatentDataLegalStatus_PatentLegalStatusResponse"
            }
          },
          "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": "<div class=\"indep-clm\" num=\"1\">1.用于VEGFA基因编辑的系统，包括下述N1）和N2）：</div>\n<div class=\"indep-clm\" num=\"1\">N1）名称为RNA-2的RNA；所述RNA-2为SEQ ID NO.9-12、SEQ ID NO.28和SEQ ID NO.29中至少一条序列所示的RNA；</div>\n<div class=\"indep-clm\" num=\"1\">N2）名称为RNA-1的RNA；所述RNA-1为SEQ ID NO.6所示的RNA。</div>\n<div class=\"dep-clm\" num=\"2\" parent=\"1\"><seg-con>2.根据权利要求1所述的系统，</seg-con><seg-trans>其特征在于：</seg-trans><seg-comp>所述系统还包括Cas9核酸酶或与Cas9核酸酶相关的生物材料；</seg-comp></div>\n<div class=\"dep-clm\" num=\"2\" parent=\"1\"><seg-comp>所述与Cas9核酸酶相关的生物材料为下述C1）至C7）中的任一种：</seg-comp></div>\n<div class=\"dep-clm\" num=\"2\" parent=\"1\"><seg-comp>C1）编码Cas9核酸酶的核酸分子；</seg-comp></div>\n<div class=\"dep-clm\" num=\"2\" parent=\"1\"><seg-comp>C2）含有C1）所述核酸分子的表达盒；</seg-comp></div>\n<div class=\"dep-clm\" num=\"2\" parent=\"1\"><seg-comp>C3）含有C1）所述核酸分子的重组载体、或含有C2）所述表达盒的重组载体；</seg-comp></div>\n<div class=\"dep-clm\" num=\"2\" parent=\"1\"><seg-comp>C4）含有C1）所述核酸分子的重组微生物、或含有C2）所述表达盒的重组微生物、或含有C3）所述重组载体的重组微生物；</seg-comp></div>\n<div class=\"dep-clm\" num=\"2\" parent=\"1\"><seg-comp>C5）含有C1）所述核酸分子的细胞系、或含有C2）所述表达盒的细胞系。</seg-comp></div>\n<div class=\"dep-clm\" num=\"3\" parent=\"2\"><seg-con>3.根据权利要求2所述的系统，</seg-con><seg-trans>其特征在于：</seg-trans><seg-refi>所述Cas9核酸酶来源于细菌。</seg-refi></div>\n<div class=\"dep-clm\" num=\"4\" parent=\"2\"><seg-con>4.根据权利要求2所述的系统，</seg-con><seg-trans>其特征在于：</seg-trans><seg-refi>所述Cas9核酸酶来源于链球菌属、葡萄球菌属、罗氏菌属、奈瑟菌属、细小棒菌属或乳杆菌属。</seg-refi></div>\n<div class=\"indep-clm\" num=\"5\"><seg-con>5.编辑VEGFA基因的方法，</seg-con><seg-trans>包括：</seg-trans><seg-refi>利用权利要求1-4中任一所述系统处理VEGFA基因实现所述VEGFA基因的编辑。</seg-refi></div>\n",
            "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": "CN108977442B",
            "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": "9cf648f8-8283-4767-9a14-f90f68303f3e",
            "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)"
          },
          "claim_count": {
            "type": "integer",
            "format": "int32",
            "example": 3,
            "description": "claim count"
          }
        }
      },
      "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"
        ]
      },
      "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"
        ]
      },
      "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"
        ]
      },
      "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"
        ]
      },
      "P019BasicPatentDataDescriptionData_PatentDescriptionNew": {
        "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": "JP1999068462A",
            "description": "patent number"
          },
          "patent_id": {
            "type": "string",
            "example": "1a47a70d-6b54-4709-a72a-ed552781fcac",
            "description": "patent id"
          },
          "pn_related": {
            "type": "string",
            "example": "JP2004266582A",
            "description": "patent number of related patent (provided only if the substitute is made using the text of the same family patent)"
          },
          "description": {
            "type": "array",
            "example": "Please check the form: Description",
            "description": "description",
            "items": {
              "$ref": "#/components/schemas/P019BasicPatentDataDescriptionData_PatentDescriptionNew"
            }
          }
        }
      },
      "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"
        ]
      },
      "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"
        ]
      },
      "P073BasicPatentDataDescriptionOffset_PatentDescOffsetSectionName": {
        "type": "object",
        "properties": {
          "text": {
            "type": "string",
            "example": "技术领域",
            "description": "text"
          },
          "idx_end": {
            "type": "integer",
            "format": "int32",
            "example": 31,
            "description": "End position, the ending character index in the original text"
          },
          "idx_start": {
            "type": "integer",
            "format": "int32",
            "example": 0,
            "description": "Start position, the starting character index in the original text"
          },
          "category_id": {
            "type": "array",
            "example": [
              "1"
            ],
            "description": "Category id"
          },
          "category_name": {
            "type": "array",
            "example": [
              "技术领域"
            ],
            "description": "Category name"
          }
        }
      },
      "P073BasicPatentDataDescriptionOffset_PatentDescOffsetSectionContent": {
        "type": "object",
        "properties": {
          "idx_end": {
            "type": "integer",
            "format": "int32",
            "example": 31,
            "description": "End position, the ending character index in the original text"
          },
          "idx_start": {
            "type": "integer",
            "format": "int32",
            "example": 0,
            "description": "Start position, the starting character index in the original text"
          }
        }
      },
      "P073BasicPatentDataDescriptionOffset_PatentDescOffsetSection": {
        "type": "object",
        "properties": {
          "section_name": {
            "$ref": "#/components/schemas/P073BasicPatentDataDescriptionOffset_PatentDescOffsetSectionName"
          },
          "section_content": {
            "$ref": "#/components/schemas/P073BasicPatentDataDescriptionOffset_PatentDescOffsetSectionContent"
          }
        }
      },
      "P073BasicPatentDataDescriptionOffset_PatentDescriptionOffsetResponse": {
        "type": "object",
        "properties": {
          "pn": {
            "type": "string",
            "example": "CN116420141A",
            "description": "Patent number"
          },
          "lang": {
            "type": "string",
            "example": "CN",
            "description": "language"
          },
          "sections": {
            "type": "array",
            "example": "Please check the form: PatentDescOffsetSection",
            "description": "patent description location index info",
            "items": {
              "$ref": "#/components/schemas/P073BasicPatentDataDescriptionOffset_PatentDescOffsetSection"
            }
          },
          "patent_id": {
            "type": "string",
            "example": "fdbca633-63df-4c0b-8597-3f6c5e3a2748",
            "description": "Patent id"
          }
        }
      },
      "P073BasicPatentDataDescriptionOffsetResponse": {
        "type": "object",
        "properties": {
          "data": {
            "$ref": "#/components/schemas/P073BasicPatentDataDescriptionOffset_PatentDescriptionOffsetResponse"
          },
          "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"
        ]
      },
      "P042BasicPatentDataFulltextInlineImage_FulltextInlineImage": {
        "type": "object",
        "properties": {
          "path": {
            "type": "string",
            "example": "https://open.patsnap.com/fulltext-image/CN/A/11/64/20/14/1/HDA0004204487520000011.png?sign=q-sign-algorithm%3Dsha1%26q-ak%3DAKIDz31lFbrtH8mIbFyaxA70x49IRP7lLiCT%26q-sign-time%3D1729566601%3B1730171401%26q-key-time%3D1729566601%3B1730171401%26q-header-list%3Dhost%26q-url-param-list%3Dresponse-expires%26q-signature%3D23338ffd2c057497912d1d5e09f5570902136b6a&response-expires=Tue%2C%2029%20Oct%202024%2003%3A10%3A01%20GMT",
            "description": "fulltext image path"
          },
          "image_id": {
            "type": "string",
            "example": "HDA0004204487520000011",
            "description": "fulltext image id"
          },
          "image_type": {
            "type": "string",
            "example": "drawings",
            "description": "fulltext image type"
          }
        }
      },
      "P042BasicPatentDataFulltextInlineImage_PatentFulltextInlineImageResponse": {
        "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": "fulltext image count"
          },
          "fulltext_inline_image": {
            "type": "array",
            "example": "Please check the form: FulltextInlineImage",
            "description": "fulltext inline images",
            "items": {
              "$ref": "#/components/schemas/P042BasicPatentDataFulltextInlineImage_FulltextInlineImage"
            }
          }
        }
      },
      "P042BasicPatentDataFulltextInlineImageResponse": {
        "type": "object",
        "properties": {
          "data": {
            "$ref": "#/components/schemas/P042BasicPatentDataFulltextInlineImage_PatentFulltextInlineImageResponse"
          },
          "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"
        ]
      },
      "P023HighValueDataApplicationDomain_NameLevel": {
        "type": "object",
        "properties": {
          "name": {
            "type": "string",
            "example": "声波诊断",
            "description": "name"
          },
          "level": {
            "type": "integer",
            "format": "int32",
            "example": 4,
            "description": "level"
          }
        }
      },
      "P023HighValueDataApplicationDomain_ApplicationDomainResponse": {
        "type": "object",
        "properties": {
          "pn": {
            "type": "string",
            "example": "CN102681224A",
            "description": "Patent number"
          },
          "lang": {
            "type": "string",
            "example": "en",
            "description": "language"
          },
          "patent_id": {
            "type": "string",
            "example": "ef7d1252-2e0e-40c3-a44f-1bc1c86b7990",
            "description": "Patent id"
          },
          "application_domain_data": {
            "type": "array",
            "example": "Please check the form: NameLevel",
            "description": "Application domain data",
            "items": {
              "$ref": "#/components/schemas/P023HighValueDataApplicationDomain_NameLevel"
            }
          }
        }
      },
      "P023HighValueDataApplicationDomainResponse": {
        "type": "object",
        "properties": {
          "data": {
            "type": "array",
            "example": "no sample",
            "description": "response data",
            "items": {
              "$ref": "#/components/schemas/P023HighValueDataApplicationDomain_ApplicationDomainResponse"
            }
          },
          "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"
        ]
      },
      "P025HighValueDataTechProblemAndBenefitSummary_BenefitSummary": {
        "type": "object",
        "properties": {
          "benefit_para": {
            "type": "array",
            "example": "<cn>[\"本发明提供了一种液晶屏检测装置及方法，可以针对母板玻璃进行检测，解决了现有技术中针对单元液晶屏进行的Cell Test检测设备效率不高的问题。该装置包括设置在整张母板玻璃上的至少一组信号端口，每组信号端口负责一列上的单元液晶屏，通过控制信号端口的电压驱动每个单元液晶屏的信号输入端，同时点亮整张母板玻璃上的所有单元液晶屏。该方法可以直观判断液晶屏不良现象的设备依存性，对产线上不良解析的效率有显著提高，同时也实现了不同尺寸液晶屏的共用，降低了设备成本。\"]</cn><us>[\"This patent text describes an electronic device with an antenna module that operates in the millimeter wave band and can control its own operation. The antenna module contains multiple antenna elements with different polarizations, which can reduce interference between them. Additionally, the patent describes how to implement vertical polarization while keeping the antenna module's height low. The technical effect of this patent text is to enhance the performance of millimeter wave antennas in electronic devices.\"]</us>",
            "description": "Benefit Summary Paragraph"
          },
          "benefit_word": {
            "type": "array",
            "example": "<cn>[ \"参数优化改善\", \"提高效率\", \"降低设备成本\" ]</cn><us>[\"reduce noise level\"]</us>",
            "description": "Technical Benefit Phrase"
          }
        }
      },
      "P025HighValueDataTechProblemAndBenefitSummary_TechProblemSummary": {
        "type": "object",
        "properties": {
          "tech_problem_para": {
            "type": "array",
            "example": "<cn>[\"现有的TFT-LCD液晶屏生产过程中，针对单元液晶屏进行的检测通常只能比较直观地检测出不良现象，对于产生的不良的原因仍需要进一步分析判断。同时，不同尺寸液晶屏的Cell Test检测设备在产品开发阶段都需要定制购买价格不菲的点屏设备，不同尺寸液晶屏的Cell Test检测设备完全不能共用，且开发阶段针对不同尺寸液晶屏的Cell Test检测设备调试复杂，工作效率较低。\"]</cn><us>[\"The technical problem addressed in this patent text is how to improve the function and performance of electronic devices, particularly mobile terminals, by enhancing their ability to capture and play high-quality video and music files, as well as to provide 5G wireless communication services in various frequency bands. This involves optimizing the design of antenna modules and ensuring signal reception stability, while addressing the challenge of providing multiple-input multiple-output (MIMO) capabilities with only one antenna module.\"]</us>",
            "description": "Technical Problem Paragraph"
          },
          "tech_problem_word": {
            "type": "array",
            "example": "<cn>[\"效率低\"]</cn><us>[\"difficult to dispose\"]</us>",
            "description": "Technical Problem Word"
          }
        }
      },
      "P025HighValueDataTechProblemAndBenefitSummary_TechnicalApproachSummary": {
        "type": "object",
        "properties": {
          "technical_approach_para": {
            "type": "array",
            "example": "<cn>[\"[0042]如上所述，考虑到TFT玻璃基板尽量减小金属线负载的设计基本原则，一张母板玻璃可以设置一组或几组信号输入端口，这样可以根据TFT玻璃基板设计的实际情况，将一张母板玻璃的单元液晶屏分成几组，每组的单元液晶屏共用一组信号输入端口，尽量减小Cell Test检测用信号线负载的影响。按照信号线损耗尽量相等的原则，离Pad端较远的单元液晶屏的Cell Test检测用信号线比离Pad端较近的单元液晶屏的Cell Test检测用信号线宽，以使整张母板上所有单元液晶屏的Cell Test检测用信号线的电阻尽量相等，单元液晶屏之间的电压分布均匀。\"]</cn><us>[\"Vertical polarization antenna: the scheme provides a method to implement a vertical polarization antenna in an antenna module with a certain height. this feature addresses the challenge of integrating a vertical polarization antenna into a compact device.\",\n    \"Orthogonal polarization antennas: the scheme introduces an antenna module with antenna elements having different polarizations orthogonal to each other. this feature allows for multiple-input multiple-output (mimo) communication, enhancing the overall performance and data rate of the electronic device.\",\n    \"Disposing an array antenna in a millimeter wave band: the scheme overcomes the limitation of existing wireless communication systems by incorporating an array antenna into an electronic device. this allows for multifunctionality, enabling the device to capture still images or moving videos, play music or video files, provide data communication, and receive broadcast and television signals.\",\n    \"Height reduction and interference reduction: the scheme introduces various antenna structures and configurations to reduce the overall height of the antenna module and minimize interference between antennas with different polarizations. this includes offsetting the via pad and via by a certain distance, using a metal strip and a via, and arranging different polarization antennas vertically and horizontally.\"]</us>",
            "description": "Technical Approach Paragraph"
          }
        }
      },
      "P025HighValueDataTechProblemAndBenefitSummary_TechProblemSummaryResp": {
        "type": "object",
        "properties": {
          "pn": {
            "type": "string",
            "example": "<cn>CN102681224A</cn><us>US20230139460A1</us>",
            "description": "Patent number"
          },
          "lang": {
            "type": "string",
            "example": "<cn>cn</cn><us>en</us>",
            "description": "language"
          },
          "patent_id": {
            "type": "string",
            "example": "<cn>ef7d1252-2e0e-40c3-a44f-1bc1c86b7990</cn><us>767a81fb-8abb-45e4-b9fe-4bbc327dc586</us>",
            "description": "Patent id"
          },
          "patsnap_title": {
            "type": "string",
            "example": "<cn>通过将清洁构件的运动与喷嘴火焰和进料过程步骤同步,系统可以防止存款形成和开裂,从而解决了消除气体燃烧器系统中的效率低下和维护挑战,从而提高了组件寿命和过程效率。</cn><us>By synchronizing the movement of the cleaning member with the nozzle flame and feed process steps, the system prevents deposit formation and cracking, addressing the inefficiencies and maintenance challenges in gas abatement burner systems, thereby improving component lifespan and process efficiency.</us>",
            "description": "Patsnap Patent title"
          },
          "benefit_summary": {
            "$ref": "#/components/schemas/P025HighValueDataTechProblemAndBenefitSummary_BenefitSummary"
          },
          "tech_problem_summary": {
            "$ref": "#/components/schemas/P025HighValueDataTechProblemAndBenefitSummary_TechProblemSummary"
          },
          "technical_approach_summary": {
            "$ref": "#/components/schemas/P025HighValueDataTechProblemAndBenefitSummary_TechnicalApproachSummary"
          }
        }
      },
      "P025HighValueDataTechProblemAndBenefitSummaryResponse": {
        "type": "object",
        "properties": {
          "data": {
            "type": "array",
            "example": "no sample",
            "description": "response data",
            "items": {
              "$ref": "#/components/schemas/P025HighValueDataTechProblemAndBenefitSummary_TechProblemSummaryResp"
            }
          },
          "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"
        ]
      },
      "P024HighValueDataTechnologyTopic_TechnologyTopicResponse": {
        "type": "object",
        "properties": {
          "pn": {
            "type": "string",
            "example": "CN102681224A",
            "description": "Patent number"
          },
          "lang": {
            "type": "string",
            "example": "en",
            "description": "language"
          },
          "patent_id": {
            "type": "string",
            "example": "ef7d1252-2e0e-40c3-a44f-1bc1c86b7990",
            "description": "Patent id"
          },
          "technology_topic_data": {
            "type": "array",
            "example": [
              "液晶显示器",
              "电压",
              "生产线"
            ],
            "description": "Technology topic data"
          }
        }
      },
      "P024HighValueDataTechnologyTopicResponse": {
        "type": "object",
        "properties": {
          "data": {
            "type": "array",
            "example": "no sample",
            "description": "response data",
            "items": {
              "$ref": "#/components/schemas/P024HighValueDataTechnologyTopic_TechnologyTopicResponse"
            }
          },
          "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"
        ]
      },
      "P022HighValueDataSeicClassification_SeicClassificationSub": {
        "type": "object",
        "properties": {
          "seic_no": {
            "type": "string",
            "example": 1.1,
            "description": "Strategic emerging industry classification id"
          },
          "seic_desc": {
            "type": "string",
            "example": "下一代信息网络产业",
            "description": "Strategic emerging industry classification"
          }
        }
      },
      "P022HighValueDataSeicClassification_SeicClassification": {
        "type": "object",
        "properties": {
          "seic_lv1": {
            "$ref": "#/components/schemas/P022HighValueDataSeicClassification_SeicClassificationSub"
          },
          "seic_lv2": {
            "$ref": "#/components/schemas/P022HighValueDataSeicClassification_SeicClassificationSub"
          }
        }
      },
      "P022HighValueDataSeicClassification_SeicClassificationResp": {
        "type": "object",
        "properties": {
          "pn": {
            "type": "string",
            "example": "CN110650438A",
            "description": "Patent number"
          },
          "lang": {
            "type": "string",
            "example": "en",
            "description": "language"
          },
          "patent_id": {
            "type": "string",
            "example": "1e099a74-4378-4b84-9d13-f1b4ed5cb59b",
            "description": "Patent id"
          },
          "seic_classification": {
            "type": "array",
            "example": "seic_classification",
            "description": "information of strategic emerging industries",
            "items": {
              "$ref": "#/components/schemas/P022HighValueDataSeicClassification_SeicClassification"
            }
          }
        }
      },
      "P022HighValueDataSeicClassificationResponse": {
        "type": "object",
        "properties": {
          "data": {
            "type": "array",
            "example": "no sample",
            "description": "response data",
            "items": {
              "$ref": "#/components/schemas/P022HighValueDataSeicClassification_SeicClassificationResp"
            }
          },
          "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"
        ]
      },
      "P064BasicPatentDataPatentEnhancedData_PatentEnhancedClaim": {
        "type": "object",
        "properties": {
          "lang": {
            "type": "string",
            "example": "CN",
            "description": "language"
          },
          "claim_text": {
            "type": "string",
            "example": "<div class=\\\"indep-clm\\\" num=\\\"1\\\"><seg-con>1.一种存储器装置(100、610)，其</seg-con><seg-trans>包括：</seg-trans></div>\\n\n<div class=\\\"indep-clm\\\" num=\\\"1\\\"><seg-refi>非易失性存储器单元(208、308)阵列(104、300)，其被组织为多个可擦除的物理块(340)；及</seg-refi></div>\\n\n<div class=\\\"indep-clm\\\" num=\\\"1\\\"><seg-refi>电路(108、110、116)，其用于控制和/或存取所述非易失性存储器单元(208、308)阵列(104、300)；</seg-refi></div>\\n\n<div class=\\\"indep-clm\\\" num=\\\"1\\\"><seg-refi>其中所述用于控制和/或存取的电路(108、110、116)适于界定具有预定数目的一个或一个\n以上物理块(340)的第一逻辑擦除块和具有预定数目的两个或两个以上物理块(340)的第二逻辑擦除块；</seg-refi></div>\\n\n<div class=\\\"indep-clm\\\" num=\\\"1\\\"><seg-refi>其中所述第二逻辑擦除块具有与所述第一逻辑擦除块不同数目的物理块(340)；</seg-refi></div>\\n\n<div class=\\\"indep-clm\\\" num=\\\"1\\\"><seg-refi>且</seg-refi></div>\\n\n<div class=\\\"indep-clm\\\" num=\\\"1\\\"><seg-refi>其中所述电路适于在擦除操作期间同时选择一第二逻辑擦除块的所述两个或两个以上物理块。</seg-refi></div>",
            "description": "Claim text"
          }
        }
      },
      "P064BasicPatentDataPatentEnhancedData_PatentEnhancedPublication": {
        "type": "object",
        "properties": {
          "pn": {
            "type": "string",
            "example": "US11205304B2",
            "description": "patent number"
          },
          "pbdt": {
            "type": "integer",
            "format": "int32",
            "example": 20230815,
            "description": "Publication Date"
          }
        }
      },
      "P064BasicPatentDataPatentEnhancedData_PatentEnhancedResponse": {
        "type": "object",
        "properties": {
          "pn": {
            "type": "string",
            "example": "CN101595528B",
            "description": "Patent Number"
          },
          "patent_id": {
            "type": "string",
            "example": "02515f4b-1506-4c99-8101-9242f916bd99",
            "description": "Patent Id"
          },
          "first_claim": {
            "type": "array",
            "example": "Please check the form: PatentEnhancedClaim",
            "description": "Patent first claim",
            "items": {
              "$ref": "#/components/schemas/P064BasicPatentDataPatentEnhancedData_PatentEnhancedClaim"
            }
          },
          "application_type": {
            "type": "integer",
            "format": "int32",
            "example": 1,
            "description": "Application Type"
          },
          "first_publication": {
            "$ref": "#/components/schemas/P064BasicPatentDataPatentEnhancedData_PatentEnhancedPublication"
          },
          "earliest_priority_date": {
            "type": "integer",
            "format": "int32",
            "example": 20220112,
            "description": "Earliest Priority Date"
          }
        }
      },
      "P064BasicPatentDataPatentEnhancedDataResponse": {
        "type": "object",
        "properties": {
          "data": {
            "type": "array",
            "example": "no sample",
            "description": "response data",
            "items": {
              "$ref": "#/components/schemas/P064BasicPatentDataPatentEnhancedData_PatentEnhancedResponse"
            }
          },
          "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"
        ]
      },
      "P101MaterialMaterialOntology_OntologyLable": {
        "type": "object",
        "properties": {
          "ppi_id": {
            "type": "integer",
            "format": "int32",
            "example": 17011850,
            "description": "material property id"
          },
          "display_name_cn": {
            "type": "string",
            "example": "粒子直径",
            "description": "property norm chinese name"
          },
          "display_name_en": {
            "type": "string",
            "example": "particle diameter",
            "description": "property norm english name"
          }
        }
      },
      "P101MaterialMaterialOntology_MaterialOntologyResponse": {
        "type": "object",
        "properties": {
          "pn": {
            "type": "string",
            "example": "CN113769175B",
            "description": "patent publication number"
          },
          "patent_id": {
            "type": "string",
            "example": "05da3d4e-6f13-4005-9a2d-0645d2554cbf",
            "description": "patent id"
          },
          "ontology_lable": {
            "type": "array",
            "example": "Please check the form: OntologyLable",
            "description": "Material workflow information",
            "items": {
              "$ref": "#/components/schemas/P101MaterialMaterialOntology_OntologyLable"
            }
          }
        }
      },
      "P101MaterialMaterialOntologyResponse": {
        "type": "object",
        "properties": {
          "data": {
            "type": "array",
            "example": "no sample",
            "description": "response data",
            "items": {
              "$ref": "#/components/schemas/P101MaterialMaterialOntology_MaterialOntologyResponse"
            }
          },
          "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"
        ]
      },
      "P101MaterialMaterialOntologyRequest": {
        "type": "object"
      },
      "P066HighValueDataPatentClassificationDescription_ClassificationDesc": {
        "type": "object",
        "properties": {
          "lang": {
            "type": "string",
            "example": "EN",
            "description": "patent classification description language"
          },
          "text": {
            "type": "string",
            "example": "... from aromatic diamines and aromatic dicarboxylic acids with both amino and carboxylic groups aromatically bound [2006.01]",
            "description": "patent classification description text"
          }
        }
      },
      "P066HighValueDataPatentClassificationDescription_ClassificationParent": {
        "type": "object",
        "properties": {
          "desc": {
            "type": "array",
            "example": "desc",
            "description": "parent patent classification description",
            "items": {
              "$ref": "#/components/schemas/P066HighValueDataPatentClassificationDescription_ClassificationDesc"
            }
          },
          "parent_code": {
            "type": "string",
            "example": "EN",
            "description": "parent patent classification code"
          }
        }
      },
      "P066HighValueDataPatentClassificationDescription_PatentClassDescResponse": {
        "type": "object",
        "properties": {
          "code": {
            "type": "string",
            "example": "C08G69/32",
            "description": "patent classification code"
          },
          "desc": {
            "type": "array",
            "example": "desc",
            "description": "patent classification description",
            "items": {
              "$ref": "#/components/schemas/P066HighValueDataPatentClassificationDescription_ClassificationDesc"
            }
          },
          "type": {
            "type": "string",
            "example": "ipc",
            "description": "patent classification type,  character length <= 5<p>enumeration value: ipc, cpc, upc, gbc, loc, fi, fterm</p>"
          },
          "parent": {
            "type": "array",
            "example": "parent",
            "description": "parent classification information",
            "items": {
              "$ref": "#/components/schemas/P066HighValueDataPatentClassificationDescription_ClassificationParent"
            }
          },
          "version": {
            "type": "string",
            "example": 2024.01,
            "description": "patent classification version"
          }
        }
      },
      "P066HighValueDataPatentClassificationDescriptionResponse": {
        "type": "object",
        "properties": {
          "data": {
            "type": "array",
            "example": "no sample",
            "description": "response data",
            "items": {
              "$ref": "#/components/schemas/P066HighValueDataPatentClassificationDescription_PatentClassDescResponse"
            }
          },
          "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"
        ]
      },
      "P066HighValueDataPatentClassificationDescriptionRequest": {
        "type": "object",
        "properties": {
          "code": {
            "type": "string",
            "example": "C08G69/32",
            "description": "patent classification code, character length <= 150. Batch requests needs to be <= 10 classification codes, and separated by English commas"
          },
          "replace_by_merge": {
            "type": "integer",
            "format": "int32",
            "example": 1,
            "description": "When the current patent classification type is ipc or cpc, should historical data be used as a substitute? Default substitution: 1: Yes 0: No."
          },
          "type": {
            "type": "string",
            "example": "ipc",
            "description": "patent classification type,  character length <= 5<p>enumeration value: ipc, cpc, upc, gbc, loc, fi, fterm</p>"
          }
        },
        "required": [
          "code",
          "type"
        ]
      },
      "P100MaterialPatentPum_MaterialPpiDetail": {
        "type": "object",
        "properties": {
          "section": {
            "type": "string",
            "example": "claim",
            "description": "section"
          },
          "raw_unit": {
            "type": "string",
            "example": "μm",
            "description": "unit"
          },
          "raw_property": {
            "type": "string",
            "example": "粒径",
            "description": "material property name"
          },
          "measurement_max": {
            "type": "number",
            "format": "double",
            "example": 200,
            "description": "measurement max"
          },
          "measurement_min": {
            "type": "number",
            "format": "double",
            "example": 5,
            "description": "measurement min"
          }
        }
      },
      "P100MaterialPatentPum_MaterialPpiInfo": {
        "type": "object",
        "properties": {
          "ppi_id": {
            "type": "integer",
            "format": "int32",
            "example": 17011850,
            "description": "material property id"
          },
          "ppi_detail": {
            "type": "array",
            "example": "Please check the form: MaterialPpiDetail",
            "description": "material property hit detail information",
            "items": {
              "$ref": "#/components/schemas/P100MaterialPatentPum_MaterialPpiDetail"
            }
          },
          "lower_bound": {
            "type": "number",
            "format": "double",
            "example": 0,
            "description": "property norm measurement min"
          },
          "upper_bound": {
            "type": "number",
            "format": "double",
            "example": 1000000000,
            "description": "property norm measurement max"
          },
          "display_name_cn": {
            "type": "string",
            "example": "粒子直径",
            "description": "property norm chinese name"
          },
          "display_name_en": {
            "type": "string",
            "example": "particle diameter",
            "description": "property norm english name"
          },
          "print_friendly_units": {
            "type": "string",
            "example": "μm",
            "description": "property norm unit"
          }
        }
      },
      "P100MaterialPatentPum_MaterialPatentPumResponse": {
        "type": "object",
        "properties": {
          "pn": {
            "type": "string",
            "example": "CN113769175B",
            "description": "patent publication number"
          },
          "ppi_info": {
            "type": "array",
            "example": "Please check the form: MaterialPpiInfo",
            "description": "material property hit information",
            "items": {
              "$ref": "#/components/schemas/P100MaterialPatentPum_MaterialPpiInfo"
            }
          },
          "patent_id": {
            "type": "string",
            "example": "05da3d4e-6f13-4005-9a2d-0645d2554cbf",
            "description": "patent id"
          }
        }
      },
      "P100MaterialPatentPumResponse": {
        "type": "object",
        "properties": {
          "data": {
            "type": "array",
            "example": "no sample",
            "description": "response data",
            "items": {
              "$ref": "#/components/schemas/P100MaterialPatentPum_MaterialPatentPumResponse"
            }
          },
          "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"
        ]
      },
      "P100MaterialPatentPumRequest": {
        "type": "object"
      },
      "P103MaterialMaterialSpum_MaterialOffset": {
        "type": "object",
        "properties": {
          "end": {
            "type": "integer",
            "format": "int32",
            "example": 95,
            "description": "end position"
          },
          "text": {
            "type": "string",
            "example": "聚乙烯醇",
            "description": "text"
          },
          "start": {
            "type": "integer",
            "format": "int32",
            "example": 92,
            "description": "start position"
          }
        }
      },
      "P103MaterialMaterialSpum_MaterialSpumDetail": {
        "type": "object",
        "properties": {
          "ppi_id": {
            "type": "integer",
            "format": "int32",
            "example": 17010571,
            "description": "material property id"
          },
          "section": {
            "type": "string",
            "example": "claims",
            "description": "section"
          },
          "raw_unit": {
            "type": "string",
            "example": "min",
            "description": "material property raw unit"
          },
          "unit_offset": {
            "type": "array",
            "example": [
              {
                "end": 155,
                "text": "min",
                "start": 152
              }
            ],
            "description": "material property unit offset range",
            "items": {
              "$ref": "#/components/schemas/P103MaterialMaterialSpum_MaterialOffset"
            }
          },
          "raw_property": {
            "type": "string",
            "example": "时间",
            "description": "material property name"
          },
          "substance_id": {
            "type": "string",
            "example": "8eb8c62a-9d2f-4c1b-953d-dcf142a10a21",
            "description": "material substance id"
          },
          "raw_substance": {
            "type": "string",
            "example": "聚乙烯醇",
            "description": "material substance name"
          },
          "measurement_max": {
            "type": "number",
            "format": "double",
            "example": 599.37,
            "description": "material property measurement max"
          },
          "measurement_min": {
            "type": "number",
            "format": "double",
            "example": 59.937,
            "description": "material property measurement min"
          },
          "raw_measurement": {
            "type": "string",
            "example": "1.0~10.0",
            "description": "material property raw measurement"
          },
          "substance_offset": {
            "type": "array",
            "example": [
              {
                "end": 95,
                "text": "聚乙烯醇",
                "start": 92
              }
            ],
            "description": "material substance offset range",
            "items": {
              "$ref": "#/components/schemas/P103MaterialMaterialSpum_MaterialOffset"
            }
          },
          "measurement_offset": {
            "type": "array",
            "example": [
              {
                "end": 152,
                "text": "1-10",
                "start": 148
              }
            ],
            "description": "material property measurement offset range",
            "items": {
              "$ref": "#/components/schemas/P103MaterialMaterialSpum_MaterialOffset"
            }
          }
        }
      },
      "P103MaterialMaterialSpum_MaterialSpumResponse": {
        "type": "object",
        "properties": {
          "pn": {
            "type": "string",
            "example": "CN113769175B",
            "description": "patent publication number"
          },
          "patent_id": {
            "type": "string",
            "example": "05da3d4e-6f13-4005-9a2d-0645d2554cbf",
            "description": "patent id"
          },
          "spum_detail": {
            "type": "array",
            "example": "substanceLable",
            "description": "material substance info",
            "items": {
              "$ref": "#/components/schemas/P103MaterialMaterialSpum_MaterialSpumDetail"
            }
          }
        }
      },
      "P103MaterialMaterialSpumResponse": {
        "type": "object",
        "properties": {
          "data": {
            "type": "array",
            "example": "no sample",
            "description": "response data",
            "items": {
              "$ref": "#/components/schemas/P103MaterialMaterialSpum_MaterialSpumResponse"
            }
          },
          "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"
        ]
      },
      "P103MaterialMaterialSpumRequest": {
        "type": "object"
      },
      "P102MaterialMaterialSubstance_MaterialSubstanceLable": {
        "type": "object",
        "properties": {
          "substance_id": {
            "type": "string",
            "example": "4440b6da-82d9-4719-aeb9-6670b15a0a4e",
            "description": "material substance id"
          },
          "substance_master_name_cn": {
            "type": "string",
            "example": "二氯甲烷",
            "description": "material substance chinese name"
          },
          "substance_master_name_en": {
            "type": "string",
            "example": "METHYLENE CHLORIDE",
            "description": "material substance english name"
          }
        }
      },
      "P102MaterialMaterialSubstance_MaterialSubstanceResponse": {
        "type": "object",
        "properties": {
          "pn": {
            "type": "string",
            "example": "CN113769175B",
            "description": "patent publication number"
          },
          "patent_id": {
            "type": "string",
            "example": "05da3d4e-6f13-4005-9a2d-0645d2554cbf",
            "description": "patent id"
          },
          "substance_lable": {
            "type": "array",
            "example": "substanceLable",
            "description": "material substance info",
            "items": {
              "$ref": "#/components/schemas/P102MaterialMaterialSubstance_MaterialSubstanceLable"
            }
          }
        }
      },
      "P102MaterialMaterialSubstanceResponse": {
        "type": "object",
        "properties": {
          "data": {
            "type": "array",
            "example": "no sample",
            "description": "response data",
            "items": {
              "$ref": "#/components/schemas/P102MaterialMaterialSubstance_MaterialSubstanceResponse"
            }
          },
          "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"
        ]
      },
      "P102MaterialMaterialSubstanceRequest": {
        "type": "object"
      },
      "P063PatentIntelligentAttachedImage_Part": {
        "type": "object",
        "properties": {
          "x1": {
            "type": "integer",
            "format": "int32",
            "example": 1549,
            "description": "top-left X coordinate"
          },
          "x2": {
            "type": "integer",
            "format": "int32",
            "example": 1569,
            "description": "bottom-right X coordinate"
          },
          "y1": {
            "type": "integer",
            "format": "int32",
            "example": 1207,
            "description": "top-left Y coordinate"
          },
          "y2": {
            "type": "integer",
            "format": "int32",
            "example": 1250,
            "description": "bottom-right Y coordinate"
          },
          "code": {
            "type": "string",
            "example": 14,
            "description": "code"
          },
          "representive_label_txt": {
            "type": "string",
            "example": "β微管蛋白序列",
            "description": "representative label text"
          }
        }
      },
      "P063PatentIntelligentAttachedImage_PdfImage2": {
        "type": "object",
        "properties": {
          "parts": {
            "type": "array",
            "example": [
              {
                "x1": 128,
                "x2": 147,
                "y1": 956,
                "y2": 980,
                "code": "52",
                "representive_label_txt": "person"
              }
            ],
            "description": "intelligent figure information",
            "items": {
              "$ref": "#/components/schemas/P063PatentIntelligentAttachedImage_Part"
            }
          },
          "patent_id": {
            "type": "string",
            "example": "8d83d36c-02d4-411c-8912-21fa3272abff",
            "description": "patent ID"
          },
          "storage_path": {
            "type": "string",
            "example": "https://data-fulltext-image.zhihuiya.com/CN/A/11/17/19/99/1/HDA0002418999840000011.png",
            "description": "storage path"
          },
          "fig_title_code": {
            "type": "string",
            "example": 1,
            "description": "figure title code"
          }
        }
      },
      "P063PatentIntelligentAttachedImage_PatentImage": {
        "type": "object",
        "properties": {
          "parts": {
            "type": "array",
            "example": [
              {
                "x1": 128,
                "x2": 147,
                "y1": 956,
                "y2": 980,
                "code": "52",
                "representive_label_txt": "person"
              }
            ],
            "description": "intelligent figure information",
            "items": {
              "$ref": "#/components/schemas/P063PatentIntelligentAttachedImage_Part"
            }
          },
          "storage_path": {
            "type": "string",
            "example": "https://data-fulltext-image.zhihuiya.com/CN/A/11/17/19/99/1/HDA0002418999840000011.png",
            "description": "storage path"
          }
        }
      },
      "P063PatentIntelligentAttachedImage_PatentImageResponse": {
        "type": "object",
        "properties": {
          "patent_id": {
            "type": "string",
            "example": "1a47a70d-6b54-4709-a72a-ed552781fcac",
            "description": "Patent ID"
          },
          "pdf_images": {
            "type": "array",
            "example": [
              {
                "parts": [
                  {
                    "x1": 128,
                    "x2": 147,
                    "y1": 956,
                    "y2": 980,
                    "code": "52",
                    "representive_label_txt": "person"
                  }
                ],
                "patent_id": "8d83d36c-02d4-411c-8912-21fa3272abff",
                "storage_path": "https://data-fulltext-image.zhihuiya.com/CN/A/11/17/19/99/1/HDA0002418999840000011.png",
                "fig_title_code": "1"
              }
            ],
            "description": "PDF Image Information",
            "items": {
              "$ref": "#/components/schemas/P063PatentIntelligentAttachedImage_PdfImage2"
            }
          },
          "patent_images": {
            "type": "array",
            "example": [
              {
                "parts": [
                  {
                    "x1": 128,
                    "x2": 147,
                    "y1": 956,
                    "y2": 980,
                    "code": "52",
                    "representive_label_txt": "person"
                  }
                ],
                "storage_path": "https://data-fulltext-image.zhihuiya.com/CN/A/11/17/19/99/1/HDA0002418999840000011.png"
              }
            ],
            "description": "Patent Image Information",
            "items": {
              "$ref": "#/components/schemas/P063PatentIntelligentAttachedImage_PatentImage"
            }
          }
        }
      },
      "P063PatentIntelligentAttachedImageResponse": {
        "type": "object",
        "properties": {
          "data": {
            "$ref": "#/components/schemas/P063PatentIntelligentAttachedImage_PatentImageResponse"
          },
          "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"
        ]
      },
      "P063PatentIntelligentAttachedImageRequest": {
        "type": "object",
        "properties": {
          "lang": {
            "type": "string",
            "example": "cn",
            "description": "language(cn/en)"
          },
          "patent_id": {
            "type": "string",
            "example": "8d83d36c-02d4-411c-8912-21fa3272abff",
            "description": "Patent Id"
          },
          "pn": {
            "type": "string",
            "example": "CN111719991A",
            "description": "Patent Number"
          }
        },
        "required": [
          "lang"
        ]
      },
      "P033AdvancedPatentDataSepData_PatsnapSepData": {
        "type": "object",
        "properties": {
          "title": {
            "type": "string",
            "example": "5G; NR; Overall description; Stage-2 (3GPP TS 38.300 version 15.2.0 Release 15)",
            "description": "Title"
          },
          "version": {
            "type": "string",
            "example": "15.2.0",
            "description": "Standard version"
          },
          "projects": {
            "type": "array",
            "example": [
              "3GPP",
              "3GPP-radio",
              "3GPP-Release-15"
            ],
            "description": "Projects"
          },
          "sep_source": {
            "type": "string",
            "example": "ETSI",
            "description": "Standard data source"
          },
          "standard_id": {
            "type": "string",
            "example": "TS 138 300",
            "description": "Standard id"
          },
          "declaration_date": {
            "type": "integer",
            "format": "int32",
            "example": 20180925,
            "description": "Declaration date"
          }
        }
      },
      "P033AdvancedPatentDataSepData_PatentSepDataResponse": {
        "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_sep_data": {
            "type": "array",
            "example": "Please check the form: PatsnapSepData",
            "description": "sep data",
            "items": {
              "$ref": "#/components/schemas/P033AdvancedPatentDataSepData_PatsnapSepData"
            }
          }
        }
      },
      "P033AdvancedPatentDataSepDataResponse": {
        "type": "object",
        "properties": {
          "data": {
            "type": "array",
            "example": "no sample",
            "description": "response data",
            "items": {
              "$ref": "#/components/schemas/P033AdvancedPatentDataSepData_PatentSepDataResponse"
            }
          },
          "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"
        ]
      },
      "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"
        ]
      },
      "P046AdvancedPatentDataStatusOfUnifiedPatentCourt_StatusOfUnifiedPatentCourtResponse": {
        "type": "object",
        "properties": {
          "pn": {
            "type": "string",
            "example": "US11205304B2",
            "description": "patent number"
          },
          "upc": {
            "type": "string",
            "example": "Opt-out not registered",
            "description": "Status of unified patent court，\nsuch as：Opt-out not registered,Opt-out registered,Positive decision after unitary effect request,Withdrawal after opt-out."
          },
          "patent_id": {
            "type": "string",
            "example": "718ead9c-4f3c-4674-8f5a-24e126827269",
            "description": "patent id"
          },
          "opt_out_reg_date": {
            "type": "integer",
            "format": "int64",
            "example": 20230517,
            "description": "Date of registration of the opt-out"
          },
          "opt_out_withdraw_date": {
            "type": "integer",
            "format": "int64",
            "example": 20210401,
            "description": "Date of withdrawal of the opt-out"
          }
        }
      },
      "P046AdvancedPatentDataStatusOfUnifiedPatentCourtResponse": {
        "type": "object",
        "properties": {
          "data": {
            "type": "array",
            "example": "no sample",
            "description": "response data",
            "items": {
              "$ref": "#/components/schemas/P046AdvancedPatentDataStatusOfUnifiedPatentCourt_StatusOfUnifiedPatentCourtResponse"
            }
          },
          "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"
        ]
      },
      "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"
        ]
      },
      "P047FeeGetFee_Fee_chonghField": {
        "type": "object",
        "properties": {
          "fee_type": {
            "type": "string",
            "example": "冲红前： 发明专利申请费;冲红后： 发明专利申请费",
            "description": "Type of Payment"
          },
          "chong_date": {
            "type": "integer",
            "format": "int64",
            "example": 20210525,
            "description": "chonghong date"
          },
          "paid_amount": {
            "type": "string",
            "example": "冲红前： 900;冲红后： 0",
            "description": "Paid Amount"
          },
          "receipt_code": {
            "type": "string",
            "example": "冲红前： 100010220;冲红后： --",
            "description": "Receipt code"
          },
          "receipt_number": {
            "type": "string",
            "example": "冲红前： 0000088346;冲红后：--",
            "description": "Receipt Number"
          }
        }
      },
      "P047FeeGetFee_RefundField": {
        "type": "object",
        "properties": {
          "payee": {
            "type": "string",
            "example": "TCL集团股份有限公司",
            "description": "Payee"
          },
          "fee_type": {
            "type": "string",
            "example": "发明专利申请审查费",
            "description": "Type of Fee"
          },
          "refund_date": {
            "type": "integer",
            "format": "int64",
            "example": 20150813,
            "description": "Date of Refund"
          },
          "receipt_code": {
            "type": "string",
            "example": 100010220,
            "description": "Receipt code"
          },
          "refund_amount": {
            "type": "number",
            "format": "double",
            "example": 2500,
            "description": "Refund Amount"
          },
          "receipt_number": {
            "type": "string",
            "example": 33130256,
            "description": "Receipt Number"
          }
        }
      },
      "P047FeeGetFee_Paid_feeField": {
        "type": "object",
        "properties": {
          "payer": {
            "type": "string",
            "example": "深圳中一专利商标事务所",
            "description": "Payer"
          },
          "fee_type": {
            "type": "string",
            "example": "发明专利登记印刷费",
            "description": "Type of Payment"
          },
          "paid_amount": {
            "type": "number",
            "format": "double",
            "example": 250,
            "description": "Paid Amount"
          },
          "payment_date": {
            "type": "integer",
            "format": "int64",
            "example": 20150813,
            "description": "Date of Payment"
          },
          "receipt_code": {
            "type": "string",
            "example": 44296705,
            "description": "Receipt code"
          },
          "receipt_number": {
            "type": "string",
            "example": 44296705,
            "description": "Receipt Number"
          }
        }
      },
      "P047FeeGetFee_Fee_to_payField": {
        "type": "object",
        "properties": {
          "fee_type": {
            "type": "string",
            "example": "恢复权利请求费",
            "description": "Type of fee"
          },
          "payment_amount": {
            "type": "number",
            "format": "double",
            "example": 1000,
            "description": "Payment Amount"
          },
          "payment_status": {
            "type": "string",
            "example": "未缴",
            "description": "Payment status"
          },
          "payment_dateline": {
            "type": "integer",
            "format": "int64",
            "example": 20230731,
            "description": "Deadline of Payment"
          }
        }
      },
      "P047FeeGetFee_Overdue_fineField": {
        "type": "object",
        "properties": {
          "sum": {
            "type": "number",
            "format": "double",
            "example": 5000,
            "description": "Sum"
          },
          "end_date": {
            "type": "integer",
            "format": "int64",
            "example": 20230410,
            "description": "End Date of Payment"
          },
          "start_date": {
            "type": "integer",
            "format": "int64",
            "example": 20221111,
            "description": "Start Date of Payment"
          },
          "late_payment_fee": {
            "type": "number",
            "format": "double",
            "example": 1000,
            "description": "Amount of late payment fee payable"
          },
          "annual_fee_amount": {
            "type": "number",
            "format": "double",
            "example": 4000,
            "description": "Current annual fee amount"
          }
        }
      },
      "P047FeeGetFee_ReceiptInfo": {
        "type": "object",
        "properties": {
          "type": {
            "type": "string",
            "example": "发明专利年费滞纳金",
            "description": "Type of Receipt"
          },
          "payer": {
            "type": "string",
            "example": "TCL集团股份有限公司技术中心",
            "description": "name of payer"
          },
          "amount": {
            "type": "number",
            "format": "double",
            "example": 100,
            "description": "amout of fee"
          },
          "mailed": {
            "type": "string",
            "example": "是",
            "description": "is mailed"
          },
          "pay_date": {
            "type": "integer",
            "format": "int64",
            "example": 20191127,
            "description": "Date of Fee"
          },
          "issue_date": {
            "type": "integer",
            "format": "int64",
            "example": 20191127,
            "description": "Date of issue"
          },
          "remit_date": {
            "type": "integer",
            "format": "int64",
            "example": 20191127,
            "description": "date of remit"
          },
          "refund_date": {
            "type": "integer",
            "format": "int64",
            "example": 20191127,
            "description": "date of refund"
          },
          "receipt_title": {
            "type": "string",
            "example": "收据抬头",
            "description": "title of receipt"
          },
          "receipt_number": {
            "type": "string",
            "example": 1910295808,
            "description": "receipt number"
          },
          "mailing_address": {
            "type": "string",
            "example": "XXX@mail.com",
            "description": "address"
          },
          "tracking_number": {
            "type": "string",
            "example": 5012312312312,
            "description": "number of track"
          }
        }
      },
      "P047FeeGetFee_Patent_maintenance_fee_cnModel": {
        "type": "object",
        "properties": {
          "apno": {
            "type": "string",
            "example": "CN201680038597.6",
            "description": "application number"
          },
          "chongh": {
            "type": "array",
            "example": "Please check the form: Fee_chonghField",
            "description": "chonghong information",
            "items": {
              "$ref": "#/components/schemas/P047FeeGetFee_Fee_chonghField"
            }
          },
          "refund": {
            "type": "array",
            "example": "Please check the form: RefundField",
            "description": "Refund Information",
            "items": {
              "$ref": "#/components/schemas/P047FeeGetFee_RefundField"
            }
          },
          "paid_fee": {
            "type": "array",
            "example": "Please check the form: Paid_feeField",
            "description": "Information of Paid Fee",
            "items": {
              "$ref": "#/components/schemas/P047FeeGetFee_Paid_feeField"
            }
          },
          "update_ts": {
            "type": "integer",
            "format": "int64",
            "example": 1695093322836,
            "description": "update time"
          },
          "fee_to_pay": {
            "type": "array",
            "example": "Please check the form: Fee_to_payField",
            "description": "Information of Fee to pay",
            "items": {
              "$ref": "#/components/schemas/P047FeeGetFee_Fee_to_payField"
            }
          },
          "legal_status": {
            "type": "string",
            "example": "等年费滞纳金",
            "description": "legal status"
          },
          "overdue_fine": {
            "type": "array",
            "example": "Please check the form: Overdue_fineField",
            "description": "overdue fine information",
            "items": {
              "$ref": "#/components/schemas/P047FeeGetFee_Overdue_fineField"
            }
          },
          "receipt_information": {
            "type": "array",
            "example": "Please check the form: ReceiptInfo",
            "description": "Receipt dispath information",
            "items": {
              "$ref": "#/components/schemas/P047FeeGetFee_ReceiptInfo"
            }
          },
          "patent_maintenance_fee_cn_id": {
            "type": "string",
            "example": "82c5ad4f-2f59-11ed-b2e9-e454e89e8034",
            "description": "fee id"
          }
        }
      },
      "P047FeeGetFee_FeeOutputInfos": {
        "type": "object",
        "properties": {
          "apno": {
            "type": "string",
            "example": "CN201610244038.2",
            "description": "application number"
          },
          "data": {
            "$ref": "#/components/schemas/P047FeeGetFee_Patent_maintenance_fee_cnModel"
          },
          "apno_status": {
            "type": "string",
            "example": "成功",
            "description": "sync status:\n\nSuccess\nNo fee fata\nData is synchronizing, please try again later\nError application number"
          }
        }
      },
      "P047FeeGetFee_FeeAsyncInfosOuputResponse": {
        "type": "object",
        "properties": {
          "size": {
            "type": "integer",
            "format": "int32",
            "example": 10,
            "description": "list size"
          },
          "ticket": {
            "type": "string",
            "example": "3fafc688-4977-4194-aa5d-880dacd3ba8b",
            "description": "user ticket"
          },
          "fee_infos_list": {
            "type": "array",
            "example": "Please check the form: FeeOutputInfos",
            "description": "application details",
            "items": {
              "$ref": "#/components/schemas/P047FeeGetFee_FeeOutputInfos"
            }
          }
        }
      },
      "P047FeeGetFeeResponse": {
        "type": "object",
        "properties": {
          "data": {
            "$ref": "#/components/schemas/P047FeeGetFee_FeeAsyncInfosOuputResponse"
          },
          "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"
        ]
      },
      "P047FeeGetFeeRequest": {
        "type": "object",
        "properties": {
          "ticket": {
            "type": "string",
            "example": "3fafc688-4977-4194-aa5d-880dacd3ba8b",
            "description": "Enter the ticket"
          }
        },
        "required": [
          "ticket"
        ]
      },
      "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"
          },
          "contract_type": {
            "type": "string",
            "example": "生效",
            "description": "contract 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": "US10874334B1",
            "description": "patent number"
          },
          "patent_id": {
            "type": "string",
            "example": "d4c53e0c-fb6e-4ff9-998b-0e473d988809",
            "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"
        ]
      },
      "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"
        ]
      },
      "P034HighValueDataLitigation_LitigationPersonBaseDoc": {
        "type": "object",
        "properties": {
          "lang": {
            "type": "string",
            "example": "CN",
            "description": "language"
          },
          "name": {
            "type": "string",
            "example": "中华人民共和国国家知识产权局",
            "description": "names: plaintiff, defendant, chief_judge, judge"
          },
          "sequence": {
            "type": "integer",
            "format": "int32",
            "example": 1,
            "description": "sequence"
          }
        }
      },
      "P034HighValueDataLitigation_PatentLitigation": {
        "type": "object",
        "properties": {
          "court": {
            "type": "string",
            "example": "北京知识产权法院",
            "description": "court"
          },
          "judge": {
            "type": "array",
            "example": "Please check the form: LitigationPersonBaseDoc",
            "description": "judge",
            "items": {
              "$ref": "#/components/schemas/P034HighValueDataLitigation_LitigationPersonBaseDoc"
            }
          },
          "title": {
            "type": "string",
            "example": "西斯威尔国际有限公司与国家知识产权局一审行政判决书",
            "description": "title"
          },
          "country": {
            "type": "string",
            "example": "CN",
            "description": "Authority code"
          },
          "defendant": {
            "type": "array",
            "example": "Please check the form: LitigationPersonBaseDoc",
            "description": "defendant",
            "items": {
              "$ref": "#/components/schemas/P034HighValueDataLitigation_LitigationPersonBaseDoc"
            }
          },
          "plaintiff": {
            "type": "array",
            "example": "Please check the form: LitigationPersonBaseDoc",
            "description": "plaintiff",
            "items": {
              "$ref": "#/components/schemas/P034HighValueDataLitigation_LitigationPersonBaseDoc"
            }
          },
          "case_number": {
            "type": "string",
            "example": "(2017)京73行初8028号",
            "description": "case number"
          },
          "case_region": {
            "type": "string",
            "example": "北京市",
            "description": "case region"
          },
          "chief_judge": {
            "$ref": "#/components/schemas/P034HighValueDataLitigation_LitigationPersonBaseDoc"
          },
          "filing_date": {
            "type": "integer",
            "format": "int32",
            "example": 20171020,
            "description": "filing date"
          },
          "verdict_date": {
            "type": "integer",
            "format": "int32",
            "example": 20200805,
            "description": "verdict date"
          }
        }
      },
      "P034HighValueDataLitigation_LitigationResponse": {
        "type": "object",
        "properties": {
          "pn": {
            "type": "string",
            "example": "CN1394453A",
            "description": "patent number"
          },
          "patent_id": {
            "type": "string",
            "example": "20863318-e1b4-4eb7-b021-4ea3fc11c078",
            "description": "patent id"
          },
          "patent_litigation_data": {
            "type": "array",
            "example": "Please check the form: PatentLitigation",
            "description": "litigation data",
            "items": {
              "$ref": "#/components/schemas/P034HighValueDataLitigation_PatentLitigation"
            }
          }
        }
      },
      "P034HighValueDataLitigationResponse": {
        "type": "object",
        "properties": {
          "data": {
            "type": "array",
            "example": "no sample",
            "description": "response data",
            "items": {
              "$ref": "#/components/schemas/P034HighValueDataLitigation_LitigationResponse"
            }
          },
          "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"
        ]
      },
      "P047FeeApnoInput_TicketResponse": {
        "type": "object",
        "properties": {
          "ticket": {
            "type": "string",
            "example": "3fafc688-4977-4194-aa5d-880dacd3ba8b",
            "description": "user ticket"
          }
        }
      },
      "P047FeeApnoInputResponse": {
        "type": "object",
        "properties": {
          "data": {
            "$ref": "#/components/schemas/P047FeeApnoInput_TicketResponse"
          },
          "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"
        ]
      },
      "P047FeeApnoInputRequest": {
        "type": "object",
        "properties": {
          "apnos": {
            "type": "array",
            "example": [
              "CN201610244038.2",
              "CN201810835441.1"
            ],
            "description": "Please enter the type of application numbers to be synchronized"
          }
        },
        "required": [
          "apnos"
        ]
      },
      "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"
        ]
      },
      "P048AdvancedPatentDataOverseasPatentDocuments_ExamineDocDetail": {
        "type": "object",
        "properties": {
          "date": {
            "type": "integer",
            "format": "int32",
            "example": 20180831,
            "description": "Document Send/Receive Date"
          },
          "path": {
            "type": "string",
            "example": "https://open.patsnap.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": "document download path"
          },
          "doc_code": {
            "type": "string",
            "example": "CTNF",
            "description": "document code"
          },
          "description": {
            "type": "string",
            "example": "Non-Final Rejection",
            "description": "document description"
          },
          "page_number": {
            "type": "integer",
            "format": "int32",
            "example": 17,
            "description": "document page"
          }
        }
      },
      "P048AdvancedPatentDataOverseasPatentDocuments_OverseasPatentExamineDocResponse": {
        "type": "object",
        "properties": {
          "apno": {
            "type": "string",
            "example": "US14/706838",
            "description": "application number"
          },
          "doc_count": {
            "type": "integer",
            "format": "int32",
            "example": 98,
            "description": "Number of review  documents"
          },
          "patent_id": {
            "type": "string",
            "example": "718ead9c-4f3c-4674-8f5a-24e126827269",
            "description": "patent id"
          },
          "doc_detail": {
            "type": "array",
            "example": "Please check the form: ExamineDocDetail",
            "description": "review  documents lists",
            "items": {
              "$ref": "#/components/schemas/P048AdvancedPatentDataOverseasPatentDocuments_ExamineDocDetail"
            }
          },
          "patent_number": {
            "type": "string",
            "example": "US11205304B2",
            "description": "patent number"
          },
          "doc_detail_count": {
            "type": "integer",
            "format": "int32",
            "example": 10,
            "description": "Number of review  documents lists"
          }
        }
      },
      "P048AdvancedPatentDataOverseasPatentDocumentsResponse": {
        "type": "object",
        "properties": {
          "data": {
            "$ref": "#/components/schemas/P048AdvancedPatentDataOverseasPatentDocuments_OverseasPatentExamineDocResponse"
          },
          "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"
        ]
      },
      "P048AdvancedPatentDataOverseasPatentDocumentsRequest": {
        "type": "object",
        "properties": {
          "apno": {
            "type": "string",
            "example": "US14/706838",
            "description": "application number"
          },
          "date_from": {
            "type": "integer",
            "format": "int32",
            "example": 20250101,
            "description": "File Send/Receive Date Start Time"
          },
          "date_to": {
            "type": "integer",
            "format": "int32",
            "example": 20250101,
            "description": "File Send/Receive Date End Time"
          },
          "doc_code": {
            "type": "string",
            "example": "CTNF,IDS",
            "description": "File Type(s), supports multiple file types, separated by commas"
          },
          "limit": {
            "type": "integer",
            "format": "int32",
            "example": 10,
            "description": "Return total file count"
          },
          "offset": {
            "type": "integer",
            "format": "int32",
            "example": 0,
            "description": "offset"
          },
          "patent_id": {
            "type": "string",
            "example": "718ead9c-4f3c-4674-8f5a-24e126827269",
            "description": "patent id"
          },
          "patent_number": {
            "type": "string",
            "example": "US11205304B2",
            "description": "patent number"
          }
        }
      },
      "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"
        ]
      },
      "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"
        ]
      },
      "P037PatentValuationDataLegalIndicators_LegalValue": {
        "type": "object",
        "properties": {
          "granted_no": {
            "type": "integer",
            "format": "int32",
            "example": 3,
            "description": "Family granted patent count"
          },
          "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"
          },
          "invalid_fail_no": {
            "type": "integer",
            "format": "int32",
            "example": 1,
            "description": "Number of invalid failures"
          },
          "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"
          },
          "invalid_success_no": {
            "type": "integer",
            "format": "int32",
            "example": 1,
            "description": "Number of invalid successes"
          },
          "litigation_country": {
            "type": "array",
            "example": [
              "US"
            ],
            "description": "Litigation Authority"
          },
          "in_application_ratio": {
            "type": "number",
            "format": "double",
            "example": 0.75,
            "description": "Ratio of patents at the application stage in the simple family"
          },
          "remaining_time_ratio": {
            "type": "number",
            "format": "double",
            "example": 0.74,
            "description": "Patent remaining time ratio"
          },
          "avg_originality_index": {
            "type": "number",
            "format": "double",
            "example": 0.41,
            "description": "Tech Original Index"
          }
        }
      },
      "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"
        ]
      },
      "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"
        ]
      },
      "P051PatentValuationDataPatentAbility_IndicatorAbility": {
        "type": "object",
        "properties": {
          "granted_ratio": {
            "type": "number",
            "format": "double",
            "example": 0.65,
            "description": "Granted ratio of similar patents"
          },
          "patent_reexam_count": {
            "type": "integer",
            "format": "int32",
            "example": 10,
            "description": "Number of similar patents with reexamination events"
          },
          "avg_validity_duration": {
            "type": "number",
            "format": "double",
            "example": 5.1,
            "description": "Average validity duration of similar patents"
          },
          "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",
          "patent_reexam_count",
          "avg_validity_duration",
          "multiple_claims_patent_count"
        ]
      },
      "P051PatentValuationDataPatentAbility_PatentAbilityResponse": {
        "type": "object",
        "properties": {
          "indicators": {
            "$ref": "#/components/schemas/P051PatentValuationDataPatentAbility_IndicatorAbility"
          },
          "patent_info": {
            "type": "array",
            "example": [
              {
                "pn": "US11205304B2",
                "reexam": 1,
                "claim_cnt": 10,
                "patent_id": "718ead9c-4f3c-4674-8f5a-24e126827269",
                "is_granted": 1,
                "validity_duration": 5.1
              },
              {
                "pn": "CN113556455A",
                "reexam": 0,
                "claim_cnt": 5,
                "patent_id": "d827b76d-3a0e-40a5-b63d-b8a47eb8d0f6",
                "is_granted": 1,
                "validity_duration": 2.2
              }
            ],
            "description": "Patent information"
          }
        },
        "required": [
          "patent_info"
        ]
      },
      "P051PatentValuationDataPatentAbilityResponse": {
        "type": "object",
        "properties": {
          "data": {
            "$ref": "#/components/schemas/P051PatentValuationDataPatentAbility_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"
        ]
      },
      "P051PatentValuationDataPatentAbility_TechPatentInfo": {
        "type": "object",
        "properties": {
          "relevancy": {
            "type": "string",
            "example": "99%",
            "description": "relevancy between the result patent and the input content"
          },
          "patent_id": {
            "type": "string",
            "example": "718ead9c-4f3c-4674-8f5a-24e126827269",
            "description": "patent id"
          },
          "pn": {
            "type": "string",
            "example": "US11205304B2",
            "description": "patent number"
          }
        },
        "required": [
          "patent_id",
          "pn"
        ]
      },
      "P051PatentValuationDataPatentAbilityRequest": {
        "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/P051PatentValuationDataPatentAbility_TechPatentInfo"
            }
          },
          "claim_cnt_threshold": {
            "type": "integer",
            "format": "int32",
            "example": 10,
            "description": "claims count threshold, for multiple_claims_patent_count (default 10)"
          }
        },
        "required": [
          "patent_info"
        ]
      },
      "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"
        ]
      },
      "P036PatentValuationDataTechnologyIndicators_TechnologyValue": {
        "type": "object",
        "properties": {
          "has_sep": {
            "type": "integer",
            "format": "int32",
            "example": 1,
            "description": "Whether there is a SEP patent in the simple family"
          },
          "award_no": {
            "type": "integer",
            "format": "int32",
            "example": 2,
            "description": "Number of award in the simple family"
          },
          "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"
          },
          "tech_scope_no": {
            "type": "integer",
            "format": "int32",
            "example": 4,
            "description": "Technology Scope Count"
          },
          "pdf_total_page": {
            "type": "integer",
            "format": "int32",
            "example": 17,
            "description": "Total pages of PDF"
          },
          "avg_sipo_ipc_tct": {
            "type": "number",
            "format": "double",
            "example": 4121.829537,
            "description": "Technology Cycle Time"
          },
          "avg_generality_index": {
            "type": "number",
            "format": "double",
            "example": 0.40625,
            "description": "Technology Generality Index"
          },
          "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"
        ]
      },
      "P053PatentValuationDataOperationSituation_IndicatorsOperation": {
        "type": "object",
        "properties": {
          "invalid_patent_count": {
            "type": "integer",
            "format": "int32",
            "example": 5,
            "description": "Number of similar patents with invalid events"
          },
          "inactive_patent_count": {
            "type": "integer",
            "format": "int32",
            "example": 10,
            "description": "Number of similar patents invalidated because of non-payment"
          },
          "operated_patent_count": {
            "type": "integer",
            "format": "int32",
            "example": 10,
            "description": "Number of similar patents with transfer, license, or pledge events"
          },
          "multiple_country_coverage": {
            "type": "integer",
            "format": "int32",
            "example": 10,
            "description": "Number of similar patents with simple family covering multiple countries"
          }
        }
      },
      "P053PatentValuationDataOperationSituation_PatentInfoOperation": {
        "type": "object",
        "properties": {
          "pn": {
            "type": "string",
            "example": "US11205304B2",
            "description": "patent number"
          },
          "patent_id": {
            "type": "string",
            "example": "718ead9c-4f3c-4674-8f5a-24e126827269",
            "description": "patent id"
          },
          "is_invalid": {
            "type": "integer",
            "format": "int32",
            "example": 1,
            "description": "Whether the patent has Invalid-procedure"
          },
          "is_inactive": {
            "type": "integer",
            "format": "int32",
            "example": 1,
            "description": "Whether the patent expires because of non-payment"
          },
          "is_operated": {
            "type": "integer",
            "format": "int32",
            "example": 1,
            "description": "Whether the patent is transfered, licensed, or pledged"
          },
          "country_cover_cnt": {
            "type": "integer",
            "format": "int32",
            "example": 2,
            "description": "Number of countries covered by the simple family"
          }
        },
        "required": [
          "pn",
          "patent_id"
        ]
      },
      "P053PatentValuationDataOperationSituation_PatentOperationResponse": {
        "type": "object",
        "properties": {
          "indicators": {
            "$ref": "#/components/schemas/P053PatentValuationDataOperationSituation_IndicatorsOperation"
          },
          "patent_info": {
            "type": "array",
            "example": "Please check the form: Patent_info",
            "description": "Patent information",
            "items": {
              "$ref": "#/components/schemas/P053PatentValuationDataOperationSituation_PatentInfoOperation"
            }
          }
        }
      },
      "P053PatentValuationDataOperationSituationResponse": {
        "type": "object",
        "properties": {
          "data": {
            "$ref": "#/components/schemas/P053PatentValuationDataOperationSituation_PatentOperationResponse"
          },
          "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"
        ]
      },
      "P053PatentValuationDataOperationSituation_TechPatentInfo": {
        "type": "object",
        "properties": {
          "relevancy": {
            "type": "string",
            "example": "99%",
            "description": "relevancy between the result patent and the input content"
          },
          "patent_id": {
            "type": "string",
            "example": "718ead9c-4f3c-4674-8f5a-24e126827269",
            "description": "patent id"
          },
          "pn": {
            "type": "string",
            "example": "US11205304B2",
            "description": "patent number"
          }
        },
        "required": [
          "patent_id",
          "pn"
        ]
      },
      "P053PatentValuationDataOperationSituationRequest": {
        "type": "object",
        "properties": {
          "family_threshold": {
            "type": "integer",
            "format": "int32",
            "example": 2,
            "description": "simple family countries coverage threshold, for multiple_country_coverage (default 2)"
          },
          "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/P053PatentValuationDataOperationSituation_TechPatentInfo"
            }
          }
        },
        "required": [
          "patent_info"
        ]
      },
      "P050PatentValuationDataTechInnovation_TechInnovationIndicators": {
        "type": "object",
        "properties": {
          "invention_ratio": {
            "type": "number",
            "format": "double",
            "example": 0.8,
            "description": "Proportion of invention patents in similar patents"
          },
          "high_simple_family_cited_by": {
            "type": "integer",
            "format": "int32",
            "example": 10,
            "description": "Number of similar patents whose number of simple family cited by reached the threshold"
          },
          "high_similarity_patent_count": {
            "type": "integer",
            "format": "int32",
            "example": 10,
            "description": "Number of similar patents whose relevancy reached the relevancy thresholdt"
          }
        },
        "required": [
          "invention_ratio",
          "high_simple_family_cited_by",
          "high_similarity_patent_count"
        ]
      },
      "P050PatentValuationDataTechInnovation_PatentTechInnovationResponse": {
        "type": "object",
        "properties": {
          "indicators": {
            "$ref": "#/components/schemas/P050PatentValuationDataTechInnovation_TechInnovationIndicators"
          },
          "patent_info": {
            "type": "array",
            "example": [
              {
                "pn": "US11205304B2",
                "patent_id": "718ead9c-4f3c-4674-8f5a-24e126827269",
                "relevancy": "99%",
                "patent_type": "USB",
                "cited_by_cnt": 5
              },
              {
                "pn": "CN113556455A",
                "patent_id": "d827b76d-3a0e-40a5-b63d-b8a47eb8d0f6",
                "relevancy": "80%",
                "patent_type": "CNA",
                "cited_by_cnt": 3
              }
            ],
            "description": "Patent information"
          }
        },
        "required": [
          "patent_info"
        ]
      },
      "P050PatentValuationDataTechInnovationResponse": {
        "type": "object",
        "properties": {
          "data": {
            "$ref": "#/components/schemas/P050PatentValuationDataTechInnovation_PatentTechInnovationResponse"
          },
          "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"
        ]
      },
      "P050PatentValuationDataTechInnovation_TechPatentInfo": {
        "type": "object",
        "properties": {
          "relevancy": {
            "type": "string",
            "example": "99%",
            "description": "relevancy between the result patent and the input content"
          },
          "patent_id": {
            "type": "string",
            "example": "718ead9c-4f3c-4674-8f5a-24e126827269",
            "description": "patent id"
          },
          "pn": {
            "type": "string",
            "example": "US11205304B2",
            "description": "patent number"
          }
        },
        "required": [
          "patent_id",
          "pn"
        ]
      },
      "P050PatentValuationDataTechInnovationRequest": {
        "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/P050PatentValuationDataTechInnovation_TechPatentInfo"
            }
          },
          "relevancy_threshold": {
            "type": "integer",
            "format": "int32",
            "example": 95,
            "description": "relevancy threshold, for the high_similarity_patent_count (default 95)"
          },
          "cited_by_threshold": {
            "type": "integer",
            "format": "int32",
            "example": 10,
            "description": "cited_by count threshold, for high_simple_family_cited_by(default 10)"
          }
        },
        "required": [
          "patent_info"
        ]
      },
      "P052PatentValuationDataMarketProspect_IndicatorsMarket": {
        "type": "object",
        "properties": {
          "highest_patent_value": {
            "type": "integer",
            "format": "int32",
            "example": 43000,
            "description": "Highest patent value of similar patents"
          },
          "industry_development": {
            "type": "array",
            "example": [
              5,
              7,
              8
            ],
            "description": "Number of patents filed in recent N years under the highest frequency IPC (N is the input parameter)"
          },
          "tech_application_width": {
            "type": "integer",
            "format": "int32",
            "example": 10,
            "description": "Number of similar patents whose number of IPC reached the threshold"
          },
          "original_assignee_count": {
            "type": "integer",
            "format": "int32",
            "example": 30,
            "description": "The number of original assignees for similar patents"
          }
        }
      },
      "P052PatentValuationDataMarketProspect_PatentInfoMarket": {
        "type": "object",
        "properties": {
          "pn": {
            "type": "string",
            "example": "US11205304B2",
            "description": "patent number"
          },
          "value": {
            "type": "integer",
            "format": "int32",
            "example": 43000,
            "description": "patent valuation"
          },
          "ipc_cnt": {
            "type": "integer",
            "format": "int32",
            "example": 5,
            "description": "patent IPC count"
          },
          "patent_id": {
            "type": "string",
            "example": "718ead9c-4f3c-4674-8f5a-24e126827269",
            "description": "patent id"
          },
          "original_assignee_cnt": {
            "type": "integer",
            "format": "int32",
            "example": 1,
            "description": "patent original assignee count"
          }
        },
        "required": [
          "pn",
          "patent_id"
        ]
      },
      "P052PatentValuationDataMarketProspect_PatentMarketResponse": {
        "type": "object",
        "properties": {
          "indicators": {
            "$ref": "#/components/schemas/P052PatentValuationDataMarketProspect_IndicatorsMarket"
          },
          "patent_info": {
            "type": "array",
            "example": "Please check the form: Patent_info",
            "description": "Patent information",
            "items": {
              "$ref": "#/components/schemas/P052PatentValuationDataMarketProspect_PatentInfoMarket"
            }
          }
        }
      },
      "P052PatentValuationDataMarketProspectResponse": {
        "type": "object",
        "properties": {
          "data": {
            "$ref": "#/components/schemas/P052PatentValuationDataMarketProspect_PatentMarketResponse"
          },
          "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"
        ]
      },
      "P052PatentValuationDataMarketProspect_TechPatentInfo": {
        "type": "object",
        "properties": {
          "relevancy": {
            "type": "string",
            "example": "99%",
            "description": "relevancy between the result patent and the input content"
          },
          "patent_id": {
            "type": "string",
            "example": "718ead9c-4f3c-4674-8f5a-24e126827269",
            "description": "patent id"
          },
          "pn": {
            "type": "string",
            "example": "US11205304B2",
            "description": "patent number"
          }
        },
        "required": [
          "patent_id",
          "pn"
        ]
      },
      "P052PatentValuationDataMarketProspectRequest": {
        "type": "object",
        "properties": {
          "ipc_cnt_threshold": {
            "type": "integer",
            "format": "int32",
            "example": 5,
            "description": "IPC count threshold, for tech_application_width (default 5)"
          },
          "year_threshold": {
            "type": "integer",
            "format": "int32",
            "example": 3,
            "description": "application year calculation scope, for industry_development (default 3)"
          },
          "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/P052PatentValuationDataMarketProspect_TechPatentInfo"
            }
          }
        },
        "required": [
          "patent_info"
        ]
      },
      "P055PatentSearchTask_TaskResponse": {
        "type": "object",
        "properties": {
          "url": {
            "type": "string",
            "example": "http://exportapi.cdn.zhihuiya.com/20180607/1a9649e44d5dac74d5ff95d0455e31b7/20180607020732886.JSON?response-content-disposition=attachment%3B%20filename%3D%2220180607020732886.JSON%22%3B&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Date=20180607T020740Z&X-Amz-SignedHeaders=host&X-Amz-Expires=604800&X-Amz-Credential=AKIAOMXTQGW2GCEVBM4A%2F20180607%2Fcn-north-1%2Fs3%2Faws4_request&X-Amz-Signature=6983e29dbc4a273742fc6714dc15916957257c1425678e90b7f5f3cd2e8d249e",
            "description": "Download address"
          },
          "count": {
            "type": "integer",
            "format": "int32",
            "example": 24,
            "description": "Export number of patents"
          },
          "export_status": {
            "type": "string",
            "example": "SUCCESS",
            "description": "Export task current status<P>SUCCESS:Exporting  task succeeded</P><P>FAIL:The export task failed. Create the export task again</P><P>PENDING:The export task is in progress. Please try to obtain the download address later</P>"
          }
        }
      },
      "P055PatentSearchTaskResponse": {
        "type": "object",
        "properties": {
          "data": {
            "$ref": "#/components/schemas/P055PatentSearchTask_TaskResponse"
          },
          "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"
        ]
      },
      "P059PatentAlertDeleteResponse": {
        "type": "object",
        "properties": {
          "data": {
            "type": "object",
            "example": "no sample",
            "description": "response data"
          },
          "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"
        ]
      },
      "P059PatentAlertDeleteRequest": {
        "type": "object"
      },
      "P057PatentAlertCheck_MonitoringResponse": {
        "type": "object",
        "properties": {
          "type": {
            "type": "string",
            "example": "new",
            "description": "monitor project type"
          },
          "count": {
            "type": "integer",
            "format": "int64",
            "example": 1,
            "description": "patents"
          },
          "alert_name": {
            "type": "string",
            "example": "<cn>智慧芽公司监控</cn><us>Intelligent bud company monitoring</us>",
            "description": "Name of Monitoring Project"
          },
          "patent_ids": {
            "type": "array",
            "example": [
              "f052da16-1d93-46a6-9174-b653c69fd884"
            ],
            "description": "patent ID"
          }
        }
      },
      "P057PatentAlertCheckResponse": {
        "type": "object",
        "properties": {
          "data": {
            "type": "array",
            "example": "no sample",
            "description": "response data",
            "items": {
              "$ref": "#/components/schemas/P057PatentAlertCheck_MonitoringResponse"
            }
          },
          "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"
        ]
      },
      "P055PatentSearchExport_ExportTaskResponse": {
        "type": "object",
        "properties": {
          "count": {
            "type": "integer",
            "format": "int32",
            "example": 24,
            "description": "Export number of patents"
          },
          "task_id": {
            "type": "string",
            "example": "b4bdae6b4a65432d91f25b5c52bdfd80",
            "description": "Task ID is valid for 24 hours"
          }
        }
      },
      "P055PatentSearchExportResponse": {
        "type": "object",
        "properties": {
          "data": {
            "$ref": "#/components/schemas/P055PatentSearchExport_ExportTaskResponse"
          },
          "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"
        ]
      },
      "P055PatentSearchExportRequest": {
        "type": "object",
        "properties": {
          "query_text": {
            "type": "string",
            "example": "TTL:car",
            "description": "Patent search query, detailed syntax reference can be found at https://analytics.patsnap.com/search_helper"
          },
          "fields": {
            "type": "string",
            "example": "PN,APNO",
            "description": "Fields that are allowed to be exported. See <a href=\"/tutorials/exportFields\" target=\"_blank\">export instructions</a> for details. Separate multiple export fields in English,."
          },
          "export_type": {
            "type": "string",
            "example": "csv",
            "description": "File formats that are allowed to be exported. You can choose json, csv, xls, pdf, full_text, xml. Only 1 can be selected.<p>For full_text export type, only the following four fields PN, ABST, CLMS, DESC are supported. The field DESC is only supported by the full_text export type. The field CLMS is only supported by the full_text/pdf export type. Result of the full_text export type is a ZIP file including some xml files named by PN.</p>"
          },
          "rows": {
            "type": "integer",
            "format": "int32",
            "example": 100,
            "description": "rows >= 1 , Single maximum export (csv/xls/json/xml: 100k , pdf/full_text: 1k)"
          },
          "apdt_from": {
            "type": "string",
            "example": 20110101,
            "description": "Application date start. Format: 'yyyyMMdd', or * means time is unlimited"
          },
          "apdt_to": {
            "type": "string",
            "example": 20180619,
            "description": "Application date end. Format: 'yyyyMMdd', or * means time is unlimited"
          },
          "pbdt_from": {
            "type": "string",
            "example": 20110101,
            "description": "Publication date start. Format: 'yyyyMMdd', or * means time is unlimited"
          },
          "pbdt_to": {
            "type": "string",
            "example": 20180619,
            "description": "Publication date end. Format: 'yyyyMMdd', or * means time is unlimited"
          },
          "collapse_type": {
            "type": "string",
            "example": "DOCDB",
            "description": "Sets criterias for choosing representative documents that matching query conditions along with collapse_by and collapse_order. The valid value should be one of ALL indicating results will not be collapsed, APNO indicating only one document will be returned for each application, DOCDB indicating only one representative document will be returned for each simple family, INPADOC indicating only one representative document will be returned for each INPADOC family and EXTEND indicating only one representative document will be returned for each extended family. If provided collapse_type is null, the default value ALL will be used."
          },
          "collapse_by": {
            "type": "string",
            "example": "APD",
            "description": "Sets criterias for choosing representative documents that matching query conditions along with collapse_type and collapse_order. Controls the sort field when collapsing documents. The valid value should be one of APD indicating the application date, PBD indicating the publication date, AUTHORITY indicating the jurisdiction, and SCORE indicating the relevance between the query conditions and documents. If the collapse_type is ALL or APNO, the value of collapse_by will be ignored."
          },
          "collapse_order": {
            "type": "string",
            "example": "OLDEST",
            "description": "Sets criterias for choosing representative documents that matching query conditions along with collapse_type and collapse_by. Controls the sort order when collapsing documents. If the collapse_type is APNO, or the collapse_by is APD or PBD, the valid value should be one of OLDEST and LATEST. Otherwise, the value of collapse_order will be ignored"
          },
          "lang": {
            "type": "string",
            "example": "en",
            "description": "Select the language , the default language is en, you can choose cn, en, jp, de, fr, kr."
          },
          "trans_lang": {
            "type": "string",
            "example": "en",
            "description": "Select the translation language , the default language is en, you can choose cn, en, jp."
          },
          "offset": {
            "type": "integer",
            "format": "int32",
            "example": 0,
            "description": "0 <= rows + offset <= 100000, default is 0\nIf you want to get patents that are ranked lower than 100, you can set offset=100"
          },
          "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",
          "fields",
          "export_type",
          "rows"
        ]
      },
      "P056PatentAlertCreate_EmailAlertResponse": {
        "type": "object",
        "properties": {
          "number": {
            "type": "integer",
            "format": "int64",
            "example": 4800,
            "description": "original patent counts in monitor project"
          },
          "alert_id": {
            "type": "string",
            "example": "7f22ee78764149b481314b1fa60dca0c",
            "description": "monitor project ID"
          },
          "alert_name": {
            "type": "string",
            "example": "<cn>智慧芽公司监控</cn><us>Intelligent bud company monitoring</us>",
            "description": "Name of Monitoring Project"
          }
        }
      },
      "P056PatentAlertCreateResponse": {
        "type": "object",
        "properties": {
          "data": {
            "$ref": "#/components/schemas/P056PatentAlertCreate_EmailAlertResponse"
          },
          "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"
        ]
      },
      "A011InsightsPatentTypeTrend_PatentTypeYearData": {
        "type": "object",
        "properties": {
          "d": {
            "type": "integer",
            "format": "int32",
            "example": 100,
            "description": "design patent count"
          },
          "u": {
            "type": "integer",
            "format": "int32",
            "example": 400,
            "description": "utility model count"
          },
          "ab": {
            "type": "integer",
            "format": "int32",
            "example": 500,
            "description": "invention patent count"
          },
          "year": {
            "type": "string",
            "example": 2021,
            "description": "year"
          },
          "count": {
            "type": "integer",
            "format": "int32",
            "example": 1000,
            "description": "count"
          },
          "patents_percentage": {
            "type": "number",
            "format": "double",
            "example": 0.8,
            "description": "patents percentage"
          }
        }
      },
      "A011InsightsPatentTypeTrend_PatentTypeDimensions": {
        "type": "object",
        "properties": {
          "year": {
            "type": "array",
            "example": [
              "2006",
              "2007",
              "2008",
              "2009",
              "2010",
              "2011",
              "2012",
              "2013",
              "2014",
              "2015",
              "2016",
              "2017",
              "2018",
              "2019",
              "2020",
              "2021",
              "2022",
              "2023",
              "2024",
              "2025"
            ],
            "description": "years"
          },
          "count": {
            "type": "array",
            "example": [
              "129",
              "190",
              "195",
              "186",
              "191",
              "186",
              "242",
              "302",
              "359",
              "404",
              "513",
              "550",
              "526",
              "501",
              "395",
              "250",
              "1",
              "0",
              "0",
              "0"
            ],
            "description": "counts"
          },
          "patent_type": {
            "type": "array",
            "example": [
              "AB",
              "U",
              "D"
            ],
            "description": "patent types"
          }
        }
      },
      "A011InsightsPatentTypeTrend_PatentTypeTrendResponse": {
        "type": "object",
        "properties": {
          "source": {
            "type": "array",
            "example": [
              {
                "D": 0,
                "U": 3,
                "AB": 126,
                "year": "2006",
                "count": 129,
                "patents_percentage": 0.9767
              },
              {
                "D": 0,
                "U": 1,
                "AB": 189,
                "year": "2007",
                "count": 190,
                "patents_percentage": 0.9947
              },
              {
                "D": 0,
                "U": 1,
                "AB": 194,
                "year": "2008",
                "count": 195,
                "patents_percentage": 0.9949
              },
              {
                "D": 0,
                "U": 4,
                "AB": 182,
                "year": "2009",
                "count": 186,
                "patents_percentage": 0.9785
              },
              {
                "D": 0,
                "U": 10,
                "AB": 181,
                "year": "2010",
                "count": 191,
                "patents_percentage": 0.9476
              },
              {
                "D": 0,
                "U": 14,
                "AB": 172,
                "year": "2011",
                "count": 186,
                "patents_percentage": 0.9247
              },
              {
                "D": 0,
                "U": 7,
                "AB": 235,
                "year": "2012",
                "count": 242,
                "patents_percentage": 0.9711
              },
              {
                "D": 0,
                "U": 13,
                "AB": 289,
                "year": "2013",
                "count": 302,
                "patents_percentage": 0.957
              },
              {
                "D": 0,
                "U": 8,
                "AB": 351,
                "year": "2014",
                "count": 359,
                "patents_percentage": 0.9777
              },
              {
                "D": 0,
                "U": 8,
                "AB": 396,
                "year": "2015",
                "count": 404,
                "patents_percentage": 0.9802
              },
              {
                "D": 0,
                "U": 19,
                "AB": 494,
                "year": "2016",
                "count": 513,
                "patents_percentage": 0.963
              },
              {
                "D": 0,
                "U": 16,
                "AB": 534,
                "year": "2017",
                "count": 550,
                "patents_percentage": 0.9709
              },
              {
                "D": 0,
                "U": 15,
                "AB": 511,
                "year": "2018",
                "count": 526,
                "patents_percentage": 0.9715
              },
              {
                "D": 0,
                "U": 13,
                "AB": 488,
                "year": "2019",
                "count": 501,
                "patents_percentage": 0.9741
              },
              {
                "D": 0,
                "U": 17,
                "AB": 378,
                "year": "2020",
                "count": 395,
                "patents_percentage": 0.957
              },
              {
                "D": 0,
                "U": 9,
                "AB": 241,
                "year": "2021",
                "count": 250,
                "patents_percentage": 0.964
              },
              {
                "D": 0,
                "U": 0,
                "AB": 1,
                "year": "2022",
                "count": 1,
                "patents_percentage": 1
              },
              {
                "D": 0,
                "U": 0,
                "AB": 0,
                "year": "2023",
                "count": 0,
                "patents_percentage": 0
              },
              {
                "D": 0,
                "U": 0,
                "AB": 0,
                "year": "2024",
                "count": 0,
                "patents_percentage": 0
              },
              {
                "D": 0,
                "U": 0,
                "AB": 0,
                "year": "2025",
                "count": 0,
                "patents_percentage": 0
              }
            ],
            "description": "source data",
            "items": {
              "$ref": "#/components/schemas/A011InsightsPatentTypeTrend_PatentTypeYearData"
            }
          },
          "dimensions": {
            "$ref": "#/components/schemas/A011InsightsPatentTypeTrend_PatentTypeDimensions"
          }
        }
      },
      "A011InsightsPatentTypeTrendResponse": {
        "type": "object",
        "properties": {
          "data": {
            "$ref": "#/components/schemas/A011InsightsPatentTypeTrend_PatentTypeTrendResponse"
          },
          "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"
        ]
      },
      "A011InsightsPatentTypeTrend_TimeRange": {
        "type": "object",
        "properties": {
          "end_year": {
            "type": "string",
            "example": 2020,
            "description": "end year"
          },
          "start_year": {
            "type": "string",
            "example": 2015,
            "description": "start year"
          }
        },
        "required": [
          "end_year",
          "start_year"
        ]
      },
      "A011InsightsPatentTypeTrendRequest": {
        "type": "object",
        "properties": {
          "query": {
            "type": "string",
            "example": "IPC:(H04L29/06)",
            "description": "query search statement"
          },
          "time_range": {
            "$ref": "#/components/schemas/A011InsightsPatentTypeTrend_TimeRange"
          }
        },
        "required": [
          "query",
          "time_range"
        ]
      },
      "P058PatentAlertUpdateResponse": {
        "type": "object",
        "properties": {
          "data": {
            "type": "object",
            "example": "no sample",
            "description": "response data"
          },
          "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"
        ]
      },
      "A109InsightsCompanySimpleLegalStatus_SimpleLegalStatusResponse": {
        "type": "object",
        "properties": {
          "count": {
            "type": "integer",
            "format": "int32",
            "example": 20,
            "description": "Patents"
          },
          "percentage": {
            "type": "number",
            "format": "double",
            "example": 0.1777,
            "description": "Percentage"
          },
          "simple_legal_status": {
            "type": "string",
            "example": 1,
            "description": "simple legal status.\n\n0-Inactive\n\n1-Active\n\n2-Pending\n\n999-Undetermined\n\n220-PCT designated stage expired\n\n221-PCT designated stage"
          }
        }
      },
      "A109InsightsCompanySimpleLegalStatusResponse": {
        "type": "object",
        "properties": {
          "data": {
            "type": "array",
            "example": "no sample",
            "description": "response data",
            "items": {
              "$ref": "#/components/schemas/A109InsightsCompanySimpleLegalStatus_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"
        ]
      },
      "A106InsightsCompanyMostCitedLatest_MostCitedLatestResponse": {
        "type": "object",
        "properties": {
          "pn": {
            "type": "string",
            "example": "US8410617B2",
            "description": "Patents"
          },
          "pbd": {
            "type": "string",
            "example": 20150422,
            "description": "Publication Date"
          },
          "count": {
            "type": "integer",
            "format": "int32",
            "example": 3,
            "description": "Cited by Count"
          },
          "title": {
            "type": "string",
            "example": "一种可以通过语音控制家电的控制系统与方法",
            "description": "Title"
          },
          "assignees": {
            "type": "array",
            "example": [
              "科大讯飞股份有限公司"
            ],
            "description": "Std. Current Assignee"
          },
          "patent_id": {
            "type": "string",
            "example": "dd194043-93a3-467c-839c-b00d06273595",
            "description": "Patent ID"
          }
        }
      },
      "A106InsightsCompanyMostCitedLatestResponse": {
        "type": "object",
        "properties": {
          "data": {
            "type": "array",
            "example": "no sample",
            "description": "response data",
            "items": {
              "$ref": "#/components/schemas/A106InsightsCompanyMostCitedLatest_MostCitedLatestResponse"
            }
          },
          "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"
        ]
      },
      "A104InsightsCompanyPatentTrends_CompanyPatentTrendResponse": {
        "type": "object",
        "properties": {
          "year": {
            "type": "string",
            "example": 2010,
            "description": "Application Year"
          },
          "granted": {
            "type": "integer",
            "format": "int32",
            "example": 10,
            "description": "Issued"
          },
          "percentage": {
            "type": "number",
            "format": "double",
            "example": 0.1667,
            "description": "%issued"
          },
          "application": {
            "type": "integer",
            "format": "int32",
            "example": "Application",
            "description": "Application"
          }
        }
      },
      "A104InsightsCompanyPatentTrendsResponse": {
        "type": "object",
        "properties": {
          "data": {
            "type": "array",
            "example": "no sample",
            "description": "response data",
            "items": {
              "$ref": "#/components/schemas/A104InsightsCompanyPatentTrends_CompanyPatentTrendResponse"
            }
          },
          "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"
        ]
      },
      "A010InsightsPortfolioValue_PortfolioValueResponse": {
        "type": "object",
        "properties": {
          "count": {
            "type": "integer",
            "format": "int32",
            "example": 180,
            "description": "simple family numbers"
          },
          "patent_value": {
            "type": "string",
            "example": "$1-$30K",
            "description": "range"
          }
        }
      },
      "A010InsightsPortfolioValueResponse": {
        "type": "object",
        "properties": {
          "data": {
            "type": "array",
            "example": "no sample",
            "description": "response data",
            "items": {
              "$ref": "#/components/schemas/A010InsightsPortfolioValue_PortfolioValueResponse"
            }
          },
          "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"
        ]
      },
      "A009InsightsMostAsserted_MostAssertedResponse": {
        "type": "object",
        "properties": {
          "year": {
            "type": "string",
            "example": 2017,
            "description": "latest case filed"
          },
          "count": {
            "type": "integer",
            "format": "int32",
            "example": 3,
            "description": "cases"
          },
          "title": {
            "type": "string",
            "example": "RFID applications",
            "description": "patent title"
          },
          "patent_id": {
            "type": "string",
            "example": "dd194043-93a3-467c-839c-b00d06273595",
            "description": "patent ID"
          },
          "patent_num": {
            "type": "string",
            "example": "US8410617B2",
            "description": "patents"
          }
        }
      },
      "A009InsightsMostAssertedResponse": {
        "type": "object",
        "properties": {
          "data": {
            "type": "array",
            "example": "no sample",
            "description": "response data",
            "items": {
              "$ref": "#/components/schemas/A009InsightsMostAsserted_MostAssertedResponse"
            }
          },
          "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"
        ]
      },
      "A007InsightsApplicantRanking_ApplicantRankingResponse": {
        "type": "object",
        "properties": {
          "count": {
            "type": "integer",
            "format": "int32",
            "example": 2918,
            "description": "patent counts"
          },
          "applicant": {
            "type": "string",
            "example": "QUALCOMM INC",
            "description": "assignee"
          },
          "percentage": {
            "type": "number",
            "format": "double",
            "example": 0.1667,
            "description": "percentage"
          }
        }
      },
      "A007InsightsApplicantRankingResponse": {
        "type": "object",
        "properties": {
          "data": {
            "type": "array",
            "example": "no sample",
            "description": "response data",
            "items": {
              "$ref": "#/components/schemas/A007InsightsApplicantRanking_ApplicantRankingResponse"
            }
          },
          "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"
        ]
      },
      "A004InsightsPriorityCountry_PriorityCountryResponse": {
        "type": "object",
        "properties": {
          "count": {
            "type": "integer",
            "format": "int32",
            "example": 1000,
            "description": "patent counts"
          },
          "country": {
            "type": "string",
            "example": "CN",
            "description": "Authority name"
          },
          "percentage": {
            "type": "number",
            "format": "double",
            "example": 0.1667,
            "description": "percentage"
          }
        }
      },
      "A004InsightsPriorityCountryResponse": {
        "type": "object",
        "properties": {
          "data": {
            "type": "array",
            "example": "no sample",
            "description": "response data",
            "items": {
              "$ref": "#/components/schemas/A004InsightsPriorityCountry_PriorityCountryResponse"
            }
          },
          "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"
        ]
      },
      "A107InsightsCompanyMostCited_MostCitedCompanyResponse": {
        "type": "object",
        "properties": {
          "assignee": {
            "type": "string",
            "example": "哈尔滨工业大学",
            "description": "Assignee"
          },
          "cited_count": {
            "type": "integer",
            "format": "int32",
            "example": 322,
            "description": "Cited by count"
          },
          "patent_count": {
            "type": "integer",
            "format": "int32",
            "example": 3993,
            "description": "Patents"
          }
        }
      },
      "A107InsightsCompanyMostCitedResponse": {
        "type": "object",
        "properties": {
          "data": {
            "type": "array",
            "example": "no sample",
            "description": "response data",
            "items": {
              "$ref": "#/components/schemas/A107InsightsCompanyMostCited_MostCitedCompanyResponse"
            }
          },
          "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"
        ]
      },
      "A003InsightsWheelOfInnovation_Subtopics": {
        "type": "object",
        "properties": {
          "name": {
            "type": "string",
            "example": "wind turbine",
            "description": "subtopics"
          },
          "count": {
            "type": "integer",
            "format": "int32",
            "example": 9,
            "description": "number of subtopics patents"
          }
        }
      },
      "A003InsightsWheelOfInnovation_WheelOfInnovationResponse": {
        "type": "object",
        "properties": {
          "topics_name": {
            "type": "string",
            "example": "readable storage medium",
            "description": "topics"
          },
          "topics_count": {
            "type": "integer",
            "format": "int32",
            "example": 9,
            "description": "number of subject patents"
          },
          "subtopics_list": {
            "type": "array",
            "example": "Please check the form: Subtopics",
            "description": "list of sub-topics",
            "items": {
              "$ref": "#/components/schemas/A003InsightsWheelOfInnovation_Subtopics"
            }
          }
        }
      },
      "A003InsightsWheelOfInnovationResponse": {
        "type": "object",
        "properties": {
          "data": {
            "type": "array",
            "example": "no sample",
            "description": "response data",
            "items": {
              "$ref": "#/components/schemas/A003InsightsWheelOfInnovation_WheelOfInnovationResponse"
            }
          },
          "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"
        ]
      },
      "A001InsightsPatentTrends_PTItemData": {
        "type": "object",
        "properties": {
          "year": {
            "type": "string",
            "example": 2024,
            "description": "year"
          },
          "total": {
            "type": "integer",
            "format": "int32",
            "example": 100000,
            "description": "total"
          },
          "grant_num": {
            "type": "integer",
            "format": "int32",
            "example": 900000,
            "description": "grant number"
          },
          "grant_rate": {
            "type": "number",
            "format": "float",
            "example": 90,
            "description": "grant rate"
          }
        }
      },
      "A001InsightsPatentTrends_PatentTrendResponse": {
        "type": "object",
        "properties": {
          "values": {
            "type": "array",
            "example": [],
            "description": "values",
            "items": {
              "$ref": "#/components/schemas/A001InsightsPatentTrends_PTItemData"
            }
          }
        }
      },
      "A001InsightsPatentTrendsResponse": {
        "type": "object",
        "properties": {
          "data": {
            "type": "array",
            "example": "no sample",
            "description": "response data",
            "items": {
              "$ref": "#/components/schemas/A001InsightsPatentTrends_PatentTrendResponse"
            }
          },
          "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"
        ]
      },
      "A110InsightsCompanyAcquisitionDivestiture_Transfer": {
        "type": "object",
        "properties": {
          "count": {
            "type": "integer",
            "format": "int32",
            "example": 2,
            "description": "Number of patents transferred in or out"
          },
          "applicant": {
            "type": "string",
            "example": "上海微高精密机械工程有限公司",
            "description": "Applicants of patents transferred in or out"
          }
        }
      },
      "A110InsightsCompanyAcquisitionDivestiture_AcquisitionTransfer": {
        "type": "object",
        "properties": {
          "patent_total": {
            "type": "integer",
            "format": "int32",
            "example": 25,
            "description": "Total number of patents transferred in or out"
          },
          "transfer_list": {
            "type": "array",
            "example": "Please check the form: Transfer",
            "description": "Transferred in or out information",
            "items": {
              "$ref": "#/components/schemas/A110InsightsCompanyAcquisitionDivestiture_Transfer"
            }
          }
        }
      },
      "A110InsightsCompanyAcquisitionDivestiture_AcquisitionAndDivestitureResponse": {
        "type": "object",
        "properties": {
          "acquisition": {
            "$ref": "#/components/schemas/A110InsightsCompanyAcquisitionDivestiture_AcquisitionTransfer"
          },
          "divestiture": {
            "$ref": "#/components/schemas/A110InsightsCompanyAcquisitionDivestiture_AcquisitionTransfer"
          }
        }
      },
      "A110InsightsCompanyAcquisitionDivestitureResponse": {
        "type": "object",
        "properties": {
          "data": {
            "$ref": "#/components/schemas/A110InsightsCompanyAcquisitionDivestiture_AcquisitionAndDivestitureResponse"
          },
          "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"
        ]
      },
      "A102InsightsCompanyStrategyMap_StrategyMapResponse": {
        "type": "object",
        "properties": {
          "assignee": {
            "type": "string",
            "example": "上海微电子装备(集团)股份有限公司",
            "description": "Assignee"
          },
          "co_patenting": {
            "type": "number",
            "format": "double",
            "example": 0.018,
            "description": "Co-patenting quantifies the degree to which an organization engages in external collaborations resulting in joint creation and ownership of IP."
          },
          "patent_influence": {
            "type": "number",
            "format": "double",
            "example": 0.009,
            "description": "Technology Impact Index (TII) is the share of an organization's patents in the pool of highly cited patents relative to its share in total patents. A highly cited patent is one which is among the top 10% most frequently cited in its cohort. A cohort is defined by year of grant and technology class."
          },
          "current_relevance": {
            "type": "number",
            "format": "double",
            "example": 0.111,
            "description": "Technology Cycle Time is an indicator of an organization's speed in turning leading edge technology into IP. It is defined as the median age of patents cited as prior art by the reference patent."
          },
          "patent_complexity": {
            "type": "number",
            "format": "double",
            "example": 0.018,
            "description": "Share of Complex Multi-Technology Patents is an original indicator to assess the extent of technological complexity in an organization's patent portfolio. A \"complex\" patent is one which is classified in multiple technological areas in its technology classification field."
          },
          "scientific_content": {
            "type": "number",
            "format": "double",
            "example": 0.018,
            "description": "Share of Science-based Patents is another measure of scientific content and is the share of patents with Bibliographic Citations Ratio (BCR) value higher than 50%."
          },
          "internationalization": {
            "type": "number",
            "format": "double",
            "example": 0.018,
            "description": "International Co-invention quantifies the degree to which an organization's inventors engage in collaborative R&D with inventors outside the home economy."
          },
          "growth_in_patent_stock": {
            "type": "number",
            "format": "double",
            "example": 0.22,
            "description": "Growth of portfolio is measured as average annual growth rate in an organization's patent stock."
          },
          "technology_specialization": {
            "type": "number",
            "format": "double",
            "example": 0.237,
            "description": "Technology Specialisation is measured using the Herfindahl Index which quantifies the degree to which a portfolio is specialised or concentrated in a small number of technology areas versus being distributed across a range of technologies."
          }
        }
      },
      "A102InsightsCompanyStrategyMapResponse": {
        "type": "object",
        "properties": {
          "data": {
            "$ref": "#/components/schemas/A102InsightsCompanyStrategyMap_StrategyMapResponse"
          },
          "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"
        ]
      },
      "A105InsightsCompanyPatentPortfolioOverview_PortfolioOverviewResponse": {
        "type": "object",
        "properties": {
          "pct_application": {
            "type": "integer",
            "format": "int32",
            "example": 32,
            "description": "PCT Application(s)"
          },
          "total_application": {
            "type": "integer",
            "format": "int32",
            "example": 1000,
            "description": "Total Application(s)"
          },
          "currently_active_patents": {
            "type": "integer",
            "format": "int32",
            "example": 12,
            "description": "Current Active Patent(s)"
          },
          "multilateral_application": {
            "type": "integer",
            "format": "int32",
            "example": 100,
            "description": "Multi-Authority application(s)"
          }
        }
      },
      "A105InsightsCompanyPatentPortfolioOverviewResponse": {
        "type": "object",
        "properties": {
          "data": {
            "$ref": "#/components/schemas/A105InsightsCompanyPatentPortfolioOverview_PortfolioOverviewResponse"
          },
          "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"
        ]
      },
      "A006InsightsInventorRanking_InventorRankingResponse": {
        "type": "object",
        "properties": {
          "name": {
            "type": "string",
            "example": "GALA",
            "description": "application name"
          },
          "count": {
            "type": "integer",
            "format": "int32",
            "example": 116,
            "description": "application counts"
          }
        }
      },
      "A006InsightsInventorRankingResponse": {
        "type": "object",
        "properties": {
          "data": {
            "type": "array",
            "example": "no sample",
            "description": "response data",
            "items": {
              "$ref": "#/components/schemas/A006InsightsInventorRanking_InventorRankingResponse"
            }
          },
          "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"
        ]
      },
      "A101InsightsCompanyWordCloud_WordCloudResponse": {
        "type": "object",
        "properties": {
          "name": {
            "type": "string",
            "example": "electronic device",
            "description": "Key concepts"
          },
          "count": {
            "type": "integer",
            "format": "int32",
            "example": 37,
            "description": "Patents"
          }
        }
      },
      "A101InsightsCompanyWordCloudResponse": {
        "type": "object",
        "properties": {
          "data": {
            "type": "array",
            "example": "no sample",
            "description": "response data",
            "items": {
              "$ref": "#/components/schemas/A101InsightsCompanyWordCloud_WordCloudResponse"
            }
          },
          "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"
        ]
      },
      "A008InsightsSimpleLegalStatus_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>"
          }
        }
      },
      "A008InsightsSimpleLegalStatusResponse": {
        "type": "object",
        "properties": {
          "data": {
            "type": "array",
            "example": "no sample",
            "description": "response data",
            "items": {
              "$ref": "#/components/schemas/A008InsightsSimpleLegalStatus_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"
        ]
      },
      "A005InsightsMostCited_MostCitedResponse": {
        "type": "object",
        "properties": {
          "count": {
            "type": "integer",
            "format": "int32",
            "example": 3,
            "description": "cited by count"
          },
          "title": {
            "type": "string",
            "example": "RFID applications",
            "description": "patent title"
          },
          "patent_id": {
            "type": "string",
            "example": "dd194043-93a3-467c-839c-b00d06273595",
            "description": "patent ID"
          },
          "patent_num": {
            "type": "string",
            "example": "US8410617B2",
            "description": "patents"
          }
        }
      },
      "A005InsightsMostCitedResponse": {
        "type": "object",
        "properties": {
          "data": {
            "type": "array",
            "example": "no sample",
            "description": "response data",
            "items": {
              "$ref": "#/components/schemas/A005InsightsMostCited_MostCitedResponse"
            }
          },
          "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"
        ]
      },
      "A002InsightsWordCloud_WordCloudResponse": {
        "type": "object",
        "properties": {
          "name": {
            "type": "string",
            "example": "electronic device",
            "description": "Key concepts"
          },
          "count": {
            "type": "integer",
            "format": "int32",
            "example": 37,
            "description": "Patents"
          }
        }
      },
      "A002InsightsWordCloudResponse": {
        "type": "object",
        "properties": {
          "data": {
            "type": "array",
            "example": "no sample",
            "description": "response data",
            "items": {
              "$ref": "#/components/schemas/A002InsightsWordCloud_WordCloudResponse"
            }
          },
          "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"
        ]
      },
      "A108InsightsCompanyLargestPatentFamily_LargestPatentFamilyResponse": {
        "type": "object",
        "properties": {
          "pn": {
            "type": "string",
            "example": "US8410617B2",
            "description": "Patents"
          },
          "pbd": {
            "type": "string",
            "example": 20150422,
            "description": "Publication Date"
          },
          "count": {
            "type": "integer",
            "format": "int32",
            "example": 18,
            "description": "Patsnap Family Size"
          },
          "title": {
            "type": "string",
            "example": "一种可以通过语音控制家电的控制系统与方法",
            "description": "Patent Name"
          },
          "assignees": {
            "type": "array",
            "example": [
              "科大讯飞股份有限公司"
            ],
            "description": "Std. Current Assignee"
          },
          "patent_id": {
            "type": "string",
            "example": "dd194043-93a3-467c-839c-b00d06273595",
            "description": "Patent ID"
          }
        }
      },
      "A108InsightsCompanyLargestPatentFamilyResponse": {
        "type": "object",
        "properties": {
          "data": {
            "type": "array",
            "example": "no sample",
            "description": "response data",
            "items": {
              "$ref": "#/components/schemas/A108InsightsCompanyLargestPatentFamily_LargestPatentFamilyResponse"
            }
          },
          "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"
        ]
      },
      "A103InsightsCompanyKeyTechnologyOverview_KeyTechnologyOverviewResponse": {
        "type": "object",
        "properties": {
          "count": {
            "type": "integer",
            "format": "int32",
            "example": 172,
            "description": "Patents"
          },
          "percentage": {
            "type": "number",
            "format": "double",
            "example": 0.1543,
            "description": "Percentage"
          },
          "description": {
            "type": "string",
            "example": "语音识别（G10L17/00优先）〔7，2013.01〕[2013.01]",
            "description": "IPC Definition"
          },
          "classification": {
            "type": "string",
            "example": "G10L15",
            "description": "IPC"
          }
        }
      },
      "A103InsightsCompanyKeyTechnologyOverviewResponse": {
        "type": "object",
        "properties": {
          "data": {
            "type": "array",
            "example": "no sample",
            "description": "response data",
            "items": {
              "$ref": "#/components/schemas/A103InsightsCompanyKeyTechnologyOverview_KeyTechnologyOverviewResponse"
            }
          },
          "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"
        ]
      },
      "A202CompanyTechnologyFieldWordCloud_TechFieldWord": {
        "type": "object",
        "properties": {
          "name": {
            "type": "string",
            "example": "轨道交通",
            "description": "Technology field"
          },
          "count": {
            "type": "integer",
            "format": "int32",
            "example": 1053,
            "description": "number of patents"
          }
        }
      },
      "A202CompanyTechnologyFieldWordCloud_TechWordCloudResponse": {
        "type": "object",
        "properties": {
          "tech_field_word": {
            "type": "array",
            "example": [],
            "description": "tech filed cloud",
            "items": {
              "$ref": "#/components/schemas/A202CompanyTechnologyFieldWordCloud_TechFieldWord"
            }
          }
        }
      },
      "A202CompanyTechnologyFieldWordCloudResponse": {
        "type": "object",
        "properties": {
          "data": {
            "$ref": "#/components/schemas/A202CompanyTechnologyFieldWordCloud_TechWordCloudResponse"
          },
          "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"
        ]
      },
      "A202CompanyTechnologyFieldWordCloudRequest": {
        "type": "object",
        "properties": {
          "company_name": {
            "type": "string",
            "example": "吉林大学",
            "description": "company name"
          },
          "lang": {
            "type": "string",
            "example": "en",
            "description": "Select the language , the default language is en, you can choose cn or en."
          }
        },
        "required": [
          "company_name"
        ]
      },
      "A012InsightsTechnologyEffectDistribution_TechEffectPatentCountYear": {
        "type": "object",
        "properties": {
          "count": {
            "type": "integer",
            "format": "int32",
            "example": 198,
            "description": "patent count"
          },
          "pbt_year": {
            "type": "integer",
            "format": "int32",
            "example": 2024,
            "description": "patent application year"
          }
        }
      },
      "A012InsightsTechnologyEffectDistribution_TechEffectCountResponse": {
        "type": "object",
        "properties": {
          "name": {
            "type": "string",
            "example": "提高准确性",
            "description": "benefit phrase"
          },
          "count": {
            "type": "integer",
            "format": "int32",
            "example": 198,
            "description": "patent count"
          },
          "patent_count_year": {
            "type": "array",
            "example": "Please check the form: TechEffectPatentCountYear",
            "description": "Annual statistics of the number of patents covered by functional phrases",
            "items": {
              "$ref": "#/components/schemas/A012InsightsTechnologyEffectDistribution_TechEffectPatentCountYear"
            }
          }
        }
      },
      "A012InsightsTechnologyEffectDistribution_TechEffectResponse": {
        "type": "object",
        "properties": {
          "tech_effect": {
            "type": "array",
            "example": "Please check the form: TechEffectCountResponse",
            "description": "Statistics on the distribution of technical efficacy",
            "items": {
              "$ref": "#/components/schemas/A012InsightsTechnologyEffectDistribution_TechEffectCountResponse"
            }
          }
        }
      },
      "A012InsightsTechnologyEffectDistributionResponse": {
        "type": "object",
        "properties": {
          "data": {
            "$ref": "#/components/schemas/A012InsightsTechnologyEffectDistribution_TechEffectResponse"
          },
          "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"
        ]
      },
      "A012InsightsTechnologyEffectDistributionRequest": {
        "type": "object",
        "properties": {
          "collapse_by": {
            "type": "string",
            "example": "PBD",
            "description": "<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": "When collapse_type=\"APNO\", and collapse_by=\"APD\" or \"PBD\", the collapse_order can be set as \"OLDEST\" or \"LATEST\", means keep the patent date of oldest or latest one"
          },
          "collapse_order_authority": {
            "type": "array",
            "example": [
              "CN",
              "US",
              "EP",
              "JP",
              "KR"
            ],
            "description": "<p>Setting the patent collapse ordering rule that is valid only if collapse_by is AUTHORITY</p><p>Sets the order of patent collapse according to the input authorities priority list, valid only if collapse_by is AUTHORITY</p>"
          },
          "collapse_type": {
            "type": "string",
            "example": "DOCDB",
            "description": "<p>\"ALL\" or Null value means no collapse;</p><p>\"APNO\" means collapse according to application number;</p><p>\"DOCDB\" means collapse according to simple family;</p><p>\"INPADOC\" means collapse according to inpadoc family;</p><p>\"EXTEND\" means collapse according to patsnap family</p>"
          },
          "lang": {
            "type": "string",
            "example": "cn",
            "description": "Single-choice, available options include \"cn\" and \"en\", representing Chinese and English respectively. Please use lowercase letters. The default value is Chinese"
          },
          "query_text": {
            "type": "string",
            "example": "TACD: virtual reality",
            "description": "Analytics query, maximum length 1,500 characters"
          },
          "sort": {
            "type": "array",
            "example": [
              {
                "field": "PBDT_YEARMONTHDAY",
                "order": "DESC"
              }
            ],
            "description": "Field order, field can support: PBDT_YEARMONTHDAY, APD_YEARMONTHDAY, ISD,SCORE; order can support: desc, asc."
          }
        },
        "required": [
          "query_text"
        ]
      },
      "L011LiteratureAuthorAffiliation_LiteratureAuthor": {
        "type": "object",
        "properties": {
          "name": {
            "type": "string",
            "example": "Bihannic, Isabelle",
            "description": "Full Name"
          },
          "orcid": {
            "type": "string",
            "example": "0000-0001-9780-2509",
            "description": "ORCID"
          },
          "surname": {
            "type": "string",
            "example": "Bihannic",
            "description": "Surname"
          },
          "sequence": {
            "type": "integer",
            "format": "int32",
            "example": 6,
            "description": "Sequence"
          },
          "co_authors": {
            "type": "array",
            "example": [
              "Beaussart, Audrey",
              "Sohm, Bénédicte",
              "Caillet, Céline"
            ],
            "description": "Co-Authors"
          },
          "first_name": {
            "type": "string",
            "example": "Isabelle",
            "description": "Surname"
          },
          "published_list": {
            "type": "array",
            "example": [
              "Hoppe, Sandrine,Farge, Laurent,Tournilhac, François,et al.Deformation mechanisms in PBT at elevated temperatures.Mater Today Commun.2023 Aug;36:106774.doi:10.1016/j.mtcomm.2023.106774.",
              "Duval, Jérôme F.L.,Bihannic, Isabelle,Razafitianamaharavo, Angelina,et al.New insights into the effects of growth phase and enzymatic treatment on the cell-wall properties of Chlorella vulgaris microalgae.Algal Res.2023 Jan;69:102955.doi:10.1016/j.algal.2022.102955."
            ],
            "description": "Published List"
          },
          "affiliation_name": {
            "type": "string",
            "example": "Université de Lorraine, CNRS, LIEC, F-54000 Nancy, France. nicolas.lesniewska@univ-lorraine.fr.",
            "description": "Affiliation Name"
          },
          "affiliation_type": {
            "type": "string",
            "example": "Education",
            "description": "Affiliation Type"
          },
          "affiliation_rorid": {
            "type": "string",
            "example": "https://ror.org/04vfs2w97",
            "description": "Affiliation RORID"
          },
          "affiliation_country": {
            "type": "string",
            "example": "France",
            "description": "Affiliation Country"
          }
        }
      },
      "L011LiteratureAuthorAffiliation_AuthorAffiliationResponse": {
        "type": "object",
        "properties": {
          "doi": {
            "type": "string",
            "example": "10.1039/d3nr04740g",
            "description": "DOI"
          },
          "paper_id": {
            "type": "string",
            "example": "8be86941-0455-4ca4-921b-61e1c01d6393",
            "description": "Paper ID"
          },
          "author_data": {
            "type": "array",
            "example": "Please check the form: LiteratureAuthor",
            "description": "Author Data",
            "items": {
              "$ref": "#/components/schemas/L011LiteratureAuthorAffiliation_LiteratureAuthor"
            }
          }
        }
      },
      "L011LiteratureAuthorAffiliationResponse": {
        "type": "object",
        "properties": {
          "data": {
            "type": "array",
            "example": "no sample",
            "description": "response data",
            "items": {
              "$ref": "#/components/schemas/L011LiteratureAuthorAffiliation_AuthorAffiliationResponse"
            }
          },
          "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"
        ]
      },
      "L011LiteratureAuthorAffiliationRequest": {
        "type": "object",
        "properties": {
          "doi": {
            "type": "string",
            "example": "10.1016/j.bpj.2024.07.030",
            "description": "DOI (only a single doi issupported)"
          },
          "paper_id": {
            "type": "string",
            "example": "00001b6d-2cfa-411a-ab41-8a05fd675d46,00001756-243f-4738-a288-282987105915",
            "description": "paper id"
          }
        }
      },
      "L010LiteratureBibliography_LiteratureTitle": {
        "type": "object",
        "properties": {
          "lang": {
            "type": "string",
            "example": "EN",
            "description": "Language"
          },
          "text": {
            "type": "string",
            "example": "Assessing the mechanism of facilitated proton transport across GUVs trapped in a microfluidic device",
            "description": "Text"
          }
        }
      },
      "L010LiteratureBibliography_LiteratureAbstract": {
        "type": "object",
        "properties": {
          "lang": {
            "type": "string",
            "example": "EN",
            "description": "Language"
          },
          "text": {
            "type": "string",
            "example": "Proton transport across lipid membranes is one of the most fundamental reactions that make up living organisms. In vitro, however, the study of proton transport reactions can be very challenging due to limitations imposed by proton concentrations, compartment size, and unstirred layers as well as buffer exchange and buffer capacity. In this study, we have developed a proton permeation assay based on the microfluidic trapping of giant vesicles enclosing the pH-sensitive dye pyranine to address some of these challenges. Time-resolved fluorescence imaging upon a rapid pH shift enabled us to investigate the facilitated H<sup>+</sup> permeation mediated by either a channel or a carrier. Specifically, we compared the proton transport rates as a function of different proton gradients of the channel gramicidin D and the proton carrier carbonyl cyanide-m-chlorophenyl hydrazone. Our results demonstrate the efficacy of the assay in monitoring proton transport reactions and distinguishing between a channel-like and a carrier-like mechanism. This groundbreaking result enabled us to elucidate the enigmatic mode of the proton permeation mechanism of the recently discovered natural fibupeptide lugdunin.",
            "description": "Text"
          }
        }
      },
      "L010LiteratureBibliography_BibliographyResponse": {
        "type": "object",
        "properties": {
          "doi": {
            "type": "string",
            "example": "10.1016/j.bpj.2024.07.030",
            "description": "DOI"
          },
          "type": {
            "type": "string",
            "example": "Journal",
            "description": "Type"
          },
          "issue": {
            "type": "string",
            "example": 18,
            "description": "Issue"
          },
          "title": {
            "type": "array",
            "example": "Please check the form: LiteratureTitle",
            "description": "Title",
            "items": {
              "$ref": "#/components/schemas/L010LiteratureBibliography_LiteratureTitle"
            }
          },
          "author": {
            "type": "array",
            "example": [
              "Ruppelt, Dominik",
              "Ackermann, Elena L M",
              "Robinson, Tom",
              "Steinem, Claudia"
            ],
            "description": "Author"
          },
          "volume": {
            "type": "string",
            "example": 123,
            "description": "Volume"
          },
          "abstract": {
            "type": "array",
            "example": "Please check the form: LiteratureAbstract",
            "description": "Abstract",
            "items": {
              "$ref": "#/components/schemas/L010LiteratureBibliography_LiteratureAbstract"
            }
          },
          "paper_id": {
            "type": "string",
            "example": "00001b6d-2cfa-411a-ab41-8a05fd675d46",
            "description": "Paper ID"
          },
          "pagination": {
            "type": "string",
            "example": "3267-3274",
            "description": "Pagination"
          },
          "publication": {
            "type": "string",
            "example": "Biophysical Journal",
            "description": "Publication"
          },
          "publication_date": {
            "type": "integer",
            "format": "int32",
            "example": 20240901,
            "description": "Publication Date"
          },
          "publication_year": {
            "type": "string",
            "example": 2024,
            "description": "Publication Year"
          },
          "publish_institution": {
            "type": "string",
            "example": "Elsevier BV",
            "description": "Publish Institution"
          }
        }
      },
      "L010LiteratureBibliographyResponse": {
        "type": "object",
        "properties": {
          "data": {
            "type": "array",
            "example": "no sample",
            "description": "response data",
            "items": {
              "$ref": "#/components/schemas/L010LiteratureBibliography_BibliographyResponse"
            }
          },
          "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"
        ]
      },
      "L010LiteratureBibliographyRequest": {
        "type": "object",
        "properties": {
          "doi": {
            "type": "string",
            "example": "10.1016/j.bpj.2024.07.030",
            "description": "DOI (only a single doi issupported)"
          },
          "paper_id": {
            "type": "string",
            "example": "00001b6d-2cfa-411a-ab41-8a05fd675d46,00001756-243f-4738-a288-282987105915",
            "description": "paper id"
          }
        }
      },
      "A201CompanyTechnologyEffectDistribution_NameCount": {
        "type": "object",
        "properties": {
          "count": {
            "type": "integer",
            "format": "int32",
            "example": 4115,
            "description": "number of patents covered by efficacy phrases"
          },
          "pbt_year": {
            "type": "integer",
            "format": "int32",
            "example": 2015,
            "description": "patent application year"
          }
        }
      },
      "A201CompanyTechnologyEffectDistribution_TechEffect": {
        "type": "object",
        "properties": {
          "name": {
            "type": "string",
            "example": "车轮",
            "description": "benefit phrase"
          },
          "count": {
            "type": "integer",
            "format": "int32",
            "example": 4115,
            "description": "number of patents covered by efficacy phrases"
          },
          "patent_count_year": {
            "type": "array",
            "example": "Please check the form: NameCount",
            "description": "number of patents per year",
            "items": {
              "$ref": "#/components/schemas/A201CompanyTechnologyEffectDistribution_NameCount"
            }
          }
        }
      },
      "A201CompanyTechnologyEffectDistribution_TechDistributionResponse": {
        "type": "object",
        "properties": {
          "tech_effect": {
            "type": "array",
            "example": "Please check the form: TechEffect",
            "description": "tech_effect",
            "items": {
              "$ref": "#/components/schemas/A201CompanyTechnologyEffectDistribution_TechEffect"
            }
          }
        }
      },
      "A201CompanyTechnologyEffectDistributionResponse": {
        "type": "object",
        "properties": {
          "data": {
            "$ref": "#/components/schemas/A201CompanyTechnologyEffectDistribution_TechDistributionResponse"
          },
          "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"
        ]
      },
      "A201CompanyTechnologyEffectDistributionRequest": {
        "type": "object",
        "properties": {
          "apply_end_time": {
            "type": "integer",
            "format": "int32",
            "example": 2020,
            "description": "Patent apply date to, format:yyyy"
          },
          "apply_start_time": {
            "type": "integer",
            "format": "int32",
            "example": 2010,
            "description": "Patent apply date from, format:yyyy"
          },
          "company_name": {
            "type": "string",
            "example": "吉林大学",
            "description": "company name"
          },
          "lang": {
            "type": "string",
            "example": "en",
            "description": "Select the language , the default language is en, you can choose cn or en."
          }
        },
        "required": [
          "apply_end_time",
          "apply_start_time",
          "company_name"
        ]
      },
      "L012LiteratureCitation_LiteratureReference": {
        "type": "object",
        "properties": {
          "paper_id": {
            "type": "string",
            "example": "4590883d-3d89-35ef-b662-cd820dc1427c",
            "description": "Paper ID"
          },
          "sequence": {
            "type": "integer",
            "format": "int32",
            "example": 1,
            "description": "Sequence"
          },
          "citation_text": {
            "type": "string",
            "example": "A review of infectious bovine rhinotracheitis, shipping fever pneumonia and viral-bacterial synergism in respiratory disease of cattle.W D Yates.Can J Comp Med.1982 Jul;46(3):225-63.",
            "description": "Citation Text"
          }
        }
      },
      "L012LiteratureCitation_LiteratureNPCitation": {
        "type": "object",
        "properties": {
          "paper_id": {
            "type": "string",
            "example": "4b656503-a352-4815-93ba-76a7cb967d25",
            "description": "Paper ID"
          },
          "citation_text": {
            "type": "string",
            "example": "A review of infectious bovine rhinotracheitis, shipping fever pneumonia and viral-bacterial synergism in respiratory disease of cattle.W D Yates.Can J Comp Med.1982 Jul;46(3):225-63.",
            "description": "Citation Text"
          }
        }
      },
      "L012LiteratureCitation_LiteraturePatentCitation": {
        "type": "object",
        "properties": {
          "pn": {
            "type": "string",
            "example": "CN112833870A",
            "description": "Patent Number"
          },
          "apdt": {
            "type": "integer",
            "format": "int32",
            "example": 20201230,
            "description": "Application Date"
          },
          "apno": {
            "type": "string",
            "example": "CN202011610975.8",
            "description": "Application Number"
          },
          "pbdt": {
            "type": "integer",
            "format": "int32",
            "example": 20201230,
            "description": "Publication Date"
          },
          "title": {
            "type": "string",
            "example": "核磁共振陀螺中抑制碱金属原子极化磁场影响的有效方法",
            "description": "Title"
          },
          "inventor": {
            "type": "array",
            "example": [
              "张燚",
              "汪之国",
              "李佳佳"
            ],
            "description": "Inventor"
          },
          "patent_id": {
            "type": "string",
            "example": "fd509ad5-7da1-464f-9b32-2858be00f2e9",
            "description": "Patent ID"
          },
          "current_assignee": {
            "type": "array",
            "example": [
              "中国人民解放军国防科技大学"
            ],
            "description": "Current Assignee"
          },
          "original_assignee": {
            "type": "array",
            "example": [
              "中国人民解放军国防科技大学"
            ],
            "description": "Original Assignee"
          }
        }
      },
      "L012LiteratureCitation_CitationResponse": {
        "type": "object",
        "properties": {
          "doi": {
            "type": "string",
            "example": "10.3390/s20030734",
            "description": "DOI"
          },
          "paper_id": {
            "type": "string",
            "example": "1f0f61d1-0d76-3a29-a677-7f0cf7a332f7,00001b6d-2cfa-411a-ab41-8a05fd675d46",
            "description": "Paper ID"
          },
          "reference_no": {
            "type": "integer",
            "format": "int32",
            "example": 20,
            "description": "Number of References"
          },
          "np_citation_no": {
            "type": "integer",
            "format": "int32",
            "example": 2,
            "description": "Number of Non-patent Citations"
          },
          "reference_data": {
            "type": "array",
            "example": "Please check the form: LiteratureReference",
            "description": "Reference Data",
            "items": {
              "$ref": "#/components/schemas/L012LiteratureCitation_LiteratureReference"
            }
          },
          "np_citation_data": {
            "type": "array",
            "example": "Please check the form: LiteratureNPCitation",
            "description": "Non-patent Citation data",
            "items": {
              "$ref": "#/components/schemas/L012LiteratureCitation_LiteratureNPCitation"
            }
          },
          "patent_citation_no": {
            "type": "integer",
            "format": "int32",
            "example": 1,
            "description": "Number of Patent Citations"
          },
          "patent_citation_data": {
            "type": "array",
            "example": "Please check the form: LiteraturePatentCitation",
            "description": "Patent Citation Data",
            "items": {
              "$ref": "#/components/schemas/L012LiteratureCitation_LiteraturePatentCitation"
            }
          }
        }
      },
      "L012LiteratureCitationResponse": {
        "type": "object",
        "properties": {
          "data": {
            "type": "array",
            "example": "no sample",
            "description": "response data",
            "items": {
              "$ref": "#/components/schemas/L012LiteratureCitation_CitationResponse"
            }
          },
          "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"
        ]
      },
      "L012LiteratureCitationRequest": {
        "type": "object",
        "properties": {
          "doi": {
            "type": "string",
            "example": "10.1016/j.bpj.2024.07.030",
            "description": "DOI (only a single doi issupported)"
          },
          "page_number": {
            "type": "integer",
            "format": "int32",
            "example": 1,
            "description": "Current page number"
          },
          "paper_id": {
            "type": "string",
            "example": "00001b6d-2cfa-411a-ab41-8a05fd675d46,00001756-243f-4738-a288-282987105915",
            "description": "paper id"
          }
        }
      },
      "L014LiteratureJournal_JournalResponse": {
        "type": "object",
        "properties": {
          "cn": {
            "type": "string",
            "example": "11-4537/X",
            "description": "CN"
          },
          "doi": {
            "type": "string",
            "example": "10.3390/antibiotics10040379",
            "description": "DOI"
          },
          "issn": {
            "type": "string",
            "example": "2079-6382",
            "description": "ISSN"
          },
          "lang": {
            "type": "string",
            "example": "中文",
            "description": "Language"
          },
          "eissn": {
            "type": "string",
            "example": "2079-6382",
            "description": "eISSN"
          },
          "address": {
            "type": "string",
            "example": "北京市海淀区中关村南大街5号",
            "description": "Address"
          },
          "contact": {
            "type": "string",
            "example": 13910795630,
            "description": "Contact"
          },
          "country": {
            "type": "string",
            "example": "瑞士",
            "description": "Country or Region"
          },
          "website": {
            "type": "string",
            "example": "https://www.mdpi.com/journal/antibiotics",
            "description": "Website"
          },
          "paper_id": {
            "type": "string",
            "example": "00d3b12d-1141-3a4a-a0e1-91cbb9c53d0b",
            "description": "Paper ID"
          },
          "frequency": {
            "type": "string",
            "example": "双月刊",
            "description": "Frequency of publication"
          },
          "organizer": {
            "type": "string",
            "example": "北京理工大学",
            "description": "Organizer"
          },
          "publisher": {
            "type": "string",
            "example": "MDPI AG",
            "description": "Publisher"
          },
          "postal_code": {
            "type": "string",
            "example": 100081,
            "description": "Postal Code"
          },
          "journal_name": {
            "type": "string",
            "example": "Antibiotics-Basel",
            "description": "Journal Name"
          },
          "subject_area": {
            "type": "string",
            "example": "药理学",
            "description": "Subject Area"
          },
          "supervising_agency": {
            "type": "string",
            "example": "中国兵器工业集团公司",
            "description": "Competent Authority"
          }
        }
      },
      "L014LiteratureJournalResponse": {
        "type": "object",
        "properties": {
          "data": {
            "type": "array",
            "example": "no sample",
            "description": "response data",
            "items": {
              "$ref": "#/components/schemas/L014LiteratureJournal_JournalResponse"
            }
          },
          "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"
        ]
      },
      "L014LiteratureJournalRequest": {
        "type": "object",
        "properties": {
          "doi": {
            "type": "string",
            "example": "10.1016/j.bpj.2024.07.030",
            "description": "DOI (only a single doi issupported)"
          },
          "paper_id": {
            "type": "string",
            "example": "00001b6d-2cfa-411a-ab41-8a05fd675d46,00001756-243f-4738-a288-282987105915",
            "description": "paper id"
          }
        }
      },
      "L001LiteratureQuerySearch_LiteratureSearch": {
        "type": "object",
        "properties": {
          "doi": {
            "type": "string",
            "example": "10.3390/jpm13121685",
            "description": "DOI"
          },
          "title": {
            "type": "array",
            "example": [
              "Variability in Provider Assessment of Sepsis and Potential of Host Response Technology to Address this Dilemma—Results of an Online Delphi Study"
            ],
            "description": "Title"
          },
          "author": {
            "type": "array",
            "example": [
              "Kraus, Chadd K",
              "O'Neal, Hollis R",
              "Ledeboer, Nathan A",
              "Rice, Todd W",
              "Self, Wesley H"
            ],
            "description": "Author"
          },
          "paper_id": {
            "type": "string",
            "example": "938ad823-46f7-485b-959d-610a767e5a6e",
            "description": "Paper ID"
          }
        }
      },
      "L001LiteratureQuerySearch_SearchLiteratureResponse": {
        "type": "object",
        "properties": {
          "results": {
            "type": "array",
            "example": "LiteratureBaseResponse",
            "description": "result",
            "items": {
              "$ref": "#/components/schemas/L001LiteratureQuerySearch_LiteratureSearch"
            }
          },
          "result_count": {
            "type": "integer",
            "format": "int32",
            "example": 10,
            "description": "Received result count"
          },
          "total_search_result_count": {
            "type": "integer",
            "format": "int32",
            "example": 7113,
            "description": "Total search result count"
          }
        }
      },
      "L001LiteratureQuerySearchResponse": {
        "type": "object",
        "properties": {
          "data": {
            "$ref": "#/components/schemas/L001LiteratureQuerySearch_SearchLiteratureResponse"
          },
          "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"
        ]
      },
      "L001LiteratureQuerySearchRequest": {
        "type": "object",
        "properties": {
          "date_time": {
            "type": "string",
            "example": "[1714521600000 TO 1748011043000]",
            "description": "Publication timestamp range"
          },
          "limit": {
            "type": "integer",
            "format": "int32",
            "example": 10,
            "description": "limit of returned response; must be <= 1,00"
          },
          "offset": {
            "type": "integer",
            "format": "int32",
            "example": 0,
            "description": "offset value; limit + offset <= 10000"
          },
          "query_text": {
            "type": "string",
            "example": "title:(car) and author:(\"haiyang\") and abstract:(car) and publication:(car) and date_time:[1714521600000 TO 1748011043000]",
            "description": "You can search and query our global literature repository by entering document titles, abstracts, authors, and other metadata.\r\nMaximum Search Text Length: 800 characters.\r\n\r\nSupport logic connector AND/OR\r\n\r\nSupported Search Fields:\r\n\r\ntitle: Document title\r\nabstract: Document abstract\r\nauthor: Author name\r\ndate_time: Publication timestamp range\r\npublication: Journal name\r\nauthor Parameters need to be enclosed in double quotation marks"
          },
          "text": {
            "type": "string",
            "example": "Journal of Personalized Medicine",
            "description": "The text input for literature search."
          },
          "type": {
            "type": "string",
            "example": "publication",
            "description": "Supported text types for literature include：\r\n\r\ntitle: (literature title)\r\nabstract：(literature abstract)\r\nauthor：(literature author)\r\npublication：(literature publication)\r\ntitle/abstract：(literature title or abstract)\r\nall：(the above fields)"
          }
        }
      },
      "AC01AcademyCourseList_CourseListInfo": {
        "type": "object",
        "properties": {
          "id": {
            "type": "string",
            "example": 1,
            "description": "course ID"
          },
          "thumb": {
            "type": "string",
            "example": "https://x-static.cdn.zhihuiya.com/WX20200313-184724.png",
            "description": "course picture"
          },
          "title": {
            "type": "string",
            "example": "2018年专代考试贴士及相关法边缘知识点考前串讲",
            "description": "course name"
          }
        }
      },
      "AC01AcademyCourseList_CourseListResponse": {
        "type": "object",
        "properties": {
          "count": {
            "type": "integer",
            "format": "int32",
            "example": 24,
            "description": "Total number of courses purchased by the company"
          },
          "course_list_info": {
            "type": "array",
            "example": "Please check the form: CourseListInfo",
            "description": "course information",
            "items": {
              "$ref": "#/components/schemas/AC01AcademyCourseList_CourseListInfo"
            }
          }
        }
      },
      "AC01AcademyCourseListResponse": {
        "type": "object",
        "properties": {
          "data": {
            "$ref": "#/components/schemas/AC01AcademyCourseList_CourseListResponse"
          },
          "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"
        ]
      },
      "AC02AcademyCourseDetails_Courseware": {
        "type": "object",
        "properties": {
          "attach_id": {
            "type": "string",
            "example": 1726,
            "description": "courseware ID"
          },
          "attach_name": {
            "type": "string",
            "example": "2018年考试贴士及相关法边缘知识点考前串讲",
            "description": "courseware name"
          }
        }
      },
      "AC02AcademyCourseDetails_CourseDetailsInfo": {
        "type": "object",
        "properties": {
          "thumb": {
            "type": "string",
            "example": "https://x-static.cdn.zhihuiya.com/WX20200313-184724.png",
            "description": "course picture"
          },
          "title": {
            "type": "string",
            "example": "2018年专代考试贴士及相关法边缘知识点考前串讲",
            "description": "course name"
          },
          "summary": {
            "type": "string",
            "example": "有了专利思路之后，学习如何快速的撰\n\n写技术交底书，建立和专利代理人沟通\n\n的桥梁",
            "description": "course description"
          },
          "class_hour": {
            "type": "integer",
            "format": "int32",
            "example": 5,
            "description": "lesson"
          }
        }
      },
      "AC02AcademyCourseDetails_ClassParts": {
        "type": "object",
        "properties": {
          "video_url": {
            "type": "string",
            "example": "https://video.x.zhihuiya.com/v1-m3u8-aq0/m3u8谈柏轩10.30课程_1540985469058978d8cf26be00697cab6921962c41c85.m3u8",
            "description": "lesson video URL"
          },
          "part_title": {
            "type": "string",
            "example": "考前你必须知道的那些事",
            "description": "lesson title"
          }
        }
      },
      "AC02AcademyCourseDetails_CourseDetailsResponse": {
        "type": "object",
        "properties": {
          "attach": {
            "type": "array",
            "example": "Please check the form: Courseware",
            "description": "course ware information",
            "items": {
              "$ref": "#/components/schemas/AC02AcademyCourseDetails_Courseware"
            }
          },
          "course_info": {
            "$ref": "#/components/schemas/AC02AcademyCourseDetails_CourseDetailsInfo"
          },
          "video_parts": {
            "type": "array",
            "example": "Please check the form: ClassParts",
            "description": "class hour information",
            "items": {
              "$ref": "#/components/schemas/AC02AcademyCourseDetails_ClassParts"
            }
          }
        }
      },
      "AC02AcademyCourseDetailsResponse": {
        "type": "object",
        "properties": {
          "data": {
            "$ref": "#/components/schemas/AC02AcademyCourseDetails_CourseDetailsResponse"
          },
          "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"
        ]
      },
      "AC03AcademyAttachDownloadResponse": {
        "type": "object"
      },
      "D005QuerySearchPatentV3_InpadocFamily": {
        "type": "object",
        "properties": {
          "apdt": {
            "type": "integer",
            "format": "int32",
            "example": 20221107,
            "description": "application date"
          },
          "apno": {
            "type": "string",
            "example": "US17/981970",
            "description": "application number"
          },
          "kind": {
            "type": "string",
            "example": "A1",
            "description": "kind code"
          },
          "pbdt": {
            "type": "integer",
            "format": "int32",
            "example": 20240509,
            "description": "publication date"
          },
          "country": {
            "type": "string",
            "example": "US",
            "description": "citation authority"
          },
          "sequence": {
            "type": "integer",
            "format": "int32",
            "example": 1,
            "description": "sequence"
          },
          "doc_number": {
            "type": "string",
            "example": 20240149898,
            "description": "doc number"
          }
        }
      },
      "D005QuerySearchPatentV3_PatentSearchSpecialResponse": {
        "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"
          },
          "abstract": {
            "type": "string",
            "example": "718ead9c-4f3c-4674-8f5a-24e126827269",
            "description": "abstract"
          },
          "inventor": {
            "type": "string",
            "example": "ELSHAFIE, AHMED | YANG, WEI | HOSSEINI, SEYEDKIANOUSH",
            "description": "Inventor"
          },
          "patent_id": {
            "type": "string",
            "example": "718ead9c-4f3c-4674-8f5a-24e126827269",
            "description": "patent id"
          },
          "inpadoc_family": {
            "type": "array",
            "example": "Please check the form: InpadocFamily",
            "description": "inpadoc family",
            "items": {
              "$ref": "#/components/schemas/D005QuerySearchPatentV3_InpadocFamily"
            }
          },
          "current_assignee": {
            "type": "string",
            "example": "QUALCOMM INCORPORATED",
            "description": "Current Assignee"
          },
          "original_assignee": {
            "type": "string",
            "example": "QUALCOMM INCORPORATED",
            "description": "Original Assignee (Applicant)"
          },
          "first_priority_date": {
            "type": "integer",
            "format": "int32",
            "example": 20211108,
            "description": "First Priority Date"
          },
          "first_priority_number": {
            "type": "array",
            "example": [
              "US20240149898A1"
            ],
            "description": "First Priority Number"
          }
        }
      },
      "D005QuerySearchPatentV3_SearchPatentSpecialResponse": {
        "type": "object",
        "properties": {
          "results": {
            "type": "array",
            "example": "PatentBaseV2Response",
            "description": "result",
            "items": {
              "$ref": "#/components/schemas/D005QuerySearchPatentV3_PatentSearchSpecialResponse"
            }
          },
          "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"
          }
        }
      },
      "D005QuerySearchPatentV3Response": {
        "type": "object",
        "properties": {
          "data": {
            "$ref": "#/components/schemas/D005QuerySearchPatentV3_SearchPatentSpecialResponse"
          },
          "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"
        ]
      },
      "D005QuerySearchPatentV3_PatentSearchSort": {
        "type": "object",
        "properties": {
          "field": {
            "type": "string",
            "example": "APD_YEARMONTHDAY",
            "description": "field"
          },
          "order": {
            "type": "string",
            "example": "desc",
            "description": "order"
          }
        }
      },
      "D005QuerySearchPatentV3_PatentSearchCollapse": {
        "type": "object",
        "properties": {
          "field": {
            "type": "string",
            "example": "AUTHORITY",
            "description": "field"
          },
          "order": {
            "type": "string",
            "example": "CN,US,EP,WO",
            "description": "order"
          }
        }
      },
      "D005QuerySearchPatentV3Request": {
        "type": "object",
        "properties": {
          "offset": {
            "type": "integer",
            "format": "int32",
            "example": 0,
            "description": "offset value; offset <= 20000 (A single call returns a list of 20 patents)"
          },
          "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>",
            "items": {
              "$ref": "#/components/schemas/D005QuerySearchPatentV3_PatentSearchSort"
            }
          },
          "collapse_by": {
            "type": "array",
            "example": [
              {
                "field": "AUTHORITY",
                "order": "CN,US,EP,WO"
              },
              {
                "field": "TYPE",
                "order": "GRANTED"
              }
            ],
            "description": "Select the patent collapse ordering rule",
            "items": {
              "$ref": "#/components/schemas/D005QuerySearchPatentV3_PatentSearchCollapse"
            }
          },
          "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>"
          },
          "query_text": {
            "type": "string",
            "example": "TACD: virtual reality",
            "description": "Analytics query, maximum length 1,500 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"
          }
        },
        "required": [
          "collapse_by",
          "query_text"
        ]
      },
      "D007BasicPatentDataPatentDetail_TitleReplacedModel": {
        "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"
          },
          "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)"
          },
          "data_format": {
            "type": "string",
            "example": "original",
            "description": "Original data: if there are several languages with original data, all will be returned"
          }
        }
      },
      "D007BasicPatentDataPatentDetail_ClaimsReplacedModel": {
        "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"
          },
          "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)"
          },
          "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"
          }
        }
      },
      "D007BasicPatentDataPatentDetail_AbstractReplacedModel": {
        "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"
          },
          "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)"
          },
          "data_format": {
            "type": "string",
            "example": "original",
            "description": "Original data: if there are several languages with original data, all will be returned"
          }
        }
      },
      "D007BasicPatentDataPatentDetail_DescReplacedModel": {
        "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"
          },
          "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)"
          },
          "data_format": {
            "type": "string",
            "example": "original",
            "description": "Original data: if there are several languages with original data, all will be returned"
          }
        }
      },
      "D007BasicPatentDataPatentDetail_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"
          }
        }
      },
      "D007BasicPatentDataPatentDetail_TitleAbstractDescriptionTranslation": {
        "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"
          },
          "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)"
          }
        }
      },
      "D007BasicPatentDataPatentDetail_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"
          }
        }
      },
      "D007BasicPatentDataPatentDetail_InpadocFamily": {
        "type": "object",
        "properties": {
          "apdt": {
            "type": "integer",
            "format": "int32",
            "example": 20221107,
            "description": "application date"
          },
          "apno": {
            "type": "string",
            "example": "US17/981970",
            "description": "application number"
          },
          "kind": {
            "type": "string",
            "example": "A1",
            "description": "kind code"
          },
          "pbdt": {
            "type": "integer",
            "format": "int32",
            "example": 20240509,
            "description": "publication date"
          },
          "country": {
            "type": "string",
            "example": "US",
            "description": "citation authority"
          },
          "sequence": {
            "type": "integer",
            "format": "int32",
            "example": 1,
            "description": "sequence"
          },
          "doc_number": {
            "type": "string",
            "example": 20240149898,
            "description": "doc number"
          }
        }
      },
      "D007BasicPatentDataPatentDetail_ReferenceCitedSimple": {
        "type": "object",
        "properties": {
          "cited_others": {
            "type": "array",
            "example": [
              "鲍则民.杭州创新联合担保模式浅析.《吉林大学学报（信息科学版）》.2012"
            ],
            "description": "citation reference text"
          },
          "cited_patents": {
            "type": "array",
            "example": [
              "CN203027992U"
            ],
            "description": "citation patent  number"
          }
        }
      },
      "D007BasicPatentDataPatentDetail_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>"
          }
        }
      },
      "D007BasicPatentDataPatentDetail_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"
          }
        }
      },
      "D007BasicPatentDataPatentDetail_PDBibliographicData": {
        "type": "object",
        "properties": {
          "assignees": {
            "type": "array",
            "example": "Please check the form: PatentBasePersonSimple",
            "description": "current assignee",
            "items": {
              "$ref": "#/components/schemas/D007BasicPatentDataPatentDetail_PatentBasePersonSimple"
            }
          },
          "inventors": {
            "type": "array",
            "example": "Please check the form: PatentBasePersonSimple",
            "description": "inventor",
            "items": {
              "$ref": "#/components/schemas/D007BasicPatentDataPatentDetail_PatentBasePersonSimple"
            }
          },
          "applicants": {
            "type": "array",
            "example": "Please check the form: PatentBasePersonSimple",
            "description": "applicant",
            "items": {
              "$ref": "#/components/schemas/D007BasicPatentDataPatentDetail_PatentBasePersonSimple"
            }
          },
          "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>"
          },
          "inpadoc_family": {
            "type": "array",
            "example": "Please check the form: InpadocFamily",
            "description": "inpadoc family",
            "items": {
              "$ref": "#/components/schemas/D007BasicPatentDataPatentDetail_InpadocFamily"
            }
          },
          "reference_cited": {
            "$ref": "#/components/schemas/D007BasicPatentDataPatentDetail_ReferenceCitedSimple"
          },
          "application_reference": {
            "$ref": "#/components/schemas/D007BasicPatentDataPatentDetail_ApplicationReference"
          },
          "publication_reference": {
            "$ref": "#/components/schemas/D007BasicPatentDataPatentDetail_PublicationReference"
          }
        }
      },
      "D007BasicPatentDataPatentDetail_PatentDetailResp": {
        "type": "object",
        "properties": {
          "pn": {
            "type": "string",
            "example": "CN110650438A",
            "description": "Patent number"
          },
          "title": {
            "type": "array",
            "example": "title",
            "description": "invention title",
            "items": {
              "$ref": "#/components/schemas/D007BasicPatentDataPatentDetail_TitleReplacedModel"
            }
          },
          "claims": {
            "type": "array",
            "example": "Please check the form: Claims",
            "description": "claim data",
            "items": {
              "$ref": "#/components/schemas/D007BasicPatentDataPatentDetail_ClaimsReplacedModel"
            }
          },
          "abstracts": {
            "type": "array",
            "example": "PatentAbstract",
            "description": "patent abstract",
            "items": {
              "$ref": "#/components/schemas/D007BasicPatentDataPatentDetail_AbstractReplacedModel"
            }
          },
          "patent_id": {
            "type": "string",
            "example": "1e099a74-4378-4b84-9d13-f1b4ed5cb59b",
            "description": "Patent id"
          },
          "description": {
            "type": "array",
            "example": "Description",
            "description": "description",
            "items": {
              "$ref": "#/components/schemas/D007BasicPatentDataPatentDetail_DescReplacedModel"
            }
          },
          "fulltext_image": {
            "type": "array",
            "example": "Please check the form: FullTextImage",
            "description": "fulltext image",
            "items": {
              "$ref": "#/components/schemas/D007BasicPatentDataPatentDetail_FullTextImage"
            }
          },
          "title_translation": {
            "type": "array",
            "example": "Please check the form: TitleAbstractDescriptionTranslation",
            "description": "translated title",
            "items": {
              "$ref": "#/components/schemas/D007BasicPatentDataPatentDetail_TitleAbstractDescriptionTranslation"
            }
          },
          "bibliographic_data": {
            "$ref": "#/components/schemas/D007BasicPatentDataPatentDetail_PDBibliographicData"
          },
          "claims_translation": {
            "type": "array",
            "example": "Please check the form: TitleAbstractDescriptionTranslation",
            "description": "translated claims",
            "items": {
              "$ref": "#/components/schemas/D007BasicPatentDataPatentDetail_TitleAbstractDescriptionTranslation"
            }
          },
          "abstracts_translation": {
            "type": "array",
            "example": "Please check the form: TitleAbstractDescriptionTranslation",
            "description": "translated abstract",
            "items": {
              "$ref": "#/components/schemas/D007BasicPatentDataPatentDetail_TitleAbstractDescriptionTranslation"
            }
          },
          "description_translation": {
            "type": "array",
            "example": "Please check the form: TitleAbstractDescriptionTranslation",
            "description": "translated description",
            "items": {
              "$ref": "#/components/schemas/D007BasicPatentDataPatentDetail_TitleAbstractDescriptionTranslation"
            }
          }
        }
      },
      "D007BasicPatentDataPatentDetailResponse": {
        "type": "object",
        "properties": {
          "data": {
            "$ref": "#/components/schemas/D007BasicPatentDataPatentDetail_PatentDetailResp"
          },
          "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"
        ]
      },
      "D102ReportdataApplicantRank_ARItemData": {
        "type": "object",
        "properties": {
          "num": {
            "type": "integer",
            "format": "int32",
            "example": 79949,
            "description": "patent num"
          },
          "name": {
            "type": "string",
            "example": "华为技术有限公司",
            "description": "name"
          }
        }
      },
      "D102ReportdataApplicantRank_ApplicantRankResponse": {
        "type": "object",
        "properties": {
          "values": {
            "type": "array",
            "example": [],
            "description": "values",
            "items": {
              "$ref": "#/components/schemas/D102ReportdataApplicantRank_ARItemData"
            }
          }
        }
      },
      "D102ReportdataApplicantRankResponse": {
        "type": "object",
        "properties": {
          "data": {
            "$ref": "#/components/schemas/D102ReportdataApplicantRank_ApplicantRankResponse"
          },
          "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"
        ]
      },
      "D102ReportdataApplicantRankRequest": {
        "type": "object",
        "properties": {
          "query_text": {
            "type": "string",
            "example": "TACD: virtual reality",
            "description": "Analytics query, maximum length 1,500 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>"
          }
        },
        "required": [
          "query_text"
        ]
      },
      "D101ReportdataLifeCycle_ReportData": {
        "type": "object",
        "properties": {
          "year": {
            "type": "string",
            "example": 2015,
            "description": "year"
          },
          "total": {
            "type": "integer",
            "format": "int32",
            "example": 12000,
            "description": "total num"
          },
          "inv_total": {
            "type": "integer",
            "format": "int32",
            "example": 1000,
            "description": "invent total num"
          }
        }
      },
      "D101ReportdataLifeCycle_LifeCycleResponse": {
        "type": "object",
        "properties": {
          "values": {
            "type": "array",
            "example": [],
            "description": "values",
            "items": {
              "$ref": "#/components/schemas/D101ReportdataLifeCycle_ReportData"
            }
          }
        }
      },
      "D101ReportdataLifeCycleResponse": {
        "type": "object",
        "properties": {
          "data": {
            "$ref": "#/components/schemas/D101ReportdataLifeCycle_LifeCycleResponse"
          },
          "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"
        ]
      },
      "D101ReportdataLifeCycle_LifeCycleSort": {
        "type": "object",
        "properties": {
          "field": {
            "type": "string",
            "example": "score",
            "description": "sort field"
          },
          "order": {
            "type": "string",
            "example": "desc",
            "description": "asc OR desc"
          }
        }
      },
      "D101ReportdataLifeCycleRequest": {
        "type": "object",
        "properties": {
          "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"
          },
          "query_text": {
            "type": "string",
            "example": "TACD_ALL:(patsnap)",
            "description": "Enter the Analytics Query, with a maximum length of 800 characters and cannot contain complex wildcards such as $W  $PRE   $WS  $SEN  $PARA  $FREQ .etc"
          },
          "sort": {
            "type": "array",
            "example": [
              {
                "field": "score",
                "order": "desc"
              }
            ],
            "description": "field order",
            "items": {
              "$ref": "#/components/schemas/D101ReportdataLifeCycle_LifeCycleSort"
            }
          },
          "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_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"
          }
        },
        "required": [
          "query_text"
        ]
      },
      "D103ReportdataApplicantTechnologyAnalysis_ATAIPCData": {
        "type": "object",
        "properties": {
          "ipc": {
            "type": "string",
            "example": "H01L23",
            "description": "IPC main group"
          },
          "num": {
            "type": "integer",
            "format": "int32",
            "example": 1079,
            "description": "Number of patents"
          },
          "content": {
            "type": "string",
            "example": "半导体或其他固态器件的零部件（H01L25/00优先）〔2，5〕",
            "description": "IPC classification description"
          }
        }
      },
      "D103ReportdataApplicantTechnologyAnalysis_ATAItemData": {
        "type": "object",
        "properties": {
          "ipc": {
            "type": "array",
            "example": [],
            "description": "IPC classification",
            "items": {
              "$ref": "#/components/schemas/D103ReportdataApplicantTechnologyAnalysis_ATAIPCData"
            }
          },
          "name": {
            "type": "string",
            "example": "华为技术有限公司",
            "description": "Applicant name"
          }
        }
      },
      "D103ReportdataApplicantTechnologyAnalysis_ApplicantTechnologyAnalysisResponse": {
        "type": "object",
        "properties": {
          "values": {
            "type": "array",
            "example": [],
            "description": "values",
            "items": {
              "$ref": "#/components/schemas/D103ReportdataApplicantTechnologyAnalysis_ATAItemData"
            }
          }
        }
      },
      "D103ReportdataApplicantTechnologyAnalysisResponse": {
        "type": "object",
        "properties": {
          "data": {
            "$ref": "#/components/schemas/D103ReportdataApplicantTechnologyAnalysis_ApplicantTechnologyAnalysisResponse"
          },
          "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"
        ]
      },
      "D103ReportdataApplicantTechnologyAnalysisRequest": {
        "type": "object",
        "properties": {
          "query_text": {
            "type": "string",
            "example": "TACD: virtual reality",
            "description": "Analytics query, maximum length 1,500 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>"
          }
        },
        "required": [
          "query_text"
        ]
      },
      "D104ReportdataApplicantTrend_ATInfoData": {
        "type": "object",
        "properties": {
          "year": {
            "type": "integer",
            "format": "int32",
            "example": 2015,
            "description": "year"
          },
          "total": {
            "type": "integer",
            "format": "int64",
            "example": 1079,
            "description": "total"
          }
        }
      },
      "D104ReportdataApplicantTrend_ATItemData": {
        "type": "object",
        "properties": {
          "info": {
            "type": "array",
            "example": [],
            "description": "info",
            "items": {
              "$ref": "#/components/schemas/D104ReportdataApplicantTrend_ATInfoData"
            }
          },
          "name": {
            "type": "string",
            "example": "华为技术有限公司",
            "description": "name"
          }
        }
      },
      "D104ReportdataApplicantTrend_ApplicantTrendResponse": {
        "type": "object",
        "properties": {
          "values": {
            "type": "array",
            "example": [],
            "description": "values",
            "items": {
              "$ref": "#/components/schemas/D104ReportdataApplicantTrend_ATItemData"
            }
          }
        }
      },
      "D104ReportdataApplicantTrendResponse": {
        "type": "object",
        "properties": {
          "data": {
            "$ref": "#/components/schemas/D104ReportdataApplicantTrend_ApplicantTrendResponse"
          },
          "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"
        ]
      },
      "D104ReportdataApplicantTrendRequest": {
        "type": "object",
        "properties": {
          "query_text": {
            "type": "string",
            "example": "TACD: virtual reality",
            "description": "Analytics query, maximum length 1,500 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>"
          }
        },
        "required": [
          "query_text"
        ]
      },
      "D105ReportdataCooperationApplicantAnalysis_CAACooperationData": {
        "type": "object",
        "properties": {
          "name": {
            "type": "string",
            "example": "清华大学",
            "description": "name"
          },
          "total": {
            "type": "integer",
            "format": "int32",
            "example": 800,
            "description": "total"
          },
          "together": {
            "type": "integer",
            "format": "int32",
            "example": 700,
            "description": "together"
          }
        }
      },
      "D105ReportdataCooperationApplicantAnalysis_CAAItemData": {
        "type": "object",
        "properties": {
          "total": {
            "type": "integer",
            "format": "int32",
            "example": 1000,
            "description": "total"
          },
          "cooperation": {
            "type": "array",
            "example": [],
            "description": "cooperation",
            "items": {
              "$ref": "#/components/schemas/D105ReportdataCooperationApplicantAnalysis_CAACooperationData"
            }
          },
          "main_application": {
            "type": "string",
            "example": "华为技术有限公司",
            "description": "name"
          }
        }
      },
      "D105ReportdataCooperationApplicantAnalysis_CooperationApplicantAnalysisResponse": {
        "type": "object",
        "properties": {
          "values": {
            "type": "array",
            "example": [],
            "description": "values",
            "items": {
              "$ref": "#/components/schemas/D105ReportdataCooperationApplicantAnalysis_CAAItemData"
            }
          }
        }
      },
      "D105ReportdataCooperationApplicantAnalysisResponse": {
        "type": "object",
        "properties": {
          "data": {
            "$ref": "#/components/schemas/D105ReportdataCooperationApplicantAnalysis_CooperationApplicantAnalysisResponse"
          },
          "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"
        ]
      },
      "D105ReportdataCooperationApplicantAnalysisRequest": {
        "type": "object",
        "properties": {
          "query_text": {
            "type": "string",
            "example": "TACD: virtual reality",
            "description": "Analytics query, maximum length 1,500 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>"
          }
        },
        "required": [
          "query_text"
        ]
      },
      "D106ReportdataPatentTrend_PTItemData": {
        "type": "object",
        "properties": {
          "year": {
            "type": "string",
            "example": 2024,
            "description": "year"
          },
          "total": {
            "type": "integer",
            "format": "int32",
            "example": 100000,
            "description": "total"
          },
          "grant_num": {
            "type": "integer",
            "format": "int32",
            "example": 900000,
            "description": "grant number"
          },
          "grant_rate": {
            "type": "number",
            "format": "float",
            "example": 90,
            "description": "grant rate"
          }
        }
      },
      "D106ReportdataPatentTrend_PatentTrendResponse": {
        "type": "object",
        "properties": {
          "values": {
            "type": "array",
            "example": [],
            "description": "values",
            "items": {
              "$ref": "#/components/schemas/D106ReportdataPatentTrend_PTItemData"
            }
          }
        }
      },
      "D106ReportdataPatentTrendResponse": {
        "type": "object",
        "properties": {
          "data": {
            "$ref": "#/components/schemas/D106ReportdataPatentTrend_PatentTrendResponse"
          },
          "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"
        ]
      },
      "D106ReportdataPatentTrendRequest": {
        "type": "object",
        "properties": {
          "query_text": {
            "type": "string",
            "example": "TACD: virtual reality",
            "description": "Analytics query, maximum length 1,500 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>"
          }
        },
        "required": [
          "query_text"
        ]
      },
      "D107ReportdataTechnologyApplicantDistribution_TADIPCDetail": {
        "type": "object",
        "properties": {
          "code": {
            "type": "string",
            "example": "H01L23",
            "description": "IPC classification code"
          },
          "content": {
            "type": "string",
            "example": "半导体或其他固态器件的零部件（H01L25/00优先）〔2，5〕",
            "description": "IPC classification description"
          }
        }
      },
      "D107ReportdataTechnologyApplicantDistribution_TADIPCData": {
        "type": "object",
        "properties": {
          "ipc": {
            "type": "string",
            "example": "H01L23",
            "description": "IPC main group"
          },
          "detail": {
            "type": "array",
            "example": [],
            "description": "IPC classification details",
            "items": {
              "$ref": "#/components/schemas/D107ReportdataTechnologyApplicantDistribution_TADIPCDetail"
            }
          }
        }
      },
      "D107ReportdataTechnologyApplicantDistribution_TADAppInfo": {
        "type": "object",
        "properties": {
          "num": {
            "type": "integer",
            "format": "int32",
            "example": 3,
            "description": "Patent count"
          },
          "name": {
            "type": "string",
            "example": "华为技术有限公司",
            "description": "Applicant name"
          }
        }
      },
      "D107ReportdataTechnologyApplicantDistribution_TADItemData": {
        "type": "object",
        "properties": {
          "ipc": {
            "$ref": "#/components/schemas/D107ReportdataTechnologyApplicantDistribution_TADIPCData"
          },
          "app_info": {
            "type": "array",
            "example": [],
            "description": "Applicant information",
            "items": {
              "$ref": "#/components/schemas/D107ReportdataTechnologyApplicantDistribution_TADAppInfo"
            }
          }
        }
      },
      "D107ReportdataTechnologyApplicantDistribution_TechnologyApplicantDistributionResponse": {
        "type": "object",
        "properties": {
          "values": {
            "type": "array",
            "example": [],
            "description": "values",
            "items": {
              "$ref": "#/components/schemas/D107ReportdataTechnologyApplicantDistribution_TADItemData"
            }
          }
        }
      },
      "D107ReportdataTechnologyApplicantDistributionResponse": {
        "type": "object",
        "properties": {
          "data": {
            "$ref": "#/components/schemas/D107ReportdataTechnologyApplicantDistribution_TechnologyApplicantDistributionResponse"
          },
          "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"
        ]
      },
      "D107ReportdataTechnologyApplicantDistributionRequest": {
        "type": "object",
        "properties": {
          "query_text": {
            "type": "string",
            "example": "TACD: virtual reality",
            "description": "Analytics query, maximum length 1,500 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>"
          }
        },
        "required": [
          "query_text"
        ]
      },
      "D110ReportdataRecOfficeYear_ROYInfoData": {
        "type": "object",
        "properties": {
          "year": {
            "type": "string",
            "example": 2020,
            "description": "Application year"
          },
          "total": {
            "type": "integer",
            "format": "int32",
            "example": 10,
            "description": "patent count"
          }
        }
      },
      "D110ReportdataRecOfficeYear_ROYItemData": {
        "type": "object",
        "properties": {
          "code": {
            "type": "string",
            "example": "CN",
            "description": "Receiving office code"
          },
          "info": {
            "type": "array",
            "example": 10,
            "description": "Patent count by year",
            "items": {
              "$ref": "#/components/schemas/D110ReportdataRecOfficeYear_ROYInfoData"
            }
          },
          "rec_office": {
            "type": "string",
            "example": "中国",
            "description": "Receiving office name"
          }
        }
      },
      "D110ReportdataRecOfficeYear_RecOfficeYearResponse": {
        "type": "object",
        "properties": {
          "values": {
            "type": "array",
            "example": [],
            "description": "values",
            "items": {
              "$ref": "#/components/schemas/D110ReportdataRecOfficeYear_ROYItemData"
            }
          }
        }
      },
      "D110ReportdataRecOfficeYearResponse": {
        "type": "object",
        "properties": {
          "data": {
            "$ref": "#/components/schemas/D110ReportdataRecOfficeYear_RecOfficeYearResponse"
          },
          "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"
        ]
      },
      "D110ReportdataRecOfficeYearRequest": {
        "type": "object",
        "properties": {
          "query_text": {
            "type": "string",
            "example": "TACD: virtual reality",
            "description": "Analytics query, maximum length 1,500 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>"
          }
        },
        "required": [
          "query_text"
        ]
      },
      "D109ReportdataRecOffice_ROItemData": {
        "type": "object",
        "properties": {
          "num": {
            "type": "integer",
            "format": "int32",
            "example": 10,
            "description": "patent count"
          },
          "code": {
            "type": "string",
            "example": "CN",
            "description": "Receiving office code"
          },
          "rec_office": {
            "type": "string",
            "example": "中国",
            "description": "Receiving office name"
          }
        }
      },
      "D109ReportdataRecOffice_RecOfficeResponse": {
        "type": "object",
        "properties": {
          "values": {
            "type": "array",
            "example": [],
            "description": "values",
            "items": {
              "$ref": "#/components/schemas/D109ReportdataRecOffice_ROItemData"
            }
          }
        }
      },
      "D109ReportdataRecOfficeResponse": {
        "type": "object",
        "properties": {
          "data": {
            "$ref": "#/components/schemas/D109ReportdataRecOffice_RecOfficeResponse"
          },
          "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"
        ]
      },
      "D109ReportdataRecOfficeRequest": {
        "type": "object",
        "properties": {
          "query_text": {
            "type": "string",
            "example": "TACD: virtual reality",
            "description": "Analytics query, maximum length 1,500 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>"
          }
        },
        "required": [
          "query_text"
        ]
      },
      "D111ReportdataReferedRank_RRItemData": {
        "type": "object",
        "properties": {
          "num": {
            "type": "integer",
            "format": "int32",
            "example": 4,
            "description": "Citation count"
          },
          "name": {
            "type": "string",
            "example": "IT202100007886A1",
            "description": "Publication number"
          },
          "title": {
            "type": "string",
            "example": "DISPOSITIVO DI TAGLIO A GETTO FLUIDO",
            "description": "Title"
          },
          "app_date": {
            "type": "integer",
            "format": "int32",
            "example": 20210330,
            "description": "Application date"
          },
          "owner_application_name_arr": {
            "type": "array",
            "example": [
              "C.M.S. S.P.A."
            ],
            "description": "Current assignee"
          }
        }
      },
      "D111ReportdataReferedRank_ReferedRankResponse": {
        "type": "object",
        "properties": {
          "values": {
            "type": "array",
            "example": [],
            "description": "values",
            "items": {
              "$ref": "#/components/schemas/D111ReportdataReferedRank_RRItemData"
            }
          }
        }
      },
      "D111ReportdataReferedRankResponse": {
        "type": "object",
        "properties": {
          "data": {
            "$ref": "#/components/schemas/D111ReportdataReferedRank_ReferedRankResponse"
          },
          "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"
        ]
      },
      "D111ReportdataReferedRankRequest": {
        "type": "object",
        "properties": {
          "query_text": {
            "type": "string",
            "example": "TACD: virtual reality",
            "description": "Analytics query, maximum length 1,500 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>"
          }
        },
        "required": [
          "query_text"
        ]
      },
      "D108ReportdataTechnologyConstitute_TCItemData": {
        "type": "object",
        "properties": {
          "ipc": {
            "type": "string",
            "example": "A61K",
            "description": "IPC subclass"
          },
          "num": {
            "type": "integer",
            "format": "int32",
            "example": 9,
            "description": "patent count"
          },
          "content": {
            "type": "string",
            "example": "医用、牙科用或化妆用的配制品（专门适用于将药品制成特殊的物理或服用形式的装置或方法A61J3/00；空气除臭，消毒或灭菌，或者绷带、敷料、吸收垫或外科用品的化学方面，或材料的使用入A61L；肥皂组合物入C11D）",
            "description": "IPC classification description"
          }
        }
      },
      "D108ReportdataTechnologyConstitute_TechnologyConstituteResponse": {
        "type": "object",
        "properties": {
          "values": {
            "type": "array",
            "example": [],
            "description": "values",
            "items": {
              "$ref": "#/components/schemas/D108ReportdataTechnologyConstitute_TCItemData"
            }
          }
        }
      },
      "D108ReportdataTechnologyConstituteResponse": {
        "type": "object",
        "properties": {
          "data": {
            "$ref": "#/components/schemas/D108ReportdataTechnologyConstitute_TechnologyConstituteResponse"
          },
          "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"
        ]
      },
      "D108ReportdataTechnologyConstituteRequest": {
        "type": "object",
        "properties": {
          "query_text": {
            "type": "string",
            "example": "TACD: virtual reality",
            "description": "Analytics query, maximum length 1,500 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>"
          }
        },
        "required": [
          "query_text"
        ]
      },
      "D113ReportdataPatentList_PLItemData": {
        "type": "object",
        "properties": {
          "id": {
            "type": "string",
            "example": "CN116799819A",
            "description": "patent id"
          },
          "title": {
            "type": "string",
            "example": "一种压水堆核电厂调频能力优化方法",
            "description": "title"
          },
          "app_date": {
            "type": "integer",
            "format": "int32",
            "example": 20230727,
            "description": "application date"
          },
          "sim_legal": {
            "type": "string",
            "example": "在审",
            "description": "simple legal status"
          },
          "app_number": {
            "type": "string",
            "example": "CN202310935379.4",
            "description": "application number"
          },
          "pub_number": {
            "type": "string",
            "example": "CN116799819A",
            "description": "publication number"
          },
          "rec_office": {
            "type": "string",
            "example": "CN",
            "description": "receiving office"
          },
          "patent_type": {
            "type": "string",
            "example": "发明专利",
            "description": "patent type"
          },
          "app_type_tag": {
            "type": "string",
            "example": "发明申请",
            "description": "patent type tag"
          },
          "inventor_name": {
            "type": "array",
            "example": [
              "王煦嘉",
              "沙正峰",
              "江浩",
              "余建辉"
            ],
            "description": "inventor"
          },
          "applicant_name": {
            "type": "array",
            "example": [
              "上海核工程研究设计院股份有限公司"
            ],
            "description": "original applicant"
          },
          "owner_application_name": {
            "type": "array",
            "example": [
              "上海核工程研究设计院股份有限公司"
            ],
            "description": "current assignee"
          }
        }
      },
      "D113ReportdataPatentList_PatentListResponse": {
        "type": "object",
        "properties": {
          "data": {
            "type": "array",
            "example": [],
            "description": "data",
            "items": {
              "$ref": "#/components/schemas/D113ReportdataPatentList_PLItemData"
            }
          },
          "data_count": {
            "type": "integer",
            "format": "int32",
            "example": 10,
            "description": "patent count"
          },
          "total_search_data_count": {
            "type": "integer",
            "format": "int32",
            "example": 20000,
            "description": "total search patent count"
          }
        }
      },
      "D113ReportdataPatentListResponse": {
        "type": "object",
        "properties": {
          "data": {
            "$ref": "#/components/schemas/D113ReportdataPatentList_PatentListResponse"
          },
          "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"
        ]
      },
      "D113ReportdataPatentListRequest": {
        "type": "object",
        "properties": {
          "query_text": {
            "type": "string",
            "example": "TACD: virtual reality",
            "description": "Analytics query, maximum length 1,500 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 <= 100"
          }
        },
        "required": [
          "query_text"
        ]
      },
      "D112ReportdataFamnRank_FRItemData": {
        "type": "object",
        "properties": {
          "num": {
            "type": "integer",
            "format": "int32",
            "example": 109,
            "description": "Patent family count"
          },
          "name": {
            "type": "string",
            "example": "IDA00202201496S1",
            "description": "Publication number"
          },
          "title": {
            "type": "string",
            "example": "AUTOINJEKTOR YANG DAPAT DIPAKAI",
            "description": "Title"
          },
          "app_date": {
            "type": "integer",
            "format": "int32",
            "example": 20220513,
            "description": "Application date"
          },
          "owner_application_name_arr": {
            "type": "array",
            "example": [
              "REGENERON PHARMACEUTICALS, INC."
            ],
            "description": "Current assignee"
          }
        }
      },
      "D112ReportdataFamnRank_FamnRankResponse": {
        "type": "object",
        "properties": {
          "values": {
            "type": "array",
            "example": [],
            "description": "values",
            "items": {
              "$ref": "#/components/schemas/D112ReportdataFamnRank_FRItemData"
            }
          }
        }
      },
      "D112ReportdataFamnRankResponse": {
        "type": "object",
        "properties": {
          "data": {
            "$ref": "#/components/schemas/D112ReportdataFamnRank_FamnRankResponse"
          },
          "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"
        ]
      },
      "D112ReportdataFamnRankRequest": {
        "type": "object",
        "properties": {
          "query_text": {
            "type": "string",
            "example": "TACD: virtual reality",
            "description": "Analytics query, maximum length 1,500 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>"
          }
        },
        "required": [
          "query_text"
        ]
      },
      "D115ReportdataDomainMap_DMIPCData": {
        "type": "object",
        "properties": {
          "ipc": {
            "type": "string",
            "example": "A61K",
            "description": "IPC subclass"
          },
          "num": {
            "type": "integer",
            "format": "int32",
            "example": 9,
            "description": "patent count"
          },
          "content": {
            "type": "string",
            "example": "医用、牙科用或化妆用的配制品（专门适用于将药品制成特殊的物理或服用形式的装置或方法A61J3/00；空气除臭，消毒或灭菌，或者绷带、敷料、吸收垫或外科用品的化学方面，或材料的使用入A61L；肥皂组合物入C11D）",
            "description": "IPC classification description"
          }
        }
      },
      "D115ReportdataDomainMap_DomainMapItemData": {
        "type": "object",
        "properties": {
          "ipc": {
            "type": "array",
            "example": [],
            "description": "ipc values",
            "items": {
              "$ref": "#/components/schemas/D115ReportdataDomainMap_DMIPCData"
            }
          },
          "image": {
            "type": "string",
            "example": "image/jpeg;base64,/9j/4AAQSkZJRgABAQAASABIAAD/4QBARXhpZgAATU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAAqACAAQAAAABAAAAEqADAAQAAAABAAAAEwAAAAD/wAARCAATABIDASIAAhEBAxEB/8QAHwAAAQUBAQEBAQEAAAAAAAAAAAECAwQFBgcICQoL/8QAtRAAAgEDAwIEAwUFBAQAAAF9AQIDAAQRBRIhMUEGE1FhByJxFDKBkaEII0KxwRVS0fAkM2JyggkKFhcYGRolJicoKSo0NTY3ODk6Q0RFRkdISUpTVFVWV1hZWmNkZWZnaGlqc3R1dnd4eXqDhIWGh4iJipKTlJWWl5iZmqKjpKWmp6ipqrKztLW2t7i5usLDxMXGx8jJytLT1NXW19jZ2uHi4+Tl5ufo6erx8vP09fb3+Pn6/8QAHwEAAwEBAQEBAQEBAQAAAAAAAAECAwQFBgcICQoL/8QAtREAAgECBAQDBAcFBAQAAQJ3AAECAxEEBSExBhJBUQdhcRMiMoEIFEKRobHBCSMzUvAVYnLRChYkNOEl8RcYGRomJygpKjU2Nzg5OkNERUZHSElKU1RVVldYWVpjZGVmZ2hpanN0dXZ3eHl6goOEhYaHiImKkpOUlZaXmJmaoqOkpaanqKmqsrO0tba3uLm6wsPExcbHyMnK0tPU1dbX2Nna4uPk5ebn6Onq8vP09fb3+Pn6/9sAQwACAgICAgIDAgIDBQMDAwUGBQUFBQYIBgYGBgYICggICAgICAoKCgoKCgoKDAwMDAwMDg4ODg4PDw8PDw8PDw8P/9sAQwECAgIEBAQHBAQHEAsJCxAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQ/90ABAAC/9oADAMBAAIRAxEAPwD9/KKKKACiiigD/9D9/KKKKACiiigD/9k=",
            "description": "Image base64 code"
          }
        }
      },
      "D115ReportdataDomainMap_DomainMapResponse": {
        "type": "object",
        "properties": {
          "values": {
            "$ref": "#/components/schemas/D115ReportdataDomainMap_DomainMapItemData"
          }
        }
      },
      "D115ReportdataDomainMapResponse": {
        "type": "object",
        "properties": {
          "data": {
            "$ref": "#/components/schemas/D115ReportdataDomainMap_DomainMapResponse"
          },
          "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"
        ]
      },
      "D115ReportdataDomainMapRequest": {
        "type": "object",
        "properties": {
          "query_text": {
            "type": "string",
            "example": "TACD: virtual reality",
            "description": "Analytics query, maximum length 1,500 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>"
          }
        },
        "required": [
          "query_text"
        ]
      },
      "D114ReportdataPatentInfo_PIItemData": {
        "type": "object",
        "properties": {
          "cl": {
            "type": "string",
            "example": "<div class=\"indep-clm\" num=\"1\"><seg-con>1.一种压水堆核电厂调频能力优化方法，</seg-con><seg-trans>其特征在于，</seg-trans><seg-comp>包括以下步骤：</seg-comp></div>",
            "description": "Chinese claims"
          },
          "id": {
            "type": "string",
            "example": "CN116799819A",
            "description": "Patent ID"
          },
          "abs": {
            "type": "string",
            "example": "本发明涉及一种压水堆核电厂调频能力优化方法，包括以下步骤：根据核电厂参与调频的运行数据，与待优化的核电厂对比，确定优化目标...",
            "description": "Chinese abstract"
          },
          "desc": {
            "type": "string",
            "example": "\\[0001\\]本发明涉及核电反应堆技术领域，具体为一种压水堆核电厂调频能力优化方法。",
            "description": "Chinese description"
          },
          "en_cl": {
            "type": "string",
            "example": "<div class=\"indep-clm\" num=\"1\"><seg-con>1. A method for optimizing the frequency modulation capability of a pressurized water reactor nuclear power plant,</seg-con>...",
            "description": "English claims"
          },
          "title": {
            "type": "string",
            "example": "一种压水堆核电厂调频能力优化方法",
            "description": "Chinese title"
          },
          "en_abs": {
            "type": "string",
            "example": "The invention relates to a pressurized water reactor nuclear power plant frequency modulation capability optimization method comprising the following steps...",
            "description": "English abstract"
          },
          "en_desc": {
            "type": "string",
            "example": "Technical field [0001] The invention relates to the technical field of nuclear power reactors...",
            "description": "English description"
          },
          "en_title": {
            "type": "string",
            "example": "Frequency modulation capability optimization method for pressurized water reactor nuclear power plant",
            "description": "English title"
          },
          "original_cl": {
            "type": "string",
            "example": "<div class=\"indep-clm\" num=\"1\"><seg-con>1.一种压水堆核电厂调频能力优化方法，</seg-con><seg-trans>其特征在于，</seg-trans><seg-comp>包括以下步骤：</seg-comp></div>",
            "description": "Original claims"
          },
          "original_abs": {
            "type": "string",
            "example": "本发明涉及一种压水堆核电厂调频能力优化方法，包括以下步骤：根据核电厂参与调频的运行数据，与待优化的核电厂对比，确定优化目标...",
            "description": "Original abstract"
          },
          "original_desc": {
            "type": "string",
            "example": "\\[0001\\]本发明涉及核电反应堆技术领域，具体为一种压水堆核电厂调频能力优化方法。",
            "description": "Original description"
          },
          "original_title": {
            "type": "string",
            "example": "一种压水堆核电厂调频能力优化方法",
            "description": "Original title"
          }
        }
      },
      "D114ReportdataPatentInfo_PatentInfoResponse": {
        "type": "object",
        "properties": {
          "data": {
            "type": "array",
            "example": [],
            "description": "data",
            "items": {
              "$ref": "#/components/schemas/D114ReportdataPatentInfo_PIItemData"
            }
          }
        }
      },
      "D114ReportdataPatentInfoResponse": {
        "type": "object",
        "properties": {
          "data": {
            "$ref": "#/components/schemas/D114ReportdataPatentInfo_PatentInfoResponse"
          },
          "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"
        ]
      },
      "D114ReportdataPatentInfoRequest": {
        "type": "object",
        "properties": {
          "patent_number": {
            "type": "array",
            "example": [
              "US11205304B2",
              "CN116799819A"
            ],
            "description": "Publication number"
          }
        },
        "required": [
          "patent_number"
        ]
      },
      "D116Reportdata3dMap_TDMGroup": {
        "type": "object",
        "properties": {
          "num": {
            "type": "integer",
            "format": "int32",
            "example": 7,
            "description": "Number of applicant patents"
          },
          "name": {
            "type": "string",
            "example": "キヤノン株式会社",
            "description": "Applicant name"
          },
          "invalid_num": {
            "type": "integer",
            "format": "int32",
            "example": 4,
            "description": "Number of invalid applicant patents"
          }
        }
      },
      "D116Reportdata3dMap_TDMItemData": {
        "type": "object",
        "properties": {
          "ipc": {
            "type": "string",
            "example": "H03K17/78",
            "description": "IPC subclass"
          },
          "num": {
            "type": "integer",
            "format": "int32",
            "example": 178,
            "description": "Number of IPC patents"
          },
          "group1": {
            "type": "array",
            "example": [],
            "description": "group1",
            "items": {
              "$ref": "#/components/schemas/D116Reportdata3dMap_TDMGroup"
            }
          },
          "group2": {
            "type": "array",
            "example": [],
            "description": "group2",
            "items": {
              "$ref": "#/components/schemas/D116Reportdata3dMap_TDMGroup"
            }
          },
          "group3": {
            "type": "array",
            "example": [],
            "description": "group3",
            "items": {
              "$ref": "#/components/schemas/D116Reportdata3dMap_TDMGroup"
            }
          },
          "group4": {
            "type": "array",
            "example": [],
            "description": "group4",
            "items": {
              "$ref": "#/components/schemas/D116Reportdata3dMap_TDMGroup"
            }
          },
          "group5": {
            "type": "array",
            "example": [],
            "description": "group5",
            "items": {
              "$ref": "#/components/schemas/D116Reportdata3dMap_TDMGroup"
            }
          },
          "group6": {
            "type": "array",
            "example": [],
            "description": "group6",
            "items": {
              "$ref": "#/components/schemas/D116Reportdata3dMap_TDMGroup"
            }
          },
          "group7": {
            "type": "array",
            "example": [],
            "description": "group7",
            "items": {
              "$ref": "#/components/schemas/D116Reportdata3dMap_TDMGroup"
            }
          },
          "group8": {
            "type": "array",
            "example": [],
            "description": "group8",
            "items": {
              "$ref": "#/components/schemas/D116Reportdata3dMap_TDMGroup"
            }
          },
          "content": {
            "type": "string",
            "example": ".. 应用光电子器件，即电耦合或光耦合的光发射和光电器件作为有源元件的[2006.01]",
            "description": "IPC description"
          }
        }
      },
      "D116Reportdata3dMap_ThreeDMapResponse": {
        "type": "object",
        "properties": {
          "values": {
            "type": "array",
            "example": [],
            "description": "values",
            "items": {
              "$ref": "#/components/schemas/D116Reportdata3dMap_TDMItemData"
            }
          }
        }
      },
      "D116Reportdata3dMapResponse": {
        "type": "object",
        "properties": {
          "data": {
            "$ref": "#/components/schemas/D116Reportdata3dMap_ThreeDMapResponse"
          },
          "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"
        ]
      },
      "D116Reportdata3dMapRequest": {
        "type": "object",
        "properties": {
          "group1": {
            "type": "array",
            "example": [
              "キヤノン株式会社",
              "华为技术有限公司"
            ],
            "description": "group1"
          },
          "group2": {
            "type": "array",
            "example": [
              "キヤノン株式会社",
              "华为技术有限公司"
            ],
            "description": "group2"
          },
          "group3": {
            "type": "array",
            "example": [
              "キヤノン株式会社",
              "华为技术有限公司"
            ],
            "description": "group3"
          },
          "group4": {
            "type": "array",
            "example": [
              "キヤノン株式会社",
              "华为技术有限公司"
            ],
            "description": "group4"
          },
          "group5": {
            "type": "array",
            "example": [],
            "description": "group5"
          },
          "group6": {
            "type": "array",
            "example": [],
            "description": "group6"
          },
          "group7": {
            "type": "array",
            "example": [],
            "description": "group7"
          },
          "group8": {
            "type": "array",
            "example": [],
            "description": "group8"
          },
          "query_text": {
            "type": "string",
            "example": "TACD: virtual reality",
            "description": "Analytics query, maximum length 1,500 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>"
          }
        },
        "required": [
          "query_text"
        ]
      },
      "StatementV2_PathUsage": {
        "type": "object",
        "properties": {
          "fee_times": {
            "type": "number",
            "example": 80,
            "description": "Chargeable times"
          },
          "used_money": {
            "type": "number",
            "example": 123.45,
            "description": "Amount used"
          },
          "usage_times": {
            "type": "number",
            "example": 100,
            "description": "Usage times"
          },
          "request_path": {
            "type": "string",
            "example": "/basic-patent-data/fulltext-image",
            "description": "API request path"
          },
          "serial_number": {
            "type": "string",
            "example": "P042",
            "description": "Serial number"
          },
          "request_path_name": {
            "type": "string",
            "example": "<cn>[P042]全文附图</cn><us>[P042]Fulltext Image</us>",
            "description": "API name"
          }
        }
      },
      "StatementV2_ComboUsage": {
        "type": "object",
        "properties": {
          "url": {
            "type": "string",
            "example": "/ai/quick-search-report/query",
            "description": "Interface URL"
          },
          "url_name": {
            "type": "string",
            "example": "<cn>[AI34-3]预研报告查询（Beta）</cn><us>[AI34-3]Quick-search report Query(Beta)</us>",
            "description": "Interface name"
          },
          "used_num": {
            "type": "integer",
            "format": "int32",
            "example": 21,
            "description": "Usage count"
          },
          "usage_num": {
            "type": "integer",
            "format": "int32",
            "example": 21,
            "description": "Usage count"
          }
        }
      },
      "StatementV2_StatementResponseV2": {
        "type": "object",
        "properties": {
          "usage": {
            "type": "array",
            "example": [
              {
                "fee_times": 1,
                "used_money": 0,
                "usage_times": 1,
                "request_path": "/basic-patent-data/fulltext-image",
                "serial_number": "P042",
                "request_path_name": "<cn>[P042]全文附图</cn><us>[P042]Fulltext Image</us>"
              }
            ],
            "description": "Details of usage for each billing interface",
            "items": {
              "$ref": "#/components/schemas/StatementV2_PathUsage"
            }
          },
          "combo_usage": {
            "type": "array",
            "example": [
              {
                "url": "/ai/quick-search-report/query",
                "url_name": "<cn>[AI34-3]预研报告查询（Beta）</cn><us>[AI34-3]Quick-search report Query(Beta)</us>",
                "used_num": 21
              },
              {
                "url": "/ai/formulation-agent-query",
                "url_name": "<cn>[M001-2]配方助手-报告查询</cn><us>[M001-2]Formulation agent query</us>",
                "used_num": 7
              }
            ],
            "description": "Details of usage for each counting interface",
            "items": {
              "$ref": "#/components/schemas/StatementV2_ComboUsage"
            }
          },
          "usage_money": {
            "type": "number",
            "example": 100,
            "description": "The amount spent on the billing interface"
          },
          "combo_use_num": {
            "type": "integer",
            "format": "int32",
            "example": 100,
            "description": "Count the usage times of the interface"
          },
          "combo_usage_num": {
            "type": "integer",
            "format": "int32",
            "example": 100,
            "description": "The number of times the interface counts"
          }
        }
      },
      "StatementV2Response": {
        "type": "object",
        "properties": {
          "data": {
            "$ref": "#/components/schemas/StatementV2_StatementResponseV2"
          },
          "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"
        ]
      },
      "StatementV2Request": {
        "type": "object",
        "properties": {
          "apikey": {
            "type": "string",
            "example": "abc123456",
            "description": "API Key"
          },
          "client_secret": {
            "type": "string",
            "example": "abc123456",
            "description": "API secret"
          },
          "time_start": {
            "type": "string",
            "example": 20250101,
            "description": "Start date"
          },
          "time_end": {
            "type": "string",
            "example": 20250301,
            "description": "End date"
          }
        },
        "required": [
          "apikey",
          "client_secret",
          "time_start",
          "time_end"
        ]
      },
      "D006PatentQuerySearchPatentFacet_InpadocFamily": {
        "type": "object",
        "properties": {
          "apdt": {
            "type": "integer",
            "format": "int32",
            "example": 20221107,
            "description": "application date"
          },
          "apno": {
            "type": "string",
            "example": "US17/981970",
            "description": "application number"
          },
          "kind": {
            "type": "string",
            "example": "A1",
            "description": "kind code"
          },
          "pbdt": {
            "type": "integer",
            "format": "int32",
            "example": 20240509,
            "description": "publication date"
          },
          "country": {
            "type": "string",
            "example": "US",
            "description": "citation authority"
          },
          "sequence": {
            "type": "integer",
            "format": "int32",
            "example": 1,
            "description": "sequence"
          },
          "doc_number": {
            "type": "string",
            "example": 20240149898,
            "description": "doc number"
          }
        }
      },
      "D006PatentQuerySearchPatentFacet_PatentSearchSpecialResponse": {
        "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"
          },
          "abstract": {
            "type": "string",
            "example": "718ead9c-4f3c-4674-8f5a-24e126827269",
            "description": "abstract"
          },
          "inventor": {
            "type": "string",
            "example": "ELSHAFIE, AHMED | YANG, WEI | HOSSEINI, SEYEDKIANOUSH",
            "description": "Inventor"
          },
          "patent_id": {
            "type": "string",
            "example": "718ead9c-4f3c-4674-8f5a-24e126827269",
            "description": "patent id"
          },
          "inpadoc_family": {
            "type": "array",
            "example": "Please check the form: InpadocFamily",
            "description": "inpadoc family",
            "items": {
              "$ref": "#/components/schemas/D006PatentQuerySearchPatentFacet_InpadocFamily"
            }
          },
          "current_assignee": {
            "type": "string",
            "example": "QUALCOMM INCORPORATED",
            "description": "Current Assignee"
          },
          "original_assignee": {
            "type": "string",
            "example": "QUALCOMM INCORPORATED",
            "description": "Original Assignee (Applicant)"
          },
          "first_priority_date": {
            "type": "integer",
            "format": "int32",
            "example": 20211108,
            "description": "First Priority Date"
          },
          "first_priority_number": {
            "type": "array",
            "example": [
              "US20240149898A1"
            ],
            "description": "First Priority Number"
          }
        }
      },
      "D006PatentQuerySearchPatentFacet_SearchPatentSpecialFacetResponse": {
        "type": "object",
        "properties": {
          "facet": {
            "type": "object",
            "example": {
              "ASSIGNEE": [
                {
                  "name": "腾讯科技(深圳)有限公司",
                  "count": 4095
                },
                {
                  "name": "华为技术有限公司",
                  "count": 4037
                },
                {
                  "name": "丰田自动车株式会社",
                  "count": 2458
                },
                {
                  "name": "北京百度网讯科技有限公司",
                  "count": 1865
                },
                {
                  "name": "本田技研工业株式会社",
                  "count": 1820
                }
              ],
              "INVENTOR": [
                {
                  "name": "永田聪",
                  "count": 908
                },
                {
                  "name": "不公告发明人",
                  "count": 684
                },
                {
                  "name": "松村祐辉",
                  "count": 536
                },
                {
                  "name": "张放",
                  "count": 505
                },
                {
                  "name": "韩旭",
                  "count": 505
                }
              ]
            },
            "description": "result"
          },
          "results": {
            "type": "array",
            "example": "PatentBaseV2Response",
            "description": "result",
            "items": {
              "$ref": "#/components/schemas/D006PatentQuerySearchPatentFacet_PatentSearchSpecialResponse"
            }
          },
          "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"
          }
        }
      },
      "D006PatentQuerySearchPatentFacetResponse": {
        "type": "object",
        "properties": {
          "data": {
            "$ref": "#/components/schemas/D006PatentQuerySearchPatentFacet_SearchPatentSpecialFacetResponse"
          },
          "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"
        ]
      },
      "D006PatentQuerySearchPatentFacet_PatentSearchSort": {
        "type": "object",
        "properties": {
          "field": {
            "type": "string",
            "example": "APD_YEARMONTHDAY",
            "description": "field"
          },
          "order": {
            "type": "string",
            "example": "desc",
            "description": "order"
          }
        }
      },
      "D006PatentQuerySearchPatentFacet_PatentSearchCollapse": {
        "type": "object",
        "properties": {
          "field": {
            "type": "string",
            "example": "AUTHORITY",
            "description": "field"
          },
          "order": {
            "type": "string",
            "example": "CN,US,EP,WO",
            "description": "order"
          }
        }
      },
      "D006PatentQuerySearchPatentFacetRequest": {
        "type": "object",
        "properties": {
          "offset": {
            "type": "integer",
            "format": "int32",
            "example": 0,
            "description": "offset value; offset <= 20000 (A single call returns a list of 20 patents)"
          },
          "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>",
            "items": {
              "$ref": "#/components/schemas/D006PatentQuerySearchPatentFacet_PatentSearchSort"
            }
          },
          "collapse_by": {
            "type": "array",
            "example": [
              {
                "field": "AUTHORITY",
                "order": "CN,US,EP,WO"
              },
              {
                "field": "TYPE",
                "order": "GRANTED"
              }
            ],
            "description": "Select the patent collapse ordering rule",
            "items": {
              "$ref": "#/components/schemas/D006PatentQuerySearchPatentFacet_PatentSearchCollapse"
            }
          },
          "field": {
            "type": "string",
            "example": "ASSIGNEE",
            "description": "Filter field dimension, please enter the field code, up to 5 fields are supported, separated by comma.<p>AUTHORITY: Authority (https://analytics.patsnap.com/status)</p><p>PATENT_TYPE: Patent Type（A: Applications B: Patents U: Utility models D: Designs AB: Applications+Patents）</p><p>PUBLICATION_YEAR: Publication Year</p><p>APPLICATION_YEAR: Application Year</p><p>ISSUE_YEAR: Issue Year</p><p>PRIORITY_YEAR: Priority Year</p><p>CURRENT_ASSIGNEE: Current Assignee</p><p>ORIGINAL_ASSIGNEE: Original Assignee (Applicant)</p><p>ASSIGNEE: Std. Current Assignee</p><p>STD_ORIGINAL_ASSIGNEE: Std. Original Assignee (Applicant)</p><p>INVENTOR: Inventor</p><p>AGENCY: Agency</p><p>ANCS_TYPE: Std. Current Assignee Type（ACADEMY, COMPANY, GOVERNMENT, PERSON, HOSPITAL, BANK, OTHER）</p><p>IPC: IPC</p><p>IPC_SECTION: IPC-IPC Section</p><p>IPC_CLASS: IPC-IPC Class</p><p>IPC_SUB_CLASS: IPC-IPC Sub Class</p><p>IPC_MAIN_GROUP: IPC-IPC Group</p><p>CPC: Main CPC</p><p>CPC_SECTION: CPC-CPC Section</p><p>CPC_CLASS: CPC-CPC Class</p><p>CPC_SUB_CLASS: CPC-CPC Sub Class</p><p>CPC_MAIN_GROUP: CPC-CPC Group</p><p>SIMPLE_LEGAL_STATUS: Simple Legal Status (0:Inactive 1:Active 2:Pending 220:PCT designated stage expired 221:PCT designated stage 999:Undetermined)</p><p>LEGAL_STATUS: Legal Status (1:Published 2:Examining 3:Granted 8:Double 11:Withdrawn 13:Rejected 14:Revoked 15:Expired 16:Non-payment 21:Restoration 22:Ceased 23:P-Revoked 24:Discontinuation 30:Abandoned 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><p>LEGAL_EVENT: Legal Events (61:Transfer 62:License 63:Pledge 64:Trust 65:Opposition 66:Re-examination 69:Customs 70:Litigation 71:Preservation 72:Invalid-procedure 73:Oral-procedure 74:Declassification 75:Dual filing（Double application）)</p>"
          },
          "limit": {
            "type": "integer",
            "format": "int32",
            "example": 50,
            "description": "Returns the number of statistical results, 1 <= limit <= 100，default is 50"
          },
          "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>"
          },
          "lang": {
            "type": "string",
            "example": "cn",
            "description": "Select the language, the default language is cn, you can choose cn、en or jp."
          },
          "query_text": {
            "type": "string",
            "example": "TACD: virtual reality",
            "description": "Analytics query, maximum length 1,500 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"
          }
        },
        "required": [
          "collapse_by",
          "field",
          "query_text"
        ]
      },
      "D201JdfPatentDetailText_JdfLangText": {
        "type": "object",
        "properties": {
          "lang": {
            "type": "string",
            "example": "CN",
            "description": "lang"
          },
          "text": {
            "type": "string",
            "example": "\\n背景技术\\n<b class=\\\"d_n\\\">[0002]</b>有机电致发光材料(OLED)作为新一代显示技术，具有超薄、自发光、视角宽、响应快、发光效率高、温度适应性好、生产工艺简单、驱动电压低、能耗低等优点，已广泛应用于平板显示、柔性显示、固态照明和车载显示等行业。\\n<b class=\\\"d_n\\\">[0003]</b>有机发光现象是指使用有机材料将电能转换成光能的现象。利用有机发光现象的有机发光器件通常具有这样的结构，其包括阳极、阴极和其间的有机材料层。有机材料层通常以由不同材料构成的多层结构形成以提高有机电致发光器件的亮度、效率和寿命，有机材料层可由空穴注入层、空穴传输层、发光层、电子传输层和电子注入层等构成。有机发光器件结构中，当在两个电极之间施加电压时，空穴和电子分别从阳极和阴极注入有机材料层，当注入的空穴与电子相遇时形成激子，并且当这些激子返回基态时发光。现有的有机电致发光器件中，最主要的问题为寿命和效率，随着显示器的大面积化，驱动电压也随之提高，发光效率及电力效率也需要提高，并且要保证一定的使用寿命，因此，有机材料必须要解决这些效率或寿命问题，需要不断地开发高效率，长寿命，适于量产的用于有机发光器件的新材料。\\n<b class=\\\"d_n\\\">[0004]</b>需要说明的是，在上述背景技术部分公开的信息仅用于加强对本申请的背景的理解，因此可以包括不构成对本领域普通技术人员已知的现有技术的信息。",
            "description": "text"
          }
        }
      },
      "D201JdfPatentDetailText_PatentLegalStatus": {
        "type": "object",
        "properties": {
          "event_status": {
            "type": "array",
            "example": [
              "Transfer"
            ],
            "description": "Event status:\n<p>such as: Transfer,License,Pledge,Trust,Opposition,Re-examination,Customs,Litigation,Preservation,Invalid-procedure,Oral-procedure,Declassification,Double application</p>"
          },
          "legal_status": {
            "type": "array",
            "example": [
              "Examining"
            ],
            "description": "Legal status:<p>such as: Published,Examining,Granted,Double,Abandoned-Undetermined,Abandoned-Voluntarily,Abandoned-Deemed,Withdrawn-Undetermined,Withdrawn-Voluntarily,Withdrawn-Deemed,Rejected,Revoked,Expired,Non-Payment,Restoration,Ceased,P-Revoked,Discontinuation,PCT published,PCT entering(designated period),PCT entering(designated expiration),unentered</p>"
          },
          "simple_legal_status": {
            "type": "array",
            "example": [
              "Pending"
            ],
            "description": "Simple legal status:\n<p>such as: Inactive,Active,Pending,Undetermined,PCT designated period,PCT designated expiration</p>"
          }
        }
      },
      "D201JdfPatentDetailText_BenefitSummary": {
        "type": "object",
        "properties": {
          "benefit_para": {
            "type": "array",
            "example": "<cn>[\"本发明提供了一种液晶屏检测装置及方法，可以针对母板玻璃进行检测，解决了现有技术中针对单元液晶屏进行的Cell Test检测设备效率不高的问题。该装置包括设置在整张母板玻璃上的至少一组信号端口，每组信号端口负责一列上的单元液晶屏，通过控制信号端口的电压驱动每个单元液晶屏的信号输入端，同时点亮整张母板玻璃上的所有单元液晶屏。该方法可以直观判断液晶屏不良现象的设备依存性，对产线上不良解析的效率有显著提高，同时也实现了不同尺寸液晶屏的共用，降低了设备成本。\"]</cn><us>[\"This patent text describes an electronic device with an antenna module that operates in the millimeter wave band and can control its own operation. The antenna module contains multiple antenna elements with different polarizations, which can reduce interference between them. Additionally, the patent describes how to implement vertical polarization while keeping the antenna module's height low. The technical effect of this patent text is to enhance the performance of millimeter wave antennas in electronic devices.\"]</us>",
            "description": "Benefit Summary Paragraph"
          },
          "benefit_word": {
            "type": "array",
            "example": "<cn>[ \"参数优化改善\", \"提高效率\", \"降低设备成本\" ]</cn><us>[\"reduce noise level\"]</us>",
            "description": "Technical Benefit Phrase"
          }
        }
      },
      "D201JdfPatentDetailText_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"
          }
        }
      },
      "D201JdfPatentDetailText_JdfParties": {
        "type": "object",
        "properties": {
          "assignees": {
            "type": "array",
            "example": "Please check the form: PatentBasePerson",
            "description": "current assignee",
            "items": {
              "$ref": "#/components/schemas/D201JdfPatentDetailText_PatentBasePerson"
            }
          }
        }
      },
      "D201JdfPatentDetailText_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"
          }
        }
      },
      "D201JdfPatentDetailText_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"
          }
        }
      },
      "D201JdfPatentDetailText_JdfClassifiationCode": {
        "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"
          }
        }
      },
      "D201JdfPatentDetailText_JdfClassificationDoc": {
        "type": "object",
        "properties": {
          "main_classification": {
            "$ref": "#/components/schemas/D201JdfPatentDetailText_JdfClassifiationCode"
          },
          "further_classification": {
            "type": "array",
            "example": "Please check the form: ClassifiationCode",
            "description": "further classification",
            "items": {
              "$ref": "#/components/schemas/D201JdfPatentDetailText_JdfClassifiationCode"
            }
          }
        }
      },
      "D201JdfPatentDetailText_JdfClassificationData": {
        "type": "object",
        "properties": {
          "classification_cpc": {
            "$ref": "#/components/schemas/D201JdfPatentDetailText_JdfClassificationDoc"
          },
          "classification_ipcr": {
            "$ref": "#/components/schemas/D201JdfPatentDetailText_JdfClassificationDoc"
          }
        }
      },
      "D201JdfPatentDetailText_JdfPatentBaseInfo": {
        "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"
          },
          "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"
          },
          "doc_number": {
            "type": "string",
            "example": "11205304",
            "description": "doc number"
          }
        }
      },
      "D201JdfPatentDetailText_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"
          }
        }
      },
      "D201JdfPatentDetailText_JdfBibliographicData": {
        "type": "object",
        "properties": {
          "parties": {
            "$ref": "#/components/schemas/D201JdfPatentDetailText_JdfParties"
          },
          "abstracts": {
            "type": "array",
            "example": "Please check the form: PatentAbstract",
            "description": "patent abstract",
            "items": {
              "$ref": "#/components/schemas/D201JdfPatentDetailText_PatentAbstract"
            }
          },
          "invention_title": {
            "type": "array",
            "example": "Please check the form: PatentTitle",
            "description": "invention title",
            "items": {
              "$ref": "#/components/schemas/D201JdfPatentDetailText_PatentTitle"
            }
          },
          "classification_data": {
            "$ref": "#/components/schemas/D201JdfPatentDetailText_JdfClassificationData"
          },
          "application_reference": {
            "$ref": "#/components/schemas/D201JdfPatentDetailText_JdfPatentBaseInfo"
          },
          "publication_reference": {
            "$ref": "#/components/schemas/D201JdfPatentDetailText_JdfPatentBaseInfo"
          },
          "dates_of_public_availability": {
            "$ref": "#/components/schemas/D201JdfPatentDetailText_DatesOfPublicAvailability"
          }
        }
      },
      "D201JdfPatentDetailText_TechProblemSummary": {
        "type": "object",
        "properties": {
          "tech_problem_para": {
            "type": "array",
            "example": "<cn>[\"现有的TFT-LCD液晶屏生产过程中，针对单元液晶屏进行的检测通常只能比较直观地检测出不良现象，对于产生的不良的原因仍需要进一步分析判断。同时，不同尺寸液晶屏的Cell Test检测设备在产品开发阶段都需要定制购买价格不菲的点屏设备，不同尺寸液晶屏的Cell Test检测设备完全不能共用，且开发阶段针对不同尺寸液晶屏的Cell Test检测设备调试复杂，工作效率较低。\"]</cn><us>[\"The technical problem addressed in this patent text is how to improve the function and performance of electronic devices, particularly mobile terminals, by enhancing their ability to capture and play high-quality video and music files, as well as to provide 5G wireless communication services in various frequency bands. This involves optimizing the design of antenna modules and ensuring signal reception stability, while addressing the challenge of providing multiple-input multiple-output (MIMO) capabilities with only one antenna module.\"]</us>",
            "description": "Technical Problem Paragraph"
          },
          "tech_problem_word": {
            "type": "array",
            "example": "<cn>[\"效率低\"]</cn><us>[\"difficult to dispose\"]</us>",
            "description": "Technical Problem Word"
          }
        }
      },
      "D201JdfPatentDetailText_TechnicalApproachSummary": {
        "type": "object",
        "properties": {
          "technical_approach_para": {
            "type": "array",
            "example": "<cn>[\"[0042]如上所述，考虑到TFT玻璃基板尽量减小金属线负载的设计基本原则，一张母板玻璃可以设置一组或几组信号输入端口，这样可以根据TFT玻璃基板设计的实际情况，将一张母板玻璃的单元液晶屏分成几组，每组的单元液晶屏共用一组信号输入端口，尽量减小Cell Test检测用信号线负载的影响。按照信号线损耗尽量相等的原则，离Pad端较远的单元液晶屏的Cell Test检测用信号线比离Pad端较近的单元液晶屏的Cell Test检测用信号线宽，以使整张母板上所有单元液晶屏的Cell Test检测用信号线的电阻尽量相等，单元液晶屏之间的电压分布均匀。\"]</cn><us>[\"Vertical polarization antenna: the scheme provides a method to implement a vertical polarization antenna in an antenna module with a certain height. this feature addresses the challenge of integrating a vertical polarization antenna into a compact device.\",\n    \"Orthogonal polarization antennas: the scheme introduces an antenna module with antenna elements having different polarizations orthogonal to each other. this feature allows for multiple-input multiple-output (mimo) communication, enhancing the overall performance and data rate of the electronic device.\",\n    \"Disposing an array antenna in a millimeter wave band: the scheme overcomes the limitation of existing wireless communication systems by incorporating an array antenna into an electronic device. this allows for multifunctionality, enabling the device to capture still images or moving videos, play music or video files, provide data communication, and receive broadcast and television signals.\",\n    \"Height reduction and interference reduction: the scheme introduces various antenna structures and configurations to reduce the overall height of the antenna module and minimize interference between antennas with different polarizations. this includes offsetting the via pad and via by a certain distance, using a metal strip and a via, and arranging different polarization antennas vertically and horizontally.\"]</us>",
            "description": "Technical Approach Paragraph"
          }
        }
      },
      "D201JdfPatentDetailText_JdfPatentDetailTextResponse": {
        "type": "object",
        "properties": {
          "pn": {
            "type": "string",
            "example": "US11205304B2",
            "description": "patent number"
          },
          "claims": {
            "type": "array",
            "example": "Please check the form: JdfLangText",
            "description": "claims",
            "items": {
              "$ref": "#/components/schemas/D201JdfPatentDetailText_JdfLangText"
            }
          },
          "patent_id": {
            "type": "string",
            "example": "718ead9c-4f3c-4674-8f5a-24e126827269",
            "description": "patent id"
          },
          "description": {
            "type": "array",
            "example": "Please check the form: JdfLangText",
            "description": "description",
            "items": {
              "$ref": "#/components/schemas/D201JdfPatentDetailText_JdfLangText"
            }
          },
          "first_claims": {
            "type": "array",
            "example": "Please check the form: JdfLangText",
            "description": "first claims",
            "items": {
              "$ref": "#/components/schemas/D201JdfPatentDetailText_JdfLangText"
            }
          },
          "indep_claims": {
            "type": "array",
            "example": "Please check the form: JdfLangText",
            "description": "independent claims",
            "items": {
              "$ref": "#/components/schemas/D201JdfPatentDetailText_JdfLangText"
            }
          },
          "patent_legal": {
            "$ref": "#/components/schemas/D201JdfPatentDetailText_PatentLegalStatus"
          },
          "benefit_summary": {
            "$ref": "#/components/schemas/D201JdfPatentDetailText_BenefitSummary"
          },
          "bibliographic_data": {
            "$ref": "#/components/schemas/D201JdfPatentDetailText_JdfBibliographicData"
          },
          "examples_description": {
            "type": "array",
            "example": "Please check the form: JdfLangText",
            "description": "embodiment_description",
            "items": {
              "$ref": "#/components/schemas/D201JdfPatentDetailText_JdfLangText"
            }
          },
          "tech_problem_summary": {
            "$ref": "#/components/schemas/D201JdfPatentDetailText_TechProblemSummary"
          },
          "back_tech_description": {
            "type": "array",
            "example": "Please check the form: JdfLangText",
            "description": "back_tech_description",
            "items": {
              "$ref": "#/components/schemas/D201JdfPatentDetailText_JdfLangText"
            }
          },
          "invent_content_description": {
            "type": "array",
            "example": "Please check the form: JdfLangText",
            "description": "invent_content_description",
            "items": {
              "$ref": "#/components/schemas/D201JdfPatentDetailText_JdfLangText"
            }
          },
          "technical_approach_summary": {
            "$ref": "#/components/schemas/D201JdfPatentDetailText_TechnicalApproachSummary"
          }
        }
      },
      "D201JdfPatentDetailTextResponse": {
        "type": "object",
        "properties": {
          "data": {
            "type": "array",
            "example": "no sample",
            "description": "response data",
            "items": {
              "$ref": "#/components/schemas/D201JdfPatentDetailText_JdfPatentDetailTextResponse"
            }
          },
          "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"
        ]
      },
      "D201JdfPatentDetailTextRequest": {
        "type": "object"
      },
      "D301BasicPatentDataPatentDetailAggregation_ImageData": {
        "type": "object",
        "properties": {
          "path": {
            "type": "string",
            "example": "https://data-fulltext-image.zhihuiya.com/CN/S/30/39/48/52/4/000003.png?sign=q-sign-algorithm%3Dsha1%26q-ak%3DAKIDz31lFbrtH8mIbFyaxA70x49IRP7lLiCT%26q-sign-time%3D1764306982%3B1764911782%26q-key-time%3D1764306982%3B1764911782%26q-header-list%3Dhost%26q-url-param-list%3Dresponse-expires%26q-signature%3D3bdda85c03aae7a16b6cbfc8eb3781a49d73b048&response-expires=Fri%2C%2005%20Dec%202025%2005%3A16%3A22%20GMT",
            "description": "image path"
          },
          "image_type": {
            "type": "string",
            "example": "drawing",
            "description": "image type"
          }
        }
      },
      "D301BasicPatentDataPatentDetailAggregation_AggregationPatentClassifcation": {
        "type": "object",
        "properties": {
          "category": {
            "type": "array",
            "example": [
              "13-03"
            ],
            "description": "classification number"
          },
          "category_type": {
            "type": "string",
            "example": "LOC",
            "description": "classification type"
          }
        }
      },
      "D301BasicPatentDataPatentDetailAggregation_PatentDetailAggregation": {
        "type": "object",
        "properties": {
          "pn": {
            "type": "string",
            "example": "CN110650438A",
            "description": "Patent number"
          },
          "title": {
            "type": "string",
            "example": "绝缘挡板",
            "description": "patent title"
          },
          "images": {
            "type": "array",
            "example": "Please check the form: ImageData",
            "description": "image data",
            "items": {
              "$ref": "#/components/schemas/D301BasicPatentDataPatentDetailAggregation_ImageData"
            }
          },
          "inventor": {
            "type": "string",
            "example": "田园|魏光涛|吴京雷|马劲松",
            "description": "inventor"
          },
          "title_cn": {
            "type": "string",
            "example": "绝缘挡板",
            "description": "patent chinese title"
          },
          "patent_id": {
            "type": "string",
            "example": "1e099a74-4378-4b84-9d13-f1b4ed5cb59b",
            "description": "Patent id"
          },
          "grant_date": {
            "type": "integer",
            "format": "int32",
            "example": 20161130,
            "description": "grant date"
          },
          "patent_type": {
            "type": "string",
            "example": "外观设计",
            "description": "patent type"
          },
          "grant_number": {
            "type": "string",
            "example": "CN303948524S",
            "description": "grant number"
          },
          "priority_date": {
            "type": "integer",
            "format": "int32",
            "example": 20090203,
            "description": "Priority date"
          },
          "expiration_date": {
            "type": "integer",
            "format": "int32",
            "example": 20251207,
            "description": "Estimated maturity date"
          },
          "application_date": {
            "type": "integer",
            "format": "int32",
            "example": 20151207,
            "description": "application date"
          },
          "current_assignee": {
            "type": "string",
            "example": "国网北京市电力公司|国家电网公司",
            "description": "Current rights holder"
          },
          "publication_date": {
            "type": "integer",
            "format": "int32",
            "example": 20161130,
            "description": "publication date"
          },
          "original_assignee": {
            "type": "string",
            "example": "国网北京市电力公司|国家电网公司",
            "description": "Original rights holder"
          },
          "application_number": {
            "type": "string",
            "example": "CN201530507755.6",
            "description": "application number"
          },
          "classification_data": {
            "type": "array",
            "example": "Please check the form: AggregationPatentClassifcation",
            "description": "classification data",
            "items": {
              "$ref": "#/components/schemas/D301BasicPatentDataPatentDetailAggregation_AggregationPatentClassifcation"
            }
          },
          "simple_legal_status": {
            "type": "string",
            "example": "有效",
            "description": "Simple legal status"
          },
          "registration_country": {
            "type": "string",
            "example": "CN",
            "description": "Patent registration country"
          }
        }
      },
      "D301BasicPatentDataPatentDetailAggregationResponse": {
        "type": "object",
        "properties": {
          "data": {
            "type": "array",
            "example": "no sample",
            "description": "response data",
            "items": {
              "$ref": "#/components/schemas/D301BasicPatentDataPatentDetailAggregation_PatentDetailAggregation"
            }
          },
          "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"
        ]
      },
      "D008BasicPatentDataPatentPdf_PdfDocument": {
        "type": "object",
        "properties": {
          "path": {
            "type": "string",
            "example": "https://patsnap-pdf.cdn.zhihuiya.com/EP/B1/24/58/38/0/EP_2458380_B1.pdf?response-content-disposition=attachment%3Bfilename%2A%3DUTF-8%27%27EP_2458380_B1.pdf&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Date=20210929T072803Z&X-Amz-SignedHeaders=host&X-Amz-Expires=10800&X-Amz-Credential=AKIAOCKXBMBTRQNHGHMQ%2F20210929%2Fcn-northwest-1%2Fs3%2Faws4_request&X-Amz-Signature=1f6b20f00d4b96ff1836cad9520e47fda64d8f5fe18f0a67c92acc88d9495b0c",
            "description": "pdf path"
          }
        }
      },
      "D008BasicPatentDataPatentPdf_PatentPdfResponse": {
        "type": "object",
        "properties": {
          "pn": {
            "type": "string",
            "example": "US11205304B2",
            "description": "patent number"
          },
          "pdf": {
            "$ref": "#/components/schemas/D008BasicPatentDataPatentPdf_PdfDocument"
          },
          "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)"
          }
        }
      },
      "D008BasicPatentDataPatentPdfResponse": {
        "type": "object",
        "properties": {
          "data": {
            "type": "array",
            "example": "no sample",
            "description": "response data",
            "items": {
              "$ref": "#/components/schemas/D008BasicPatentDataPatentPdf_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"
        ]
      },
      "D010PatentQuerySearchFacet_InpadocFamily": {
        "type": "object",
        "properties": {
          "apdt": {
            "type": "integer",
            "format": "int32",
            "example": 20221107,
            "description": "application date"
          },
          "apno": {
            "type": "string",
            "example": "US17/981970",
            "description": "application number"
          },
          "kind": {
            "type": "string",
            "example": "A1",
            "description": "kind code"
          },
          "pbdt": {
            "type": "integer",
            "format": "int32",
            "example": 20240509,
            "description": "publication date"
          },
          "country": {
            "type": "string",
            "example": "US",
            "description": "citation authority"
          },
          "sequence": {
            "type": "integer",
            "format": "int32",
            "example": 1,
            "description": "sequence"
          },
          "doc_number": {
            "type": "string",
            "example": 20240149898,
            "description": "doc number"
          }
        }
      },
      "D010PatentQuerySearchFacet_PatentSearchSpecialResponse": {
        "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"
          },
          "abstract": {
            "type": "string",
            "example": "718ead9c-4f3c-4674-8f5a-24e126827269",
            "description": "abstract"
          },
          "inventor": {
            "type": "string",
            "example": "ELSHAFIE, AHMED | YANG, WEI | HOSSEINI, SEYEDKIANOUSH",
            "description": "Inventor"
          },
          "patent_id": {
            "type": "string",
            "example": "718ead9c-4f3c-4674-8f5a-24e126827269",
            "description": "patent id"
          },
          "inpadoc_family": {
            "type": "array",
            "example": "Please check the form: InpadocFamily",
            "description": "inpadoc family",
            "items": {
              "$ref": "#/components/schemas/D010PatentQuerySearchFacet_InpadocFamily"
            }
          },
          "current_assignee": {
            "type": "string",
            "example": "QUALCOMM INCORPORATED",
            "description": "Current Assignee"
          },
          "original_assignee": {
            "type": "string",
            "example": "QUALCOMM INCORPORATED",
            "description": "Original Assignee (Applicant)"
          },
          "first_priority_date": {
            "type": "integer",
            "format": "int32",
            "example": 20211108,
            "description": "First Priority Date"
          },
          "first_priority_number": {
            "type": "array",
            "example": [
              "US20240149898A1"
            ],
            "description": "First Priority Number"
          }
        }
      },
      "D010PatentQuerySearchFacet_SearchPatentSpecialFacetResponse": {
        "type": "object",
        "properties": {
          "facet": {
            "type": "object",
            "example": {
              "ASSIGNEE": [
                {
                  "name": "腾讯科技(深圳)有限公司",
                  "count": 4095
                },
                {
                  "name": "华为技术有限公司",
                  "count": 4037
                },
                {
                  "name": "丰田自动车株式会社",
                  "count": 2458
                },
                {
                  "name": "北京百度网讯科技有限公司",
                  "count": 1865
                },
                {
                  "name": "本田技研工业株式会社",
                  "count": 1820
                }
              ],
              "INVENTOR": [
                {
                  "name": "永田聪",
                  "count": 908
                },
                {
                  "name": "不公告发明人",
                  "count": 684
                },
                {
                  "name": "松村祐辉",
                  "count": 536
                },
                {
                  "name": "张放",
                  "count": 505
                },
                {
                  "name": "韩旭",
                  "count": 505
                }
              ]
            },
            "description": "result"
          },
          "results": {
            "type": "array",
            "example": "PatentBaseV2Response",
            "description": "result",
            "items": {
              "$ref": "#/components/schemas/D010PatentQuerySearchFacet_PatentSearchSpecialResponse"
            }
          },
          "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"
          }
        }
      },
      "D010PatentQuerySearchFacetResponse": {
        "type": "object",
        "properties": {
          "data": {
            "$ref": "#/components/schemas/D010PatentQuerySearchFacet_SearchPatentSpecialFacetResponse"
          },
          "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"
        ]
      },
      "D010PatentQuerySearchFacet_PatentSearchCollapse": {
        "type": "object",
        "properties": {
          "field": {
            "type": "string",
            "example": "AUTHORITY",
            "description": "field"
          },
          "order": {
            "type": "string",
            "example": "CN,US,EP,WO",
            "description": "order"
          }
        }
      },
      "D010PatentQuerySearchFacetRequest": {
        "type": "object",
        "properties": {
          "collapse_by": {
            "type": "array",
            "example": [
              {
                "field": "AUTHORITY",
                "order": "CN,US,EP,WO"
              },
              {
                "field": "TYPE",
                "order": "GRANTED"
              }
            ],
            "description": "Select the patent collapse ordering rule",
            "items": {
              "$ref": "#/components/schemas/D010PatentQuerySearchFacet_PatentSearchCollapse"
            }
          },
          "field": {
            "type": "string",
            "example": "ASSIGNEE",
            "description": "Filter field dimension, please enter the field code, up to 5 fields are supported, separated by comma.<p>AUTHORITY: Authority (https://analytics.patsnap.com/status)</p><p>PATENT_TYPE: Patent Type（A: Applications B: Patents U: Utility models D: Designs AB: Applications+Patents）</p><p>PUBLICATION_YEAR: Publication Year</p><p>APPLICATION_YEAR: Application Year</p><p>ISSUE_YEAR: Issue Year</p><p>PRIORITY_YEAR: Priority Year</p><p>CURRENT_ASSIGNEE: Current Assignee</p><p>ORIGINAL_ASSIGNEE: Original Assignee (Applicant)</p><p>ASSIGNEE: Std. Current Assignee</p><p>STD_ORIGINAL_ASSIGNEE: Std. Original Assignee (Applicant)</p><p>INVENTOR: Inventor</p><p>AGENCY: Agency</p><p>ANCS_TYPE: Std. Current Assignee Type（ACADEMY, COMPANY, GOVERNMENT, PERSON, HOSPITAL, BANK, OTHER）</p><p>IPC: IPC</p><p>IPC_SECTION: IPC-IPC Section</p><p>IPC_CLASS: IPC-IPC Class</p><p>IPC_SUB_CLASS: IPC-IPC Sub Class</p><p>IPC_MAIN_GROUP: IPC-IPC Group</p><p>CPC: Main CPC</p><p>CPC_SECTION: CPC-CPC Section</p><p>CPC_CLASS: CPC-CPC Class</p><p>CPC_SUB_CLASS: CPC-CPC Sub Class</p><p>CPC_MAIN_GROUP: CPC-CPC Group</p><p>SIMPLE_LEGAL_STATUS: Simple Legal Status (0:Inactive 1:Active 2:Pending 220:PCT designated stage expired 221:PCT designated stage 999:Undetermined)</p><p>LEGAL_STATUS: Legal Status (1:Published 2:Examining 3:Granted 8:Double 11:Withdrawn 13:Rejected 14:Revoked 15:Expired 16:Non-payment 21:Restoration 22:Ceased 23:P-Revoked 24:Discontinuation 30:Abandoned 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><p>LEGAL_EVENT: Legal Events (61:Transfer 62:License 63:Pledge 64:Trust 65:Opposition 66:Re-examination 69:Customs 70:Litigation 71:Preservation 72:Invalid-procedure 73:Oral-procedure 74:Declassification 75:Dual filing（Double application）)</p>"
          },
          "limit": {
            "type": "integer",
            "format": "int32",
            "example": 50,
            "description": "Returns the number of statistical results, 1 <= limit <= 100，default is 50"
          },
          "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>"
          },
          "lang": {
            "type": "string",
            "example": "cn",
            "description": "Select the language, the default language is cn, you can choose cn、en or jp."
          },
          "query_text": {
            "type": "string",
            "example": "TACD: virtual reality",
            "description": "Analytics query, maximum length 1,500 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"
          }
        },
        "required": [
          "field",
          "query_text"
        ]
      },
      "T002TrademarkImageSearch_TrademarkImageHitResponse": {
        "type": "object",
        "properties": {
          "id": {
            "type": "string",
            "example": "US_88781482",
            "description": "Unique ID of the record"
          },
          "no": {
            "type": "integer",
            "format": "int32",
            "example": 1,
            "description": "Record number"
          },
          "image": {
            "type": "string",
            "example": "http://tm.tiancaiceo.cn/US/2020/02/04/88781482/88781482.jpg",
            "description": "Trademark image URL"
          },
          "score": {
            "type": "number",
            "format": "double",
            "example": 0.9956,
            "description": "Similarity score"
          },
          "app_num": {
            "type": "string",
            "example": 88781482,
            "description": "Application number"
          },
          "ipoffice": {
            "type": "string",
            "example": "US",
            "description": "IP Office (country code)"
          },
          "nice_code": {
            "type": "array",
            "example": [
              "042"
            ],
            "description": "Nice Classification codes"
          },
          "offical_page": {
            "type": "string",
            "example": "https://tsdr.uspto.gov/#caseNumber=88781482",
            "description": "Official page URL"
          }
        }
      },
      "T002TrademarkImageSearch_TrademarkImageSearchResponse": {
        "type": "object",
        "properties": {
          "hits": {
            "type": "array",
            "example": [],
            "description": "Search hits",
            "items": {
              "$ref": "#/components/schemas/T002TrademarkImageSearch_TrademarkImageHitResponse"
            }
          },
          "page_size": {
            "type": "integer",
            "format": "int32",
            "example": 2,
            "description": "Page size"
          },
          "total_hits": {
            "type": "integer",
            "format": "int32",
            "example": 2,
            "description": "Total hits"
          },
          "total_pages": {
            "type": "integer",
            "format": "int32",
            "example": 1,
            "description": "Total pages"
          },
          "current_page": {
            "type": "integer",
            "format": "int32",
            "example": 1,
            "description": "Current page"
          }
        }
      },
      "T002TrademarkImageSearchResponse": {
        "type": "object",
        "properties": {
          "data": {
            "$ref": "#/components/schemas/T002TrademarkImageSearch_TrademarkImageSearchResponse"
          },
          "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"
        ]
      },
      "T002TrademarkImageSearchRequest": {
        "type": "object",
        "properties": {
          "image_base64": {
            "type": "string",
            "example": "data:image/jpeg;base64,/9j/4AAQSk...",
            "description": "Base64 encoded string of trademark image (required), supports JPG, PNG formats, max 4MB"
          },
          "ipoffice": {
            "type": "string",
            "example": "US,EU,CA",
            "description": "Intellectual Property Offices (country codes) supports multiple values separated by commas; includes data for US (United States), CA (Canada), AU (Australia), and EU (European Union). Leaving it blank searches all country data."
          },
          "page": {
            "type": "integer",
            "format": "int32",
            "example": 1,
            "description": "Page number, default is 1"
          },
          "size": {
            "type": "integer",
            "format": "int32",
            "example": 10,
            "description": "Number of records displayed per page, with a default value of 10 and a maximum of 100"
          }
        },
        "required": [
          "image_base64"
        ]
      },
      "T001TrademarkSearch_TrademarkHitResponse": {
        "type": "object",
        "properties": {
          "id": {
            "type": "string",
            "example": "US_87706058",
            "description": "ID"
          },
          "no": {
            "type": "integer",
            "format": "int32",
            "example": 1,
            "description": "No."
          },
          "apdt": {
            "type": "string",
            "example": 20171203,
            "description": "Application Date (format: yyyyMMdd)"
          },
          "mark": {
            "type": "string",
            "example": "APPLE",
            "description": "Trademark Name"
          },
          "agent": {
            "type": "string",
            "example": "Michael R. Friscia",
            "description": "Agent"
          },
          "image": {
            "type": "string",
            "example": "https://open.patsnap.com/trademark/image.jpg",
            "description": "Image"
          },
          "score": {
            "type": "number",
            "format": "double",
            "example": 1,
            "description": "Score"
          },
          "status": {
            "type": "string",
            "example": "Dead/Abandoned",
            "description": "Legal Status"
          },
          "app_num": {
            "type": "string",
            "example": 87706058,
            "description": "Application Number"
          },
          "ipoffice": {
            "type": "string",
            "example": "US",
            "description": "IP Offices(country codes)"
          },
          "applicant": {
            "type": "array",
            "example": [
              "Apple Pear Apple Corp."
            ],
            "description": "Applicants"
          },
          "nice_code": {
            "type": "array",
            "example": [
              "025"
            ],
            "description": "Nice Code"
          },
          "offical_page": {
            "type": "string",
            "example": "https://tsdr.uspto.gov/#caseNumber=87706058&caseSearchType=US_APPLICATION&caseType=DEFAULT&searchType=statusSearch",
            "description": "Offical Page"
          }
        }
      },
      "T001TrademarkSearch_TrademarkSearchResponse": {
        "type": "object",
        "properties": {
          "hits": {
            "type": "array",
            "example": "Please check the form: TrademarkHitResponse",
            "description": "hit trademark data",
            "items": {
              "$ref": "#/components/schemas/T001TrademarkSearch_TrademarkHitResponse"
            }
          },
          "page_size": {
            "type": "integer",
            "format": "int32",
            "example": 2,
            "description": "pageSize"
          },
          "total_hits": {
            "type": "integer",
            "format": "int32",
            "example": 5887,
            "description": "total hits count"
          },
          "total_pages": {
            "type": "integer",
            "format": "int32",
            "example": 2944,
            "description": "total pages count"
          },
          "current_page": {
            "type": "integer",
            "format": "int32",
            "example": 1,
            "description": "current page"
          }
        }
      },
      "T001TrademarkSearchResponse": {
        "type": "object",
        "properties": {
          "data": {
            "$ref": "#/components/schemas/T001TrademarkSearch_TrademarkSearchResponse"
          },
          "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"
        ]
      },
      "T001TrademarkSearchRequest": {
        "type": "object",
        "properties": {
          "apdt": {
            "type": "string",
            "example": "20170101:20171231",
            "description": "Application date, supporting a single date or date range (format: yyyyMMdd)"
          },
          "app_num": {
            "type": "string",
            "example": 87706058,
            "description": "Application number"
          },
          "applicant": {
            "type": "string",
            "example": "SAPPLE",
            "description": "Applicant Name"
          },
          "ipoffice": {
            "type": "string",
            "example": "US,CA,AU,EU",
            "description": "Intellectual Property Offices (country codes) supports multiple values separated by commas; includes data for US (United States), CA (Canada), AU (Australia), and EU (European Union). Leaving it blank searches all country data."
          },
          "mark": {
            "type": "string",
            "example": "apple",
            "description": "Trademark name"
          },
          "mode": {
            "type": "string",
            "example": "smart",
            "description": "Query modes support 'smart' and 'exact', with corresponding parameters 'smart' and 'exact'; the default mode is 'smart'.\r\n\r\nsmart: Allows word segmentation, order changes and partial matching, ignores case for intelligent matching, and sorts by similarity score.\r\nexact: No word segmentation, case-sensitive, for precise matching."
          },
          "nice_code": {
            "type": "string",
            "example": "025",
            "description": "International Nice Classification codes support multiple values, separated by commas."
          },
          "page": {
            "type": "integer",
            "format": "int32",
            "example": 1,
            "description": "Page number, default is 1."
          },
          "reg_num": {
            "type": "string",
            "example": 12345678,
            "description": "Register Number"
          },
          "size": {
            "type": "integer",
            "format": "int32",
            "example": 10,
            "description": "Number of records displayed per page, with a default value of 10 and a maximum of 100."
          },
          "sort": {
            "type": "string",
            "example": "appDate desc",
            "description": "Sort field < space >[desc/asc]"
          },
          "us_code": {
            "type": "string",
            "example": "022",
            "description": "US Classification codes support multiple values, separated by commas."
          },
          "vienna_code": {
            "type": "string",
            "example": "025",
            "description": "Vienna Classification codes support multiple values, separated by commas."
          }
        }
      },
      "T010DataDetail_AssigneeResponse": {
        "type": "object",
        "properties": {
          "city": {
            "type": "string",
            "example": "N. HOLLYWOOD",
            "description": "City"
          },
          "state": {
            "type": "string",
            "example": "CALIFORNIA",
            "description": "State"
          },
          "address1": {
            "type": "string",
            "example": "13151 SHERMAN WAY, UNIT F",
            "description": "Address 1"
          },
          "address2": {
            "type": "string",
            "example": "C/O BAKER BOYSDISTRIBUTION",
            "description": "Address 2"
          },
          "postcode": {
            "type": "string",
            "example": 91605,
            "description": "Postal Code"
          },
          "nationality": {
            "type": "string",
            "example": "CALIFORNIA",
            "description": "Nationality"
          },
          "country_code": {
            "type": "string",
            "example": "-",
            "description": "Country Code"
          },
          "country_name": {
            "type": "string",
            "example": "-",
            "description": "Country"
          },
          "dba_statement": {
            "type": "string",
            "example": "-",
            "description": "The current name used by the assignee, with appropriate initial abbreviations (dba, aka, ta) preceding it."
          },
          "state_organized": {
            "type": "string",
            "example": "-",
            "description": "State of Organization"
          },
          "entity_statement": {
            "type": "string",
            "example": "-",
            "description": "Entity Statement"
          },
          "legal_entity_text": {
            "type": "string",
            "example": "LIMITED LIABILITY COMPANY",
            "description": "Legal Entity Status"
          },
          "formerly_statement": {
            "type": "string",
            "example": "-",
            "description": "Assignee Formerly Name"
          },
          "composed_of_statement": {
            "type": "string",
            "example": "-",
            "description": "Composed of Statement"
          },
          "legal_entity_type_code": {
            "type": "string",
            "example": "-",
            "description": "Legal Entity Type Code"
          },
          "person_organization_name": {
            "type": "string",
            "example": "SHAKE JUNT LLC",
            "description": "Assignee Name"
          }
        }
      },
      "T010DataDetail_ApplicantResponse": {
        "type": "object",
        "properties": {
          "city": {
            "type": "string",
            "example": "El Segundo",
            "description": "City"
          },
          "name": {
            "type": "string",
            "example": "PowerDMS, Inc.",
            "description": "Applicant Name"
          },
          "state": {
            "type": "string",
            "example": "DE",
            "description": "State"
          },
          "postal_code": {
            "type": "string",
            "example": 90245,
            "description": "Postal Code"
          },
          "internal_address": {
            "type": "string",
            "example": "2120 Park Place, Suite 100",
            "description": "Address"
          }
        }
      },
      "T010DataDetail_AgentResponse": {
        "type": "object",
        "properties": {
          "name": {
            "type": "string",
            "example": "Andrew Dallmann",
            "description": "Agent Name"
          },
          "internal_address": {
            "type": "string",
            "example": "Laguna Hills, CA 92653",
            "description": "Address"
          },
          "attorney_docket_number": {
            "type": "string",
            "example": "1087.003.006",
            "description": "Attorney Docket Number"
          }
        }
      },
      "T010DataDetail_ClassificationResponse": {
        "type": "object",
        "properties": {
          "code": {
            "type": "string",
            "example": "009",
            "description": "Classification Code"
          },
          "class_kind": {
            "type": "string",
            "example": "Nice",
            "description": "Classification Type"
          },
          "status_code": {
            "type": "string",
            "example": 6,
            "description": "Status Code"
          },
          "status_date": {
            "type": "string",
            "example": "2023-12-31",
            "description": "Status Update Date"
          }
        }
      },
      "T010DataDetail_TrademarkDetailResponse": {
        "type": "object",
        "properties": {
          "apdt": {
            "type": "string",
            "example": 20240101,
            "description": "Application Date"
          },
          "pbdt": {
            "type": "string",
            "example": 20240910,
            "description": "Publication Date"
          },
          "images": {
            "type": "array",
            "example": [
              "https://open.patsnap.com/trademark/image.jpg"
            ],
            "description": "Trademark Image URLs"
          },
          "status": {
            "type": "string",
            "example": "Live/Pending",
            "description": "Legal Status"
          },
          "app_num": {
            "type": "string",
            "example": 98337947,
            "description": "Application Number"
          },
          "reg_num": {
            "type": "string",
            "example": "0000000",
            "description": "Register Number"
          },
          "ipoffice": {
            "type": "string",
            "example": "US",
            "description": "IP Office (country code)"
          },
          "assignees": {
            "type": "array",
            "example": "Please check the form: AssigneeResponse",
            "description": "Assignee Information",
            "items": {
              "$ref": "#/components/schemas/T010DataDetail_AssigneeResponse"
            }
          },
          "applicants": {
            "type": "array",
            "example": "Please check the form: ApplicantResponse",
            "description": "Applicants Information",
            "items": {
              "$ref": "#/components/schemas/T010DataDetail_ApplicantResponse"
            }
          },
          "status_date": {
            "type": "string",
            "example": 20241105,
            "description": "Status Update Date"
          },
          "mark_drawing": {
            "type": "string",
            "example": "Standard character mark",
            "description": "Mark drawing"
          },
          "offical_page": {
            "type": "string",
            "example": "https://tsdr.uspto.gov/#caseNumber=98337947",
            "description": "Official Page"
          },
          "location_date": {
            "type": "string",
            "example": 20241105,
            "description": "Location Date"
          },
          "correspondents": {
            "type": "array",
            "example": "Please check the form: AgentResponse",
            "description": "Correspondents Information",
            "items": {
              "$ref": "#/components/schemas/T010DataDetail_AgentResponse"
            }
          },
          "classifications": {
            "type": "array",
            "example": "Please check the form: ClassificationResponse",
            "description": "Trademark Classifications",
            "items": {
              "$ref": "#/components/schemas/T010DataDetail_ClassificationResponse"
            }
          },
          "current_location": {
            "type": "string",
            "example": "INTENT TO USE SECTION",
            "description": "Current Location"
          },
          "mark_identification": {
            "type": "string",
            "example": "POWERVITALS",
            "description": "Trademark Name"
          }
        }
      },
      "T010DataDetailResponse": {
        "type": "object",
        "properties": {
          "data": {
            "$ref": "#/components/schemas/T010DataDetail_TrademarkDetailResponse"
          },
          "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"
        ]
      },
      "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": {
          "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"
        ]
      },
      "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"
          }
        }
      },
      "D009PatentQuerySearchPatentDetail_PatentPn": {
        "type": "object",
        "properties": {
          "pn": {
            "type": "string",
            "example": "CN114830203A",
            "description": "patent number"
          },
          "patent_id": {
            "type": "string",
            "example": "55996f2e-fbdc-4f7e-ab66-784c071401e7",
            "description": "patent id"
          }
        }
      },
      "D009PatentQuerySearchPatentDetail_TitleReplacedModel": {
        "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"
          },
          "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)"
          },
          "data_format": {
            "type": "string",
            "example": "original",
            "description": "Original data: if there are several languages with original data, all will be returned"
          }
        }
      },
      "D009PatentQuerySearchPatentDetail_ClaimsReplacedModel": {
        "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"
          },
          "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)"
          },
          "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"
          }
        }
      },
      "D009PatentQuerySearchPatentDetail_AbstractReplacedModel": {
        "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"
          },
          "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)"
          },
          "data_format": {
            "type": "string",
            "example": "original",
            "description": "Original data: if there are several languages with original data, all will be returned"
          }
        }
      },
      "D009PatentQuerySearchPatentDetail_DescReplacedModel": {
        "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"
          },
          "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)"
          },
          "data_format": {
            "type": "string",
            "example": "original",
            "description": "Original data: if there are several languages with original data, all will be returned"
          }
        }
      },
      "D009PatentQuerySearchPatentDetail_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"
          }
        }
      },
      "D009PatentQuerySearchPatentDetail_TitleAbstractDescriptionTranslation": {
        "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"
          },
          "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)"
          }
        }
      },
      "D009PatentQuerySearchPatentDetail_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"
          }
        }
      },
      "D009PatentQuerySearchPatentDetail_InpadocFamily": {
        "type": "object",
        "properties": {
          "apdt": {
            "type": "integer",
            "format": "int32",
            "example": 20221107,
            "description": "application date"
          },
          "apno": {
            "type": "string",
            "example": "US17/981970",
            "description": "application number"
          },
          "kind": {
            "type": "string",
            "example": "A1",
            "description": "kind code"
          },
          "pbdt": {
            "type": "integer",
            "format": "int32",
            "example": 20240509,
            "description": "publication date"
          },
          "country": {
            "type": "string",
            "example": "US",
            "description": "citation authority"
          },
          "sequence": {
            "type": "integer",
            "format": "int32",
            "example": 1,
            "description": "sequence"
          },
          "doc_number": {
            "type": "string",
            "example": 20240149898,
            "description": "doc number"
          }
        }
      },
      "D009PatentQuerySearchPatentDetail_ReferenceCitedSimple": {
        "type": "object",
        "properties": {
          "cited_others": {
            "type": "array",
            "example": [
              "鲍则民.杭州创新联合担保模式浅析.《吉林大学学报（信息科学版）》.2012"
            ],
            "description": "citation reference text"
          },
          "cited_patents": {
            "type": "array",
            "example": [
              "CN203027992U"
            ],
            "description": "citation patent  number"
          }
        }
      },
      "D009PatentQuerySearchPatentDetail_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>"
          }
        }
      },
      "D009PatentQuerySearchPatentDetail_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"
          }
        }
      },
      "D009PatentQuerySearchPatentDetail_PDBibliographicData": {
        "type": "object",
        "properties": {
          "assignees": {
            "type": "array",
            "example": "Please check the form: PatentBasePersonSimple",
            "description": "current assignee",
            "items": {
              "$ref": "#/components/schemas/D009PatentQuerySearchPatentDetail_PatentBasePersonSimple"
            }
          },
          "inventors": {
            "type": "array",
            "example": "Please check the form: PatentBasePersonSimple",
            "description": "inventor",
            "items": {
              "$ref": "#/components/schemas/D009PatentQuerySearchPatentDetail_PatentBasePersonSimple"
            }
          },
          "applicants": {
            "type": "array",
            "example": "Please check the form: PatentBasePersonSimple",
            "description": "applicant",
            "items": {
              "$ref": "#/components/schemas/D009PatentQuerySearchPatentDetail_PatentBasePersonSimple"
            }
          },
          "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>"
          },
          "inpadoc_family": {
            "type": "array",
            "example": "Please check the form: InpadocFamily",
            "description": "inpadoc family",
            "items": {
              "$ref": "#/components/schemas/D009PatentQuerySearchPatentDetail_InpadocFamily"
            }
          },
          "reference_cited": {
            "$ref": "#/components/schemas/D009PatentQuerySearchPatentDetail_ReferenceCitedSimple"
          },
          "application_reference": {
            "$ref": "#/components/schemas/D009PatentQuerySearchPatentDetail_ApplicationReference"
          },
          "publication_reference": {
            "$ref": "#/components/schemas/D009PatentQuerySearchPatentDetail_PublicationReference"
          }
        }
      },
      "D009PatentQuerySearchPatentDetail_PatentDetailResp": {
        "type": "object",
        "properties": {
          "pn": {
            "type": "string",
            "example": "CN110650438A",
            "description": "Patent number"
          },
          "title": {
            "type": "array",
            "example": "title",
            "description": "invention title",
            "items": {
              "$ref": "#/components/schemas/D009PatentQuerySearchPatentDetail_TitleReplacedModel"
            }
          },
          "claims": {
            "type": "array",
            "example": "Please check the form: Claims",
            "description": "claim data",
            "items": {
              "$ref": "#/components/schemas/D009PatentQuerySearchPatentDetail_ClaimsReplacedModel"
            }
          },
          "abstracts": {
            "type": "array",
            "example": "PatentAbstract",
            "description": "patent abstract",
            "items": {
              "$ref": "#/components/schemas/D009PatentQuerySearchPatentDetail_AbstractReplacedModel"
            }
          },
          "patent_id": {
            "type": "string",
            "example": "1e099a74-4378-4b84-9d13-f1b4ed5cb59b",
            "description": "Patent id"
          },
          "description": {
            "type": "array",
            "example": "Description",
            "description": "description",
            "items": {
              "$ref": "#/components/schemas/D009PatentQuerySearchPatentDetail_DescReplacedModel"
            }
          },
          "fulltext_image": {
            "type": "array",
            "example": "Please check the form: FullTextImage",
            "description": "fulltext image",
            "items": {
              "$ref": "#/components/schemas/D009PatentQuerySearchPatentDetail_FullTextImage"
            }
          },
          "title_translation": {
            "type": "array",
            "example": "Please check the form: TitleAbstractDescriptionTranslation",
            "description": "translated title",
            "items": {
              "$ref": "#/components/schemas/D009PatentQuerySearchPatentDetail_TitleAbstractDescriptionTranslation"
            }
          },
          "bibliographic_data": {
            "$ref": "#/components/schemas/D009PatentQuerySearchPatentDetail_PDBibliographicData"
          },
          "claims_translation": {
            "type": "array",
            "example": "Please check the form: TitleAbstractDescriptionTranslation",
            "description": "translated claims",
            "items": {
              "$ref": "#/components/schemas/D009PatentQuerySearchPatentDetail_TitleAbstractDescriptionTranslation"
            }
          },
          "abstracts_translation": {
            "type": "array",
            "example": "Please check the form: TitleAbstractDescriptionTranslation",
            "description": "translated abstract",
            "items": {
              "$ref": "#/components/schemas/D009PatentQuerySearchPatentDetail_TitleAbstractDescriptionTranslation"
            }
          },
          "description_translation": {
            "type": "array",
            "example": "Please check the form: TitleAbstractDescriptionTranslation",
            "description": "translated description",
            "items": {
              "$ref": "#/components/schemas/D009PatentQuerySearchPatentDetail_TitleAbstractDescriptionTranslation"
            }
          }
        }
      },
      "D009PatentQuerySearchPatentDetail_SearchPatentSpecialDetailResponse": {
        "type": "object",
        "properties": {
          "patent_list": {
            "type": "array",
            "example": "Please check the form: patent list",
            "description": "patent list",
            "items": {
              "$ref": "#/components/schemas/D009PatentQuerySearchPatentDetail_PatentPn"
            }
          },
          "result_count": {
            "type": "integer",
            "format": "int32",
            "example": 10,
            "description": "Received result count"
          },
          "patent_detail": {
            "$ref": "#/components/schemas/D009PatentQuerySearchPatentDetail_PatentDetailResp"
          },
          "total_search_result_count": {
            "type": "integer",
            "format": "int64",
            "example": 1000,
            "description": "Total search result count"
          }
        }
      },
      "D009PatentQuerySearchPatentDetailResponse": {
        "type": "object",
        "properties": {
          "data": {
            "$ref": "#/components/schemas/D009PatentQuerySearchPatentDetail_SearchPatentSpecialDetailResponse"
          },
          "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"
        ]
      },
      "D009PatentQuerySearchPatentDetail_PatentSearchCollapse": {
        "type": "object",
        "properties": {
          "field": {
            "type": "string",
            "example": "AUTHORITY",
            "description": "field"
          },
          "order": {
            "type": "string",
            "example": "CN,US,EP,WO",
            "description": "order"
          }
        }
      },
      "D009PatentQuerySearchPatentDetail_PatentSearchSort": {
        "type": "object",
        "properties": {
          "field": {
            "type": "string",
            "example": "APD_YEARMONTHDAY",
            "description": "field"
          },
          "order": {
            "type": "string",
            "example": "desc",
            "description": "order"
          }
        }
      },
      "D009PatentQuerySearchPatentDetailRequest": {
        "type": "object",
        "properties": {
          "collapse_by": {
            "type": "array",
            "example": [
              {
                "field": "AUTHORITY",
                "order": "CN,US,EP,WO"
              },
              {
                "field": "TYPE",
                "order": "GRANTED"
              }
            ],
            "description": "Select the patent collapse ordering rule",
            "items": {
              "$ref": "#/components/schemas/D009PatentQuerySearchPatentDetail_PatentSearchCollapse"
            }
          },
          "query_text": {
            "type": "string",
            "example": "TACD: virtual reality",
            "description": "Analytics query, maximum length 1,500 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"
          },
          "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>",
            "items": {
              "$ref": "#/components/schemas/D009PatentQuerySearchPatentDetail_PatentSearchSort"
            }
          },
          "offset": {
            "type": "integer",
            "format": "int32",
            "example": 0,
            "description": "offset value; offset <= 20000 (A single call returns a list of 20 patents)"
          },
          "posiofpat": {
            "type": "string",
            "example": "first",
            "description": "<p>Select whether the patent to return patent details is the first or the last in the patent list. The default is first.</p>\n<p>first: the first item </p>\n<p>last: the last item</p>"
          },
          "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>"
          },
          "lang": {
            "type": "string",
            "example": "en",
            "description": "translation language, support cn, en, jp"
          },
          "patent_id": {
            "type": "string",
            "example": "02515f4b-1506-4c99-8101-9242f916bd99",
            "description": "Patent ID, if the patent_id is passed in, the patent details corresponding to the patent_id are returned, that is, posiofpat is invalid"
          },
          "pn": {
            "type": "string",
            "example": "CN106534228B",
            "description": "Patent Publication Number, if the patent number is passed in, the patent details corresponding to the patent number are returned, that is, posiofpat is invalid; If both patent_id and pn are passed, the patent details corresponding to patent_id are returned first."
          },
          "replace_by_related": {
            "type": "integer",
            "format": "int32",
            "example": 0,
            "description": "When the fulltext of current patent is unavailable, whether to replace it with the fulltext of its family patent？default not to replace: \n   1. Yes\n   0: No"
          }
        },
        "required": [
          "collapse_by",
          "query_text",
          "lang"
        ]
      },
      "C029CompanyEnterprisePatentRiskWarningTrend_PatentCountGrowth": {
        "type": "object",
        "properties": {
          "apno_cnt_growth": {
            "type": "integer",
            "format": "int32",
            "example": 14,
            "description": "growth in the number of patent applications"
          },
          "rejected_growth": {
            "type": "integer",
            "format": "int32",
            "example": 0,
            "description": "growth in the number of patents rejected"
          },
          "patent_pledge_growth": {
            "type": "integer",
            "format": "int32",
            "example": 0,
            "description": "growth in the number of patents pledged"
          },
          "patent_reexam_growth": {
            "type": "integer",
            "format": "int32",
            "example": 0,
            "description": "growth in the number of invalid patents"
          },
          "patent_transfer_growth": {
            "type": "integer",
            "format": "int32",
            "example": 0,
            "description": "growth in the number of transferred patents"
          },
          "patent_transfer_out_growth": {
            "type": "integer",
            "format": "int32",
            "example": 0,
            "description": "growth in the number of patents transferred out"
          },
          "active_invention_cnt_growth": {
            "type": "integer",
            "format": "int32",
            "example": 1,
            "description": "growth in the number of valid authorized invention patents"
          },
          "granted_invention_cnt_growth": {
            "type": "integer",
            "format": "int32",
            "example": 1,
            "description": "growth in the number of authorized invention patents"
          },
          "patent_litigation_defendant_growth": {
            "type": "integer",
            "format": "int32",
            "example": 0,
            "description": "growth in the number of patents of the respondent in the litigation patent"
          },
          "patent_litigation_plaintiff_growth": {
            "type": "integer",
            "format": "int32",
            "example": 0,
            "description": "growth in the number of patents of the plaintiff in the litigation patent"
          }
        }
      },
      "C029CompanyEnterprisePatentRiskWarningTrend_PatentEventCountGrowth": {
        "type": "object",
        "properties": {
          "pledge_growth": {
            "type": "integer",
            "format": "int32",
            "example": 0,
            "description": "growth in the number of patent pledging events"
          },
          "reexam_growth": {
            "type": "integer",
            "format": "int32",
            "example": 0,
            "description": "growth in the number of patent invalidation events"
          },
          "transfer_growth": {
            "type": "integer",
            "format": "int32",
            "example": 0,
            "description": "growth in the number of patent transfer events"
          },
          "transfer_out_growth": {
            "type": "integer",
            "format": "int32",
            "example": 0,
            "description": "growth in the number of patent transfer out events"
          },
          "litigation_defendant_growth": {
            "type": "integer",
            "format": "int32",
            "example": 0,
            "description": "growth in the number of patent events involving the respondent in the litigation patent"
          },
          "litigation_plaintiff_growth": {
            "type": "integer",
            "format": "int32",
            "example": 0,
            "description": "growth in the number of patent events involving the respondent in the litigation patent"
          }
        }
      },
      "C029CompanyEnterprisePatentRiskWarningTrend_CompanyPatentRiskWarningTrendResponse": {
        "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_growth": {
            "$ref": "#/components/schemas/C029CompanyEnterprisePatentRiskWarningTrend_PatentCountGrowth"
          },
          "patent_event_count_growth": {
            "$ref": "#/components/schemas/C029CompanyEnterprisePatentRiskWarningTrend_PatentEventCountGrowth"
          }
        }
      },
      "C029CompanyEnterprisePatentRiskWarningTrendResponse": {
        "type": "object",
        "properties": {
          "data": {
            "$ref": "#/components/schemas/C029CompanyEnterprisePatentRiskWarningTrend_CompanyPatentRiskWarningTrendResponse"
          },
          "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"
        ]
      },
      "C029CompanyEnterprisePatentRiskWarningTrendRequest": {
        "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)"
          },
          "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 members of the core team, the more stable the company's R&D team is)"
          },
          "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)"
          }
        }
      },
      "C024CompanyTechnologyEvaluationIndicators_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"
          }
        }
      },
      "C024CompanyTechnologyEvaluationIndicators_CompanyTechEvalIndicatorsResponse": {
        "type": "object",
        "properties": {
          "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/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"
          },
          "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"
          }
        }
      },
      "C022CompanyTechnologyEvaluation_CompanyTechnologyEvaluationResponse": {
        "type": "object",
        "properties": {
          "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"
          },
          "fundamental": {
            "type": "number",
            "format": "double",
            "example": 5.05,
            "description": "company competitiveness"
          },
          "tech_layout": {
            "type": "number",
            "format": "double",
            "example": 20.33,
            "description": "technical layout"
          },
          "company_name": {
            "type": "string",
            "example": "苏州瀚川智能科技股份有限公司",
            "description": "company name"
          },
          "tech_quality": {
            "type": "number",
            "format": "double",
            "example": 27.1,
            "description": "technical quality"
          },
          "tech_influence": {
            "type": "number",
            "format": "double",
            "example": 10.5,
            "description": "technical influence"
          },
          "rd_scale_and_stability": {
            "type": "number",
            "format": "double",
            "example": 34.4,
            "description": "r&d scale and stability"
          }
        }
      },
      "C022CompanyTechnologyEvaluationResponse": {
        "type": "object",
        "properties": {
          "data": {
            "$ref": "#/components/schemas/C022CompanyTechnologyEvaluation_CompanyTechnologyEvaluationResponse"
          },
          "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"
        ]
      },
      "C022CompanyTechnologyEvaluationRequest": {
        "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"
          }
        }
      },
      "C023CompanyTechnologyIndicators_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 members of the core team, the more stable the company's R&D team is)"
          },
          "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)"
          }
        }
      },
      "C023CompanyTechnologyIndicators_CompanyTechnologyIndicatorsResponse": {
        "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"
          },
          "original_detail": {
            "$ref": "#/components/schemas/C023CompanyTechnologyIndicators_OriginalDetailResponse"
          }
        }
      },
      "C023CompanyTechnologyIndicatorsResponse": {
        "type": "object",
        "properties": {
          "data": {
            "$ref": "#/components/schemas/C023CompanyTechnologyIndicators_CompanyTechnologyIndicatorsResponse"
          },
          "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"
        ]
      },
      "C023CompanyTechnologyIndicatorsRequest": {
        "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"
          }
        }
      },
      "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"
          }
        }
      },
      "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"
          }
        }
      },
      "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"
        ]
      },
      "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": {
          "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"
          },
          "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)"
          }
        },
        "required": [
          "page_number"
        ]
      },
      "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"
          }
        }
      },
      "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"
          }
        }
      },
      "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"
          }
        }
      },
      "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"
          }
        }
      },
      "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"
          }
        }
      },
      "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"
          }
        }
      },
      "C016CompanyMainMember_MainMember": {
        "type": "object",
        "properties": {
          "name": {
            "type": "string",
            "example": "李虹",
            "description": "person name"
          },
          "title": {
            "type": "string",
            "example": "董事长",
            "description": "position"
          },
          "is_dimission": {
            "type": "string",
            "example": 0,
            "description": "whether or not  resignation (1: Resignation 0: Active)"
          }
        }
      },
      "C016CompanyMainMember_CompanyMainMemberResponse": {
        "type": "object",
        "properties": {
          "org_number": {
            "type": "string",
            "example": "MA1FL46U-1",
            "description": "organization code"
          },
          "credit_code": {
            "type": "string",
            "example": "91310000MA1FL46U1L",
            "description": "unified social credit code"
          },
          "main_member": {
            "type": "array",
            "example": "Please check the form: MainMember",
            "description": "main members details",
            "items": {
              "$ref": "#/components/schemas/C016CompanyMainMember_MainMember"
            }
          },
          "company_name": {
            "type": "string",
            "example": "华润微电子控股有限公司",
            "description": "company name"
          }
        }
      },
      "C016CompanyMainMemberResponse": {
        "type": "object",
        "properties": {
          "data": {
            "$ref": "#/components/schemas/C016CompanyMainMember_CompanyMainMemberResponse"
          },
          "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"
        ]
      },
      "C016CompanyMainMemberRequest": {
        "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"
          }
        }
      },
      "C038CompanyInvestmentInformation_FoundedInfo": {
        "type": "object",
        "properties": {
          "investee": {
            "type": "string",
            "example": "北京金匙基因科技有限公司",
            "description": "name of the organizations that received the funding"
          },
          "news_url": {
            "type": "string",
            "example": "http://sc.stock.cnfol.com/ggzixun/20200203/27933892.shtml",
            "description": "news url"
          },
          "news_title": {
            "type": "string",
            "example": "金匙基因获得5000万元B+轮投资",
            "description": "news title"
          },
          "funding_date": {
            "type": "string",
            "example": 20200203,
            "description": "funding date"
          }
        }
      },
      "C038CompanyInvestmentInformation_CompanyInvestmentInformationResponse": {
        "type": "object",
        "properties": {
          "org_number": {
            "type": "string",
            "example": "69294823-X",
            "description": "organization number"
          },
          "credit_code": {
            "type": "string",
            "example": "9131011269294823XQ",
            "description": "unified social credit code"
          },
          "company_name": {
            "type": "string",
            "example": "上海帆茂信息科技发展有限公司",
            "description": "company name"
          },
          "to_investees": {
            "type": "array",
            "example": "FoundedOrganization",
            "description": "to investees",
            "items": {
              "$ref": "#/components/schemas/C038CompanyInvestmentInformation_FoundedInfo"
            }
          },
          "last_funding_date": {
            "type": "string",
            "example": 20211222,
            "description": "last funding date"
          },
          "last_funding_round": {
            "type": "string",
            "example": "天使轮",
            "description": "last funding rounds"
          },
          "last_funding_total": {
            "type": "string",
            "example": "未披露",
            "description": "last funding total"
          },
          "num_funding_rounds": {
            "type": "string",
            "example": 8,
            "description": "num funding rounds"
          }
        }
      },
      "C038CompanyInvestmentInformationResponse": {
        "type": "object",
        "properties": {
          "data": {
            "$ref": "#/components/schemas/C038CompanyInvestmentInformation_CompanyInvestmentInformationResponse"
          },
          "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"
        ]
      },
      "C038CompanyInvestmentInformationRequest": {
        "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"
          },
          "classification": {
            "type": "string",
            "example": "电子核心产业",
            "description": "classification value"
          }
        }
      },
      "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"
          },
          "credit_code": {
            "type": "string",
            "example": 913205940566944300,
            "description": "unified social credit code"
          },
          "category_big": {
            "$ref": "#/components/schemas/C007CompanyIndustryClassification_Classification"
          },
          "company_name": {
            "type": "string",
            "example": "苏州瀚川智能科技股份有限公司",
            "description": "company name"
          },
          "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"
          },
          "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"
          }
        }
      },
      "C037CompanySearch_InnovationCompanyResponse": {
        "type": "object",
        "properties": {
          "credit_code": {
            "type": "string",
            "example": 913205940566944300,
            "description": "unified social credit code"
          },
          "company_name": {
            "type": "string",
            "example": "苏州瀚川智能科技股份有限公司",
            "description": "company name"
          },
          "company_name_en": {
            "type": "string",
            "example": "XXXXXXXXXXXXXXXXXXX",
            "description": "english name"
          },
          "is_patsnap_company": {
            "type": "integer",
            "format": "int32",
            "example": 1,
            "description": "whether or not patsnap science and technology innovation enterprise"
          }
        }
      },
      "C037CompanySearch_TiffyCompanyData": {
        "type": "object",
        "properties": {
          "sort_field": {
            "type": "string",
            "example": "credit_code",
            "description": "sort field"
          },
          "page_number": {
            "type": "string",
            "example": 1,
            "description": "search page number"
          },
          "company_list": {
            "type": "array",
            "example": [
              {
                "credit_code": "913205940566944194",
                "company_name": "苏州瀚川智能科技股份有限公司",
                "company_name_en": "Suzhou Harmontronics Automation Technology Co., Ltd.",
                "is_patsnap_company": 1
              }
            ],
            "description": "company info list",
            "items": {
              "$ref": "#/components/schemas/C037CompanySearch_InnovationCompanyResponse"
            }
          },
          "company_count": {
            "type": "integer",
            "format": "int32",
            "example": 1345,
            "description": "search company count"
          }
        }
      },
      "C037CompanySearchResponse": {
        "type": "object",
        "properties": {
          "data": {
            "$ref": "#/components/schemas/C037CompanySearch_TiffyCompanyData"
          },
          "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"
        ]
      },
      "C037CompanySearchRequest": {
        "type": "object",
        "properties": {
          "city": {
            "type": "string",
            "example": "苏州市",
            "description": "Province"
          },
          "country": {
            "type": "string",
            "example": "中国",
            "description": "Country"
          },
          "district": {
            "type": "string",
            "example": "吴中区",
            "description": "Province"
          },
          "entity_status": {
            "type": "string",
            "example": "ACTIVE",
            "description": "Business status"
          },
          "fin_process": {
            "type": "string",
            "example": 2,
            "description": "Financing process"
          },
          "founded_date_lower": {
            "type": "string",
            "example": 20220101,
            "description": "Establishment time (lower limit)"
          },
          "founded_date_upper": {
            "type": "string",
            "example": 20221231,
            "description": "Establishment time (upper limit)"
          },
          "gbc_lv1": {
            "type": "string",
            "example": "制造业",
            "description": "Primary category of national economy"
          },
          "gbc_lv2": {
            "type": "string",
            "example": "纺织业",
            "description": "Secondary category of national economy"
          },
          "is_patent": {
            "type": "string",
            "example": 1,
            "description": "Patent information"
          },
          "is_patsnap_company": {
            "type": "string",
            "example": 1,
            "description": "whether or not patsnap science and technology innovation enterprise"
          },
          "key_word": {
            "type": "string",
            "example": "中国科学院苏州纳米技术与纳米仿生研究所",
            "description": "Keyword search"
          },
          "level": {
            "type": "string",
            "example": "国家级|省级|市级",
            "description": "level"
          },
          "list_status": {
            "type": "string",
            "example": 1,
            "description": "Listing status"
          },
          "page_number": {
            "type": "string",
            "example": 1,
            "description": "search page number"
          },
          "province": {
            "type": "string",
            "example": "江苏省",
            "description": "Province"
          },
          "rating": {
            "type": "string",
            "example": "AAA|AA|A|BBB|BB|B",
            "description": "China's domestic science and technology innovation rating"
          },
          "rating_global": {
            "type": "string",
            "example": "AAA|AA",
            "description": "Global Science and Technology Innovation Rating"
          },
          "reg_capital_lower": {
            "type": "string",
            "example": 100,
            "description": "Registered capital (lower limit)"
          },
          "reg_capital_upper": {
            "type": "string",
            "example": 1000,
            "description": "Registered capital (upper limit)"
          },
          "seic_lv1": {
            "type": "string",
            "example": "新一代信息技术企业",
            "description": "Strategic emerging primary industry"
          },
          "seic_lv2": {
            "type": "string",
            "example": "电子核心产业",
            "description": "Strategic emerging secondary industry"
          },
          "social_staff_num_lower": {
            "type": "string",
            "example": 10,
            "description": "Number of insured persons (lower limit)"
          },
          "social_staff_num_upper": {
            "type": "string",
            "example": 500,
            "description": "Number of insured persons (upper limit)"
          },
          "sort_field": {
            "type": "string",
            "example": "credit_code",
            "description": "sort field"
          },
          "tech_tags": {
            "type": "string",
            "example": "高新技术企业",
            "description": "Technology tags"
          }
        },
        "required": [
          "page_number",
          "sort_field"
        ]
      },
      "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"
          }
        }
      },
      "C010CompanyStandardDevelopment_CompanyStandardInfoResponse": {
        "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"
          },
          "is_standard_team": {
            "type": "string",
            "example": 1,
            "description": "Whether or not participate in the formulation of team standards"
          },
          "is_standard_place": {
            "type": "string",
            "example": 1,
            "description": "Whether or not participate in the formulation of local standards"
          },
          "is_standard_country": {
            "type": "string",
            "example": 1,
            "description": "Whether or not participate in the formulation of national standards"
          },
          "is_standard_industry": {
            "type": "string",
            "example": 1,
            "description": "Whether or not participate in the formulation of industry standards"
          }
        }
      },
      "C010CompanyStandardDevelopmentResponse": {
        "type": "object",
        "properties": {
          "data": {
            "$ref": "#/components/schemas/C010CompanyStandardDevelopment_CompanyStandardInfoResponse"
          },
          "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"
        ]
      },
      "C010CompanyStandardDevelopmentRequest": {
        "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"
          }
        }
      },
      "C006CompanyAwards_CompanyAwardsResponse": {
        "type": "object",
        "properties": {
          "is_zlj01": {
            "type": "string",
            "example": 1,
            "description": "Whether or not won the national patent award"
          },
          "is_zlj02": {
            "type": "string",
            "example": 1,
            "description": "Whether or not won the provincial patent award"
          },
          "is_gjzqn01": {
            "type": "string",
            "example": 1,
            "description": "Whether or not won the young and middle-aged science and technology innovation leading talent award"
          },
          "org_number": {
            "type": "string",
            "example": "05669441-9",
            "description": "Organization code"
          },
          "credit_code": {
            "type": "string",
            "example": 913205940566944300,
            "description": "Unified social credit code"
          },
          "is_gjjsfm01": {
            "type": "string",
            "example": 1,
            "description": "Whether or not won the state technological innovation award"
          },
          "is_gjkjcx01": {
            "type": "string",
            "example": 1,
            "description": "Whether or not won the science and technology innovation and entrepreneurship talent award"
          },
          "is_gjkjjb01": {
            "type": "string",
            "example": 1,
            "description": "Whether or not won the national science and technology progress Award"
          },
          "is_gjzdly01": {
            "type": "string",
            "example": 1,
            "description": "Whether or not won the innovation team award in key fields"
          },
          "is_gjzgkj01": {
            "type": "string",
            "example": 1,
            "description": "Whether or not won the highest national science and technology award"
          },
          "is_gjzrkx01": {
            "type": "string",
            "example": 1,
            "description": "Whether or not won the state natural science award"
          },
          "company_name": {
            "type": "string",
            "example": "苏州瀚川智能科技股份有限公司",
            "description": "Company name"
          }
        }
      },
      "C006CompanyAwardsResponse": {
        "type": "object",
        "properties": {
          "data": {
            "$ref": "#/components/schemas/C006CompanyAwards_CompanyAwardsResponse"
          },
          "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"
        ]
      },
      "C006CompanyAwardsRequest": {
        "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"
          }
        }
      },
      "C009CompanyIndustrialTechnologyChain_ChainDetail": {
        "type": "object",
        "properties": {
          "node_name": {
            "type": "string",
            "example": "电源系统",
            "description": "industry node name"
          },
          "chain_name": {
            "type": "string",
            "example": "新能源汽车",
            "description": "industry chain name"
          },
          "patent_cnt": {
            "type": "integer",
            "format": "int32",
            "example": 15,
            "description": "number of patents"
          }
        }
      },
      "C009CompanyIndustrialTechnologyChain_CompanyIndustrialTechChainResponse": {
        "type": "object",
        "properties": {
          "org_number": {
            "type": "string",
            "example": "05669441-9",
            "description": "organization number"
          },
          "credit_code": {
            "type": "string",
            "example": 913205940566944300,
            "description": "unified social credit code"
          },
          "chain_detail": {
            "type": "array",
            "example": "Please check the form: ChainDetail",
            "description": "chain details",
            "items": {
              "$ref": "#/components/schemas/C009CompanyIndustrialTechnologyChain_ChainDetail"
            }
          },
          "company_name": {
            "type": "string",
            "example": "苏州瀚川智能科技股份有限公司",
            "description": "company name"
          }
        }
      },
      "C009CompanyIndustrialTechnologyChainResponse": {
        "type": "object",
        "properties": {
          "data": {
            "$ref": "#/components/schemas/C009CompanyIndustrialTechnologyChain_CompanyIndustrialTechChainResponse"
          },
          "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"
        ]
      },
      "C009CompanyIndustrialTechnologyChainRequest": {
        "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"
          }
        }
      },
      "C011CompanyIntellectualProperty_OtherIp": {
        "type": "object",
        "properties": {
          "ic_cnt": {
            "type": "integer",
            "format": "int32",
            "example": 0,
            "description": "Total Number Of Integrated Circuit Layout Design"
          },
          "ic_cnt_fy1": {
            "type": "integer",
            "format": "int32",
            "example": 0,
            "description": "FY1 Integrated Circuit Layout Design Volume\n(FY1: The natural year in which the current year of time is located, that is, this year)"
          },
          "ic_cnt_fy2": {
            "type": "integer",
            "format": "int32",
            "example": 0,
            "description": "FY2 Integrated Circuit Layout Design Volume\n(FY2: The natural year in which the current time year-1 is located, that is，last year)"
          },
          "ic_cnt_fy3": {
            "type": "integer",
            "format": "int32",
            "example": 0,
            "description": "FY3 Integrated Circuit Layout Design Volume"
          },
          "copy_reg_cnt": {
            "type": "integer",
            "format": "int32",
            "example": 37,
            "description": "Total Number Of Software Copyrights"
          },
          "trademark_cnt": {
            "type": "integer",
            "format": "int32",
            "example": 46,
            "description": "Total Number Of Trademarks"
          },
          "copy_reg_cnt_fy1": {
            "type": "integer",
            "format": "int32",
            "example": 0,
            "description": "FY1 Software Copyrights Volume\n(FY1: The natural year in which the current year of time is located, that is, this year)"
          },
          "copy_reg_cnt_fy2": {
            "type": "integer",
            "format": "int32",
            "example": 0,
            "description": "FY2 Software Copyrights Volume\n(FY2: The natural year in which the current time year-1 is located, that is，last year)"
          },
          "copy_reg_cnt_fy3": {
            "type": "integer",
            "format": "int32",
            "example": 2,
            "description": "FY3 Software Copyrights Volume"
          },
          "trademark_cnt_fy1": {
            "type": "integer",
            "format": "int32",
            "example": 0,
            "description": "FY1 Trademarks Volume\n(FY1: The natural year in which the current year of time is located, that is, this year)"
          },
          "trademark_cnt_fy2": {
            "type": "integer",
            "format": "int32",
            "example": 0,
            "description": "FY2 Trademarks Volume\n(FY2: The natural year in which the current time year-1 is located, that is，last year)"
          },
          "trademark_cnt_fy3": {
            "type": "integer",
            "format": "int32",
            "example": 0,
            "description": "FY3 Trademarks Volume"
          },
          "new_plant_variety_cnt": {
            "type": "integer",
            "format": "int32",
            "example": 12,
            "description": "Total Number Of New Plant Varieties"
          },
          "new_plant_variety_cnt_fy1": {
            "type": "integer",
            "format": "int32",
            "example": 0,
            "description": "FY1 New Plant Varieties Volume\n(FY1: The natural year in which the current year of time is located, that is, this year)"
          },
          "new_plant_variety_cnt_fy2": {
            "type": "integer",
            "format": "int32",
            "example": 0,
            "description": "FY2 New Plant Varieties Volume\n(FY2: The natural year in which the current time year-1 is located, that is，last year)"
          },
          "new_plant_variety_cnt_fy3": {
            "type": "integer",
            "format": "int32",
            "example": 0,
            "description": "FY3 New Plant Varieties Volume"
          }
        }
      },
      "C011CompanyIntellectualProperty_PatentCurrent": {
        "type": "object",
        "properties": {
          "pct_apno_current_cnt": {
            "type": "integer",
            "format": "int32",
            "example": 0,
            "description": "Current Number Of PCT Patents"
          },
          "sep_apno_current_cnt": {
            "type": "integer",
            "format": "int32",
            "example": 0,
            "description": "Current Number Of Standard Essential Patents"
          },
          "valid_apno_current_cnt": {
            "type": "integer",
            "format": "int32",
            "example": 424,
            "description": "Current Number Of Valid Patents"
          },
          "design_apno_current_cnt": {
            "type": "integer",
            "format": "int32",
            "example": 27,
            "description": "Current Number Of Design Patents"
          },
          "utility_apno_current_cnt": {
            "type": "integer",
            "format": "int32",
            "example": 383,
            "description": "Current Number Of Utility Model Patents"
          },
          "invention_apno_current_cnt": {
            "type": "integer",
            "format": "int32",
            "example": 148,
            "description": "Current Number Of Invention Patents"
          },
          "valid_design_apno_current_cnt": {
            "type": "integer",
            "format": "int32",
            "example": 25,
            "description": "Current Number Of Valid Design Patents"
          },
          "valid_utility_apno_current_cnt": {
            "type": "integer",
            "format": "int32",
            "example": 366,
            "description": "Current Number Of Valid Utility Model  Patents"
          },
          "valid_invention_apno_current_cnt": {
            "type": "integer",
            "format": "int32",
            "example": 33,
            "description": "Current Number Of Valid Invention Patents"
          },
          "defense_decryption_apno_current_cnt": {
            "type": "integer",
            "format": "int32",
            "example": 0,
            "description": "Current Number Of National Defense Decryption Patents"
          }
        }
      },
      "C011CompanyIntellectualProperty_PatentApplication": {
        "type": "object",
        "properties": {
          "cn_apno_cnt": {
            "type": "integer",
            "format": "int32",
            "example": 530,
            "description": "Total Number Of Domestic Patent Applications In China"
          },
          "pct_apno_cnt": {
            "type": "integer",
            "format": "int32",
            "example": 5,
            "description": "Total Number Of PCT Patent Applications"
          },
          "design_apno_cnt": {
            "type": "integer",
            "format": "int32",
            "example": 27,
            "description": "Total Number Of Design Patent Applications"
          },
          "non_cn_apno_cnt": {
            "type": "integer",
            "format": "int32",
            "example": 10,
            "description": "Total Number Of Foreign Patent Applications"
          },
          "utility_apno_cnt": {
            "type": "integer",
            "format": "int32",
            "example": 370,
            "description": "Total Number Of Utility Model Patent Applications"
          },
          "invention_apno_cnt": {
            "type": "integer",
            "format": "int32",
            "example": 143,
            "description": "Total Number Of Invention Patent Applications"
          },
          "design_apno_cnt_fy1": {
            "type": "integer",
            "format": "int32",
            "example": 0,
            "description": "FY1 Design Patent Application Volume\n(FY1: The natural year in which the current year of time is located, that is, this year)"
          },
          "design_apno_cnt_fy2": {
            "type": "integer",
            "format": "int32",
            "example": 10,
            "description": "FY2 Design Patent Application Volume\n(FY2: The natural year in which the current time year-1 is located, that is，last year)"
          },
          "design_apno_cnt_fy3": {
            "type": "integer",
            "format": "int32",
            "example": 7,
            "description": "FY3 Design Patent Application Volume"
          },
          "utility_apno_cnt_fy1": {
            "type": "integer",
            "format": "int32",
            "example": 3,
            "description": "FY1 Utility Model Patent Application Volume\n\n(FY1: The natural year in which the current year of time is located, that is, this year)"
          },
          "utility_apno_cnt_fy2": {
            "type": "integer",
            "format": "int32",
            "example": 75,
            "description": "FY2 Utility Model Patent Application Volume\n\n(FY2: The natural year in which the current time year-1 is located, that is，last year)"
          },
          "utility_apno_cnt_fy3": {
            "type": "integer",
            "format": "int32",
            "example": 99,
            "description": "FY3 Utility Model Patent Application Volume"
          },
          "invention_apno_cnt_fy1": {
            "type": "integer",
            "format": "int32",
            "example": 7,
            "description": "FY1 Invention Patent Application Volume\n(FY1: The natural year in which the current year of time is located, that is, this year)"
          },
          "invention_apno_cnt_fy2": {
            "type": "integer",
            "format": "int32",
            "example": 43,
            "description": "FY2 Invention Patent Application Volume\n(FY2: The natural year in which the current time year-1 is located, that is，last year)"
          },
          "invention_apno_cnt_fy3": {
            "type": "integer",
            "format": "int32",
            "example": 44,
            "description": "FY3 Invention Patent Application Volume\n(FY3: The natural year in which the current time year-1 is located, that is，previous year)"
          }
        }
      },
      "C011CompanyIntellectualProperty_CompanyPatsnapMasterEntityCountResponse": {
        "type": "object",
        "properties": {
          "other_ip": {
            "$ref": "#/components/schemas/C011CompanyIntellectualProperty_OtherIp"
          },
          "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_current": {
            "$ref": "#/components/schemas/C011CompanyIntellectualProperty_PatentCurrent"
          },
          "patent_application": {
            "$ref": "#/components/schemas/C011CompanyIntellectualProperty_PatentApplication"
          }
        }
      },
      "C011CompanyIntellectualPropertyResponse": {
        "type": "object",
        "properties": {
          "data": {
            "$ref": "#/components/schemas/C011CompanyIntellectualProperty_CompanyPatsnapMasterEntityCountResponse"
          },
          "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"
        ]
      },
      "C011CompanyIntellectualPropertyRequest": {
        "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"
          }
        }
      },
      "C008CompanyProductTechnicalClassification_TechProduct": {
        "type": "object",
        "properties": {
          "rank": {
            "type": "integer",
            "format": "int32",
            "example": 2,
            "description": "ranking"
          },
          "classification": {
            "type": "string",
            "example": "客户端设备",
            "description": "product technical terms"
          }
        }
      },
      "C008CompanyProductTechnicalClassification_TechSubject": {
        "type": "object",
        "properties": {
          "rank": {
            "type": "integer",
            "format": "int32",
            "example": 2,
            "description": "ranking"
          },
          "classification": {
            "type": "string",
            "example": "服务器",
            "description": "technical subject classification"
          }
        }
      },
      "C008CompanyProductTechnicalClassification_CompanyProductTechClassificationResponse": {
        "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"
          },
          "tech_product": {
            "type": "array",
            "example": "Please check the form: TechProduct",
            "description": "tech product",
            "items": {
              "$ref": "#/components/schemas/C008CompanyProductTechnicalClassification_TechProduct"
            }
          },
          "tech_subject": {
            "type": "array",
            "example": "Please check the form: TechSubject",
            "description": "tech subject",
            "items": {
              "$ref": "#/components/schemas/C008CompanyProductTechnicalClassification_TechSubject"
            }
          }
        }
      },
      "C008CompanyProductTechnicalClassificationResponse": {
        "type": "object",
        "properties": {
          "data": {
            "$ref": "#/components/schemas/C008CompanyProductTechnicalClassification_CompanyProductTechClassificationResponse"
          },
          "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"
        ]
      },
      "C008CompanyProductTechnicalClassificationRequest": {
        "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"
          }
        }
      },
      "C034NewPlantVarietyApplication_PlantVarietyProtectionApplication": {
        "type": "object",
        "properties": {
          "breeders": {
            "type": "array",
            "example": [
              "苏东辉",
              "唐清耀"
            ],
            "description": "Breeders"
          },
          "applicants": {
            "type": "array",
            "example": [
              "楚雄彝族自治州农业科学研究推广所"
            ],
            "description": "Applicants"
          },
          "species_name": {
            "type": "string",
            "example": "水稻 Oryza sativa L.",
            "description": "Species name"
          },
          "application_date": {
            "type": "integer",
            "format": "int32",
            "example": 20090101,
            "description": "Application date"
          },
          "publication_date": {
            "type": "integer",
            "format": "int32",
            "example": 20090101,
            "description": "Publication date"
          },
          "application_number": {
            "type": "string",
            "example": 20030288,
            "description": "Application number"
          },
          "publication_number": {
            "type": "string",
            "example": "CNA001867G",
            "description": "Publication number"
          },
          "temporary_variety_name": {
            "type": "string",
            "example": "博优938",
            "description": "Temporary variety name"
          }
        }
      },
      "C034NewPlantVarietyApplicationResponse": {
        "type": "object",
        "properties": {
          "total": {
            "type": "integer",
            "format": "int32",
            "example": 679,
            "description": "Total count"
          },
          "plant_variety_protection_application_data": {
            "type": "array",
            "example": "Please check the form: PlantVarietyProtectionApplication",
            "description": "plant variety protection application data",
            "items": {
              "$ref": "#/components/schemas/C034NewPlantVarietyApplication_PlantVarietyProtectionApplication"
            }
          }
        }
      },
      "C034NewPlantVarietyApplicationRequest": {
        "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"
          },
          "page_size": {
            "type": "integer",
            "format": "int32",
            "example": 20,
            "description": "Number of per page (default 20 entries, maximum 20 entries)"
          }
        },
        "required": [
          "company_name"
        ]
      },
      "C034NewPlantVarietyIssue_PlantVarietyProtectionApplication": {
        "type": "object",
        "properties": {
          "breeders": {
            "type": "array",
            "example": [
              "苏东辉",
              "唐清耀"
            ],
            "description": "Breeders"
          },
          "applicants": {
            "type": "array",
            "example": [
              "楚雄彝族自治州农业科学研究推广所"
            ],
            "description": "Applicants"
          },
          "species_name": {
            "type": "string",
            "example": "水稻 Oryza sativa L.",
            "description": "Species name"
          },
          "application_date": {
            "type": "integer",
            "format": "int32",
            "example": 20090101,
            "description": "Application date"
          },
          "publication_date": {
            "type": "integer",
            "format": "int32",
            "example": 20090101,
            "description": "Publication date"
          },
          "application_number": {
            "type": "string",
            "example": 20030288,
            "description": "Application number"
          },
          "publication_number": {
            "type": "string",
            "example": "CNA001867G",
            "description": "Publication number"
          },
          "temporary_variety_name": {
            "type": "string",
            "example": "博优938",
            "description": "Temporary variety name"
          }
        }
      },
      "C034NewPlantVarietyIssueResponse": {
        "type": "object",
        "properties": {
          "total": {
            "type": "integer",
            "format": "int32",
            "example": 679,
            "description": "Total count"
          },
          "plant_variety_protection_application_data": {
            "type": "array",
            "example": "Please check the form: PlantVarietyProtectionApplication",
            "description": "plant variety protection application data",
            "items": {
              "$ref": "#/components/schemas/C034NewPlantVarietyIssue_PlantVarietyProtectionApplication"
            }
          }
        }
      },
      "C034NewPlantVarietyIssueRequest": {
        "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"
          },
          "page_size": {
            "type": "integer",
            "format": "int32",
            "example": 20,
            "description": "Number of per page (default 20 entries, maximum 20 entries)"
          }
        },
        "required": [
          "company_name"
        ]
      },
      "C033SpecialIpDataIcDesign_ICDesign": {
        "type": "object",
        "properties": {
          "app_date": {
            "type": "integer",
            "format": "int64",
            "example": 20220218,
            "description": "Application date"
          },
          "end_date": {
            "type": "integer",
            "format": "int64",
            "example": 20220202,
            "description": "Design end date"
          },
          "reg_number": {
            "type": "string",
            "example": "BS225001322",
            "description": "Registration number"
          },
          "design_name": {
            "type": "string",
            "example": "61LC4",
            "description": "Design name"
          },
          "publish_date": {
            "type": "integer",
            "format": "int64",
            "example": 20220812,
            "description": "Publication date"
          },
          "assignee_name": {
            "type": "string",
            "example": "杭州友旺电子有限公司，华为技术有限公司",
            "description": "Design assignee"
          },
          "inventor_name": {
            "type": "string",
            "example": "杭州友旺电子有限公司",
            "description": "Inventor name"
          },
          "publish_number": {
            "type": "string",
            "example": 55785,
            "description": "Publication number"
          },
          "create_completion_date": {
            "type": "integer",
            "format": "int64",
            "example": 20211228,
            "description": "Design completion date"
          }
        }
      },
      "C033SpecialIpDataIcDesign_ICDesignResponse": {
        "type": "object",
        "properties": {
          "total": {
            "type": "integer",
            "format": "int32",
            "example": 679,
            "description": "Total count"
          },
          "ic_design_data": {
            "type": "array",
            "example": "Please check the form: ICDesign",
            "description": "ic design data",
            "items": {
              "$ref": "#/components/schemas/C033SpecialIpDataIcDesign_ICDesign"
            }
          }
        }
      },
      "C033SpecialIpDataIcDesignResponse": {
        "type": "object",
        "properties": {
          "data": {
            "$ref": "#/components/schemas/C033SpecialIpDataIcDesign_ICDesignResponse"
          },
          "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"
        ]
      },
      "C033SpecialIpDataIcDesignRequest": {
        "type": "object",
        "properties": {
          "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_number": {
            "type": "integer",
            "format": "int32",
            "example": 1,
            "description": "Current page number (default first page)"
          },
          "page_size": {
            "type": "integer",
            "format": "int32",
            "example": 20,
            "description": "Number of per page (default 20 entries, maximum 20 entries)"
          }
        }
      },
      "C031SpecialIpDataEnterpriseTrademark_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"
          }
        }
      },
      "C031SpecialIpDataEnterpriseTrademark_TrademarkResponse": {
        "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/C031SpecialIpDataEnterpriseTrademark_Trademark"
            }
          }
        }
      },
      "C031SpecialIpDataEnterpriseTrademarkResponse": {
        "type": "object",
        "properties": {
          "data": {
            "$ref": "#/components/schemas/C031SpecialIpDataEnterpriseTrademark_TrademarkResponse"
          },
          "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"
        ]
      },
      "C031SpecialIpDataEnterpriseTrademarkRequest": {
        "type": "object",
        "properties": {
          "app_year": {
            "type": "string",
            "example": "2020",
            "description": "Application year"
          },
          "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_number": {
            "type": "integer",
            "format": "int32",
            "example": 1,
            "description": "Current page number (default first page)"
          },
          "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"
          },
          "tm_class": {
            "type": "string",
            "example": "29",
            "description": "International classification"
          }
        }
      },
      "C112CompanyCorePatent_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"
          }
        }
      },
      "C112CompanyCorePatent_PatentLegalStatus": {
        "type": "object",
        "properties": {
          "event_status": {
            "type": "array",
            "example": [
              "Transfer"
            ],
            "description": "Event status:\n<p>such as: Transfer,License,Pledge,Trust,Opposition,Re-examination,Customs,Litigation,Preservation,Invalid-procedure,Oral-procedure,Declassification,Double application</p>"
          },
          "legal_status": {
            "type": "array",
            "example": [
              "Examining"
            ],
            "description": "Legal status:<p>such as: Published,Examining,Granted,Double,Abandoned-Undetermined,Abandoned-Voluntarily,Abandoned-Deemed,Withdrawn-Undetermined,Withdrawn-Voluntarily,Withdrawn-Deemed,Rejected,Revoked,Expired,Non-Payment,Restoration,Ceased,P-Revoked,Discontinuation,PCT published,PCT entering(designated period),PCT entering(designated expiration),unentered</p>"
          },
          "simple_legal_status": {
            "type": "array",
            "example": [
              "Pending"
            ],
            "description": "Simple legal status:\n<p>such as: Inactive,Active,Pending,Undetermined,PCT designated period,PCT designated expiration</p>"
          }
        }
      },
      "C112CompanyCorePatent_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"
          }
        }
      },
      "C112CompanyCorePatent_PatentReferenceResponse": {
        "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"
          },
          "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"
          },
          "doc_number": {
            "type": "string",
            "example": "11205304",
            "description": "doc number"
          }
        }
      },
      "C112CompanyCorePatent_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"
          }
        }
      },
      "C112CompanyCorePatent_CorePatentDetailResponse": {
        "type": "object",
        "properties": {
          "pn": {
            "type": "string",
            "example": "专利id",
            "description": "patent number"
          },
          "abstract": {
            "type": "array",
            "example": "PatentTitle",
            "description": "patent abstract",
            "items": {
              "$ref": "#/components/schemas/C112CompanyCorePatent_PatentAbstract"
            }
          },
          "patent_id": {
            "type": "string",
            "example": "专利id",
            "description": "patent id"
          },
          "patent_type": {
            "type": "string",
            "example": "APPLICATION",
            "description": "patent type"
          },
          "patent_legal": {
            "$ref": "#/components/schemas/C112CompanyCorePatent_PatentLegalStatus"
          },
          "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"
          },
          "invention_title": {
            "type": "array",
            "example": "Please check the form: PatentTitle",
            "description": "invention title",
            "items": {
              "$ref": "#/components/schemas/C112CompanyCorePatent_PatentTitle"
            }
          },
          "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"
          },
          "application_reference": {
            "$ref": "#/components/schemas/C112CompanyCorePatent_PatentReferenceResponse"
          },
          "publication_reference": {
            "$ref": "#/components/schemas/C112CompanyCorePatent_PatentReferenceResponse"
          },
          "dates_of_public_availability": {
            "$ref": "#/components/schemas/C112CompanyCorePatent_DatesOfPublicAvailability"
          }
        }
      },
      "C112CompanyCorePatent_CorePatentResponse": {
        "type": "object",
        "properties": {
          "org_number": {
            "type": "string",
            "example": "582343213/58234321-3",
            "description": "organization code"
          },
          "core_patent": {
            "type": "array",
            "example": "Please check the form: CorePatentDetailResponse",
            "description": "core patent",
            "items": {
              "$ref": "#/components/schemas/C112CompanyCorePatent_CorePatentDetailResponse"
            }
          },
          "credit_code": {
            "type": "string",
            "example": 913205940566944300,
            "description": "unified social credit code"
          },
          "company_name": {
            "type": "string",
            "example": "苏州瀚川智能科技股份有限公司",
            "description": "company name"
          }
        }
      },
      "C112CompanyCorePatentResponse": {
        "type": "object",
        "properties": {
          "data": {
            "$ref": "#/components/schemas/C112CompanyCorePatent_CorePatentResponse"
          },
          "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"
        ]
      },
      "C112CompanyCorePatentRequest": {
        "type": "object",
        "properties": {
          "company_name": {
            "type": "string",
            "example": "小米科技有限责任公司",
            "description": "company name/"
          },
          "credit_code": {
            "type": "string",
            "example": "91110108551385082Q",
            "description": "credit code"
          },
          "org_number": {
            "type": "string",
            "example": "5513850T82",
            "description": "org_number"
          }
        }
      },
      "C032SpecialIpDataSoftwareCopyright_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"
          }
        }
      },
      "C032SpecialIpDataSoftwareCopyright_SoftwareCopyrightResponse": {
        "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/C032SpecialIpDataSoftwareCopyright_SoftwareCopyright"
            }
          }
        }
      },
      "C032SpecialIpDataSoftwareCopyrightResponse": {
        "type": "object",
        "properties": {
          "data": {
            "$ref": "#/components/schemas/C032SpecialIpDataSoftwareCopyright_SoftwareCopyrightResponse"
          },
          "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"
        ]
      },
      "C032SpecialIpDataSoftwareCopyrightRequest": {
        "type": "object",
        "properties": {
          "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_number": {
            "type": "integer",
            "format": "int32",
            "example": 1,
            "description": "Current page number (default first page)"
          },
          "page_size": {
            "type": "integer",
            "format": "int32",
            "example": 20,
            "description": "Number of per page (default 20 entries, maximum 20 entries)"
          }
        }
      },
      "C046PatentPotentialBuyer_PatentPotentialBuyerResponse": {
        "type": "object",
        "properties": {
          "company_id": {
            "type": "string",
            "example": "580dadaf4e8990e4937f6326dadefdac",
            "description": "company id"
          },
          "patent_cnt": {
            "type": "string",
            "example": 4,
            "description": "number of similar patents"
          },
          "buy_all_cnt": {
            "type": "string",
            "example": 101,
            "description": "the number of company's patent purchase records in the past three years"
          },
          "buy_this_cnt": {
            "type": "string",
            "example": 2,
            "description": "total number of patents purchased from the target patent's assignee company"
          },
          "company_name": {
            "type": "string",
            "example": "中国移动通信集团有限公司",
            "description": "company name"
          },
          "sim_score_avg": {
            "type": "string",
            "example": 76.25,
            "description": "average similarity value of patents"
          }
        }
      },
      "C046PatentPotentialBuyerResponse": {
        "type": "object",
        "properties": {
          "data": {
            "type": "array",
            "example": "no sample",
            "description": "response data",
            "items": {
              "$ref": "#/components/schemas/C046PatentPotentialBuyer_PatentPotentialBuyerResponse"
            }
          },
          "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"
        ]
      },
      "C046PatentPotentialBuyerRequest": {
        "type": "object",
        "properties": {
          "patent_id": {
            "type": "string",
            "example": "7fbd16c6-d005-4689-85a7-4d5eacef01e1",
            "description": "patent ID"
          },
          "pn": {
            "type": "string",
            "example": "CN104244439B",
            "description": "patent publication number"
          }
        }
      },
      "C114CompanyIndustryUniversityResearch_IurDetailResponse": {
        "type": "object",
        "properties": {
          "iur_name": {
            "type": "string",
            "example": "清华大学",
            "description": "Applicants for industry university research cooperation"
          },
          "iur_type": {
            "type": "string",
            "example": "院校/研究所",
            "description": "Industry university research type"
          },
          "iur_name_count": {
            "type": "integer",
            "format": "int64",
            "example": 625,
            "description": "The number of patent applications for industry university research cooperation"
          }
        }
      },
      "C114CompanyIndustryUniversityResearch_CompanyIndustryUniversityResponse": {
        "type": "object",
        "properties": {
          "iur_count": {
            "type": "integer",
            "format": "int64",
            "example": 21367,
            "description": "Number of industry university research collaborations"
          },
          "iur_detail": {
            "type": "array",
            "example": "Please check the form: IurDetailResponse",
            "description": "detail",
            "items": {
              "$ref": "#/components/schemas/C114CompanyIndustryUniversityResearch_IurDetailResponse"
            }
          },
          "org_number": {
            "type": "string",
            "example": "69294823-X",
            "description": "organization number"
          },
          "credit_code": {
            "type": "string",
            "example": "9131011269294823XQ",
            "description": "unified social credit code"
          },
          "company_name": {
            "type": "string",
            "example": "上海帆茂信息科技发展有限公司",
            "description": "company name"
          },
          "iur_app_count": {
            "type": "integer",
            "format": "int64",
            "example": 587,
            "description": "Number of applicants for industry university research cooperation"
          }
        }
      },
      "C114CompanyIndustryUniversityResearchResponse": {
        "type": "object",
        "properties": {
          "data": {
            "$ref": "#/components/schemas/C114CompanyIndustryUniversityResearch_CompanyIndustryUniversityResponse"
          },
          "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"
        ]
      },
      "C114CompanyIndustryUniversityResearchRequest": {
        "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"
          }
        }
      },
      "C115CompanyIndustryUniversityResearchIpc_IpcDetail": {
        "type": "object",
        "properties": {
          "ipc_main_group": {
            "type": "string",
            "example": "H04N19",
            "description": "IPC main group"
          },
          "ipc_iur_name_count": {
            "type": "integer",
            "format": "int32",
            "example": 147,
            "description": "The number of patent applications for industry university research cooperation"
          }
        }
      },
      "C115CompanyIndustryUniversityResearchIpc_IurIpcDetail": {
        "type": "object",
        "properties": {
          "iur_name": {
            "type": "string",
            "example": "清华大学",
            "description": "Applicants for industry university research cooperation"
          },
          "iur_type": {
            "type": "string",
            "example": "院校/研究所",
            "description": "Industry university research type"
          },
          "ipc_detail": {
            "type": "array",
            "example": "Please check the form: IpcDetail",
            "description": "The number of patent applications for industry university research cooperation",
            "items": {
              "$ref": "#/components/schemas/C115CompanyIndustryUniversityResearchIpc_IpcDetail"
            }
          }
        }
      },
      "C115CompanyIndustryUniversityResearchIpc_CompanyIndustryUniversityIpcResponse": {
        "type": "object",
        "properties": {
          "iur_detail": {
            "type": "array",
            "example": "Please check the form: IurIpcDetail",
            "description": "detail",
            "items": {
              "$ref": "#/components/schemas/C115CompanyIndustryUniversityResearchIpc_IurIpcDetail"
            }
          },
          "org_number": {
            "type": "string",
            "example": "69294823-X",
            "description": "organization number"
          },
          "credit_code": {
            "type": "string",
            "example": "9131011269294823XQ",
            "description": "unified social credit code"
          },
          "company_name": {
            "type": "string",
            "example": "上海帆茂信息科技发展有限公司",
            "description": "company name"
          }
        }
      },
      "C115CompanyIndustryUniversityResearchIpcResponse": {
        "type": "object",
        "properties": {
          "data": {
            "$ref": "#/components/schemas/C115CompanyIndustryUniversityResearchIpc_CompanyIndustryUniversityIpcResponse"
          },
          "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"
        ]
      },
      "C115CompanyIndustryUniversityResearchIpcRequest": {
        "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"
          }
        }
      },
      "C116CompanyIndustryUniversityResearchRegionDistribution_RegionDetail": {
        "type": "object",
        "properties": {
          "region": {
            "type": "string",
            "example": "CN",
            "description": "region"
          },
          "region_iur_name_count": {
            "type": "integer",
            "format": "int32",
            "example": 147,
            "description": "The number of patent applications for industry university research cooperation"
          }
        }
      },
      "C116CompanyIndustryUniversityResearchRegionDistribution_IurRegionDetail": {
        "type": "object",
        "properties": {
          "iur_name": {
            "type": "string",
            "example": "清华大学",
            "description": "Applicants for industry university research cooperation"
          },
          "iur_type": {
            "type": "string",
            "example": "院校/研究所",
            "description": "Industry university research type"
          },
          "region_detail": {
            "type": "array",
            "example": "Please check the form: RegionDetail",
            "description": "The number of patent applications for industry university research cooperation",
            "items": {
              "$ref": "#/components/schemas/C116CompanyIndustryUniversityResearchRegionDistribution_RegionDetail"
            }
          }
        }
      },
      "C116CompanyIndustryUniversityResearchRegionDistribution_CompanyIndustryUniversityRegionDistributionResponse": {
        "type": "object",
        "properties": {
          "iur_detail": {
            "type": "array",
            "example": "Please check the form: IurRegionDetail",
            "description": "detail",
            "items": {
              "$ref": "#/components/schemas/C116CompanyIndustryUniversityResearchRegionDistribution_IurRegionDetail"
            }
          },
          "org_number": {
            "type": "string",
            "example": "69294823-X",
            "description": "organization number"
          },
          "credit_code": {
            "type": "string",
            "example": "9131011269294823XQ",
            "description": "unified social credit code"
          },
          "company_name": {
            "type": "string",
            "example": "上海帆茂信息科技发展有限公司",
            "description": "company name"
          }
        }
      },
      "C116CompanyIndustryUniversityResearchRegionDistributionResponse": {
        "type": "object",
        "properties": {
          "data": {
            "$ref": "#/components/schemas/C116CompanyIndustryUniversityResearchRegionDistribution_CompanyIndustryUniversityRegionDistributionResponse"
          },
          "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"
        ]
      },
      "C116CompanyIndustryUniversityResearchRegionDistributionRequest": {
        "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"
          }
        }
      },
      "B043NewsSearch_NewsDetailDto": {
        "type": "object",
        "properties": {
          "title": {
            "type": "string",
            "example": "Roche to reintroduce Susvimo in the US for people with neovascular age-related macular degeneration (nAMD)",
            "description": "News title"
          },
          "source": {
            "type": "string",
            "example": "BBC",
            "description": "source"
          },
          "news_id": {
            "type": "string",
            "example": "f57e970e-8f97-39b7-a6be-51846e92bee1",
            "description": "News ID"
          },
          "source_url": {
            "type": "string",
            "example": "https://www.biospace.com/article/releases/cerevel-therapeutics-announces-publication-in-the-lancet-of-emraclidine-data-from-phase-1b-clinical-trial-in-people-living-with-schizophrenia/",
            "description": "News Link"
          }
        }
      },
      "B043NewsSearch_NewsSearchResponseDto": {
        "type": "object",
        "properties": {
          "items": {
            "type": "array",
            "example": "Please check the form:NewsDetailDto",
            "description": "Result Items",
            "items": {
              "$ref": "#/components/schemas/B043NewsSearch_NewsDetailDto"
            }
          },
          "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"
          }
        }
      },
      "B043NewsSearchResponse": {
        "type": "object",
        "properties": {
          "data": {
            "$ref": "#/components/schemas/B043NewsSearch_NewsSearchResponseDto"
          },
          "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"
        ]
      },
      "B043NewsSearch_DrugConditionValue": {
        "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": [
              "945fa31ebe9e41ae912e493aa3324576"
            ],
            "description": "Value List"
          }
        }
      },
      "B043NewsSearch_TargetConditionValue": {
        "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": [
              "9786d32e3d244a688ec6a60d2fe1b10b"
            ],
            "description": "Value List"
          }
        }
      },
      "B043NewsSearch_DiseaseConditionValue": {
        "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": [
              "3beea980d93a4cc0abc864e27514601c"
            ],
            "description": "Value List"
          }
        }
      },
      "B043NewsSearch_OrganizationConditionValue": {
        "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": [
              "6a8c172f1efc649035845f94c31a9c1e"
            ],
            "description": "Value List"
          }
        }
      },
      "B043NewsSearch_KeywordConditionValue": {
        "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": [
              "keytruda"
            ],
            "description": "Value List"
          }
        }
      },
      "B043NewsSearch_NewsSearchLongRangeItem": {
        "type": "object",
        "properties": {
          "from": {
            "type": "integer",
            "format": "int64",
            "example": 1722441600000,
            "description": "from"
          },
          "to": {
            "type": "integer",
            "format": "int64",
            "example": 1756742399999,
            "description": "to"
          }
        }
      },
      "B043NewsSearch_NewsSearchSortDto": {
        "type": "object",
        "properties": {
          "sort_field": {
            "type": "string",
            "example": "post_time",
            "description": "sort field, enum values: post_time"
          },
          "sort_order": {
            "type": "string",
            "example": "desc",
            "description": "sort order, support:desc,asc"
          }
        }
      },
      "B043NewsSearchRequest": {
        "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."
          },
          "drug": {
            "$ref": "#/components/schemas/B043NewsSearch_DrugConditionValue"
          },
          "target": {
            "$ref": "#/components/schemas/B043NewsSearch_TargetConditionValue"
          },
          "disease": {
            "$ref": "#/components/schemas/B043NewsSearch_DiseaseConditionValue"
          },
          "organization": {
            "$ref": "#/components/schemas/B043NewsSearch_OrganizationConditionValue"
          },
          "keyword": {
            "$ref": "#/components/schemas/B043NewsSearch_KeywordConditionValue"
          },
          "post_time": {
            "$ref": "#/components/schemas/B043NewsSearch_NewsSearchLongRangeItem"
          },
          "sort": {
            "type": "array",
            "example": [
              {
                "sort_field": "post_time",
                "sort_order": "desc"
              }
            ],
            "description": "Sorting fields.The value is an enum with the following values: post_time. Default post_time descending order. Referencing \"SortDto\"",
            "items": {
              "$ref": "#/components/schemas/B043NewsSearch_NewsSearchSortDto"
            }
          }
        }
      },
      "B007DrugSearch_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"
          }
        }
      },
      "B007DrugSearch_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/B007DrugSearch_CommonName"
            }
          },
          "normalized_id": {
            "type": "string",
            "example": "2fbfdb3e92d942c48cbb0adb79f23526",
            "description": "Dict ID"
          }
        }
      },
      "B007DrugSearch_DrugSummaryDto": {
        "type": "object",
        "properties": {
          "drug_id": {
            "type": "string",
            "example": "11d208e0c26a4345946d95f92d9fcaf0",
            "description": "Drug ID"
          },
          "drug_name": {
            "type": "array",
            "example": [
              {
                "lang": "CN",
                "name": "阿达格拉西"
              },
              {
                "lang": "EN",
                "name": "Adagrasib"
              }
            ],
            "description": "Drug Name",
            "items": {
              "$ref": "#/components/schemas/B007DrugSearch_CommonName"
            }
          },
          "drug_type": {
            "type": "array",
            "example": [
              {
                "display_name": [
                  {
                    "lang": "EN",
                    "name": "Small molecule drug"
                  },
                  {
                    "lang": "CN",
                    "name": "小分子化药"
                  }
                ],
                "normalized_id": "1151dbc710f64a85923dc05d4a5a0ba9"
              }
            ],
            "description": "drug type view",
            "items": {
              "$ref": "#/components/schemas/B007DrugSearch_CommonDictionary"
            }
          }
        }
      },
      "B007DrugSearch_DrugSearchResponseDto": {
        "type": "object",
        "properties": {
          "items": {
            "type": "array",
            "example": "Please check the form:DrugSummaryDto",
            "description": "result items",
            "items": {
              "$ref": "#/components/schemas/B007DrugSearch_DrugSummaryDto"
            }
          },
          "limit": {
            "type": "integer",
            "format": "int64",
            "example": 10,
            "description": "limit"
          },
          "total": {
            "type": "integer",
            "format": "int64",
            "example": 0,
            "description": "total"
          },
          "offset": {
            "type": "integer",
            "format": "int64",
            "example": 0,
            "description": "offset"
          },
          "total_dev_status": {
            "type": "integer",
            "format": "int64",
            "example": 0,
            "description": "Involved Dev Status Count"
          }
        }
      },
      "B007DrugSearchResponse": {
        "type": "object",
        "properties": {
          "data": {
            "$ref": "#/components/schemas/B007DrugSearch_DrugSearchResponseDto"
          },
          "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"
        ]
      },
      "B007DrugSearch_DrugSearchDrugConditionValue": {
        "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": [
              "945fa31ebe9e41ae912e493aa3324576"
            ],
            "description": "Value List"
          }
        }
      },
      "B007DrugSearch_DrugSearchTargetConditionValue": {
        "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": [
              "9786d32e3d244a688ec6a60d2fe1b10b"
            ],
            "description": "Value List"
          }
        }
      },
      "B007DrugSearch_DrugSearchDiseaseConditionValue": {
        "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": [
              "3beea980d93a4cc0abc864e27514601c"
            ],
            "description": "Value List"
          }
        }
      },
      "B007DrugSearch_DrugSearchOrganizationConditionValue": {
        "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": [
              "6a8c172f1efc649035845f94c31a9c1e"
            ],
            "description": "Value List"
          }
        }
      },
      "B007DrugSearch_DrugSearchMechanismActionConditionValue": {
        "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": [
              "4dd338b149b3ecd0ee860e1fb379b44f"
            ],
            "description": "Value List"
          }
        }
      },
      "B007DrugSearch_DrugSearchDrugTypeConditionValue": {
        "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": [
              "c38eb408d6b842f487d6a27484156633"
            ],
            "description": "Value List"
          }
        }
      },
      "B007DrugSearch_DrugSearchSortDto": {
        "type": "object",
        "properties": {
          "sort_field": {
            "type": "string",
            "example": "DRUG_TYPE_SORT",
            "description": "sort field, enum values: DRUG_TYPE_SORT, GLOBAL_HIGHEST_DEV_STATUS_RANK, FIRST_APPROVED_DATE"
          },
          "sort_order": {
            "type": "string",
            "example": "desc",
            "description": "sort order, support:desc,asc"
          }
        }
      },
      "B007DrugSearchRequest": {
        "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."
          },
          "drug": {
            "$ref": "#/components/schemas/B007DrugSearch_DrugSearchDrugConditionValue"
          },
          "target": {
            "$ref": "#/components/schemas/B007DrugSearch_DrugSearchTargetConditionValue"
          },
          "disease": {
            "$ref": "#/components/schemas/B007DrugSearch_DrugSearchDiseaseConditionValue"
          },
          "organization": {
            "$ref": "#/components/schemas/B007DrugSearch_DrugSearchOrganizationConditionValue"
          },
          "mechanism_action": {
            "$ref": "#/components/schemas/B007DrugSearch_DrugSearchMechanismActionConditionValue"
          },
          "drug_type": {
            "$ref": "#/components/schemas/B007DrugSearch_DrugSearchDrugTypeConditionValue"
          },
          "global_highest_dev_status": {
            "type": "array",
            "example": [
              "Approved"
            ],
            "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": [
              "Approved"
            ],
            "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": false,
            "description": "Whether Start-Up Organization"
          },
          "sort": {
            "type": "array",
            "example": [
              {
                "sort_field": "DRUG_TYPE_SORT",
                "sort_order": "desc"
              },
              {
                "sort_field": "GLOBAL_HIGHEST_DEV_STATUS_RANK",
                "sort_order": "desc"
              },
              {
                "sort_field": "FIRST_APPROVED_DATE",
                "sort_order": "desc"
              }
            ],
            "description": "Field order, field can support: DRUG_TYPE_SORT, GLOBAL_HIGHEST_DEV_STATUS_RANK, FIRST_APPROVED_DATE; order can support:desc, asc (default desc)",
            "items": {
              "$ref": "#/components/schemas/B007DrugSearch_DrugSearchSortDto"
            }
          }
        }
      },
      "B012ClinicalTrialSearch_ClinicalTrialSearchDetail": {
        "type": "object",
        "properties": {
          "brief_title": {
            "type": "string",
            "example": "Finding an Effective Dose of GM1 to Reduce or Prevent Neuropathy (Numbness or Weakness) Due to Treatment With Paclitaxel (Phase II)",
            "description": "Brief Title"
          },
          "official_title": {
            "type": "string",
            "example": "An Early Phase and Phase II Clinical Trial to Evaluate Ganglioside-Monosialic Acid (GM1) for Preventing Paclitaxel-Associated Neuropathy",
            "description": "Official Title"
          },
          "register_number": {
            "type": "string",
            "example": "NCT05751668",
            "description": "Trial Number"
          },
          "clinical_trial_id": {
            "type": "string",
            "example": "e3a8282e8e85590e2ad225a2522ea828",
            "description": "Clinical Trial ID"
          }
        }
      },
      "B012ClinicalTrialSearch_ClinicalTrialSearchResponseDto": {
        "type": "object",
        "properties": {
          "items": {
            "type": "array",
            "example": "Please check the form:ClinicalTrialSearchDetail",
            "description": "Result Items",
            "items": {
              "$ref": "#/components/schemas/B012ClinicalTrialSearch_ClinicalTrialSearchDetail"
            }
          },
          "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"
          }
        }
      },
      "B012ClinicalTrialSearchResponse": {
        "type": "object",
        "properties": {
          "data": {
            "$ref": "#/components/schemas/B012ClinicalTrialSearch_ClinicalTrialSearchResponseDto"
          },
          "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"
        ]
      },
      "B012ClinicalTrialSearch_ClinicalTrialSearchKeywordConditionValue": {
        "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": [
              "keytruda"
            ],
            "description": "Value List"
          }
        }
      },
      "B012ClinicalTrialSearch_ClinicalTrialSearchMainExperimentationDrugConditionValue": {
        "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": [
              "945fa31ebe9e41ae912e493aa3324576"
            ],
            "description": "Value List"
          }
        }
      },
      "B012ClinicalTrialSearch_ClinicalTrialSearchControlDrugConditionValue": {
        "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": [
              "945fa31ebe9e41ae912e493aa3324576"
            ],
            "description": "Value List"
          }
        }
      },
      "B012ClinicalTrialSearch_ClinicalTrialSearchOrganizationConditionValue": {
        "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": [
              "6a8c172f1efc649035845f94c31a9c1e"
            ],
            "description": "Value List"
          }
        }
      },
      "B012ClinicalTrialSearch_ClinicalTrialSearchTargetConditionValue": {
        "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": [
              "9786d32e3d244a688ec6a60d2fe1b10b"
            ],
            "description": "Value List"
          }
        }
      },
      "B012ClinicalTrialSearch_ClinicalTrialSearchMechanismActionConditionValue": {
        "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": [
              "4dd338b149b3ecd0ee860e1fb379b44f"
            ],
            "description": "Value List"
          }
        }
      },
      "B012ClinicalTrialSearch_ClinicalTrialSearchDiseaseConditionValue": {
        "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": [
              "62eaee6d9ee44410b8aca59dfc7408e9"
            ],
            "description": "Value List"
          }
        }
      },
      "B012ClinicalTrialSearch_ClinicalTrialSearchDrugTypeConditionValue": {
        "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": [
              "c38eb408d6b842f487d6a27484156633"
            ],
            "description": "Value List"
          }
        }
      },
      "B012ClinicalTrialSearch_ClinicalTrialSearchStudyIdentifierConditionValue": {
        "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": [
              "MK-3475-587"
            ],
            "description": "Value List"
          }
        }
      },
      "B012ClinicalTrialSearch_ClinicalTrialSearchRegisterNumberConditionValue": {
        "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": [
              "NCT03486873"
            ],
            "description": "Value List"
          }
        }
      },
      "B012ClinicalTrialSearch_ClinicalTrialSearchTitleConditionValue": {
        "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": [
              "Tumors"
            ],
            "description": "Value List"
          }
        }
      },
      "B012ClinicalTrialSearch_ClinicalTrialSearchStartDateLongRangeItem": {
        "type": "object",
        "properties": {
          "from": {
            "type": "integer",
            "format": "int64",
            "example": 1514764800000,
            "description": "from"
          },
          "to": {
            "type": "integer",
            "format": "int64",
            "example": 1546387199999,
            "description": "to"
          }
        }
      },
      "B012ClinicalTrialSearch_ClinicalTrialSearchFirstPostedDateLongRangeItem": {
        "type": "object",
        "properties": {
          "from": {
            "type": "integer",
            "format": "int64",
            "example": 1514764800000,
            "description": "from"
          },
          "to": {
            "type": "integer",
            "format": "int64",
            "example": 1546387199999,
            "description": "to"
          }
        }
      },
      "B012ClinicalTrialSearch_ClinicalTrialSearchSortDto": {
        "type": "object",
        "properties": {
          "sort_field": {
            "type": "string",
            "example": "STUDY_FIRST_POSTED_DATE",
            "description": "sort field, enum values: STUDY_FIRST_POSTED_DATE, START_DATE, LAST_UPDATE_POSTED_DATE"
          },
          "sort_order": {
            "type": "string",
            "example": "desc",
            "description": "sort order, support:desc,asc"
          }
        }
      },
      "B012ClinicalTrialSearchRequest": {
        "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 <= 20000， limit up to 1,000."
          },
          "keyword": {
            "$ref": "#/components/schemas/B012ClinicalTrialSearch_ClinicalTrialSearchKeywordConditionValue"
          },
          "main_experimentation_drug": {
            "$ref": "#/components/schemas/B012ClinicalTrialSearch_ClinicalTrialSearchMainExperimentationDrugConditionValue"
          },
          "control_drug": {
            "$ref": "#/components/schemas/B012ClinicalTrialSearch_ClinicalTrialSearchControlDrugConditionValue"
          },
          "organization": {
            "$ref": "#/components/schemas/B012ClinicalTrialSearch_ClinicalTrialSearchOrganizationConditionValue"
          },
          "target": {
            "$ref": "#/components/schemas/B012ClinicalTrialSearch_ClinicalTrialSearchTargetConditionValue"
          },
          "mechanism_action": {
            "$ref": "#/components/schemas/B012ClinicalTrialSearch_ClinicalTrialSearchMechanismActionConditionValue"
          },
          "disease": {
            "$ref": "#/components/schemas/B012ClinicalTrialSearch_ClinicalTrialSearchDiseaseConditionValue"
          },
          "drug_type": {
            "$ref": "#/components/schemas/B012ClinicalTrialSearch_ClinicalTrialSearchDrugTypeConditionValue"
          },
          "study_identifier": {
            "$ref": "#/components/schemas/B012ClinicalTrialSearch_ClinicalTrialSearchStudyIdentifierConditionValue"
          },
          "register_number": {
            "$ref": "#/components/schemas/B012ClinicalTrialSearch_ClinicalTrialSearchRegisterNumberConditionValue"
          },
          "title": {
            "$ref": "#/components/schemas/B012ClinicalTrialSearch_ClinicalTrialSearchTitleConditionValue"
          },
          "recruitment_status": {
            "type": "array",
            "example": [
              "Recruiting"
            ],
            "description": "Recruitment Status, The value is an enum with the following values: Not_Yet_Recruiting, Recruiting, Enrolling_By_Invitation, Active_Not_Recruiting, Suspended, Terminated, Completed, Withdrawn, Unknown_Status"
          },
          "phase": {
            "type": "array",
            "example": [
              "Phase_3"
            ],
            "description": "Study Phase, The value is an enum with the following values: Early_Phase_1, Phase_1, Phase_1_2, Phase_2, Phase_2_3, Phase_3, Phase_4, Not_Applicable"
          },
          "start_date": {
            "$ref": "#/components/schemas/B012ClinicalTrialSearch_ClinicalTrialSearchStartDateLongRangeItem"
          },
          "first_posted_date": {
            "$ref": "#/components/schemas/B012ClinicalTrialSearch_ClinicalTrialSearchFirstPostedDateLongRangeItem"
          },
          "enrollment": {
            "type": "array",
            "example": [
              "GREATER_THAN_FIVE_HUNDRED"
            ],
            "description": "Enrollment, The value is an enum with the following values: LESS_THAN_FIFTEEN, FIFTEEN_TO_SIXTY, SIXTY_TO_THREE_HUNDRED, THREE_HUNDRED_TO_FIVE_HUNDRED, GREATER_THAN_FIVE_HUNDRED"
          },
          "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"
          },
          "country": {
            "type": "array",
            "example": [
              "Asia"
            ],
            "description": "Country/Location, The value is an enum with the following values: Asia, North_America, Europe, Oceania, South_America, US, EU, CN, JP, Other"
          },
          "therapeutic_area": {
            "type": "array",
            "example": [
              "62eaee6d9ee44410b8aca59dfc7408e9"
            ],
            "description": "Therapeutic Areas, Retrieve therapeutic area id using the [B058]."
          },
          "sort": {
            "type": "array",
            "example": [
              {
                "sort_field": "STUDY_FIRST_POSTED_DATE",
                "sort_order": "desc"
              },
              {
                "sort_field": "START_DATE",
                "sort_order": "desc"
              },
              {
                "sort_field": "LAST_UPDATE_POSTED_DATE",
                "sort_order": "desc"
              }
            ],
            "description": "Sorting fields. The value is an enum with the following values: STUDY_FIRST_POSTED_DATE, START_DATE, LAST_UPDATE_POSTED_DATE. The default sorting is by first post date, start date, and last post date, all in descending order. Referencing \"ClinicalTrialSearchSortDto\"",
            "items": {
              "$ref": "#/components/schemas/B012ClinicalTrialSearch_ClinicalTrialSearchSortDto"
            }
          }
        }
      },
      "B011PaperSearch_PaperTitleDto": {
        "type": "object",
        "properties": {
          "lang": {
            "type": "string",
            "example": "EN",
            "description": "Paper Title Language"
          },
          "title": {
            "type": "string",
            "example": "Adding PD-1/PD-L1 Inhibitors to Chemotherapy for the First-Line Treatment of Extensive Stage Small Cell Lung Cancer (SCLC): A Meta-Analysis of Randomized Trials",
            "description": "Paper Title"
          }
        }
      },
      "B011PaperSearch_PaperDetailDto": {
        "type": "object",
        "properties": {
          "paper_id": {
            "type": "string",
            "example": "0b20bcfa-6399-30bf-ab29-6a0fafbbe3bd",
            "description": "Paper ID"
          },
          "paper_title": {
            "type": "array",
            "example": [
              {
                "lang": "EN",
                "title": "Adding PD-1/PD-L1 Inhibitors to Chemotherapy for the First-Line Treatment of Extensive Stage Small Cell Lung Cancer (SCLC): A Meta-Analysis of Randomized Trials"
              }
            ],
            "description": "Paper Title",
            "items": {
              "$ref": "#/components/schemas/B011PaperSearch_PaperTitleDto"
            }
          }
        }
      },
      "B011PaperSearch_PaperSearchResponseDto": {
        "type": "object",
        "properties": {
          "items": {
            "type": "array",
            "example": "Please check the form:PaperDetailDto",
            "description": "result items",
            "items": {
              "$ref": "#/components/schemas/B011PaperSearch_PaperDetailDto"
            }
          },
          "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"
          }
        }
      },
      "B011PaperSearchResponse": {
        "type": "object",
        "properties": {
          "data": {
            "$ref": "#/components/schemas/B011PaperSearch_PaperSearchResponseDto"
          },
          "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"
        ]
      },
      "B011PaperSearch_PaperSearchKeywordConditionValue": {
        "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": [
              "keytruda"
            ],
            "description": "Value List"
          }
        }
      },
      "B011PaperSearch_PaperSearchDrugConditionValue": {
        "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": [
              "945fa31ebe9e41ae912e493aa3324576"
            ],
            "description": "Value List"
          }
        }
      },
      "B011PaperSearch_PaperSearchTargetConditionValue": {
        "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": [
              "9786d32e3d244a688ec6a60d2fe1b10b"
            ],
            "description": "Value List"
          }
        }
      },
      "B011PaperSearch_PaperSearchDiseaseConditionValue": {
        "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": [
              "62eaee6d9ee44410b8aca59dfc7408e9"
            ],
            "description": "Value List"
          }
        }
      },
      "B011PaperSearch_PaperSearchOrganizationConditionValue": {
        "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": [
              "6a8c172f1efc649035845f94c31a9c1e"
            ],
            "description": "Value List"
          }
        }
      },
      "B011PaperSearch_PaperSearchDrugTypeConditionValue": {
        "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": [
              "c38eb408d6b842f487d6a27484156633"
            ],
            "description": "Value List"
          }
        }
      },
      "B011PaperSearch_PaperSearchPublicationYearLongRangeItem": {
        "type": "object",
        "properties": {
          "from": {
            "type": "integer",
            "format": "int64",
            "example": 2019,
            "description": "from"
          },
          "to": {
            "type": "integer",
            "format": "int64",
            "example": 2021,
            "description": "to"
          }
        }
      },
      "B011PaperSearch_PaperSearchSortDto": {
        "type": "object",
        "properties": {
          "sort_field": {
            "type": "string",
            "example": "score",
            "description": "sort field, enum values: score, PUBLICATION_DATE"
          },
          "sort_order": {
            "type": "string",
            "example": "desc",
            "description": "sort order, support:desc,asc"
          }
        }
      },
      "B011PaperSearchRequest": {
        "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."
          },
          "keyword": {
            "$ref": "#/components/schemas/B011PaperSearch_PaperSearchKeywordConditionValue"
          },
          "drug": {
            "$ref": "#/components/schemas/B011PaperSearch_PaperSearchDrugConditionValue"
          },
          "target": {
            "$ref": "#/components/schemas/B011PaperSearch_PaperSearchTargetConditionValue"
          },
          "disease": {
            "$ref": "#/components/schemas/B011PaperSearch_PaperSearchDiseaseConditionValue"
          },
          "organization": {
            "$ref": "#/components/schemas/B011PaperSearch_PaperSearchOrganizationConditionValue"
          },
          "drug_type": {
            "$ref": "#/components/schemas/B011PaperSearch_PaperSearchDrugTypeConditionValue"
          },
          "author": {
            "type": "array",
            "example": [
              "Hutchins, Beth"
            ],
            "description": "Author"
          },
          "publication_year": {
            "$ref": "#/components/schemas/B011PaperSearch_PaperSearchPublicationYearLongRangeItem"
          },
          "sort": {
            "type": "array",
            "example": [
              {
                "sort_field": "score",
                "sort_order": "desc"
              }
            ],
            "description": "Sorting fields. The value is an enum with the following values: score, PUBLICATION_DATE. The default sorting is by Relevancy descending order. Referencing \"PaperSearchSortDto\"",
            "items": {
              "$ref": "#/components/schemas/B011PaperSearch_PaperSearchSortDto"
            }
          }
        }
      },
      "B009CoreSearch_InventorDto": {
        "type": "object",
        "properties": {
          "lang": {
            "type": "string",
            "example": "CN",
            "description": "language"
          },
          "name": {
            "type": "string",
            "example": "张三",
            "description": "name"
          },
          "address": {
            "type": "string",
            "example": "Alpharetta, GA",
            "description": "Address"
          }
        }
      },
      "B009CoreSearch_SimplifiedOrganizationDto": {
        "type": "object",
        "properties": {
          "entity_id": {
            "type": "string",
            "example": "7d2ce3422e13151f3260bfc6815fd2ec",
            "description": "organization id"
          },
          "display_name_cn": {
            "type": "string",
            "example": "北京世桥生物制药有限公司",
            "description": "Chinese name of the institution"
          },
          "display_name_en": {
            "type": "string",
            "example": "Beijing Sciecure Pharmaceutical Co., Ltd.",
            "description": "English name of the institution"
          }
        }
      },
      "B009CoreSearch_PatentSummaryDto": {
        "type": "object",
        "properties": {
          "pn": {
            "type": "string",
            "example": "CN101610676B",
            "description": "Patent publication Number"
          },
          "apdt": {
            "type": "string",
            "example": 20150814,
            "description": "Patent Application Date"
          },
          "apno": {
            "type": "string",
            "example": "CN200680056438.5",
            "description": "Patent application number"
          },
          "exdt": {
            "type": "string",
            "example": 20151104,
            "description": "Estimated expiry date"
          },
          "pbdt": {
            "type": "string",
            "example": 20151104,
            "description": "Patent Publication Date"
          },
          "inventor": {
            "type": "array",
            "example": [
              {
                "lang": "CN",
                "name": "冯桂深"
              },
              {
                "lang": "CN",
                "name": "云穗生"
              },
              {
                "lang": "CN",
                "name": "林韶辉"
              },
              {
                "lang": "CN",
                "name": "魏荣宝"
              },
              {
                "lang": "CN",
                "name": "段洪艳"
              },
              {
                "lang": "CN",
                "name": "魏存乐"
              },
              {
                "lang": "CN",
                "name": "申京建"
              },
              {
                "lang": "CN",
                "name": "刘亚利"
              },
              {
                "lang": "CN",
                "name": "曲毅"
              }
            ],
            "description": "Inventor",
            "items": {
              "$ref": "#/components/schemas/B009CoreSearch_InventorDto"
            }
          },
          "title_cn": {
            "type": "string",
            "example": "一种胸腺五肽注射液及其制作方法",
            "description": "Chinese Title of Patent"
          },
          "title_en": {
            "type": "string",
            "example": "Thymopentin injection and preparation method thereof",
            "description": "English Title of patent"
          },
          "isdt_year": {
            "type": "string",
            "example": 2015,
            "description": "Issue year"
          },
          "patent_id": {
            "type": "string",
            "example": "f00a5247-0886-4ec4-aeae-572b32fe633a",
            "description": "Patent id"
          },
          "legal_status": {
            "type": "array",
            "example": [
              1,
              3
            ],
            "description": "patent legal status\n\n1: 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"
          },
          "priority_year": {
            "type": "array",
            "example": [
              "2015"
            ],
            "description": "Priority year"
          },
          "inventor_other": {
            "type": "array",
            "example": [
              {
                "lang": "EN",
                "name": "FENG GUISHEN"
              },
              {
                "lang": "EN",
                "name": "YUN SUISHENG"
              },
              {
                "lang": "EN",
                "name": "LIN SHAOHUI"
              },
              {
                "lang": "EN",
                "name": "WEI RONGBAO"
              },
              {
                "lang": "EN",
                "name": "DUAN HONGYAN"
              },
              {
                "lang": "EN",
                "name": "WEI CUNLE"
              },
              {
                "lang": "EN",
                "name": "SHEN JINGJIAN"
              },
              {
                "lang": "EN",
                "name": "LIU YALI"
              },
              {
                "lang": "EN",
                "name": "QU YI"
              }
            ],
            "description": "Inventor",
            "items": {
              "$ref": "#/components/schemas/B009CoreSearch_InventorDto"
            }
          },
          "current_assignee": {
            "type": "array",
            "example": [
              {
                "entity_id": "7d2ce3422e13151f3260bfc6815fd2ec",
                "display_name_cn": "北京世桥生物制药有限公司",
                "display_name_en": "Beijing Sciecure Pharmaceutical Co., Ltd."
              }
            ],
            "description": "Current Assignee",
            "items": {
              "$ref": "#/components/schemas/B009CoreSearch_SimplifiedOrganizationDto"
            }
          },
          "original_assignee": {
            "type": "array",
            "example": [
              {
                "entity_id": "7d2ce3422e13151f3260bfc6815fd2ec",
                "display_name_cn": "北京世桥生物制药有限公司",
                "display_name_en": "Beijing Sciecure Pharmaceutical Co., Ltd."
              }
            ],
            "description": "Original Assignee",
            "items": {
              "$ref": "#/components/schemas/B009CoreSearch_SimplifiedOrganizationDto"
            }
          }
        }
      },
      "B009CoreSearch_PatentSearchResponseDto": {
        "type": "object",
        "properties": {
          "items": {
            "type": "array",
            "example": "Please check the form:PatentSummaryDto",
            "description": "result itemsN",
            "items": {
              "$ref": "#/components/schemas/B009CoreSearch_PatentSummaryDto"
            }
          },
          "limit": {
            "type": "integer",
            "format": "int64",
            "example": 10,
            "description": "limit"
          },
          "total": {
            "type": "integer",
            "format": "int64",
            "example": 0,
            "description": "total"
          },
          "offset": {
            "type": "integer",
            "format": "int64",
            "example": 0,
            "description": "offset"
          },
          "uncollapse_total": {
            "type": "integer",
            "format": "int64",
            "example": 0,
            "description": "Uncollapse Total"
          }
        }
      },
      "B009CoreSearchResponse": {
        "type": "object",
        "properties": {
          "data": {
            "$ref": "#/components/schemas/B009CoreSearch_PatentSearchResponseDto"
          },
          "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"
        ]
      },
      "B009CoreSearch_PatentSearchDrugConditionValue": {
        "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": [
              "945fa31ebe9e41ae912e493aa3324576"
            ],
            "description": "Value List"
          }
        }
      },
      "B009CoreSearch_GetRelatePatentSearchFilterDto": {
        "type": "object",
        "properties": {
          "ancs_type": {
            "type": "array",
            "example": [
              "COMPANY"
            ],
            "description": "Ancs type"
          },
          "apdt_year": {
            "type": "array",
            "example": [
              "2008"
            ],
            "description": "Application year"
          },
          "in_facet": {
            "type": "array",
            "example": [
              "CARVEN, GREGORY JOHN"
            ],
            "description": "Inventor"
          },
          "isdt_year": {
            "type": "array",
            "example": [
              "2013"
            ],
            "description": "Issue Year"
          },
          "legal_status": {
            "type": "array",
            "example": [
              "3"
            ],
            "description": "Legal Status"
          },
          "patent_assignee": {
            "type": "array",
            "example": [
              "MERCK SHARP & DOHME B.V."
            ],
            "description": "Assignee"
          },
          "patent_country": {
            "type": "array",
            "example": [
              "EP"
            ],
            "description": "Authority"
          },
          "patent_tech_type": {
            "type": "array",
            "example": [
              "3db27f57784548dc96356669deee2ca1"
            ],
            "description": "Patent Technology Type"
          },
          "pbdt_year": {
            "type": "array",
            "example": [
              "2013"
            ],
            "description": "Publication Year"
          },
          "priority_year": {
            "type": "array",
            "example": [
              "2007"
            ],
            "description": "Priority Year"
          },
          "simple_legal_status": {
            "type": "array",
            "example": [
              "1"
            ],
            "description": "Simple Legal Status"
          }
        }
      },
      "B009CoreSearch_PatentSearchSortDto": {
        "type": "object",
        "properties": {
          "sort_field": {
            "type": "string",
            "example": "score",
            "description": "sort field, enum values: score,PBDT_YEARMONTHDAY,APD_YEARMONTHDAY,EXDT_TS"
          },
          "sort_order": {
            "type": "string",
            "example": "desc",
            "description": "sort order, support:desc,asc"
          }
        }
      },
      "B009CoreSearch_PatentSearchDrugTypeConditionValue": {
        "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": [
              "c38eb408d6b842f487d6a27484156633"
            ],
            "description": "Value List"
          }
        }
      },
      "B009CoreSearch_PatentSearchPatentTechTypeConditionValue": {
        "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": [
              "3db27f57784548dc96356669deee2ca1"
            ],
            "description": "Value List"
          }
        }
      },
      "B009CoreSearch_PatentSearchDiseaseConditionValue": {
        "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": [
              "62eaee6d9ee44410b8aca59dfc7408e9"
            ],
            "description": "Value List"
          }
        }
      },
      "B009CoreSearch_PatentSearchTargetConditionValue": {
        "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": [
              "9786d32e3d244a688ec6a60d2fe1b10b"
            ],
            "description": "Value List"
          }
        }
      },
      "B009CoreSearch_PatentSearchPatentAssigneeConditionValue": {
        "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": [
              "37644001d015f20c92d6232713bd09eb"
            ],
            "description": "Value List"
          },
          "keyword_value": {
            "type": "array",
            "example": [
              "Merck Sharp"
            ],
            "description": "Keyword List"
          }
        }
      },
      "B009CoreSearch_PatentAggregationIsdtLongRangeItem": {
        "type": "object",
        "properties": {
          "from": {
            "type": "integer",
            "format": "int64",
            "example": 20130101,
            "description": "from"
          },
          "to": {
            "type": "integer",
            "format": "int64",
            "example": 20240822,
            "description": "to"
          }
        }
      },
      "B009CoreSearch_PatentSearchPbdtLongRangeItem": {
        "type": "object",
        "properties": {
          "from": {
            "type": "integer",
            "format": "int64",
            "example": 20130101,
            "description": "from"
          },
          "to": {
            "type": "integer",
            "format": "int64",
            "example": 20240822,
            "description": "to"
          }
        }
      },
      "B009CoreSearch_PatentAggregationPridtLongRangeItem": {
        "type": "object",
        "properties": {
          "from": {
            "type": "integer",
            "format": "int64",
            "example": 20010101,
            "description": "from"
          },
          "to": {
            "type": "integer",
            "format": "int64",
            "example": 20240822,
            "description": "to"
          }
        }
      },
      "B009CoreSearch_PatentSearchApdtLongRangeItem": {
        "type": "object",
        "properties": {
          "from": {
            "type": "integer",
            "format": "int64",
            "example": 20080101,
            "description": "from"
          },
          "to": {
            "type": "integer",
            "format": "int64",
            "example": 20090101,
            "description": "to"
          }
        }
      },
      "B009CoreSearch_PatentSearchExdtLongRangeItem": {
        "type": "object",
        "properties": {
          "from": {
            "type": "integer",
            "format": "int64",
            "example": 20280101,
            "description": "from"
          },
          "to": {
            "type": "integer",
            "format": "int64",
            "example": 20290101,
            "description": "to"
          }
        }
      },
      "B009CoreSearchRequest": {
        "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."
          },
          "drug": {
            "$ref": "#/components/schemas/B009CoreSearch_PatentSearchDrugConditionValue"
          },
          "filter_dto": {
            "$ref": "#/components/schemas/B009CoreSearch_GetRelatePatentSearchFilterDto"
          },
          "legal_status": {
            "type": "array",
            "example": [
              1,
              3
            ],
            "description": "patent legal status\n\n1: 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"
          },
          "sort": {
            "type": "array",
            "example": [
              {
                "sort_field": "score",
                "sort_order": "desc"
              }
            ],
            "description": "Field order, field can support:score,PBDT_YEARMONTHDAY,APD_YEARMONTHDAY,EXDT_TS; order can support:desc, asc(default desc)",
            "items": {
              "$ref": "#/components/schemas/B009CoreSearch_PatentSearchSortDto"
            }
          },
          "drug_type": {
            "$ref": "#/components/schemas/B009CoreSearch_PatentSearchDrugTypeConditionValue"
          },
          "drug_patent_type": {
            "type": "string",
            "example": "PRODUCT_COMPOUND_SEQUENCE",
            "description": "Drug patent type. The value is an enum with the following values: PRODUCT_COMPOUND_SEQUENCE, DRUG_COMBINATION_FORMULATION, PRODUCT_DERIVATIVE, CRYSTAL_FORM, PROCESS, NEW_USE, DOSAGE_FORM, DEVICE, DIAGNOSTIC_ANALYSIS_AND_ASSAY, OTHERS"
          },
          "patent_tech_type": {
            "$ref": "#/components/schemas/B009CoreSearch_PatentSearchPatentTechTypeConditionValue"
          },
          "disease": {
            "$ref": "#/components/schemas/B009CoreSearch_PatentSearchDiseaseConditionValue"
          },
          "target": {
            "$ref": "#/components/schemas/B009CoreSearch_PatentSearchTargetConditionValue"
          },
          "source": {
            "type": "string",
            "example": "MEDSPAL",
            "description": "Patent Source. The value is an enum with the following values: FDA_PURPLE_BOOK, FDA_ORANGE_BOOK, CDE, MEDSPAL, VAXPAL, MFDS"
          },
          "patent_assignee": {
            "$ref": "#/components/schemas/B009CoreSearch_PatentSearchPatentAssigneeConditionValue"
          },
          "patent_country": {
            "type": "array",
            "example": [
              "EP"
            ],
            "description": "Authority, obtain this through the dictionary query interface"
          },
          "simple_legal_status": {
            "type": "array",
            "example": [
              "ACTIVE"
            ],
            "description": "Simple Legal Status. The value is an enum with the following values: INACTIVE, ACTIVE, PENDING, PCT_DESIGNATED_STAGE, PCT_DESIGNATED_STAGE_EXPIRED, UNDETERMINED"
          },
          "isdt": {
            "$ref": "#/components/schemas/B009CoreSearch_PatentAggregationIsdtLongRangeItem"
          },
          "pbdt": {
            "$ref": "#/components/schemas/B009CoreSearch_PatentSearchPbdtLongRangeItem"
          },
          "priority_date": {
            "$ref": "#/components/schemas/B009CoreSearch_PatentAggregationPridtLongRangeItem"
          },
          "apdt": {
            "$ref": "#/components/schemas/B009CoreSearch_PatentSearchApdtLongRangeItem"
          },
          "exdt": {
            "$ref": "#/components/schemas/B009CoreSearch_PatentSearchExdtLongRangeItem"
          },
          "current_patent_assignee_type": {
            "type": "array",
            "example": [
              "COMPANY"
            ],
            "description": "current patent assignee type"
          },
          "inventor_name": {
            "type": "array",
            "example": [
              "CARVEN, GREGORY JOHN"
            ],
            "description": "Inventor"
          }
        }
      },
      "B045DrugDealSearch_DrugDealDetailDto": {
        "type": "object",
        "properties": {
          "deal_id": {
            "type": "string",
            "example": "284929245a22a8a9e2ed5ee82ae52250",
            "description": "Drug Deal ID"
          },
          "deal_title": {
            "type": "string",
            "example": "Janssen Enters Worldwide Collaboration and License Agreement with Chinese Company Legend Biotech to Develop Investigational CAR-T Anti-Cancer Therapy",
            "description": "Drug Deal Title"
          },
          "source_url": {
            "type": "string",
            "example": "https://pipelinereview.com/index.php/2017122266940/More-News/Janssen-Enters-Worldwide-Collaboration-and-License-Agreement-with-Chinese-Company-Legend-Biotech-to-Develop-Investigational-CAR-T-Anti-Cancer-Therapy.html",
            "description": "News link"
          }
        }
      },
      "B045DrugDealSearch_DrugDealSearchResponseDto": {
        "type": "object",
        "properties": {
          "items": {
            "type": "array",
            "example": "Please check the form:DrugDealDetailDto",
            "description": "Result Items",
            "items": {
              "$ref": "#/components/schemas/B045DrugDealSearch_DrugDealDetailDto"
            }
          },
          "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"
          }
        }
      },
      "B045DrugDealSearchResponse": {
        "type": "object",
        "properties": {
          "data": {
            "$ref": "#/components/schemas/B045DrugDealSearch_DrugDealSearchResponseDto"
          },
          "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"
        ]
      },
      "B045DrugDealSearch_DrugDealSearchDrugConditionValue": {
        "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": [
              "dc5440fb07a44174930e2ee62c137e54"
            ],
            "description": "Value List"
          }
        }
      },
      "B045DrugDealSearch_DrugDealSearchDrugTypeConditionValue": {
        "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": [
              "1151dbc710f64a85923dc05d4a5a0ba9"
            ],
            "description": "Value List"
          }
        }
      },
      "B045DrugDealSearch_DrugDealSearchPrincipleConditionValue": {
        "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": [
              "e7655969b809388df5bfc8ffc865f3cc"
            ],
            "description": "Value List"
          }
        }
      },
      "B045DrugDealSearch_DrugDealSearchPartnerConditionValue": {
        "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": [
              "8e9a09c415413dc4cd1c139b8fcb6993"
            ],
            "description": "Value List"
          }
        }
      },
      "B045DrugDealSearch_DrugDealSearchTargetConditionValue": {
        "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": [
              "d9ded8f23b4140a5828314a55d2d66b4"
            ],
            "description": "Value List"
          }
        }
      },
      "B045DrugDealSearch_DrugDealSearchMechanismActionConditionValue": {
        "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": [
              "27c0848a265e4332836e10d0e8202b4c"
            ],
            "description": "Value List"
          }
        }
      },
      "B045DrugDealSearch_DrugDealSearchDrugDiseaseConditionValue": {
        "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": [
              "62eaee6d9ee44410b8aca59dfc7408e9"
            ],
            "description": "Value List"
          }
        }
      },
      "B045DrugDealSearch_DrugDealSearchDealDiseaseConditionValue": {
        "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": [
              "62eaee6d9ee44410b8aca59dfc7408e9"
            ],
            "description": "Value List"
          }
        }
      },
      "B045DrugDealSearch_DrugDealSearchTotalValueLongRangeItem": {
        "type": "object",
        "properties": {
          "from": {
            "type": "integer",
            "format": "int64",
            "example": 500,
            "description": "from"
          },
          "to": {
            "type": "integer",
            "format": "int64",
            "example": 1000,
            "description": "to"
          }
        }
      },
      "B045DrugDealSearch_DrugDealSearchUpfrontPaymentLongRangeItem": {
        "type": "object",
        "properties": {
          "from": {
            "type": "integer",
            "format": "int64",
            "example": 50,
            "description": "from"
          },
          "to": {
            "type": "integer",
            "format": "int64",
            "example": 100,
            "description": "to"
          }
        }
      },
      "B045DrugDealSearch_DrugDealSearchMilestonePaymentLongRangeItem": {
        "type": "object",
        "properties": {
          "from": {
            "type": "integer",
            "format": "int64",
            "example": 500,
            "description": "from"
          },
          "to": {
            "type": "integer",
            "format": "int64",
            "example": 1000,
            "description": "to"
          }
        }
      },
      "B045DrugDealSearch_DrugDealSearchDealTimeLongRangeItem": {
        "type": "object",
        "properties": {
          "from": {
            "type": "integer",
            "format": "int64",
            "example": 1659657600000,
            "description": "from"
          },
          "to": {
            "type": "integer",
            "format": "int64",
            "example": 1754438399999,
            "description": "to"
          }
        }
      },
      "B045DrugDealSearch_DrugDealSearchKeywordConditionValue": {
        "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": [
              "genentech"
            ],
            "description": "Value List"
          }
        }
      },
      "B045DrugDealSearch_DrugDealSearchSortDto": {
        "type": "object",
        "properties": {
          "sort_field": {
            "type": "string",
            "example": "DEAL_TIME",
            "description": "sort field, enum values: DEAL_TIME, TOTAL_VALUE, NORMALIZED_PHASE_SIGN_RANK_MAX"
          },
          "sort_order": {
            "type": "string",
            "example": "desc",
            "description": "sort order, support:desc,asc"
          }
        }
      },
      "B045DrugDealSearchRequest": {
        "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."
          },
          "drug": {
            "$ref": "#/components/schemas/B045DrugDealSearch_DrugDealSearchDrugConditionValue"
          },
          "drug_type": {
            "$ref": "#/components/schemas/B045DrugDealSearch_DrugDealSearchDrugTypeConditionValue"
          },
          "principle": {
            "$ref": "#/components/schemas/B045DrugDealSearch_DrugDealSearchPrincipleConditionValue"
          },
          "partner": {
            "$ref": "#/components/schemas/B045DrugDealSearch_DrugDealSearchPartnerConditionValue"
          },
          "target": {
            "$ref": "#/components/schemas/B045DrugDealSearch_DrugDealSearchTargetConditionValue"
          },
          "mechanism_action": {
            "$ref": "#/components/schemas/B045DrugDealSearch_DrugDealSearchMechanismActionConditionValue"
          },
          "drug_disease": {
            "$ref": "#/components/schemas/B045DrugDealSearch_DrugDealSearchDrugDiseaseConditionValue"
          },
          "deal_disease": {
            "$ref": "#/components/schemas/B045DrugDealSearch_DrugDealSearchDealDiseaseConditionValue"
          },
          "highest_dev_status": {
            "type": "array",
            "example": [
              "Phase_2_3"
            ],
            "description": "Highest Phase (Deal). 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"
            ],
            "description": "Country/Location. The value is an enum with the following values: US, JP, CN, EU, OTHER."
          },
          "deal_type": {
            "type": "array",
            "example": [
              "License"
            ],
            "description": "Agreement Type. The value is an enum with the following values: Collaboration, License, Acquisition, Investment, Option"
          },
          "amount_disclosure": {
            "type": "boolean",
            "example": true,
            "description": "Amount Fully Disclosed"
          },
          "deal_total_value": {
            "$ref": "#/components/schemas/B045DrugDealSearch_DrugDealSearchTotalValueLongRangeItem"
          },
          "deal_upfront_payment": {
            "$ref": "#/components/schemas/B045DrugDealSearch_DrugDealSearchUpfrontPaymentLongRangeItem"
          },
          "deal_milestone_payment": {
            "$ref": "#/components/schemas/B045DrugDealSearch_DrugDealSearchMilestonePaymentLongRangeItem"
          },
          "deal_time": {
            "$ref": "#/components/schemas/B045DrugDealSearch_DrugDealSearchDealTimeLongRangeItem"
          },
          "keyword": {
            "$ref": "#/components/schemas/B045DrugDealSearch_DrugDealSearchKeywordConditionValue"
          },
          "sort": {
            "type": "array",
            "example": [
              {
                "sort_field": "DEAL_TIME",
                "sort_order": "desc"
              },
              {
                "sort_field": "TOTAL_VALUE",
                "sort_order": "desc"
              },
              {
                "sort_field": "NORMALIZED_PHASE_SIGN_RANK_MAX",
                "sort_order": "desc"
              }
            ],
            "description": "Sorting fields. The value is an enum with the following values: DEAL_TIME, TOTAL_VALUE, NORMALIZED_PHASE_SIGN_RANK_MAX. The default sorting is by deal time, total value, and highest R&D phase, all in descending order. Referencing \"SortDto\"",
            "items": {
              "$ref": "#/components/schemas/B045DrugDealSearch_DrugDealSearchSortDto"
            }
          }
        }
      },
      "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": {
          "code": {
            "type": "string",
            "example": "NATURE-2024-001",
            "description": "Code"
          },
          "source": {
            "type": "string",
            "example": "Nature",
            "description": "Source"
          },
          "patsnap_id": {
            "type": "string",
            "example": "patsnap_1234567890",
            "description": "PatSnap ID"
          },
          "source_url": {
            "type": "string",
            "example": "https://www.nature.com/articles/s41586-024-01234-5",
            "description": "Source URL"
          },
          "normalized_source_id": {
            "type": "string",
            "example": "368cf867-f484-430e-9530-44f5cccdd973",
            "description": "Normalized Source ID"
          },
          "normalized_source_category": {
            "type": "string",
            "example": "Journal",
            "description": "Normalized Source Category"
          }
        }
      },
      "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"
          }
        }
      },
      "B067-1TaskSubmit_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"
          }
        }
      },
      "B067-1TaskSubmitResponse": {
        "type": "object",
        "properties": {
          "data": {
            "$ref": "#/components/schemas/B067-1TaskSubmit_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"
        ]
      },
      "B067-1TaskSubmitRequest": {
        "type": "object",
        "properties": {
          "document": {
            "type": "file",
            "example": "document.pdf",
            "description": "File"
          },
          "patent_number": {
            "type": "string",
            "example": "WO2025181219A1",
            "description": "Patent Number"
          }
        }
      },
      "B044CtResultSearch_ClinicalTrialResultSourceInfoDto": {
        "type": "object",
        "properties": {
          "source": {
            "type": "string",
            "example": "MDS",
            "description": "Source"
          },
          "source_url": {
            "type": "string",
            "example": "https://www.mdsabstracts.org/abstract/opicapone-improves-global-non-motor-symptoms-burden-in-parkinsons-disease-an-open-label-prospective-study",
            "description": "Source url"
          }
        }
      },
      "B044CtResultSearch_ClinicalTrialResultSummaryDto": {
        "type": "object",
        "properties": {
          "title": {
            "type": "string",
            "example": "Matching-Adjusted Indirect Treatment Comparisons (MAIC) of Sotorasib 960mg (soto960) Plus Panitumumab (pani) Vs. Trifluridine/Tipiracil(T/T) Plus Bevacizumab (bev) in Chemorefractory Metastatic Colorectal Cancer (mCRC)",
            "description": "Title"
          },
          "data_source": {
            "type": "array",
            "example": "Please check the form: ClinicalTrialResultSourceInfoDto",
            "description": "data source",
            "items": {
              "$ref": "#/components/schemas/B044CtResultSearch_ClinicalTrialResultSourceInfoDto"
            }
          },
          "ct_result_id": {
            "type": "string",
            "example": "2eadada4ed582332940e522e5258e52e",
            "description": "Clinical Trial Result Id"
          }
        }
      },
      "B044CtResultSearch_ClinicalTrialResultSearchResponseDto": {
        "type": "object",
        "properties": {
          "items": {
            "type": "array",
            "example": "Please check the form:ClinicalTrialResultSummaryDto",
            "description": "result items",
            "items": {
              "$ref": "#/components/schemas/B044CtResultSearch_ClinicalTrialResultSummaryDto"
            }
          },
          "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"
          }
        }
      },
      "B044CtResultSearchResponse": {
        "type": "object",
        "properties": {
          "data": {
            "$ref": "#/components/schemas/B044CtResultSearch_ClinicalTrialResultSearchResponseDto"
          },
          "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"
        ]
      },
      "B044CtResultSearch_ClinicalTrialResultSearchMainExperimentationDrugConditionValue": {
        "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": [
              "945fa31ebe9e41ae912e493aa3324576"
            ],
            "description": "Value List"
          }
        }
      },
      "B044CtResultSearch_ClinicalTrialResultSearchOverallEnrollmentLongRangeItem": {
        "type": "object",
        "properties": {
          "from": {
            "type": "integer",
            "format": "int64",
            "example": 500,
            "description": "from"
          },
          "to": {
            "type": "integer",
            "format": "int64",
            "example": 1000,
            "description": "to"
          }
        }
      },
      "B044CtResultSearch_ClinicalTrialResultSearchSortDto": {
        "type": "object",
        "properties": {
          "sort_field": {
            "type": "string",
            "example": "PUBLISHED_TIME",
            "description": "sort field, enum values: PUBLISHED_TIME"
          },
          "sort_order": {
            "type": "string",
            "example": "desc",
            "description": "sort order, support:desc,asc"
          }
        }
      },
      "B044CtResultSearch_ClinicalTrialResultSearchDiseaseConditionValue": {
        "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": [
              "62eaee6d9ee44410b8aca59dfc7408e9"
            ],
            "description": "Value List"
          }
        }
      },
      "B044CtResultSearch_ClinicalTrialResultSearchTargetConditionValue": {
        "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": [
              "9786d32e3d244a688ec6a60d2fe1b10b"
            ],
            "description": "Value List"
          }
        }
      },
      "B044CtResultSearch_ClinicalTrialResultSearchSponsorCollaboratorOrganizationConditionValue": {
        "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": [
              "6a8c172f1efc649035845f94c31a9c1e"
            ],
            "description": "Value List"
          }
        }
      },
      "B044CtResultSearch_ClinicalTrialResultSearchDrugTypeConditionValue": {
        "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": [
              "c38eb408d6b842f487d6a27484156633"
            ],
            "description": "Value List"
          }
        }
      },
      "B044CtResultSearch_ClinicalTrialResultSearchControlDrugConditionValue": {
        "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": [
              "095fdb04424f4214a7b26b7ff6877e67"
            ],
            "description": "Value List"
          }
        }
      },
      "B044CtResultSearch_ClinicalTrialResultSearchMechanismActionConditionValue": {
        "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": [
              "4dd338b149b3ecd0ee860e1fb379b44f"
            ],
            "description": "Value List"
          }
        }
      },
      "B044CtResultSearch_ClinicalTrialResultSearchOutcomeConditionValue": {
        "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": [
              "84a502e8ba664184bd01fbee1e8554c3"
            ],
            "description": "Value List"
          }
        }
      },
      "B044CtResultSearch_ClinicalTrialResultSearchPublishTimeLongRangeItem": {
        "type": "object",
        "properties": {
          "from": {
            "type": "integer",
            "format": "int64",
            "example": 1483228800000,
            "description": "from"
          },
          "to": {
            "type": "integer",
            "format": "int64",
            "example": 1514851199999,
            "description": "to"
          }
        }
      },
      "B044CtResultSearchRequest": {
        "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."
          },
          "main_experimentation_drug": {
            "$ref": "#/components/schemas/B044CtResultSearch_ClinicalTrialResultSearchMainExperimentationDrugConditionValue"
          },
          "overall_enrollment": {
            "$ref": "#/components/schemas/B044CtResultSearch_ClinicalTrialResultSearchOverallEnrollmentLongRangeItem"
          },
          "sort": {
            "type": "array",
            "example": [
              {
                "sort_field": "ANNOTATION_METHOD_RANK",
                "sort_order": "desc"
              }
            ],
            "description": "Field order, field can support:ANNOTATION_METHOD_RANK; order can support:desc, asc(default desc)",
            "items": {
              "$ref": "#/components/schemas/B044CtResultSearch_ClinicalTrialResultSearchSortDto"
            }
          },
          "disease": {
            "$ref": "#/components/schemas/B044CtResultSearch_ClinicalTrialResultSearchDiseaseConditionValue"
          },
          "target": {
            "$ref": "#/components/schemas/B044CtResultSearch_ClinicalTrialResultSearchTargetConditionValue"
          },
          "sponsor_collaborator_organization": {
            "$ref": "#/components/schemas/B044CtResultSearch_ClinicalTrialResultSearchSponsorCollaboratorOrganizationConditionValue"
          },
          "study_code": {
            "type": "array",
            "example": [
              "KEYNOTE-045"
            ],
            "description": "Study Code"
          },
          "register_number": {
            "type": "array",
            "example": [
              "NCT02256436"
            ],
            "description": "Register Number"
          },
          "drug_type": {
            "$ref": "#/components/schemas/B044CtResultSearch_ClinicalTrialResultSearchDrugTypeConditionValue"
          },
          "control_drug": {
            "$ref": "#/components/schemas/B044CtResultSearch_ClinicalTrialResultSearchControlDrugConditionValue"
          },
          "therapeutic_area": {
            "type": "array",
            "example": [
              "62eaee6d9ee44410b8aca59dfc7408e9"
            ],
            "description": "Therapeutic Areas, Retrieve therapeutic area id using the [B058]."
          },
          "mechanism_action": {
            "$ref": "#/components/schemas/B044CtResultSearch_ClinicalTrialResultSearchMechanismActionConditionValue"
          },
          "ct_result_meeting": {
            "type": "array",
            "example": [
              "c47a5730bf5e40b3aa76c26820ec6d4e"
            ],
            "description": "Clinical trial result meeting ID, obtain this through the dictionary query interface"
          },
          "outcome": {
            "$ref": "#/components/schemas/B044CtResultSearch_ClinicalTrialResultSearchOutcomeConditionValue"
          },
          "therapy_type": {
            "type": "array",
            "example": [
              "SECOND_LINE"
            ],
            "description": "Therapy Type. The value is an enum with the following values: FIRST_LINE, SECOND_LINE, THIRD_LINE, LAST_LINE, ADJUVANT, NEOADJUVANT, MAINTENANCE, CONSOLIDATION, ADD_ON, INDUCTION."
          },
          "phase": {
            "type": "array",
            "example": [
              "Phase_3"
            ],
            "description": "Trial Phase. The value is an enum with the following values: Early_Phase_1, Phase_1, Phase_1_2, Phase_2, Phase_2_3, Phase_3, Phase_4, Not_Applicable."
          },
          "publish_time": {
            "$ref": "#/components/schemas/B044CtResultSearch_ClinicalTrialResultSearchPublishTimeLongRangeItem"
          },
          "general_evaluation": {
            "type": "array",
            "example": [
              "POSITIVE"
            ],
            "description": "General Evaluation. The value is an enum with the following values: SUPERIORITY, POSITIVE, NON_INFERIORITY, SIMILAR, NON_SUPERIORITY."
          }
        }
      },
      "B067-2OcsrTask_OCSR化学结构识别结果": {
        "type": "object",
        "properties": {
          "sort": {
            "type": "integer",
            "format": "int32",
            "example": 1,
            "description": "Sort Number"
          },
          "index": {
            "type": "integer",
            "format": "int32",
            "example": 0,
            "description": "Index"
          },
          "names": {
            "type": "array",
            "example": [
              "ALCOHOL"
            ],
            "description": "Name"
          },
          "smiles": {
            "type": "string",
            "example": "CCO",
            "description": "SMILES String"
          },
          "formula": {
            "type": "string",
            "example": "C25H38O5",
            "description": "Formula"
          },
          "pdf_page": {
            "type": "string",
            "example": 1,
            "description": "PDF Page"
          },
          "position": {
            "type": "array",
            "example": [
              100,
              200,
              300,
              400
            ],
            "description": "Structure Position in Page [x1, y1, x2, y2]"
          },
          "inchi_key": {
            "type": "string",
            "example": "LFQSCWFLJHTTHZ-UHFFFAOYSA-N",
            "description": "InChI Key"
          },
          "pdf_page_size": {
            "type": "array",
            "example": [
              595,
              842
            ],
            "description": "PDF Page Size [width, height]"
          },
          "isometric_smiles": {
            "type": "string",
            "example": "CC1CN(CCN1C2=NC(=O)N(C3=NC(=C(C=C32)F)C4=C(C=CC=C4F)O)C5=C(C=CN=C5C(C)C)C)C(=O)C=C",
            "description": "InChI Key"
          },
          "position_normalized": {
            "type": "array",
            "example": [
              0.168,
              0.238,
              0.504,
              0.476
            ],
            "description": "Normalized Position Coordinates [x1, y1, x2, y2] (0-1 range)"
          }
        }
      },
      "B067-2OcsrTask_OCSR任务状态查询响应": {
        "type": "object",
        "properties": {
          "result": {
            "type": "array",
            "example": [
              {
                "sort": 1,
                "index": 0,
                "names": [
                  "ALCOHOL"
                ],
                "smiles": "CCO",
                "formula": "C25H38O5",
                "pdf_page": "1",
                "position": [
                  100,
                  200,
                  300,
                  400
                ],
                "inchi_key": "LFQSCWFLJHTTHZ-UHFFFAOYSA-N",
                "pdf_page_size": [
                  595,
                  842
                ],
                "isometric_smiles": "[H][C@]12[C@H](C[C@@H](C)C=C1C=C[C@H](C)[C@@H]2CC[C@@H]1C[C@@H](O)CC(=O)O1)OC(=O)C(C)(C)CC",
                "position_normalized": [
                  0.168,
                  0.238,
                  0.504,
                  0.476
                ]
              }
            ],
            "description": "OCSR Recognition Results",
            "items": {
              "$ref": "#/components/schemas/B067-2OcsrTask_OCSR化学结构识别结果"
            }
          },
          "status": {
            "type": "string",
            "example": "SUCCESS",
            "description": "Task Status: PENDING(Pending), PROCESSING(Processing), SUCCESS(Success), FAILED(Failed)"
          },
          "task_id": {
            "type": "string",
            "example": "oscr_20250122_abc123",
            "description": "Task ID"
          }
        }
      },
      "B067-2OcsrTaskResponse": {
        "type": "object",
        "properties": {
          "data": {
            "$ref": "#/components/schemas/B067-2OcsrTask_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"
        ]
      },
      "B068-1DocanalyzerSubmitpdf_DocAnalyzerJobDataResult": {
        "type": "object",
        "properties": {
          "job_id": {
            "type": "string",
            "example": "eeaba18b-a5b1-42c0-b2a8-1fc0a427b914",
            "description": "job id"
          }
        }
      },
      "B068-1DocanalyzerSubmitpdfResponse": {
        "type": "object",
        "properties": {
          "data": {
            "$ref": "#/components/schemas/B068-1DocanalyzerSubmitpdf_DocAnalyzerJobDataResult"
          },
          "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"
        ]
      },
      "B068-1DocanalyzerSubmitpdfRequest": {
        "type": "object",
        "properties": {
          "file": {
            "type": "file",
            "example": "document.pdf",
            "description": "Upload file"
          }
        },
        "required": [
          "file"
        ]
      },
      "B068-2DocanalyzerGetextractmaterial_ResultsWrapper": {
        "type": "object",
        "properties": {
          "pages_processed": {
            "type": "integer",
            "format": "int32",
            "example": 10,
            "description": "Number of pages processed"
          },
          "language_results": {
            "type": "object",
            "example": {
              "en": {
                "spum": [
                  {
                    "unit": "°C",
                    "property": "Melting Point",
                    "substance": "Polyethylene",
                    "measurement": "120-130",
                    "source_sentences": [
                      "The melting point of polyethylene is typically between 120-130°C"
                    ]
                  }
                ],
                "processes": {
                  "process_1": {
                    "steps": [
                      {
                        "action": "Heat reactants to 120°C",
                        "step_id": 1,
                        "sub_process_name": "Heating Reaction"
                      }
                    ],
                    "valid_steps": 3,
                    "process_name": "Polymerization Process",
                    "process_type": "Solution Polymerization",
                    "process_domain": "Polymer Materials",
                    "source_section": "Experimental Section",
                    "process_sub_domain": "Polymerization Reaction"
                  }
                }
              },
              "zh": {
                "spum": [
                  {
                    "unit": "°C",
                    "property": "熔点",
                    "substance": "聚乙烯",
                    "measurement": "120-130",
                    "source_sentences": [
                      "聚乙烯的熔点通常在120-130°C之间"
                    ]
                  }
                ],
                "processes": {
                  "process_1": {
                    "steps": [
                      {
                        "action": "将反应物加热至120℃",
                        "step_id": 1,
                        "sub_process_name": "加热反应"
                      }
                    ],
                    "valid_steps": 5,
                    "process_name": "聚合工艺",
                    "process_type": "溶液聚合",
                    "process_domain": "高分子材料",
                    "source_section": "实验部分",
                    "process_sub_domain": "聚合反应"
                  }
                }
              }
            },
            "description": "Multi-language analysis results mapping"
          }
        }
      },
      "B068-2DocanalyzerGetextractmaterial_JobResult": {
        "type": "object",
        "properties": {
          "total": {
            "type": "integer",
            "format": "int32",
            "example": 100,
            "description": "Total number of tasks"
          },
          "errors": {
            "type": "integer",
            "format": "int32",
            "example": 5,
            "description": "Number of error tasks"
          },
          "results": {
            "$ref": "#/components/schemas/B068-2DocanalyzerGetextractmaterial_ResultsWrapper"
          },
          "running": {
            "type": "integer",
            "format": "int32",
            "example": 5,
            "description": "Number of running tasks"
          },
          "success": {
            "type": "integer",
            "format": "int32",
            "example": 90,
            "description": "Number of successful tasks"
          },
          "task_id": {
            "type": "string",
            "example": "task_12345",
            "description": "Task ID"
          },
          "error_detail": {
            "type": "object",
            "example": {
              "error_code": "TIMEOUT",
              "error_message": "Task timeout"
            },
            "description": "Error details"
          }
        }
      },
      "B068-2DocanalyzerGetextractmaterial_DocAnalyzerJobStatusResponseDTO": {
        "type": "object",
        "properties": {
          "code": {
            "type": "integer",
            "format": "int32",
            "example": 0,
            "description": "Response code"
          },
          "data": {
            "type": "array",
            "example": "[{\"task_id\":\"task_12345\",\"total\":100,\"running\":5,\"success\":90,\"errors\":5,\"results\":{\"pages_processed\":10,\"languageResults\":{\"zh\":{\"spum\":[{\"substance\":\"聚乙烯\",\"property\":\"熔点\",\"measurement\":\"120-130\",\"unit\":\"°C\",\"source_sentences\":[\"聚乙烯的熔点通常在120-130°C之间\"]}],\"processes\":{\"process_1\":{\"process_name\":\"聚合工艺\",\"valid_steps\":5,\"source_section\":\"实验部分\",\"steps\":[{\"step_id\":1,\"sub_process_name\":\"加热反应\",\"action\":\"将反应物加热至120℃\"}],\"process_domain\":\"高分子材料\",\"process_sub_domain\":\"聚合反应\",\"process_type\":\"溶液聚合\"}}}}},\"error_detail\":{\"error_code\":\"TIMEOUT\",\"error_message\":\"Task timeout\"}}]",
            "description": "Response data - array of job results",
            "items": {
              "$ref": "#/components/schemas/B068-2DocanalyzerGetextractmaterial_JobResult"
            }
          },
          "message": {
            "type": "string",
            "example": "success",
            "description": "Response message"
          }
        },
        "required": [
          "code"
        ]
      },
      "B068-2DocanalyzerGetextractmaterialResponse": {
        "type": "object",
        "properties": {
          "data": {
            "$ref": "#/components/schemas/B068-2DocanalyzerGetextractmaterial_DocAnalyzerJobStatusResponseDTO"
          },
          "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"
        ]
      },
      "B068-2DocanalyzerGetextractmaterialRequest": {
        "type": "object",
        "properties": {
          "job_id": {
            "type": "string",
            "example": "eeaba18b-a5b1-42c0-b2a8-1fc0a427b914",
            "description": "Job Id"
          }
        },
        "required": [
          "job_id"
        ]
      },
      "B001ChemicalOpenapiCompound_OpenCompoundItem": {
        "type": "object",
        "properties": {
          "inchi_key": {
            "type": "string",
            "example": "BSYNRYMUTXBXSQ-UHFFFAOYSA-N",
            "description": "InchiKey"
          },
          "similarity": {
            "type": "number",
            "format": "float",
            "example": 0.98,
            "description": "Similarity. Structure Similarity\n\nTanimoto structure similarity score\nFor similarity search only"
          },
          "paper_count": {
            "type": "integer",
            "format": "int32",
            "example": 20,
            "description": "Related paper count"
          },
          "patent_count": {
            "type": "integer",
            "format": "int32",
            "example": 20,
            "description": "Related patent count"
          }
        }
      },
      "B001ChemicalOpenapiCompound_OpenSearchResponse": {
        "type": "object",
        "properties": {
          "total": {
            "type": "integer",
            "format": "int64",
            "example": 100,
            "description": "Total Structure Count"
          },
          "results": {
            "type": "array",
            "example": "Please check the form: OpenCompoundItem",
            "description": "Structure records",
            "items": {
              "$ref": "#/components/schemas/B001ChemicalOpenapiCompound_OpenCompoundItem"
            }
          }
        }
      },
      "B001ChemicalOpenapiCompoundResponse": {
        "type": "object",
        "properties": {
          "data": {
            "$ref": "#/components/schemas/B001ChemicalOpenapiCompound_OpenSearchResponse"
          },
          "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"
        ]
      },
      "B001ChemicalOpenapiCompoundRequest": {
        "type": "object",
        "properties": {
          "name": {
            "type": "string",
            "example": "Aspirin",
            "description": "Common names of structure"
          },
          "formula": {
            "type": "string",
            "example": "C9H8O4",
            "description": "Molecular formula"
          },
          "inchi": {
            "type": "string",
            "example": "InChI=1S/C9H8O4/c1-6(10)13-8-5-3-2-4-7(8)9(11)12/h2-5H,1H3,(H,11,12)",
            "description": "Structure Inchi"
          },
          "smiles": {
            "type": "string",
            "example": "CC(=O)OC1=CC=CC=C1C(O)=O",
            "description": "Structure Smiles"
          },
          "search_type": {
            "type": "string",
            "example": "EXT",
            "description": "Structure search type, the default value is EXT. The option value is EXT, SIM, SUB which means Exact search, Similarity search, Substructure search. Only support inchi, smiles input."
          },
          "sim_threshold": {
            "type": "number",
            "format": "float",
            "example": 0.5,
            "description": "Minimum similar score for similarity search, valid for SIM search type only, 0.5 by default."
          },
          "include_stereo": {
            "type": "boolean",
            "example": true,
            "description": "If include stereo isomers, valid for EXT, SUB search types only, true by default."
          },
          "include_tautomer": {
            "type": "boolean",
            "example": true,
            "description": "If include tautomers, valid for EXT, SUB search types only, true by default."
          },
          "include_charge": {
            "type": "boolean",
            "example": true,
            "description": "If include charge difference, valid for EXT, SUB search types only, true by default."
          },
          "include_isotope": {
            "type": "boolean",
            "example": true,
            "description": "If include isotope difference, valid for EXT, SUB search types only, true by default."
          },
          "include_radical": {
            "type": "boolean",
            "example": true,
            "description": "If include radical difference, valid for EXT, SUB search types only, true by default."
          },
          "page": {
            "type": "integer",
            "format": "int32",
            "example": 1,
            "description": "Page number. Current page number, start from 1."
          },
          "rows": {
            "type": "integer",
            "format": "int32",
            "example": 10,
            "description": "Page Size. Current page result size, not greater than 100."
          }
        },
        "required": [
          "page",
          "rows"
        ]
      },
      "B009-1CoreAggregation_AggregationResultItem": {
        "type": "object",
        "properties": {
          "key": {
            "type": "string",
            "example": "676de5ba-893a-36bb-8683-c93306aaf769",
            "description": "Primary key"
          },
          "color": {
            "type": "string",
            "example": "#6B778C",
            "description": "Color(Return when the aggregated fields are SIMPLE_LEGAL_STATUS and LEGAL_STATUS)"
          },
          "count": {
            "type": "integer",
            "format": "int64",
            "example": 10,
            "description": "Quantity"
          },
          "display_name_cn": {
            "type": "string",
            "example": "Polyclonal antibody",
            "description": "English display name"
          },
          "display_name_en": {
            "type": "string",
            "example": "多克隆抗体",
            "description": "Chinese display name"
          }
        }
      },
      "B009-1CoreAggregation_AggregationResult": {
        "type": "object",
        "properties": {
          "items": {
            "type": "array",
            "example": [
              {
                "key": "3db27f57784548dc96356669deee2ca1",
                "count": 333567,
                "display_name_cn": "单克隆抗体",
                "display_name_en": "Monoclonal antibody (mAb)"
              },
              {
                "key": "33f8f531f649466e963f3dd5e371930d",
                "count": 16534,
                "display_name_cn": "多克隆抗体",
                "display_name_en": "Polyclonal antibody"
              },
              {
                "key": "b926f94af96c439088bb020c3c774a47",
                "count": 16224,
                "display_name_cn": "放射标记抗体",
                "display_name_en": "Radiolabeled antibody"
              },
              {
                "key": "1d4d0871a9c34266bbed06f44368fac8",
                "count": 16000,
                "display_name_cn": "抗体片段偶联药物",
                "display_name_en": "Antibody Fragment-Drug Conjugate (FDC)"
              },
              {
                "key": "7e19a4b3743a47e48884bafeaec85b84",
                "count": 15518,
                "display_name_cn": "ADC",
                "display_name_en": "Antibody drug conjugate (ADC)"
              }
            ],
            "description": "Details of aggregation items",
            "items": {
              "$ref": "#/components/schemas/B009-1CoreAggregation_AggregationResultItem"
            }
          },
          "total": {
            "type": "integer",
            "format": "int64",
            "example": 5,
            "description": "The number of aggregated items"
          },
          "aggregation_field": {
            "type": "string",
            "example": "PATENT_TECHNOLOGY",
            "description": "Aggregated field"
          }
        }
      },
      "B009-1CoreAggregation_AggregationResponse": {
        "type": "object",
        "properties": {
          "aggregation_result": {
            "type": "array",
            "example": [
              {
                "items": [
                  {
                    "key": "3db27f57784548dc96356669deee2ca1",
                    "count": 333567,
                    "display_name_cn": "单克隆抗体",
                    "display_name_en": "Monoclonal antibody (mAb)"
                  },
                  {
                    "key": "33f8f531f649466e963f3dd5e371930d",
                    "count": 16534,
                    "display_name_cn": "多克隆抗体",
                    "display_name_en": "Polyclonal antibody"
                  },
                  {
                    "key": "b926f94af96c439088bb020c3c774a47",
                    "count": 16224,
                    "display_name_cn": "放射标记抗体",
                    "display_name_en": "Radiolabeled antibody"
                  },
                  {
                    "key": "1d4d0871a9c34266bbed06f44368fac8",
                    "count": 16000,
                    "display_name_cn": "抗体片段偶联药物",
                    "display_name_en": "Antibody Fragment-Drug Conjugate (FDC)"
                  },
                  {
                    "key": "7e19a4b3743a47e48884bafeaec85b84",
                    "count": 15518,
                    "display_name_cn": "ADC",
                    "display_name_en": "Antibody drug conjugate (ADC)"
                  }
                ],
                "total": 5,
                "aggregation_field": "PATENT_TECHNOLOGY"
              }
            ],
            "description": "Aggregation result",
            "items": {
              "$ref": "#/components/schemas/B009-1CoreAggregation_AggregationResult"
            }
          }
        }
      },
      "B009-1CoreAggregationResponse": {
        "type": "object",
        "properties": {
          "data": {
            "$ref": "#/components/schemas/B009-1CoreAggregation_AggregationResponse"
          },
          "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"
        ]
      },
      "B009-1CoreAggregation_PatentAggregationDrugConditionValue": {
        "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": [
              "945fa31ebe9e41ae912e493aa3324576"
            ],
            "description": "Value List"
          }
        }
      },
      "B009-1CoreAggregation_PatentAggregationDrugTypeConditionValue": {
        "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": [
              "c38eb408d6b842f487d6a27484156633"
            ],
            "description": "Value List"
          }
        }
      },
      "B009-1CoreAggregation_PatentAggregationPatentTechTypeConditionValue": {
        "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": [
              "3db27f57784548dc96356669deee2ca1"
            ],
            "description": "Value List"
          }
        }
      },
      "B009-1CoreAggregation_PatentAggregationTargetConditionValue": {
        "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": [
              "9786d32e3d244a688ec6a60d2fe1b10b"
            ],
            "description": "Value List"
          }
        }
      },
      "B009-1CoreAggregation_PatentAggregationDiseaseConditionValue": {
        "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": [
              "62eaee6d9ee44410b8aca59dfc7408e9"
            ],
            "description": "Value List"
          }
        }
      },
      "B009-1CoreAggregation_PatentAggregationPatentAssigneeConditionValue": {
        "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": [
              "6a8c172f1efc649035845f94c31a9c1e"
            ],
            "description": "Value List"
          },
          "keyword_value": {
            "type": "array",
            "example": [
              "默沙东"
            ],
            "description": "Keyword List"
          }
        }
      },
      "B009-1CoreAggregation_PatentAggregationPbdtLongRangeItem": {
        "type": "object",
        "properties": {
          "from": {
            "type": "integer",
            "format": "int64",
            "example": 20130101,
            "description": "from"
          },
          "to": {
            "type": "integer",
            "format": "int64",
            "example": 20240822,
            "description": "to"
          }
        }
      },
      "B009-1CoreAggregation_PatentAggregationApdtLongRangeItem": {
        "type": "object",
        "properties": {
          "from": {
            "type": "integer",
            "format": "int64",
            "example": 20080101,
            "description": "from"
          },
          "to": {
            "type": "integer",
            "format": "int64",
            "example": 20090101,
            "description": "to"
          }
        }
      },
      "B009-1CoreAggregation_PatentAggregationExdtLongRangeItem": {
        "type": "object",
        "properties": {
          "from": {
            "type": "integer",
            "format": "int64",
            "example": 20280101,
            "description": "from"
          },
          "to": {
            "type": "integer",
            "format": "int64",
            "example": 20290101,
            "description": "to"
          }
        }
      },
      "B009-1CoreAggregation_PatentAggregationIsdtLongRangeItem": {
        "type": "object",
        "properties": {
          "from": {
            "type": "integer",
            "format": "int64",
            "example": 20130101,
            "description": "from"
          },
          "to": {
            "type": "integer",
            "format": "int64",
            "example": 20240822,
            "description": "to"
          }
        }
      },
      "B009-1CoreAggregation_PatentAggregationPridtLongRangeItem": {
        "type": "object",
        "properties": {
          "from": {
            "type": "integer",
            "format": "int64",
            "example": 20130101,
            "description": "from"
          },
          "to": {
            "type": "integer",
            "format": "int64",
            "example": 20240822,
            "description": "to"
          }
        }
      },
      "B009-1CoreAggregationRequest": {
        "type": "object",
        "properties": {
          "drug": {
            "$ref": "#/components/schemas/B009-1CoreAggregation_PatentAggregationDrugConditionValue"
          },
          "drug_patent_type": {
            "type": "string",
            "example": "PRODUCT_COMPOUND_SEQUENCE",
            "description": "Drug patent type. The value is an enum with the following values: PRODUCT_COMPOUND_SEQUENCE, DRUG_COMBINATION_FORMULATION, PRODUCT_DERIVATIVE, CRYSTAL_FORM, PROCESS, NEW_USE, DOSAGE_FORM, DEVICE, DIAGNOSTIC_ANALYSIS_AND_ASSAY, OTHERS"
          },
          "drug_type": {
            "$ref": "#/components/schemas/B009-1CoreAggregation_PatentAggregationDrugTypeConditionValue"
          },
          "patent_tech_type": {
            "$ref": "#/components/schemas/B009-1CoreAggregation_PatentAggregationPatentTechTypeConditionValue"
          },
          "target": {
            "$ref": "#/components/schemas/B009-1CoreAggregation_PatentAggregationTargetConditionValue"
          },
          "disease": {
            "$ref": "#/components/schemas/B009-1CoreAggregation_PatentAggregationDiseaseConditionValue"
          },
          "source": {
            "type": "string",
            "example": "MEDSPAL",
            "description": "Patent Source. The value is an enum with the following values: FDA_PURPLE_BOOK, FDA_ORANGE_BOOK, CDE, MEDSPAL, VAXPAL, MFDS"
          },
          "patent_assignee": {
            "$ref": "#/components/schemas/B009-1CoreAggregation_PatentAggregationPatentAssigneeConditionValue"
          },
          "patent_country": {
            "type": "array",
            "example": [
              "EP"
            ],
            "description": "Authority, obtain this through the dictionary query interface"
          },
          "simple_legal_status": {
            "type": "array",
            "example": [
              "ACTIVE"
            ],
            "description": "Simple Legal Status. The value is an enum with the following values: INACTIVE, ACTIVE, PENDING, PCT_DESIGNATED_STAGE, PCT_DESIGNATED_STAGE_EXPIRED, UNDETERMINED"
          },
          "pbdt": {
            "$ref": "#/components/schemas/B009-1CoreAggregation_PatentAggregationPbdtLongRangeItem"
          },
          "apdt": {
            "$ref": "#/components/schemas/B009-1CoreAggregation_PatentAggregationApdtLongRangeItem"
          },
          "exdt": {
            "$ref": "#/components/schemas/B009-1CoreAggregation_PatentAggregationExdtLongRangeItem"
          },
          "isdt": {
            "$ref": "#/components/schemas/B009-1CoreAggregation_PatentAggregationIsdtLongRangeItem"
          },
          "priority_date": {
            "$ref": "#/components/schemas/B009-1CoreAggregation_PatentAggregationPridtLongRangeItem"
          },
          "aggregation_field": {
            "type": "array",
            "example": [
              "PHS_CORE_DRUG_ID"
            ],
            "description": "<p>Aggregation field : </p><p>PHS_CORE_DRUG_ID:   Patent Drug</p><p>PHS_DRUG_TYPE_ID:   Drug Type</p><p>PHS_CORE_TYPE_ID:   Drug Patent Type</p><p>PATENT_TECHNOLOGY:  Patent Tech Type</p><p>COUNTRY:            Authority</p><p>FAM_COUNTRY:        Simple Family Jurisdiction</p><p>EXDT_Y:             Estimated Expiry Year</p><p>PHS_THERAPEUTIC_AREA:   Therapeutic Area</p><p>PHS_ORG_ID_ONEID:   Std. Current Assignee</p><p>ANCS_TYPE:          Std. Current Assignee Type</p><p>PHS_ANS_ORG_ID_ONEID:   Std. Original Assignee</p><p>ANS_TYPE:           Std. Original Assignee Type</p><p>IN_FACET:           Inventor</p><p>PHS_EXTENSION_TYPE:   Extension Type</p><p>SPC_STATUS:         SPC Status</p><p>SPC_COUNTRY:        SPC Country/Location</p><p>SPC_EXPIRY_DATE:    SPC Expiry Year</p><p>PED_STATUS:         PED Status</p><p>PED_EXPIRY_DATE:    PED Expiry Year</p><p>PTE_STATUS:         PTE Status</p><p>PTE_COUNTRY:        PTE Country/Location</p><p>PTE_EXPIRY_DATE:    PTE Expiry Year</p><p>PHS_CORE_DRUG_SOURCE:   Information Source</p><p>APD_YEAR:           Application Year</p><p>PBDT_YEAR:          Publication Year</p><p>ISD_YEAR:           Entitlement Year</p><p>FADL_YEAR:          Priority Year</p><p>PHS_DRUG_ID:        Related Drug</p><p>PHS_TARGET_ID:      Related Target</p><p>PHS_DISEASE_ID:     Related Indications</p><p>PHS_DOSAGE_FORM_ID:   Related Dosage Form</p><p>SIMPLE_LEGAL_STATUS:   Simple Legal Status</p><p>LEGAL_STATUS:          Legal Status</p>"
          },
          "current_patent_assignee_type": {
            "type": "array",
            "example": [
              "COMPANY"
            ],
            "description": "current patent assignee type"
          },
          "inventor_name": {
            "type": "array",
            "example": [
              "HONIGBERG, LEE"
            ],
            "description": "Inventor"
          }
        },
        "required": [
          "aggregation_field"
        ]
      },
      "B0034JobResult_OpenApiHsps": {
        "type": "object",
        "properties": {
          "q_end": {
            "type": "integer",
            "format": "int32",
            "example": 123,
            "description": "Query sequence hit end index"
          },
          "s_end": {
            "type": "integer",
            "format": "int32",
            "example": 123,
            "description": "Subject sequence hit end index"
          },
          "matched": {
            "type": "string",
            "example": "MQ DL   A +AH LH F   SPL HCMTN+VVQ+FTANTLLALGASPAMVIE EEASQFAAIASALL+NVGTLTQ RA AMRAAVE+A  ++TPWTLDPVAVGAL++RR FC +LLS +PAA",
            "description": "Details of sequence match hit"
          },
          "q_start": {
            "type": "integer",
            "format": "int32",
            "example": 1,
            "description": "Query sequence hit start index"
          },
          "s_start": {
            "type": "integer",
            "format": "int32",
            "example": 1,
            "description": "Subject sequence hit start index"
          },
          "q_string": {
            "type": "string",
            "example": "MQVDLLGSAQSAHALH",
            "description": "Query sequence hit region"
          },
          "s_string": {
            "type": "string",
            "example": "MQVDLLGSAQSAHALH",
            "description": "Subject sequence hit region"
          }
        }
      },
      "B0034JobResult_OpenApiPatentDetail": {
        "type": "object",
        "properties": {
          "pn": {
            "type": "string",
            "example": "JP1999068462A",
            "description": "Patent publication number"
          },
          "claimed": {
            "type": "boolean",
            "example": true,
            "description": "Whether the subject sequence is in patent claims"
          },
          "location": {
            "type": "object",
            "example": {
              "APP": [
                "5"
              ],
              "FIG": [
                "1A"
              ],
              "PAGE": [
                "55/56"
              ],
              "ANNEX": [
                "2"
              ],
              "TABLE": [
                "A-1"
              ],
              "EXAMPLE": [
                "8"
              ]
            },
            "description": "Sequence location in patent"
          },
          "patent_id": {
            "type": "string",
            "example": "94ea8785-959f-47cf-aba2-091605d30c12",
            "description": "Patent ID"
          },
          "sequence_id_number": {
            "type": "array",
            "example": [
              "1"
            ],
            "description": "Sequence ID number in patent"
          }
        }
      },
      "B0034JobResult_Patent": {
        "type": "object",
        "properties": {
          "total": {
            "type": "integer",
            "format": "int32",
            "example": 1000,
            "description": "Total patent count of the sequence"
          },
          "patents": {
            "type": "array",
            "example": "Please check the form: OpenApiPatentDetail",
            "description": "Patent List",
            "items": {
              "$ref": "#/components/schemas/B0034JobResult_OpenApiPatentDetail"
            }
          }
        }
      },
      "B0034JobResult_OpenApiHit": {
        "type": "object",
        "properties": {
          "gaps": {
            "type": "integer",
            "format": "int32",
            "example": 0,
            "description": "Total number of gap"
          },
          "hsps": {
            "type": "array",
            "example": "Please check the form: OpenApiHsps",
            "description": "Hit information",
            "items": {
              "$ref": "#/components/schemas/B0034JobResult_OpenApiHsps"
            }
          },
          "s_len": {
            "type": "integer",
            "format": "int32",
            "example": 123,
            "description": "Subject sequence length"
          },
          "score": {
            "type": "number",
            "format": "double",
            "example": 68.45,
            "description": "Raw Score"
          },
          "evalue": {
            "type": "string",
            "example": 1.12271e-54,
            "description": "The higher you set this e-value threshold, the more results you are likely to see.E-Value indicates how likely it is that a sequence is similar to yours simply by chance. For instance, if your sequence is very short, there is a higher likelihood that it appears in several locations simply by chance. The greater the e-value, the more likely it is that this is just down to luck."
          },
          "seq_id": {
            "type": "string",
            "example": 834879,
            "description": "Sequence ID"
          },
          "patents": {
            "$ref": "#/components/schemas/B0034JobResult_Patent"
          },
          "identity": {
            "type": "string",
            "example": "93/123",
            "description": "Blast Identity value"
          },
          "positive": {
            "type": "string",
            "example": "104/123",
            "description": "Positive value"
          },
          "bit_score": {
            "type": "number",
            "format": "double",
            "example": 68.45,
            "description": "Bit Score"
          },
          "q_coverage": {
            "type": "number",
            "format": "double",
            "example": 68.45,
            "description": "Coverage percentage of query sequence"
          },
          "s_coverage": {
            "type": "number",
            "format": "double",
            "example": 68.45,
            "description": "Coverage percentage of subject sequence"
          },
          "s_sequence": {
            "type": "string",
            "example": "MQPDLHSRALAAHTLHQFRTLSPLTHCMTNEVVQSFTANTLLALGASPAMVIEPEEASQFAAIASALLVNVGTLTQERATAMRAAVERAYHAKTPWTLDPVAVGALEFRRRFCLDLLSLQPAA",
            "description": "Subject sequence"
          },
          "perc_identity": {
            "type": "number",
            "format": "double",
            "example": 87.34,
            "description": "Identity percentage value"
          },
          "q_perc_identity": {
            "type": "number",
            "format": "double",
            "example": 87.34,
            "description": "Identity percentage value of query sequence"
          },
          "s_perc_identity": {
            "type": "number",
            "format": "double",
            "example": 87.34,
            "description": "Identity percentage value of subject sequence"
          }
        }
      },
      "B0034JobResult_Results": {
        "type": "object",
        "properties": {
          "total": {
            "type": "integer",
            "format": "int32",
            "example": 1000,
            "description": "Query Results Count"
          },
          "results": {
            "type": "array",
            "example": "Please check the form: OpenApiHit",
            "description": "Query Results",
            "items": {
              "$ref": "#/components/schemas/B0034JobResult_OpenApiHit"
            }
          }
        }
      },
      "B0034JobResultResponse": {
        "type": "object",
        "properties": {
          "data": {
            "$ref": "#/components/schemas/B0034JobResult_Results"
          },
          "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"
        ]
      },
      "B0034JobResult_OpenApiSortField": {
        "type": "object",
        "properties": {
          "field": {
            "type": "string",
            "example": "perc_identity",
            "description": "Sorting Field. perc_identity、q_perc_identity、s_perc_identity、q_coverage、s_coverage、evalue"
          },
          "order": {
            "type": "string",
            "example": "desc",
            "description": "Sorting order. desc、asc"
          }
        },
        "required": [
          "field",
          "order"
        ]
      },
      "B0034JobResultRequest": {
        "type": "object",
        "properties": {
          "job_id": {
            "type": "string",
            "example": "953a406a18d84dc8b13f0b923e406a43",
            "description": "ID of the search job in backend, use this ID for subsequent API calls"
          },
          "page": {
            "type": "integer",
            "format": "int32",
            "example": 1,
            "description": "Current page number, start from 1"
          },
          "size": {
            "type": "integer",
            "format": "int32",
            "example": 10,
            "description": "Current page result size, support maximum 100"
          },
          "sort_field": {
            "$ref": "#/components/schemas/B0034JobResult_OpenApiSortField"
          }
        },
        "required": [
          "job_id",
          "page",
          "size"
        ]
      },
      "B003MotifJob_OpenApiResponseSequenceInfo": {
        "type": "object",
        "properties": {
          "label": {
            "type": "string",
            "example": "SEQ1",
            "description": "User provided sequence label"
          },
          "job_id": {
            "type": "string",
            "example": "953a406a18d84dc8b13f0b923e406a43",
            "description": "ID of the search job in backend, use this ID for subsequent API calls"
          },
          "sequence": {
            "type": "string",
            "example": "GGGAGGCTAAGGCAGGAG",
            "description": "User provided sequence"
          }
        }
      },
      "B003MotifJobResponse": {
        "type": "object",
        "properties": {
          "data": {
            "type": "array",
            "example": "no sample",
            "description": "response data",
            "items": {
              "$ref": "#/components/schemas/B003MotifJob_OpenApiResponseSequenceInfo"
            }
          },
          "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"
        ]
      },
      "B003MotifJob_OpenAPiNumberRangeParameter": {
        "type": "object",
        "properties": {
          "end": {
            "type": "integer",
            "format": "int32",
            "example": 100,
            "description": "End value"
          },
          "start": {
            "type": "integer",
            "format": "int32",
            "example": 0,
            "description": "Start value"
          }
        }
      },
      "B003MotifJob_OpenApiMotifFilterParameter": {
        "type": "object",
        "properties": {
          "scov_hsp_perc": {
            "$ref": "#/components/schemas/B003MotifJob_OpenAPiNumberRangeParameter"
          },
          "subject_length": {
            "$ref": "#/components/schemas/B003MotifJob_OpenAPiNumberRangeParameter"
          }
        }
      },
      "B003MotifJob_OpenApiMotifParameter": {
        "type": "object",
        "properties": {
          "filter": {
            "$ref": "#/components/schemas/B003MotifJob_OpenApiMotifFilterParameter"
          }
        }
      },
      "B003MotifJobRequest": {
        "type": "object",
        "properties": {
          "database": {
            "type": "array",
            "example": [
              "ALLPATENT"
            ],
            "description": "Target Sequence Database,ALLPATENT (default) : Sequence published in patent title/abstract/claims/description;CLAIMS : Sequence published in patent claims;NONPATENT : Sequence published in non-patent publications"
          },
          "limit": {
            "type": "integer",
            "format": "int32",
            "example": 1000,
            "description": "Maximum returned results of each query, support maximum 10,000"
          },
          "motif_sequence": {
            "type": "string",
            "example": "RSMATC[AN]{0,1}",
            "description": "Query Motif Sequence"
          },
          "params": {
            "$ref": "#/components/schemas/B003MotifJob_OpenApiMotifParameter"
          },
          "query_type": {
            "type": "string",
            "example": "PROTEIN",
            "description": "Target Sequence Type. NUCLEOTIDE,PROTEIN"
          },
          "sequence_type": {
            "type": "string",
            "example": "PROTEIN",
            "description": "Query Sequence Type. NUCLEOTIDE,PROTEIN"
          }
        },
        "required": [
          "limit",
          "motif_sequence",
          "params",
          "query_type",
          "sequence_type"
        ]
      },
      "B002CompoundPatents_OpenPatentItem": {
        "type": "object",
        "properties": {
          "pn": {
            "type": "string",
            "example": "JP1999068462A",
            "description": "Patent PN"
          },
          "patent_id": {
            "type": "string",
            "example": "9050f544-32cf-4809-8036-fc577b69be48",
            "description": "Patent ID"
          }
        }
      },
      "B002CompoundPatents_OpenPatentsItem": {
        "type": "object",
        "properties": {
          "total": {
            "type": "integer",
            "format": "int32",
            "example": 1000,
            "description": "Total Patent Count"
          },
          "patents": {
            "type": "array",
            "example": "Please check the form: OpenPatentItem",
            "description": "Patent List",
            "items": {
              "$ref": "#/components/schemas/B002CompoundPatents_OpenPatentItem"
            }
          }
        }
      },
      "B002CompoundPatentsResponse": {
        "type": "object",
        "properties": {
          "data": {
            "$ref": "#/components/schemas/B002CompoundPatents_OpenPatentsItem"
          },
          "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"
        ]
      },
      "B005SequencePatent_OpenApiPatentDetail": {
        "type": "object",
        "properties": {
          "pn": {
            "type": "string",
            "example": "JP1999068462A",
            "description": "Patent publication number"
          },
          "claimed": {
            "type": "boolean",
            "example": true,
            "description": "Whether the subject sequence is in patent claims"
          },
          "location": {
            "type": "object",
            "example": {
              "APP": [
                "5"
              ],
              "FIG": [
                "1A"
              ],
              "PAGE": [
                "55/56"
              ],
              "ANNEX": [
                "2"
              ],
              "TABLE": [
                "A-1"
              ],
              "EXAMPLE": [
                "8"
              ]
            },
            "description": "Sequence location in patent"
          },
          "patent_id": {
            "type": "string",
            "example": "94ea8785-959f-47cf-aba2-091605d30c12",
            "description": "Patent ID"
          },
          "sequence_id_number": {
            "type": "array",
            "example": [
              "1"
            ],
            "description": "Sequence ID number in patent"
          }
        }
      },
      "B005SequencePatent_Patent": {
        "type": "object",
        "properties": {
          "total": {
            "type": "integer",
            "format": "int32",
            "example": 1000,
            "description": "Total patent count of the sequence"
          },
          "patents": {
            "type": "array",
            "example": "Please check the form: OpenApiPatentDetail",
            "description": "Patent List",
            "items": {
              "$ref": "#/components/schemas/B005SequencePatent_OpenApiPatentDetail"
            }
          }
        }
      },
      "B005SequencePatentResponse": {
        "type": "object",
        "properties": {
          "data": {
            "$ref": "#/components/schemas/B005SequencePatent_Patent"
          },
          "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"
        ]
      },
      "B005SequencePatentRequest": {
        "type": "object",
        "properties": {
          "page": {
            "type": "integer",
            "format": "int32",
            "example": 1,
            "description": "Current page number, start from 1"
          },
          "seq_id": {
            "type": "string",
            "example": 834879,
            "description": "Sequence ID"
          },
          "size": {
            "type": "integer",
            "format": "int32",
            "example": 10,
            "description": "Current page result size, support maximum 100"
          }
        },
        "required": [
          "page",
          "seq_id",
          "size"
        ]
      },
      "B014CompoundDetail_OpenPatentItem": {
        "type": "object",
        "properties": {
          "pn": {
            "type": "string",
            "example": "JP1999068462A",
            "description": "Patent PN"
          },
          "patent_id": {
            "type": "string",
            "example": "9050f544-32cf-4809-8036-fc577b69be48",
            "description": "Patent ID"
          }
        }
      },
      "B014CompoundDetail_OpenPatentsItem": {
        "type": "object",
        "properties": {
          "total": {
            "type": "integer",
            "format": "int32",
            "example": 1000,
            "description": "Total Patent Count"
          },
          "patents": {
            "type": "array",
            "example": "Please check the form: OpenPatentItem",
            "description": "Patent List",
            "items": {
              "$ref": "#/components/schemas/B014CompoundDetail_OpenPatentItem"
            }
          }
        }
      },
      "B014CompoundDetail_ValueUrlDTO": {
        "type": "object",
        "properties": {
          "url": {
            "type": "string",
            "example": "http://pubchem.ncbi.nlm.nih.gov/compound/70372773",
            "description": "url"
          },
          "value": {
            "type": "string",
            "example": 70372773,
            "description": "value"
          }
        }
      },
      "B014CompoundDetail_OpenCompoundCrossDTO": {
        "type": "object",
        "properties": {
          "zinc": {
            "$ref": "#/components/schemas/B014CompoundDetail_ValueUrlDTO"
          },
          "chebi": {
            "$ref": "#/components/schemas/B014CompoundDetail_ValueUrlDTO"
          },
          "mcule": {
            "$ref": "#/components/schemas/B014CompoundDetail_ValueUrlDTO"
          },
          "comptox": {
            "$ref": "#/components/schemas/B014CompoundDetail_ValueUrlDTO"
          },
          "fda_srs": {
            "$ref": "#/components/schemas/B014CompoundDetail_ValueUrlDTO"
          },
          "nih_cli": {
            "$ref": "#/components/schemas/B014CompoundDetail_ValueUrlDTO"
          },
          "drugbank": {
            "$ref": "#/components/schemas/B014CompoundDetail_ValueUrlDTO"
          },
          "pharmgkb": {
            "$ref": "#/components/schemas/B014CompoundDetail_ValueUrlDTO"
          },
          "pub_chem": {
            "type": "array",
            "example": "Please check the form: ValueUrlDTO",
            "description": "PubChem",
            "items": {
              "$ref": "#/components/schemas/B014CompoundDetail_ValueUrlDTO"
            }
          },
          "bindingdb": {
            "$ref": "#/components/schemas/B014CompoundDetail_ValueUrlDTO"
          },
          "emolecules": {
            "$ref": "#/components/schemas/B014CompoundDetail_ValueUrlDTO"
          },
          "nmrshiftdb": {
            "$ref": "#/components/schemas/B014CompoundDetail_ValueUrlDTO"
          },
          "phamacology": {
            "$ref": "#/components/schemas/B014CompoundDetail_ValueUrlDTO"
          },
          "human_metabolome": {
            "$ref": "#/components/schemas/B014CompoundDetail_ValueUrlDTO"
          }
        }
      },
      "B014CompoundDetail_OpenCompoundDetailItem": {
        "type": "object",
        "properties": {
          "inchi": {
            "type": "string",
            "example": "InChI=1S/C9H8O4/c1-6(10)13-8-5-3-2-4-7(8)9(11)12/h2-5H,1H3,(H,11,12)",
            "description": "Structure Inchi"
          },
          "names": {
            "type": "array",
            "example": [
              "Aspirin",
              "2-acetyloxybenzoic acid"
            ],
            "description": "Structure Names"
          },
          "cas_nos": {
            "type": "array",
            "example": [
              "2296729-00-3"
            ],
            "description": "CAS NO"
          },
          "formula": {
            "type": "string",
            "example": "C9H8O4",
            "description": "Molecular formula"
          },
          "patents": {
            "$ref": "#/components/schemas/B014CompoundDetail_OpenPatentsItem"
          },
          "synonyms": {
            "type": "array",
            "example": [
              "CDX"
            ],
            "description": "Synonyms"
          },
          "inchi_key": {
            "type": "string",
            "example": "BSYNRYMUTXBXSQ-UHFFFAOYSA-N",
            "description": "InchiKey"
          },
          "iupac_name": {
            "type": "string",
            "example": "2-acetyloxybenzoic acid",
            "description": "IUPAC name"
          },
          "mol_weight": {
            "type": "number",
            "format": "double",
            "example": 363.39,
            "description": "Mol Weight"
          },
          "canonical_smiles": {
            "type": "string",
            "example": "CC(=O)OC1=CC=CC=C1C(O)=O",
            "description": "Structure Canonical Smiles"
          },
          "cross_references": {
            "$ref": "#/components/schemas/B014CompoundDetail_OpenCompoundCrossDTO"
          },
          "isometric_smiles": {
            "type": "string",
            "example": "CC(=O)OC1=CC=CC=C1C(O)=O",
            "description": "Structure Isometric Smiles"
          }
        }
      },
      "B014CompoundDetailResponse": {
        "type": "object",
        "properties": {
          "data": {
            "$ref": "#/components/schemas/B014CompoundDetail_OpenCompoundDetailItem"
          },
          "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"
        ]
      },
      "B004SequenceJob_OpenApiResponseSequenceInfo": {
        "type": "object",
        "properties": {
          "label": {
            "type": "string",
            "example": "SEQ1",
            "description": "User provided sequence label"
          },
          "job_id": {
            "type": "string",
            "example": "953a406a18d84dc8b13f0b923e406a43",
            "description": "ID of the search job in backend, use this ID for subsequent API calls"
          },
          "sequence": {
            "type": "string",
            "example": "GGGAGGCTAAGGCAGGAG",
            "description": "User provided sequence"
          }
        }
      },
      "B004SequenceJobResponse": {
        "type": "object",
        "properties": {
          "data": {
            "type": "array",
            "example": "no sample",
            "description": "response data",
            "items": {
              "$ref": "#/components/schemas/B004SequenceJob_OpenApiResponseSequenceInfo"
            }
          },
          "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"
        ]
      },
      "B004SequenceJob_OpenAPiNumberRangeParameter": {
        "type": "object",
        "properties": {
          "end": {
            "type": "integer",
            "format": "int32",
            "example": 100,
            "description": "End value"
          },
          "start": {
            "type": "integer",
            "format": "int32",
            "example": 0,
            "description": "Start value"
          }
        }
      },
      "B004SequenceJob_OpenApiFilterParameter": {
        "type": "object",
        "properties": {
          "perc_identity": {
            "$ref": "#/components/schemas/B004SequenceJob_OpenAPiNumberRangeParameter"
          },
          "q_perc_identity": {
            "$ref": "#/components/schemas/B004SequenceJob_OpenAPiNumberRangeParameter"
          },
          "qcov_hsp_perc": {
            "$ref": "#/components/schemas/B004SequenceJob_OpenAPiNumberRangeParameter"
          },
          "s_perc_identity": {
            "$ref": "#/components/schemas/B004SequenceJob_OpenAPiNumberRangeParameter"
          },
          "scov_hsp_perc": {
            "$ref": "#/components/schemas/B004SequenceJob_OpenAPiNumberRangeParameter"
          },
          "subject_length": {
            "$ref": "#/components/schemas/B004SequenceJob_OpenAPiNumberRangeParameter"
          }
        }
      },
      "B004SequenceJob_OpenApiBlastParameter": {
        "type": "object",
        "properties": {
          "algorithm": {
            "type": "string",
            "example": "blastn-short",
            "description": "Blast algorithm. nucleotide searching nucleotide uses megablast, blastn or blastn-short. nucleotide searching protein uses blastx-fast. protein searching protein uses blastp, blastp-fast or blastp-short. protein searching nucleotide uses tblastn-fast."
          },
          "evalue": {
            "type": "number",
            "format": "float",
            "example": 100,
            "description": "The higher you set this e-value threshold, the more results you are likely to see.E-Value indicates how likely it is that a sequence is similar to yours simply by chance. For instance, if your sequence is very short, there is a higher likelihood that it appears in several locations simply by chance. The greater the e-value, the more likely it is that this is just down to luck."
          },
          "filter": {
            "$ref": "#/components/schemas/B004SequenceJob_OpenApiFilterParameter"
          },
          "with_gaps": {
            "type": "boolean",
            "example": false,
            "description": "Matching with or without gaps indicates whether or not you want your sequence alignment to include gaps."
          },
          "word_size": {
            "type": "integer",
            "format": "int32",
            "example": 4,
            "description": "Length of initial exact match. For nucleotide searching nucleotide valid word sizes are >= 4, others are 2-7. With smaller word size, the matching will be more exact, but the time cost will be longer."
          }
        },
        "required": [
          "algorithm"
        ]
      },
      "B004SequenceJob_OpenApiRequestSequenceInfo": {
        "type": "object",
        "properties": {
          "label": {
            "type": "string",
            "example": "SEQ1",
            "description": "User provided sequence label"
          },
          "sequence": {
            "type": "string",
            "example": "GGGAGGCTAAGGCAGGAG",
            "description": "User provided sequence"
          }
        }
      },
      "B004SequenceJobRequest": {
        "type": "object",
        "properties": {
          "database": {
            "type": "array",
            "example": [
              "ALLPATENT"
            ],
            "description": "Target Sequence Database,ALLPATENT (default) : Sequence published in patent title/abstract/claims/description;CLAIMS : Sequence published in patent claims;NONPATENT : Sequence published in non-patent publications"
          },
          "limit": {
            "type": "integer",
            "format": "int32",
            "example": 1000,
            "description": "Maximum returned results of each query, support maximum 10,000"
          },
          "params": {
            "$ref": "#/components/schemas/B004SequenceJob_OpenApiBlastParameter"
          },
          "query_type": {
            "type": "string",
            "example": "NUCLEOTIDE",
            "description": "Target Sequence Type. NUCLEOTIDE,PROTEIN"
          },
          "sequence_list": {
            "type": "array",
            "example": "Please check the form: OpenApiRequestSequenceInfo",
            "description": "Query Sequence, support single input query",
            "items": {
              "$ref": "#/components/schemas/B004SequenceJob_OpenApiRequestSequenceInfo"
            }
          },
          "sequence_type": {
            "type": "string",
            "example": "NUCLEOTIDE",
            "description": "Query Sequence Type. NUCLEOTIDE,PROTEIN"
          }
        },
        "required": [
          "limit",
          "params",
          "query_type",
          "sequence_list",
          "sequence_type"
        ]
      },
      "B0034JobStatus_StatusResponse": {
        "type": "object",
        "properties": {
          "status": {
            "type": "string",
            "example": "SUCCESS",
            "description": "Backend job status, including following valid status. QUEUEING,RUNNING,SUCCESS,TIMEOUT,ERROR"
          },
          "message": {
            "type": "string",
            "example": "Invalid input xxx",
            "description": "Detailed message of ERROR status"
          }
        }
      },
      "B0034JobStatusResponse": {
        "type": "object",
        "properties": {
          "data": {
            "$ref": "#/components/schemas/B0034JobStatus_StatusResponse"
          },
          "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"
        ]
      },
      "B063ExtractMulti_OpenApiExtractMultiHit": {
        "type": "object",
        "properties": {
          "s_len": {
            "type": "integer",
            "format": "int32",
            "example": 123,
            "description": "Subject sequence length"
          },
          "seq_id": {
            "type": "string",
            "example": 834879,
            "description": "Sequence ID"
          },
          "antibody": {
            "type": "string",
            "example": "Yes",
            "description": "Whether it is an antibody sequence"
          },
          "location": {
            "type": "object",
            "example": {
              "APP": [
                "5"
              ],
              "FIG": [
                "1A"
              ],
              "PAGE": [
                "55/56"
              ],
              "ANNEX": [
                "2"
              ],
              "TABLE": [
                "A-1"
              ],
              "EXAMPLE": [
                "8"
              ]
            },
            "description": "Sequence location in patent"
          },
          "s_sequence": {
            "type": "string",
            "example": "MQPDLHSRALAAHTLHQFRTLSPLTHCMTNEVVQSFTANTLLALGASPAMVIEPEEASQFAAIASALLVNVGTLTQERATAMRAAVERAYHAKTPWTLDPVAVGALEFRRRFCLDLLSLQPAA",
            "description": "Subject sequence"
          },
          "patent_number": {
            "type": "string",
            "example": "WO2004050828A2",
            "description": "Patent publication number"
          },
          "sequence_type": {
            "type": "string",
            "example": "PROTEIN",
            "description": "Sequence Type, PROTEIN or NUCLEOTIDE"
          },
          "total_per_patent": {
            "type": "integer",
            "format": "int32",
            "example": 100,
            "description": "The total number of a single patent sequence"
          },
          "claimed_in_patent": {
            "type": "string",
            "example": 1,
            "description": "Whether it is disclosed in the claims"
          },
          "sequence_id_number": {
            "type": "array",
            "example": [
              "1"
            ],
            "description": "Sequence ID number in patent"
          }
        }
      },
      "B063ExtractMulti_ExtractMultiResults": {
        "type": "object",
        "properties": {
          "page": {
            "type": "integer",
            "format": "int32",
            "example": 1,
            "description": "Current page number, start from 1"
          },
          "size": {
            "type": "integer",
            "format": "int32",
            "example": 10,
            "description": "Current page result size, support maximum 100"
          },
          "limit": {
            "type": "integer",
            "format": "int32",
            "example": 50000,
            "description": "The maximum number of returned results is supported to be no more than 100,000, with a default value of 50,000"
          },
          "total": {
            "type": "integer",
            "format": "int32",
            "example": 1000,
            "description": "Query Results Count"
          },
          "results": {
            "type": "array",
            "example": "Please check the form: OpenApiExtractMultiHit",
            "description": "Query Results",
            "items": {
              "$ref": "#/components/schemas/B063ExtractMulti_OpenApiExtractMultiHit"
            }
          }
        }
      },
      "B063ExtractMultiResponse": {
        "type": "object",
        "properties": {
          "data": {
            "$ref": "#/components/schemas/B063ExtractMulti_ExtractMultiResults"
          },
          "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"
        ]
      },
      "B063ExtractMulti_OpenAPiNumberRangeParameter": {
        "type": "object",
        "properties": {
          "end": {
            "type": "integer",
            "format": "int32",
            "example": 100,
            "description": "End value"
          },
          "start": {
            "type": "integer",
            "format": "int32",
            "example": 0,
            "description": "Start value"
          }
        }
      },
      "B063ExtractMultiRequest": {
        "type": "object",
        "properties": {
          "db_type": {
            "type": "array",
            "example": [
              "ALLPATENT"
            ],
            "description": "Extract Range(Enumeration value：ALLPATENT、CLAIMS)"
          },
          "limit": {
            "type": "integer",
            "format": "int32",
            "example": 50000,
            "description": "The maximum number of returned results is supported to be no more than 100,000, with a default value of 50,000"
          },
          "page": {
            "type": "integer",
            "format": "int32",
            "example": 1,
            "description": "Current page number, start from 1"
          },
          "patent_ids": {
            "type": "array",
            "example": [
              "d10f8044-d3b9-4b53-b27f-b0f4fe9092cd"
            ],
            "description": "Patent ID Collections, Input up to 100 patent IDs."
          },
          "patent_numbers": {
            "type": "array",
            "example": [
              "WO2004050828A2"
            ],
            "description": "Patent publication number collections, Input up to 100 patent Numbers.One of patent_numbers、patent_ids must be filled in, and if they are filled in at the same time, patent_ids shall prevail, followed by patent_numbers"
          },
          "sequence_length": {
            "$ref": "#/components/schemas/B063ExtractMulti_OpenAPiNumberRangeParameter"
          },
          "sequence_type": {
            "type": "string",
            "example": "PROTEIN",
            "description": "Sequence Type, PROTEIN or NUCLEOTIDE"
          },
          "size": {
            "type": "integer",
            "format": "int32",
            "example": 10,
            "description": "Current page result size, support maximum 100"
          }
        },
        "required": [
          "db_type",
          "page",
          "size"
        ]
      },
      "B062ExtractSingle_OpenApiExtractHit": {
        "type": "object",
        "properties": {
          "s_len": {
            "type": "integer",
            "format": "int32",
            "example": 123,
            "description": "Subject sequence length"
          },
          "seq_id": {
            "type": "string",
            "example": 834879,
            "description": "Sequence ID"
          },
          "location": {
            "type": "object",
            "example": {
              "APP": [
                "5"
              ],
              "FIG": [
                "1A"
              ],
              "PAGE": [
                "55/56"
              ],
              "ANNEX": [
                "2"
              ],
              "TABLE": [
                "A-1"
              ],
              "EXAMPLE": [
                "8"
              ]
            },
            "description": "Sequence location in patent"
          },
          "s_sequence": {
            "type": "string",
            "example": "MQPDLHSRALAAHTLHQFRTLSPLTHCMTNEVVQSFTANTLLALGASPAMVIEPEEASQFAAIASALLVNVGTLTQERATAMRAAVERAYHAKTPWTLDPVAVGALEFRRRFCLDLLSLQPAA",
            "description": "Subject sequence"
          },
          "sequence_type": {
            "type": "string",
            "example": "PROTEIN",
            "description": "Sequence Type, PROTEIN or NUCLEOTIDE"
          },
          "sequence_id_number": {
            "type": "array",
            "example": [
              "1"
            ],
            "description": "Sequence ID number in patent"
          }
        }
      },
      "B062ExtractSingle_ExtractResults": {
        "type": "object",
        "properties": {
          "total": {
            "type": "integer",
            "format": "int32",
            "example": 1000,
            "description": "Query Results Count"
          },
          "results": {
            "type": "array",
            "example": "Please check the form: OpenApiExtractHit",
            "description": "Query Results",
            "items": {
              "$ref": "#/components/schemas/B062ExtractSingle_OpenApiExtractHit"
            }
          }
        }
      },
      "B062ExtractSingleResponse": {
        "type": "object",
        "properties": {
          "data": {
            "$ref": "#/components/schemas/B062ExtractSingle_ExtractResults"
          },
          "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"
        ]
      },
      "B062ExtractSingle_OpenAPiNumberRangeParameter": {
        "type": "object",
        "properties": {
          "end": {
            "type": "integer",
            "format": "int32",
            "example": 100,
            "description": "End value"
          },
          "start": {
            "type": "integer",
            "format": "int32",
            "example": 0,
            "description": "Start value"
          }
        }
      },
      "B062ExtractSingleRequest": {
        "type": "object",
        "properties": {
          "extract_type": {
            "type": "string",
            "example": "EXTRACT_ALL",
            "description": "Extract Type(EXTRACT_ALL、EXTRACT_RANGE、EXTRACT_NUM、EXTRACT_MANUAL)"
          },
          "page": {
            "type": "integer",
            "format": "int32",
            "example": 1,
            "description": "Current page number, start from 1"
          },
          "patent_id": {
            "type": "string",
            "example": "d10f8044-d3b9-4b53-b27f-b0f4fe9092cd",
            "description": "Patent ID"
          },
          "patent_number": {
            "type": "string",
            "example": "WO2004050828A2",
            "description": "Patent publication number. One of patent_number、patent_id must be filled in, and if they are filled in at the same time, patent_id shall prevail, followed by patent_number"
          },
          "sequence_length": {
            "$ref": "#/components/schemas/B062ExtractSingle_OpenAPiNumberRangeParameter"
          },
          "sequence_no_range": {
            "type": "string",
            "example": "1-10",
            "description": "SEQ ID range(Example:1-10,23,24)"
          },
          "sequence_type": {
            "type": "string",
            "example": "PROTEIN",
            "description": "Sequence Type, PROTEIN or NUCLEOTIDE"
          },
          "size": {
            "type": "integer",
            "format": "int32",
            "example": 10,
            "description": "Current page result size, support maximum 100"
          }
        },
        "required": [
          "extract_type",
          "page",
          "sequence_no_range",
          "size"
        ]
      },
      "B016SequenceInfo_BioSequenceInfoCdr": {
        "type": "object",
        "properties": {
          "hc_cdr1": {
            "type": "string",
            "example": "GYTFTNYY",
            "description": "hc_cdr1"
          },
          "hc_cdr2": {
            "type": "string",
            "example": "INPSNGGT",
            "description": "hc_cdr2"
          },
          "hc_cdr3": {
            "type": "string",
            "example": "ARRDYRFDMGFDY",
            "description": "hc_cdr3"
          }
        }
      },
      "B016SequenceInfo_BioSequenceInfoCdrs": {
        "type": "object",
        "properties": {
          "abm": {
            "type": "array",
            "example": "Please check the form: BioSequenceInfoCdr",
            "description": "abm",
            "items": {
              "$ref": "#/components/schemas/B016SequenceInfo_BioSequenceInfoCdr"
            }
          },
          "imgt": {
            "type": "array",
            "example": "Please check the form: BioSequenceInfoCdr",
            "description": "imgt",
            "items": {
              "$ref": "#/components/schemas/B016SequenceInfo_BioSequenceInfoCdr"
            }
          },
          "kabat": {
            "type": "array",
            "example": "Please check the form: BioSequenceInfoCdr",
            "description": "kabat",
            "items": {
              "$ref": "#/components/schemas/B016SequenceInfo_BioSequenceInfoCdr"
            }
          },
          "chothia": {
            "type": "array",
            "example": "Please check the form: BioSequenceInfoCdr",
            "description": "chothia",
            "items": {
              "$ref": "#/components/schemas/B016SequenceInfo_BioSequenceInfoCdr"
            }
          },
          "contact": {
            "type": "array",
            "example": "Please check the form: BioSequenceInfoCdr",
            "description": "contact",
            "items": {
              "$ref": "#/components/schemas/B016SequenceInfo_BioSequenceInfoCdr"
            }
          }
        }
      },
      "B016SequenceInfo_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"
          }
        }
      },
      "B016SequenceInfo_BioDrugInfo": {
        "type": "object",
        "properties": {
          "drug_id": {
            "type": "string",
            "example": "2838b95ade834c96b17ac8bcd2b68c27",
            "description": "ID"
          },
          "display_name": {
            "type": "array",
            "example": [
              {
                "lang": "EN",
                "name": "Adalimumab"
              },
              {
                "lang": "CN",
                "name": "阿达木单抗"
              }
            ],
            "description": "Name",
            "items": {
              "$ref": "#/components/schemas/B016SequenceInfo_CommonName"
            }
          }
        }
      },
      "B016SequenceInfo_BioGeneInfo": {
        "type": "object",
        "properties": {
          "name": {
            "type": "string",
            "example": "A1BG",
            "description": "Name"
          },
          "gene_id": {
            "type": "string",
            "example": "2838b95ade834c96b17ac8bcd2b68c27",
            "description": "ID"
          }
        }
      },
      "B016SequenceInfo_BioSequenceInfoClaim": {
        "type": "object",
        "properties": {
          "pn": {
            "type": "string",
            "example": "US12084692B2",
            "description": "pn"
          },
          "pbdt": {
            "type": "integer",
            "format": "int32",
            "example": 20250805,
            "description": "pbdt"
          },
          "positions": {
            "type": "array",
            "example": [
              "Claim 17;",
              "Claim 28;"
            ],
            "description": "positions"
          }
        }
      },
      "B016SequenceInfo_BioSequenceInfoResponse": {
        "type": "object",
        "properties": {
          "cdrs": {
            "$ref": "#/components/schemas/B016SequenceInfo_BioSequenceInfoCdrs"
          },
          "type": {
            "type": "string",
            "example": "Proteins",
            "description": "sequence type"
          },
          "drugs": {
            "type": "array",
            "example": "Please check the form: BioDrugInfo",
            "description": "drugs",
            "items": {
              "$ref": "#/components/schemas/B016SequenceInfo_BioDrugInfo"
            }
          },
          "genes": {
            "type": "array",
            "example": "Please check the form: BioGeneInfo",
            "description": "genes",
            "items": {
              "$ref": "#/components/schemas/B016SequenceInfo_BioGeneInfo"
            }
          },
          "length": {
            "type": "string",
            "example": "113 aa",
            "description": "sequence length"
          },
          "organism": {
            "type": "array",
            "example": [
              "Synthetic construct"
            ],
            "description": "organism"
          },
          "sequence": {
            "type": "string",
            "example": "CDLPQTHSLGSRRTLMLLAQMRKISLFSCLKDRHDFGFPQEEFGNQFQKAETIPVLHEMIQQIFNLFSTKDSSAAWDETLLDKFYTELYQQLNDLEACVIQGVGVTETPLMKEDSILAVRKYFQRITLYLKEKKYSPCAWEVVRAEIMRSFSLSTNLQESLRSKE",
            "description": "sequence"
          },
          "description": {
            "type": "string",
            "example": "Inteferon alpha-2",
            "description": "sequence description"
          },
          "is_antibody": {
            "type": "boolean",
            "example": false,
            "description": "is antibody"
          },
          "seq_position": {
            "type": "array",
            "example": "Please check the form: BioSequenceInfoClaim",
            "description": "seq position",
            "items": {
              "$ref": "#/components/schemas/B016SequenceInfo_BioSequenceInfoClaim"
            }
          },
          "sequence_code": {
            "type": "integer",
            "format": "int64",
            "example": 834879,
            "description": "sequence code"
          },
          "sequence_name": {
            "type": "array",
            "example": [
              "RNA, (G-G-A-G-A-A-G-U-G-G-U-A-G-A-G-G-C-A-C-A)"
            ],
            "description": "sequence name"
          },
          "sequence_label": {
            "type": "array",
            "example": [
              "artificial Sequence",
              "mutation",
              "variant"
            ],
            "description": "sequence label"
          },
          "claimed_in_patents": {
            "type": "boolean",
            "example": true,
            "description": "claimed in patents"
          },
          "chemically_modified": {
            "type": "boolean",
            "example": false,
            "description": "chemically modified"
          }
        }
      },
      "B016SequenceInfoResponse": {
        "type": "object",
        "properties": {
          "data": {
            "$ref": "#/components/schemas/B016SequenceInfo_BioSequenceInfoResponse"
          },
          "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"
        ]
      },
      "B016SequenceInfoRequest": {
        "type": "object"
      },
      "B072-2ChemicalGettaskresult_ChemicalResultEarliestPublished": {
        "type": "object",
        "properties": {
          "patent_number": {
            "type": "string",
            "example": "US12497460B2",
            "description": "Patent number"
          },
          "publication_date": {
            "type": "string",
            "example": "06 Apr 1976",
            "description": "Publication date"
          }
        }
      },
      "B072-2ChemicalGettaskresult_ChemicalResultDetail": {
        "type": "object",
        "properties": {
          "inchi": {
            "type": "string",
            "example": "InChI=1S/C88H97Cl2N9O33/c1-3-4-5-6-7-8-9-10-60(108)94-68-74(113)71(110)58(32-101)129-87(68)132-78-55-26-40-27-56(78)126-52-18-14-38(24-47(52)90)77(131-86-67(92-34(2)103)73(112)70(109)57(31-100)128-86)69-84(121)98-66(85(122)123)45-29-42(105)30-54(127-88-76(115)75(114)72(111)59(33-102)130-88)61(45)44-23-37(13-15-49(44)106)63(81(118)99-69)96-83(120)65(40)97-82(119)64-39-21-41(104)28-43(22-39)124-53-25-36(12-16-50(53)107)62(91)80(117)93-48(79(116)95-64)20-35-11-17-51(125-55)46(89)19-35/h11-19,21-30,48,57-59,62-77,86-88,100-102,104-107,109-115H,3-10,20,31-33,91H2,1-2H3,(H,92,103)(H,93,117)(H,94,108)(H,95,116)(H,96,120)(H,97,119)(H,98,121)(H,99,118)(H,122,123)/t48-,57-,58-,59-,62-,63-,64+,65-,66+,67-,68-,69+,70-,71-,72-,73-,74-,75+,76+,77-,86+,87+,88+/m1/s1",
            "description": "InChI identifier"
          },
          "smiles": {
            "type": "string",
            "example": "CCCCCCCCCC(=N[C@@H]1[C@H]([C@@H]([C@H](O[C@H]1OC2=C3C=C4C=C2OC5=C(C=C(C=C5)[C@H]([C@H]6C(=N[C@@H](C7=C(C(=CC(=C7)O)O[C@@H]8[C@H]([C@H]([C@@H]([C@H](O8)CO)O)O)O)C9=C(C=CC(=C9)[C@H](C(=N6)O)N=C([C@@H]4N=C([C@@H]1C2=CC(=CC(=C2)OC2=C(C=CC(=C2)[C@H](C(=N[C@H](CC2=CC(=C(O3)C=C2)Cl)C(=N1)O)O)N)O)O)O)O)C(=O)O)O)O[C@H]1[C@@H]([C@H]([C@@H]([C@H](O1)CO)O)O)N=C(C)O)Cl)CO)O)O)O",
            "description": "SMILES structure"
          },
          "formula": {
            "type": "string",
            "example": "C88H97Cl2N9O33",
            "description": "Molecular formula"
          },
          "synonyms": {
            "type": "array",
            "example": [
              "91032-36-9",
              "テイコプラニン",
              "teicoplanin",
              "teichomycin"
            ],
            "description": "Synonyms list"
          },
          "inchi_key": {
            "type": "string",
            "example": "BJNLLBUOHPVGFT-PKMGYIMSSA-N",
            "description": "InChI Key"
          },
          "paper_num": {
            "type": "integer",
            "format": "int32",
            "example": 45,
            "description": "Total paper number"
          },
          "mol_weight": {
            "type": "number",
            "format": "double",
            "example": 1879.67,
            "description": "Molecular weight"
          },
          "patent_ids": {
            "type": "array",
            "example": [
              "3b583fb3-4edc-45f9-9b8c-2d9a82f5a730"
            ],
            "description": "Patent ID list"
          },
          "patent_num": {
            "type": "integer",
            "format": "int32",
            "example": 42653,
            "description": "Total patent number"
          },
          "publication": {
            "$ref": "#/components/schemas/B072-2ChemicalGettaskresult_ChemicalResultEarliestPublished"
          },
          "compound_name": {
            "type": "string",
            "example": "TEICOPLANIN A2-3 / (1S,2R,19R,22R,34S,37R,40R,52S)-22-amino-5,15-dichloro-64-[(2S,3R,4R,5S,6R)-4,5-dihydroxy-3-(1-hydroxydecylideneamino)-6-(hydroxymethyl)oxan-2-yl]oxy-2-[(2R,3R,4R,5S,6R)-4,5-dihydroxy-3-(1-hydroxyethylideneamino)-6-(hydroxymethyl)oxan-2-yl]oxy-21,26,31,35,38,44,49,54,56,59-decahydroxy-47-[(2R,3S,4S,5S,6R)-3,4,5-trihydroxy-6-(hydroxymethyl)oxan-2-yl]oxy-7,13,28-trioxa-20,36,39,53,55,58-hexazaundecacyclo[38.14.2.23,6.214,17.219,34.18,12.123,27.129,33.141,45.010,37.046,51]hexahexaconta-3,5,8,10,12(64),14,16,20,23(61),24,26,29(60),30,32,35,38,41(57),42,44,46(51),47,49,53,55,58,62,65-heptacosaene-52-carboxylic acid",
            "description": "Compound name"
          }
        }
      },
      "B072-2ChemicalGettaskresult_ChemicalSearchResultResponse": {
        "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"
          },
          "total": {
            "type": "integer",
            "format": "int32",
            "example": 180,
            "description": "Total number of records"
          },
          "status": {
            "type": "string",
            "example": "SUCCESS",
            "description": "Response status"
          },
          "results": {
            "type": "array",
            "example": "Please check the form:ChemicalResultDetail",
            "description": "Chemical compound results list",
            "items": {
              "$ref": "#/components/schemas/B072-2ChemicalGettaskresult_ChemicalResultDetail"
            }
          }
        }
      },
      "B072-2ChemicalGettaskresultResponse": {
        "type": "object",
        "properties": {
          "data": {
            "$ref": "#/components/schemas/B072-2ChemicalGettaskresult_ChemicalSearchResultResponse"
          },
          "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"
        ]
      },
      "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"
          }
        }
      },
      "B072-1ChemicalSubmittask_ChemicalSearchTaskResponse": {
        "type": "object",
        "properties": {
          "task_id": {
            "type": "string",
            "example": "8f1fbc521be54612940b894cf532198d",
            "description": "Task ID for querying task results later"
          }
        }
      },
      "B072-1ChemicalSubmittaskResponse": {
        "type": "object",
        "properties": {
          "data": {
            "$ref": "#/components/schemas/B072-1ChemicalSubmittask_ChemicalSearchTaskResponse"
          },
          "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"
        ]
      },
      "B072-1ChemicalSubmittaskRequest": {
        "type": "object",
        "properties": {
          "limit": {
            "type": "integer",
            "format": "int32",
            "example": 10,
            "description": "Number of returned items, default 10.Maximum limit setting 100"
          },
          "page": {
            "type": "integer",
            "format": "int32",
            "example": 1,
            "description": "page, default 1"
          },
          "patent_ids": {
            "type": "array",
            "example": [
              "3b583fb3-4edc-45f9-9b8c-2d9a82f5a730"
            ],
            "description": "Patent ID list, either patent_ids or patent_numbers is required, if both are provided, patent_ids takes precedence, maximum 100"
          },
          "patent_numbers": {
            "type": "array",
            "example": [
              "US20230233575A1"
            ],
            "description": "Patent number list, either patent_ids or patent_numbers is required, if both are provided, patent_ids takes precedence, maximum 100"
          },
          "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"
          }
        },
        "required": [
          "source"
        ]
      },
      "B042PaperSearch_ChemicalPaperDetail": {
        "type": "object",
        "properties": {
          "doi": {
            "type": "string",
            "example": "10.1007/s00262-011-1007-5",
            "description": "DOI"
          },
          "title": {
            "type": "string",
            "example": "Enhanced programmed death 1 (PD-1) and PD-1 ligand (PD-L1) expression in patients with actinic cheilitis and oral squamous cell carcinoma",
            "description": "Title"
          },
          "author": {
            "type": "array",
            "example": [
              "John Smith",
              "Jane Doe"
            ],
            "description": "Author"
          },
          "pubmed": {
            "type": "array",
            "example": [
              "https://pubmed.ncbi.nlm.nih.gov/39912419"
            ],
            "description": "PubMed"
          },
          "source": {
            "type": "string",
            "example": "https://www.tandfonline.com/doi/pdf/10.1080/14756366.2025.2460053",
            "description": "Source"
          },
          "doc_type": {
            "type": "string",
            "example": "Journal",
            "description": "Document Type"
          },
          "paper_id": {
            "type": "string",
            "example": "74e6849a-a4a1-3d18-badc-472c56ba7ae5",
            "description": "id"
          },
          "epub_date": {
            "type": "string",
            "example": 20110327,
            "description": "Epub Date"
          },
          "institution": {
            "type": "array",
            "example": [
              "University of California",
              "Harvard Medical School"
            ],
            "description": "Institution"
          },
          "publication": {
            "type": "string",
            "example": "Cancer Immunology, Immunotherapy",
            "description": "Publication"
          },
          "abstract_text": {
            "type": "string",
            "example": "Programmed death 1 (PD-1) and its ligand PD-L1 are key immune checkpoint molecules...",
            "description": "Abstract"
          },
          "published_date": {
            "type": "string",
            "example": 20110701,
            "description": "Published Date"
          },
          "structure_count": {
            "type": "integer",
            "format": "int32",
            "example": 5,
            "description": "Structure Count"
          }
        }
      },
      "B042PaperSearch_ChemicalPaperSearchResponse": {
        "type": "object",
        "properties": {
          "page": {
            "type": "integer",
            "format": "int32",
            "example": 1,
            "description": "Current page number"
          },
          "rows": {
            "type": "integer",
            "format": "int32",
            "example": 10,
            "description": "Rows per page"
          },
          "items": {
            "type": "array",
            "example": "Please check the form:ChemicalPaperDetail",
            "description": "Result items",
            "items": {
              "$ref": "#/components/schemas/B042PaperSearch_ChemicalPaperDetail"
            }
          },
          "total": {
            "type": "integer",
            "format": "int64",
            "example": 100,
            "description": "Total"
          }
        }
      },
      "B042PaperSearchResponse": {
        "type": "object",
        "properties": {
          "data": {
            "$ref": "#/components/schemas/B042PaperSearch_ChemicalPaperSearchResponse"
          },
          "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"
        ]
      },
      "B042PaperSearchRequest": {
        "type": "object",
        "properties": {
          "inchi_key_id": {
            "type": "string",
            "example": 126213117,
            "description": "InChI Key ID"
          },
          "lang": {
            "type": "string",
            "example": "CN",
            "description": "Language, support: CN, EN"
          },
          "page": {
            "type": "integer",
            "format": "int32",
            "example": 1,
            "description": "Page number, starting from 1, default 1"
          },
          "rows": {
            "type": "integer",
            "format": "int32",
            "example": 100,
            "description": "Rows per page, default 10, maximum 100"
          },
          "sort_order": {
            "type": "string",
            "example": "desc",
            "description": "Sort by published time, sort order, support:desc,asc"
          }
        },
        "required": [
          "inchi_key_id"
        ]
      },
      "B075ReactionRoute_ChemicalReactionResponse.AmountUnit": {
        "type": "object",
        "properties": {
          "unit": {
            "type": "string",
            "example": "mmol",
            "description": "Unit"
          },
          "value": {
            "type": "string",
            "example": 1,
            "description": "Value"
          }
        }
      },
      "B075ReactionRoute_ChemicalReactionResponse.ReactantItem": {
        "type": "object",
        "properties": {
          "smiles": {
            "type": "string",
            "example": "CC(=O)Oc1ccccc1C(=O)O",
            "description": "Compound SMILES"
          },
          "inchi_key": {
            "type": "string",
            "example": "BSYNRYMUTXBXSQ-UHFFFAOYSA-N",
            "description": "Compound InChI Key"
          },
          "amount_units": {
            "type": "array",
            "example": "Please check the form:AmountUnit",
            "description": "Amount and unit",
            "items": {
              "$ref": "#/components/schemas/B075ReactionRoute_ChemicalReactionResponse.AmountUnit"
            }
          },
          "compound_name": {
            "type": "string",
            "example": "Aspirin",
            "description": "Compound name"
          }
        }
      },
      "B075ReactionRoute_ChemicalReactionResponse.ReactionItem": {
        "type": "object",
        "properties": {
          "products": {
            "type": "array",
            "example": "Please check the form:ReactantItem",
            "description": "Product list",
            "items": {
              "$ref": "#/components/schemas/B075ReactionRoute_ChemicalReactionResponse.ReactantItem"
            }
          },
          "reactants": {
            "type": "array",
            "example": "Please check the form:ReactantItem",
            "description": "Reactant list",
            "items": {
              "$ref": "#/components/schemas/B075ReactionRoute_ChemicalReactionResponse.ReactantItem"
            }
          }
        }
      },
      "B075ReactionRoute_ChemicalReactionResponse.SmilesReactionWithPn": {
        "type": "object",
        "properties": {
          "pns": {
            "type": "array",
            "example": [
              "US123A"
            ],
            "description": "Patent-number list shared by reactions in the same group"
          },
          "smiles_reactions": {
            "type": "array",
            "example": "Please check the form:ReactionItem",
            "description": "Reaction list, including reactants and products",
            "items": {
              "$ref": "#/components/schemas/B075ReactionRoute_ChemicalReactionResponse.ReactionItem"
            }
          }
        }
      },
      "B075ReactionRoute_ChemicalReactionResponse": {
        "type": "object",
        "properties": {
          "limit": {
            "type": "integer",
            "format": "int32",
            "example": 20,
            "description": "limit"
          },
          "total": {
            "type": "integer",
            "format": "int64",
            "example": 100,
            "description": "Total count after filtering"
          },
          "offset": {
            "type": "integer",
            "format": "int32",
            "example": 0,
            "description": "offset"
          },
          "results": {
            "type": "array",
            "example": "Please check the form:SmilesReactionWithPn",
            "description": "Reaction data grouped by patent-number list",
            "items": {
              "$ref": "#/components/schemas/B075ReactionRoute_ChemicalReactionResponse.SmilesReactionWithPn"
            }
          }
        }
      },
      "B075ReactionRouteResponse": {
        "type": "object",
        "properties": {
          "data": {
            "$ref": "#/components/schemas/B075ReactionRoute_ChemicalReactionResponse"
          },
          "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"
        ]
      },
      "B075ReactionRouteRequest": {
        "type": "object",
        "properties": {
          "inchi_key": {
            "type": "string",
            "example": "FDLYAMZZIXQODN-UHFFFAOYSA-N",
            "description": "Compound InChI Key, required"
          },
          "limit": {
            "type": "integer",
            "format": "int32",
            "example": 20,
            "description": "Limit, default 20. limit up to 100, and offset + limit must be no more than 10000."
          },
          "offset": {
            "type": "integer",
            "format": "int32",
            "example": 0,
            "description": "Offset, default 0"
          },
          "pn": {
            "type": "string",
            "example": "US8247416",
            "description": "Patent number for exact filtering. If omitted, no patent-number filter is applied."
          },
          "type": {
            "type": "string",
            "example": "product",
            "description": "Compound side in the reaction, required, supports reactant and product."
          }
        },
        "required": [
          "inchi_key",
          "type"
        ]
      },
      "B015DrugCompoundPhysicochemicalProps_ChemicalToxnet": {
        "type": "object",
        "properties": {
          "bp": {
            "type": "array",
            "example": [
              "334 deg C at 760 mm Hg[Lide, D.R., G.W.A. Milne (eds.). Handbook of Data on Organic Compounds. Volume I. 3rd ed. CRC Press, Inc. Boca Raton ,FL. 1994., p. V3: 3026] **PEER REVIEWED** "
            ],
            "description": "Boiling Point"
          },
          "mp": {
            "type": "array",
            "example": [
              "49.3 deg C[Lide, D.R., G.W.A. Milne (eds.). Handbook of Data on Organic Compounds. Volume I. 3rd ed. CRC Press, Inc. Boca Raton ,FL. 1994., p. V3: 3026] **PEER REVIEWED** "
            ],
            "description": "Melting Point"
          },
          "ctp": {
            "type": "array",
            "example": [
              "Critical temperature = 761 K; Critical pressure = 1.51E+06 Pa[Daubert, T.E., R.P. Danner. Physical and Thermodynamic Properties of Pure Chemicals Data Compilation. Washington, D.C.: Taylor and Francis, 1989.] **PEER REVIEWED** "
            ],
            "description": "Critical Temperature and Pressure"
          },
          "den": {
            "type": "array",
            "example": [
              "0.8187 at 50 deg C/4 deg C[Lide, D.R., G.W.A. Milne (eds.). Handbook of Data on Organic Compounds. Volume I. 3rd ed. CRC Press, Inc. Boca Raton ,FL. 1994., p. V3: 3026] **PEER REVIEWED** "
            ],
            "description": "Density/Specific Gravity"
          },
          "dsc": {
            "type": "array",
            "example": [
              "pKa = 16.20[Burkhard LP et al; Chemosphere 14: 1551-60 (1985)] **PEER REVIEWED** "
            ],
            "description": "Dissociation Constants"
          },
          "htc": {
            "type": "array",
            "example": [
              "-9.797X10+09 J/kmol[Daubert, T.E., R.P. Danner. Physical and Thermodynamic Properties of Pure Chemicals Data Compilation. Washington, D.C.: Taylor and Francis, 1989.] **PEER REVIEWED** "
            ],
            "description": "Heat of Combustion"
          },
          "htv": {
            "type": "array",
            "example": [
              "9.9829X10+07 J/kmol at melting point[Daubert, T.E., R.P. Danner. Physical and Thermodynamic Properties of Pure Chemicals Data Compilation. Washington, D.C.: Taylor and Francis, 1989.] **PEER REVIEWED** "
            ],
            "description": "Heat of Vaporization"
          },
          "sol": {
            "type": "array",
            "example": [
              "Slightly soluble in alcohol; soluble in acetone; very soluble in ether, benzene, chloroform[Lide, D.R., G.W.A. Milne (eds.). Handbook of Data on Organic Compounds. Volume I. 3rd ed. CRC Press, Inc. Boca Raton ,FL. 1994., p. V3: 3026] **PEER REVIEWED** ",
              "Soluble in alcohol, chloroform, ether[O'Neil, M.J. (ed.). The Merck Index - An Encyclopedia of  Chemicals, Drugs, and Biologicals. 13th Edition, Whitehouse  Station, NJ:  Merck and Co., Inc., 2001., p. 347] **PEER REVIEWED** ",
              "In water, 4.1X10-2 mg/L at 25 deg C[Yalkowsky, S.H., He, Yan., Handbook of Aqueous Solubility  Data: An Extensive Compilation of Aqueous Solubility Data  for Organic Compounds Extracted from the  AQUASOL dATAbASE.  CRC Press LLC, Boca Raton, FL. 2003., p. 1063] **PEER REVIEWED** "
            ],
            "description": "Solubilities"
          },
          "vap": {
            "type": "array",
            "example": [
              "6X10-6 mm Hg at 25 deg C[Daubert, T.E., R.P. Danner. Physical and Thermodynamic Properties of Pure Chemicals Data Compilation. Washington, D.C.: Taylor and Francis, 1989.] **PEER REVIEWED** "
            ],
            "description": "Vapor Pressure"
          },
          "cofo": {
            "type": "array",
            "example": [
              "FLAKES FROM ETHYL ACETATE[Weast, R.C. (ed.). Handbook of Chemistry and Physics. 57th ed. Cleveland: CRC Press Inc., 1976., p. C-332] **PEER REVIEWED** ",
              "SOLID OR LEAF-LIKE CRYSTALS[Sax, N.I. Dangerous Properties of Industrial Materials. 4th ed. New York: Van Nostrand Reinhold, 1975., p. 532] **PEER REVIEWED** ",
              "White crystals[O'Neil, M.J. (ed.). The Merck Index - An Encyclopedia of  Chemicals, Drugs, and Biologicals. 13th Edition, Whitehouse  Station, NJ:  Merck and Co., Inc., 2001., p. 347] **PEER REVIEWED** ",
              "UNCTUOUS, WHITE FLAKES, GRANULES, CUBES, OR CASTINGS[Osol, A. and J.E. Hoover, et al. (eds.). Remington's Pharmaceutical Sciences. 15th ed. Easton, Pennsylvania: Mack Publishing Co., 1975., p. 1250] **PEER REVIEWED** ",
              "White, waxy solid[Lewis, R.J., Sr (Ed.). Hawley's Condensed Chemical Dictionary. 12th ed. New York, NY: Van Nostrand Rheinhold Co., 1993, p. 246] **PEER REVIEWED** "
            ],
            "description": "Color/Form"
          },
          "fpot": {
            "type": "array",
            "example": [
              "Flammable when exposed to heat or flame[Lewis, R.J. Sr. (ed) Sax's Dangerous Properties of Industrial Materials. 11th Edition. Wiley-Interscience, Wiley & Sons, Inc. Hoboken, NJ. 2004., p. 1923] **PEER REVIEWED** "
            ],
            "description": "Fire Potential"
          },
          "name": {
            "type": "string",
            "example": "1-HEXADECANOL",
            "description": "name"
          },
          "ocpp": {
            "type": "array",
            "example": [
              "Congealing point: 46 deg C[Burdock, G.A. (ed.). Fenaroli's Handbook of Flavor  Ingredients. 3rd Edition, Volumes 1-2. Boca Raton, FL: CRC  Press 1994-1995., p. 326] **PEER REVIEWED** ",
              "Liquid molar volume = 0.296365 cu m/kmol; Heat of formation = -5.1421X10+08 J/kmol; Heat of fusion = 5.838X10+07 J/kmol[Daubert, T.E., R.P. Danner. Physical and Thermodynamic Properties of Pure Chemicals Data Compilation. Washington, D.C.: Taylor and Francis, 1989.] **PEER REVIEWED** ",
              "Henry's Law constant = 4.65X10-5 atm-cu m/mol at 25 deg C (est)[SRC; The Physical Properties Database (PHYSPROP). Syracuse, NY: Syracuse Res Corp. Available from, as of Apr 11, 2006: http://www.syrres.com/esc/physprop.htm] **PEER REVIEWED** ",
              "Hydroxyl radical reaction rate constant = 2.8X10-11 cu cm/molec-sec at 25 deg C (est)[US EPA; Estimation Program Interface (EPI) Suite. Ver.3.12. Nov 30, 2004. Available from, as of Apr 11, 2006: http://www.epa.gov/oppt/exposure/pubs/episuitedl.htm] **PEER REVIEWED** "
            ],
            "description": "Other Chemical/Physical Properties"
          },
          "owpc": {
            "type": "array",
            "example": [
              "log Kow = 6.83 (est)[US EPA; Estimation Program Interface (EPI) Suite. Ver.3.12. Nov 30, 2004. Available from, as of Apr 11, 2006: http://www.epa.gov/oppt/exposure/pubs/episuitedl.htm] **PEER REVIEWED** "
            ],
            "description": "Octanol/Water Partition Coefficient"
          },
          "spec": {
            "type": "array",
            "example": [
              "Index of refraction = 1.4283 at 79 deg C/D[Lide, D.R., G.W.A. Milne (eds.). Handbook of Data on Organic Compounds. Volume I. 3rd ed. CRC Press, Inc. Boca Raton ,FL. 1994., p. V3: 3026] **PEER REVIEWED** ",
              "CRYSTALS: SADTLER REFERENCE NUMBER: 222 (IR, PRISM); 5175 (NMR)[Weast, R.C. (ed.). Handbook of Chemistry and Physics. 57th ed. Cleveland: CRC Press Inc., 1976., p. C-332] **PEER REVIEWED** ",
              "IR: 2106 (Coblentz Society Spectral Collection)[Lide, D.R., G.W.A. Milne (eds.). Handbook of Data on Organic Compounds. Volume I. 3rd ed. CRC Press, Inc. Boca Raton ,FL. 1994., p. V3: 3026] **PEER REVIEWED** ",
              "MASS: 63476 (NIST/EPA/MSDC Mass Spectral database, 1990 version); 1677 (National Bureau of Standards)[Lide, D.R., G.W.A. Milne (eds.). Handbook of Data on Organic Compounds. Volume I. 3rd ed. CRC Press, Inc. Boca Raton ,FL. 1994., p. V3: 3026] **PEER REVIEWED** ",
              "Raman: 614 (Sadtler Research Laboratories Spectral Collection)[Lide, D.R., G.W.A. Milne (eds.). Handbook of Data on Organic Compounds. Volume I. 3rd ed. CRC Press, Inc. Boca Raton ,FL. 1994., p. V3: 3026] **PEER REVIEWED** "
            ],
            "description": "Spectral Properties"
          },
          "surf": {
            "type": "array",
            "example": [
              "0.028449 Newtons/m at melting point[Daubert, T.E., R.P. Danner. Physical and Thermodynamic Properties of Pure Chemicals Data Compilation. Washington, D.C.: Taylor and Francis, 1989.] **PEER REVIEWED** "
            ],
            "description": "Surface Tension"
          },
          "tast": {
            "type": "array",
            "example": [
              "BLAND, MILD TASTE[Osol, A. and J.E. Hoover, et al. (eds.). Remington's Pharmaceutical Sciences. 15th ed. Easton, Pennsylvania: Mack Publishing Co., 1975., p. 1250] **PEER REVIEWED** "
            ],
            "description": "Taste"
          },
          "vapd": {
            "type": "array",
            "example": [
              "8.360 (AIR= 1)[Patty, F. (ed.). Industrial Hygiene and Toxicology: Volume II: Toxicology. 2nd ed. New York: Interscience Publishers, 1963., p. 1470] **PEER REVIEWED** "
            ],
            "description": "Vapor Density"
          },
          "visc": {
            "type": "array",
            "example": [
              "53 mPa-s (=cP) at 75 deg C[Kirk-Othmer Encyclopedia of Chemical Technology. 4th ed. Volumes 1: New York, NY. John Wiley and Sons, 1991-Present., p. V1: 868 (1991)] **PEER REVIEWED** "
            ],
            "description": "Viscosity"
          }
        }
      },
      "B015DrugCompoundPhysicochemicalProps_DrugChemStructPropsResponse": {
        "type": "object",
        "properties": {
          "cbu": {
            "type": "integer",
            "format": "int32",
            "example": 1,
            "description": "Covalently-Bonded Unit Count"
          },
          "das": {
            "type": "integer",
            "format": "int32",
            "example": 0,
            "description": "Defined Atom Stereocenter Count"
          },
          "dbs": {
            "type": "integer",
            "format": "int32",
            "example": 0,
            "description": "Defined Bond Stereocenter Count"
          },
          "hba": {
            "type": "integer",
            "format": "int32",
            "example": 0,
            "description": "Hydrogen Bond Acceptor Count"
          },
          "hbd": {
            "type": "integer",
            "format": "int32",
            "example": 0,
            "description": "Hydrogen Bond Donor Count"
          },
          "psa": {
            "type": "number",
            "format": "double",
            "example": 0,
            "description": "Topological Polar Surface Area"
          },
          "ro5": {
            "type": "integer",
            "format": "int32",
            "example": 0,
            "description": "Ro5 Violations (Lipinski)"
          },
          "rtb": {
            "type": "integer",
            "format": "int32",
            "example": 2,
            "description": "Rotatable Bond Count"
          },
          "uas": {
            "type": "integer",
            "format": "int32",
            "example": 0,
            "description": "Undefined Atom Stereocenter Count"
          },
          "ubs": {
            "type": "integer",
            "format": "int32",
            "example": 0,
            "description": "Undefined Bond Stereocenter Count"
          },
          "charge": {
            "type": "integer",
            "format": "int32",
            "example": 0,
            "description": "Formal Charge"
          },
          "source": {
            "type": "string",
            "example": "pubchem",
            "description": "source"
          },
          "xlogp3": {
            "type": "number",
            "format": "double",
            "example": 1.64,
            "description": "LogP"
          },
          "acd_logd": {
            "type": "number",
            "format": "double",
            "example": 2.05,
            "description": "ACD LogD pH7.4"
          },
          "acd_logp": {
            "type": "number",
            "format": "double",
            "example": 2.05,
            "description": "ACD LogP"
          },
          "complexity": {
            "type": "number",
            "format": "double",
            "example": 12.4,
            "description": "Complexity"
          },
          "exact_mass": {
            "type": "number",
            "format": "double",
            "example": 111.98,
            "description": "Exact Mass"
          },
          "heavy_atom": {
            "type": "integer",
            "format": "int32",
            "example": 5,
            "description": "Heavy Atom Count"
          },
          "mol_weight": {
            "type": "number",
            "format": "double",
            "example": 112.98,
            "description": "Molecular Weight"
          },
          "source_url": {
            "type": "string",
            "example": "https://pubchem.ncbi.nlm.nih.gov/compound/61902106",
            "description": "source url"
          },
          "mol_species": {
            "type": "string",
            "example": "NULL",
            "description": "Molecular Species"
          },
          "isotope_atom": {
            "type": "integer",
            "format": "int32",
            "example": 0,
            "description": "Isotope Atom Count"
          },
          "chemical_toxnets": {
            "type": "array",
            "example": "Please check the form:ChemicalToxnet",
            "description": "Chemical Toxnet",
            "items": {
              "$ref": "#/components/schemas/B015DrugCompoundPhysicochemicalProps_ChemicalToxnet"
            }
          },
          "monoisotopic_mass": {
            "type": "number",
            "format": "double",
            "example": 111.985,
            "description": "Mononisotopic Mass"
          }
        }
      },
      "B015DrugCompoundPhysicochemicalPropsResponse": {
        "type": "object",
        "properties": {
          "data": {
            "$ref": "#/components/schemas/B015DrugCompoundPhysicochemicalProps_DrugChemStructPropsResponse"
          },
          "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"
        ]
      },
      "B073KeywordSearch_CompoundStructureResult": {
        "type": "object",
        "properties": {
          "smiles": {
            "type": "string",
            "example": "CCC(C)(C)C(=O)OC1CC(C)C=C2C=CC(C)C(CCC1)C12",
            "description": "SMILES molecular formula"
          },
          "inchi_key": {
            "type": "string",
            "example": "NPDFVGFXQSJBAA-ZBDDBYLNSA-N",
            "description": "InChI Key identifier"
          },
          "compound_name": {
            "type": "string",
            "example": "Simvastatin",
            "description": "compound name"
          },
          "structure_image_url": {
            "type": "string",
            "example": "https://xxx.com/uploadsearch/2026-04-23/1776927563885-e23566962a894d088c1cf01637320034-image.png",
            "description": "chemical structure image URL"
          }
        }
      },
      "B073KeywordSearch_ChemicalKeyWordResponse": {
        "type": "object",
        "properties": {
          "items": {
            "type": "array",
            "example": "Please check the form: CompoundStructureResult",
            "description": "compound structure info list",
            "items": {
              "$ref": "#/components/schemas/B073KeywordSearch_CompoundStructureResult"
            }
          }
        }
      },
      "B073KeywordSearchResponse": {
        "type": "object",
        "properties": {
          "data": {
            "$ref": "#/components/schemas/B073KeywordSearch_ChemicalKeyWordResponse"
          },
          "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"
        ]
      },
      "B073KeywordSearchRequest": {
        "type": "object"
      },
      "B068-1ChatPccMoleculeTask_PccTaskResponse": {
        "type": "object",
        "properties": {
          "job_id": {
            "type": "string",
            "example": "613845b4-83d0-4ac1-8116-5113736faab0",
            "description": "Job ID, used to query task result later"
          }
        }
      },
      "B068-1ChatPccMoleculeTaskResponse": {
        "type": "object",
        "properties": {
          "data": {
            "$ref": "#/components/schemas/B068-1ChatPccMoleculeTask_PccTaskResponse"
          },
          "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"
        ]
      },
      "B068-1ChatPccMoleculeTaskRequest": {
        "type": "object",
        "properties": {
          "pn": {
            "type": "string",
            "example": "US20240124450A1",
            "description": "Patent Number"
          }
        },
        "required": [
          "pn"
        ]
      },
      "B068-2ChatPccMoleculeResult_MoleculeRecommendation": {
        "type": "object",
        "properties": {
          "rank": {
            "type": "integer",
            "format": "int32",
            "example": 1,
            "description": "Rank"
          },
          "smiles": {
            "type": "string",
            "example": "CC[C@H]1CCC[C@]1(N)COc1cc(-c2cnc3cccc(C#N)n23)cc(SC)c1C#N",
            "description": "Molecular structure (SMILES)"
          },
          "example": {
            "type": "string",
            "example": "6B",
            "description": "Example ID"
          },
          "molecule_id": {
            "type": "string",
            "example": "6B",
            "description": "Molecule ID"
          },
          "example_page": {
            "type": "string",
            "example": "P28",
            "description": "Page reference of the example"
          },
          "key_data_page": {
            "type": "string",
            "example": "P51",
            "description": "Page reference of key data source"
          },
          "molecule_image": {
            "type": "string",
            "example": "#123",
            "description": "Molecule structure image reference"
          },
          "molecule_id_page": {
            "type": "string",
            "example": "P28",
            "description": "Page reference of the molecule ID"
          },
          "recommend_reason": {
            "type": "string",
            "example": "...",
            "description": "Recommendation reason"
          },
          "key_data_highlights": {
            "type": "string",
            "example": "SIK1 IC₅₀: 0.1 nM, TNFα IC₅₀: 0.5 nM, IL10 EC₅₀: 2 nM",
            "description": "Key data highlights, such as IC50 activity data"
          }
        }
      },
      "B068-2ChatPccMoleculeResult_AdmetPrediction": {
        "type": "object",
        "properties": {
          "hba": {
            "type": "integer",
            "format": "int32",
            "example": 7,
            "description": "Hydrogen Bond Acceptors"
          },
          "hbd": {
            "type": "integer",
            "format": "int32",
            "example": 1,
            "description": "Hydrogen Bond Donors"
          },
          "logp": {
            "type": "number",
            "format": "double",
            "example": 4.75,
            "description": "LogP"
          },
          "tpsa": {
            "type": "number",
            "format": "double",
            "example": 100.13,
            "description": "Topological Polar Surface Area (Å²)"
          },
          "compound_id": {
            "type": "string",
            "example": "6B",
            "description": "Compound ID"
          },
          "molecular_weight": {
            "type": "number",
            "format": "double",
            "example": 431.57,
            "description": "Molecular Weight (Da)"
          }
        }
      },
      "B068-2ChatPccMoleculeResult_PccMoleculeResponse": {
        "type": "object",
        "properties": {
          "job_id": {
            "type": "string",
            "example": "613845b4-83d0-4ac1-8116-5113736faab0",
            "description": "Job ID"
          },
          "status": {
            "type": "string",
            "example": "completed",
            "description": "Task status: initializing/created/started/planning/processing/completed/failed/terminated"
          },
          "molecules": {
            "type": "array",
            "example": "See MoleculeRecommendation",
            "description": "Optimal molecule recommendation list, returned after task completion",
            "items": {
              "$ref": "#/components/schemas/B068-2ChatPccMoleculeResult_MoleculeRecommendation"
            }
          },
          "patent_no": {
            "type": "string",
            "example": "US20240124450A1",
            "description": "Patent Number"
          },
          "admet_predictions": {
            "type": "array",
            "example": "See AdmetPrediction",
            "description": "ADMET prediction basic molecule information list",
            "items": {
              "$ref": "#/components/schemas/B068-2ChatPccMoleculeResult_AdmetPrediction"
            }
          },
          "structure_optimization": {
            "type": "string",
            "example": "立体构型的关键性...",
            "description": "Compound structure optimization strategy"
          }
        }
      },
      "B068-2ChatPccMoleculeResultResponse": {
        "type": "object",
        "properties": {
          "data": {
            "$ref": "#/components/schemas/B068-2ChatPccMoleculeResult_PccMoleculeResponse"
          },
          "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"
        ]
      },
      "B068-2ChatPccMoleculeResultRequest": {
        "type": "object",
        "properties": {
          "job_id": {
            "type": "string",
            "example": "613845b4-83d0-4ac1-8116-5113736faab0",
            "description": "Job ID, returned by the create task interface"
          }
        },
        "required": [
          "job_id"
        ]
      },
      "B018DrugDetail_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"
          }
        }
      },
      "B018DrugDetail_DrugResponseTarget": {
        "type": "object",
        "properties": {
          "hgnc_id": {
            "type": "array",
            "example": [
              "HGNC:12680"
            ],
            "description": "List of HGNC IDs"
          },
          "mesh_id": {
            "type": "array",
            "example": [
              "7422"
            ],
            "description": "List of MESH IDs"
          },
          "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/B018DrugDetail_CommonName"
            }
          },
          "gene_symbol": {
            "type": "array",
            "example": [
              {
                "lang": "EN",
                "name": "VEGFA"
              }
            ],
            "description": "Gene Symbol",
            "items": {
              "$ref": "#/components/schemas/B018DrugDetail_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/B018DrugDetail_CommonName"
            }
          }
        }
      },
      "B018DrugDetail_DrugResponseDisease": {
        "type": "object",
        "properties": {
          "umls": {
            "type": "array",
            "example": [
              "C0021368",
              "C0021364"
            ],
            "description": "List of UMLS IDs"
          },
          "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/B018DrugDetail_CommonName"
            }
          }
        }
      },
      "B018DrugDetail_DrugDevCodeResponseDto": {
        "type": "object",
        "properties": {
          "code": {
            "type": "string",
            "example": "JP 1366",
            "description": "Code"
          },
          "name": {
            "type": "string",
            "example": "JP 1366",
            "description": "Name"
          },
          "status": {
            "type": "string",
            "example": "ACTIVE",
            "description": "Status"
          }
        }
      },
      "B018DrugDetail_SequenceDto": {
        "type": "object",
        "properties": {
          "chain_type": {
            "type": "array",
            "example": [
              "L"
            ],
            "description": "Chain type"
          },
          "sequence_text": {
            "type": "string",
            "example": "DILLTQSPVILSVSPGERVSFSCRASQSIGTNIHWYQQRTNGSPRLLIKYASESISGIPSRFSGSGSGTDFTLSINSVESEDIADYYCQQNNNWPTTFGAGTKLELKRTVAAPSVFIFPPSDEQLKSGTASVVCLLNNFYPREAKVQWKVDNALQSGNSQESVTEQDSKDSTYSLSSTLTLSKADYEKHKVYACEVTHQGLSSPVTKSFNRGEC",
            "description": "Sequence Text"
          },
          "sequence_number": {
            "type": "integer",
            "format": "int64",
            "example": 43254,
            "description": "Sequence number"
          }
        }
      },
      "B018DrugDetail_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/B018DrugDetail_CommonName"
            }
          },
          "normalized_id": {
            "type": "string",
            "example": "2fbfdb3e92d942c48cbb0adb79f23526",
            "description": "Dict ID"
          }
        }
      },
      "B018DrugDetail_StructureDto": {
        "type": "object",
        "properties": {
          "base64": {
            "type": "string",
            "example": "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAASwAAAEsCAYAAAB5fY51AAAAIGNIUk0AAHomAACAhAAA+gAAAIDoAAB1MAAA6mAAADqYAAAXcJy6UTwAAAAEZ0FNQQ",
            "description": "Image Base64"
          },
          "formula": {
            "type": "string",
            "example": "C30H30F2N6O3",
            "description": "Molecular formula"
          },
          "inchi_key": {
            "type": "string",
            "example": "NXQKSXLFSAEQCZ-SFHVURJKSA-N",
            "description": "inChiKey"
          },
          "canonical_smiles": {
            "type": "string",
            "example": "CNC(=O)CNC(=O)C(CC1=CC=CC=C1)NC(=O)CNC(=O)CNC(=O)CCCCCN2C(=O)C=CC2=O",
            "description": "canonicalSmiles"
          },
          "isometric_smiles": {
            "type": "string",
            "example": "CNC(=O)CNC(=O)[C@H](CC1=CC=CC=C1)NC(=O)CNC(=O)CNC(=O)CCCCCN2C(=O)C=CC2=O",
            "description": "isometricSmiles"
          }
        }
      },
      "B018DrugDetail_DrugResponseMilestoneTag": {
        "type": "object",
        "properties": {
          "date": {
            "type": "integer",
            "format": "int64",
            "example": 1409788800000,
            "description": "milestone date"
          },
          "name": {
            "type": "array",
            "example": [
              {
                "lang": "EN",
                "name": "FDA Approval"
              },
              {
                "lang": "CN",
                "name": "FDA批准"
              }
            ],
            "description": "milestone name",
            "items": {
              "$ref": "#/components/schemas/B018DrugDetail_CommonName"
            }
          }
        }
      },
      "B018DrugDetail_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/B018DrugDetail_CommonName"
            }
          }
        }
      },
      "B018DrugDetail_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/B018DrugDetail_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/B018DrugDetail_CommonName"
            }
          },
          "mechanism_id": {
            "type": "string",
            "example": "27c0848a265e4332836e10d0e8202b4c",
            "description": "Mechanism Action ID"
          }
        }
      },
      "B018DrugDetail_SpecialApprovalDto": {
        "type": "object",
        "properties": {
          "country": {
            "$ref": "#/components/schemas/B018DrugDetail_CommonCountry"
          },
          "special_view": {
            "$ref": "#/components/schemas/B018DrugDetail_CommonDictionary"
          }
        }
      },
      "B018DrugDetail_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/B018DrugDetail_CommonName"
            }
          },
          "organization_id": {
            "type": "string",
            "example": "87bfaf037f8e60c9e25595cd98bb27e4",
            "description": "Organization ID"
          }
        }
      },
      "B018DrugDetail_GetDrugResponseDto": {
        "type": "object",
        "properties": {
          "target": {
            "type": "array",
            "example": [
              {
                "target_id": "928facc8122849baa0dc00759cff0380",
                "short_name": [
                  {
                    "lang": "EN",
                    "name": "KRAS G12C"
                  }
                ],
                "display_name": [
                  {
                    "lang": "EN",
                    "name": "GTPase KRas G12C"
                  },
                  {
                    "lang": "CN",
                    "name": "KRAS G12C突变"
                  }
                ]
              }
            ],
            "description": "Target",
            "items": {
              "$ref": "#/components/schemas/B018DrugDetail_DrugResponseTarget"
            }
          },
          "disease": {
            "type": "array",
            "example": [
              {
                "disease_id": "a0304a462da04e7cb03e3f2c5625544e",
                "display_name": [
                  {
                    "lang": "EN",
                    "name": "Advanced Lung Non-Small Cell Carcinoma"
                  },
                  {
                    "lang": "CN",
                    "name": "晚期非小细胞肺癌"
                  }
                ]
              }
            ],
            "description": "Indication",
            "items": {
              "$ref": "#/components/schemas/B018DrugDetail_DrugResponseDisease"
            }
          },
          "drug_id": {
            "type": "string",
            "example": "2838b95ade834c96b17ac8bcd2b68c27",
            "description": "Drug ID"
          },
          "dev_code": {
            "type": "array",
            "example": "Please check the form: DrugDevCodeResponseDto",
            "description": "Dev code",
            "items": {
              "$ref": "#/components/schemas/B018DrugDetail_DrugDevCodeResponseDto"
            }
          },
          "sequence": {
            "type": "array",
            "example": [
              {
                "chain_type": [
                  "L"
                ],
                "sequence_text": "DILLTQSPVILSVSPGERVSFSCRASQSIGTNIHWYQQRTNGSPRLLIKYASESISGIPSRFSGSGSGTDFTLSINSVESEDIADYYCQQNNNWPTTFGAGTKLELKRTVAAPSVFIFPPSDEQLKSGTASVVCLLNNFYPREAKVQWKVDNALQSGNSQESVTEQDSKDSTYSLSSTLTLSKADYEKHKVYACEVTHQGLSSPVTKSFNRGEC",
                "sequence_number": 43254
              }
            ],
            "description": "Sequence",
            "items": {
              "$ref": "#/components/schemas/B018DrugDetail_SequenceDto"
            }
          },
          "atc_codes": {
            "type": "array",
            "example": [
              "L01XE44"
            ],
            "description": "ATC Code"
          },
          "drug_name": {
            "type": "array",
            "example": [
              {
                "lang": "CN",
                "name": "索托拉西布"
              },
              {
                "lang": "EN",
                "name": "Sotorasib"
              },
              {
                "lang": "JP",
                "name": "ソトラシブ"
              }
            ],
            "description": "Drug Name",
            "items": {
              "$ref": "#/components/schemas/B018DrugDetail_CommonName"
            }
          },
          "drug_type": {
            "type": "array",
            "example": [
              {
                "display_name": [
                  {
                    "lang": "EN",
                    "name": "Small molecule drug"
                  },
                  {
                    "lang": "CN",
                    "name": "小分子化药"
                  }
                ],
                "normalized_id": "1151dbc710f64a85923dc05d4a5a0ba9"
              }
            ],
            "description": "Drug Type",
            "items": {
              "$ref": "#/components/schemas/B018DrugDetail_CommonDictionary"
            }
          },
          "structure": {
            "type": "array",
            "example": [
              {
                "base64": "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAASwAAAEsCAYAAAB5fY51AAAAIGNIUk0AAHomAACAhAAA+gAAAIDoAAB1MAAA6mAAADqYAAAXcJy6UTwAAAAEZ0FNQQ",
                "formula": "C30H30F2N6O3",
                "inchi_key": "NXQKSXLFSAEQCZ-SFHVURJKSA-N"
              }
            ],
            "description": "Structure",
            "items": {
              "$ref": "#/components/schemas/B018DrugDetail_StructureDto"
            }
          },
          "alias_name": {
            "type": "array",
            "example": [
              {
                "lang": "CN",
                "name": "索托雷塞"
              },
              {
                "lang": "CN",
                "name": "索拖拉西布"
              }
            ],
            "description": "Alias Name",
            "items": {
              "$ref": "#/components/schemas/B018DrugDetail_CommonName"
            }
          },
          "exist_deal": {
            "type": "boolean",
            "example": true,
            "description": "exist a deal"
          },
          "trade_name": {
            "type": "array",
            "example": [
              {
                "name": "Lumakras"
              },
              {
                "name": "Lumykras"
              },
              {
                "name": "ルマケラス"
              }
            ],
            "description": "Trade Name",
            "items": {
              "$ref": "#/components/schemas/B018DrugDetail_CommonName"
            }
          },
          "generic_name": {
            "type": "array",
            "example": [
              {
                "lang": "CN",
                "name": "索托拉西布"
              },
              {
                "lang": "EN",
                "name": "Sotorasib"
              },
              {
                "lang": "JP",
                "name": "ソトラシブ"
              }
            ],
            "description": "Generic Name",
            "items": {
              "$ref": "#/components/schemas/B018DrugDetail_CommonName"
            }
          },
          "patent_mining": {
            "type": "boolean",
            "example": false,
            "description": "Patent mining"
          },
          "milestone_tags": {
            "type": "array",
            "example": [
              {
                "date": "2023-05-01",
                "name": "First Phase 2 Clinical"
              },
              {
                "date": "2023-06-15",
                "name": "First Phase 3 Clinical"
              }
            ],
            "description": "Milestone Tags",
            "items": {
              "$ref": "#/components/schemas/B018DrugDetail_DrugResponseMilestoneTag"
            }
          },
          "approval_country": {
            "type": "array",
            "example": [
              {
                "country_id": "0dc5d896-7408-3c87-84c0-22e3d9b784be",
                "alpha2_code": "US",
                "display_name": [
                  {
                    "lang": "EN",
                    "name": "United States"
                  },
                  {
                    "lang": "CN",
                    "name": "美国"
                  }
                ]
              }
            ],
            "description": "Approval Country/Location",
            "items": {
              "$ref": "#/components/schemas/B018DrugDetail_CommonCountry"
            }
          },
          "mechanism_action": {
            "type": "array",
            "example": [
              {
                "short_name": [
                  {
                    "lang": "EN",
                    "name": "KRAS G12C inhibitors"
                  },
                  {
                    "lang": "CN",
                    "name": "KRAS G12C抑制剂"
                  }
                ],
                "display_name": [
                  {
                    "lang": "EN",
                    "name": "GTPase KRas G12C inhibitors"
                  },
                  {
                    "lang": "CN",
                    "name": "KRAS G12C突变抑制剂"
                  }
                ],
                "mechanism_id": "27c0848a265e4332836e10d0e8202b4c"
              }
            ],
            "description": "Mechanism",
            "items": {
              "$ref": "#/components/schemas/B018DrugDetail_CommonMechanismAction"
            }
          },
          "research_disease": {
            "type": "array",
            "example": [
              {
                "disease_id": "a0304a462da04e7cb03e3f2c5625544e",
                "display_name": [
                  {
                    "lang": "EN",
                    "name": "Advanced Lung Non-Small Cell Carcinoma"
                  },
                  {
                    "lang": "CN",
                    "name": "晚期非小细胞肺癌"
                  }
                ]
              }
            ],
            "description": "Active Indication",
            "items": {
              "$ref": "#/components/schemas/B018DrugDetail_DrugResponseDisease"
            }
          },
          "special_approval": {
            "type": "array",
            "example": [
              {
                "country": {
                  "country_id": "5a365096-b2a6-31cb-acdf-1de1f5ab3abe",
                  "alpha2_code": "CN",
                  "display_name": [
                    {
                      "lang": "EN",
                      "name": "China"
                    },
                    {
                      "lang": "CN",
                      "name": "中国"
                    }
                  ]
                },
                "special_view": {
                  "display_name": [
                    {
                      "lang": "EN",
                      "name": "Breakthrough Therapy"
                    },
                    {
                      "lang": "CN",
                      "name": "突破性疗法"
                    }
                  ],
                  "normalized_id": "c3c948340a7d40f3b7437081f5e8cb4e"
                }
              }
            ],
            "description": "Regulatory Review",
            "items": {
              "$ref": "#/components/schemas/B018DrugDetail_SpecialApprovalDto"
            }
          },
          "therapeutic_area": {
            "type": "array",
            "example": [
              {
                "disease_id": "62eaee6d9ee44410b8aca59dfc7408e9",
                "display_name": [
                  {
                    "lang": "EN",
                    "name": "Neoplasms"
                  },
                  {
                    "lang": "CN",
                    "name": "肿瘤"
                  }
                ]
              }
            ],
            "description": "Therapeutic Areas",
            "items": {
              "$ref": "#/components/schemas/B018DrugDetail_DrugResponseDisease"
            }
          },
          "deal_organization": {
            "type": "array",
            "example": [
              {
                "display_name": [
                  {
                    "lang": "EN",
                    "name": "Amgen, Inc."
                  },
                  {
                    "lang": "CN",
                    "name": "安进股份有限公司"
                  }
                ],
                "organization_id": "11ef8a9e8bf5ca80213a1183511cded3"
              }
            ],
            "description": "Deal Organization",
            "items": {
              "$ref": "#/components/schemas/B018DrugDetail_CommonOrganization"
            }
          },
          "active_organization": {
            "type": "array",
            "example": [
              {
                "display_name": [
                  {
                    "lang": "EN",
                    "name": "Amgen, Inc."
                  },
                  {
                    "lang": "CN",
                    "name": "安进股份有限公司"
                  }
                ],
                "organization_id": "11ef8a9e8bf5ca80213a1183511cded3"
              }
            ],
            "description": "Active Organization",
            "items": {
              "$ref": "#/components/schemas/B018DrugDetail_CommonOrganization"
            }
          },
          "first_approval_date": {
            "type": "integer",
            "format": "int64",
            "example": 1409788800000,
            "description": "First Approval Date"
          },
          "non_research_disease": {
            "type": "array",
            "example": [
              {
                "disease_id": "a1ddbb69fd3e46b6980bd4e1f1e64a45",
                "display_name": [
                  {
                    "lang": "EN",
                    "name": "Advanced Pancreatic Adenocarcinoma"
                  },
                  {
                    "lang": "CN",
                    "name": "晚期胰腺腺癌"
                  }
                ]
              }
            ],
            "description": "Inactive Indication",
            "items": {
              "$ref": "#/components/schemas/B018DrugDetail_DrugResponseDisease"
            }
          },
          "highest_dev_status_cn": {
            "$ref": "#/components/schemas/B018DrugDetail_CommonDictionary"
          },
          "inactive_organization": {
            "type": "array",
            "example": [
              {
                "display_name": [
                  {
                    "lang": "EN",
                    "name": "Amgen, Inc."
                  },
                  {
                    "lang": "CN",
                    "name": "安进股份有限公司"
                  }
                ],
                "organization_id": "11ef8a9e8bf5ca80213a1183511cded3"
              }
            ],
            "description": "Inactive Organization",
            "items": {
              "$ref": "#/components/schemas/B018DrugDetail_CommonOrganization"
            }
          },
          "first_approval_date_cn": {
            "type": "integer",
            "format": "int64",
            "example": 1532044800000,
            "description": "First Approval Date(China)"
          },
          "first_approved_country": {
            "type": "array",
            "example": [
              {
                "country_id": "52d1b118-b540-37ba-9cb2-f5aff686bb10",
                "alpha2_code": "KR",
                "display_name": [
                  {
                    "lang": "EN",
                    "name": "South Korea"
                  },
                  {
                    "lang": "CN",
                    "name": "韩国"
                  }
                ]
              }
            ],
            "description": "First Approval Country/Location",
            "items": {
              "$ref": "#/components/schemas/B018DrugDetail_CommonCountry"
            }
          },
          "first_approved_disease": {
            "type": "array",
            "example": [
              {
                "disease_id": "b3d498b086894c13bf5ac981a350af82",
                "display_name": [
                  {
                    "lang": "EN",
                    "name": "KRAS G12C mutant Non-small Cell Lung Cancer"
                  },
                  {
                    "lang": "CN",
                    "name": "KRAS G12C突变非小细胞肺癌"
                  }
                ]
              }
            ],
            "description": "First Approval Disease",
            "items": {
              "$ref": "#/components/schemas/B018DrugDetail_DrugResponseDisease"
            }
          },
          "originator_organization": {
            "type": "array",
            "example": [
              {
                "display_name": [
                  {
                    "lang": "EN",
                    "name": "Amgen, Inc."
                  },
                  {
                    "lang": "CN",
                    "name": "安进股份有限公司"
                  }
                ],
                "organization_id": "11ef8a9e8bf5ca80213a1183511cded3"
              }
            ],
            "description": "Originator Organization",
            "items": {
              "$ref": "#/components/schemas/B018DrugDetail_CommonOrganization"
            }
          },
          "global_highest_dev_status": {
            "$ref": "#/components/schemas/B018DrugDetail_CommonDictionary"
          }
        }
      },
      "B018DrugDetailResponse": {
        "type": "object",
        "properties": {
          "data": {
            "$ref": "#/components/schemas/B018DrugDetail_GetDrugResponseDto"
          },
          "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"
        ]
      },
      "B019DrugApproval_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"
          }
        }
      },
      "B019DrugApproval_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/B019DrugApproval_CommonName"
            }
          },
          "normalized_id": {
            "type": "string",
            "example": "2fbfdb3e92d942c48cbb0adb79f23526",
            "description": "Dict ID"
          }
        }
      },
      "B019DrugApproval_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/B019DrugApproval_CommonName"
            }
          },
          "organization_id": {
            "type": "string",
            "example": "87bfaf037f8e60c9e25595cd98bb27e4",
            "description": "Organization ID"
          }
        }
      },
      "B019DrugApproval_DosageFormAndRouteDto": {
        "type": "object",
        "properties": {
          "route": {
            "type": "array",
            "example": [
              {
                "display_name": [
                  {
                    "lang": "EN",
                    "name": "Subcutaneous"
                  },
                  {
                    "lang": "CN",
                    "name": "皮下注射"
                  }
                ],
                "normalized_id": "6e0ca63bc1734b7aa1ad7a4c846fb4ac"
              }
            ],
            "description": "Route",
            "items": {
              "$ref": "#/components/schemas/B019DrugApproval_CommonDictionary"
            }
          },
          "dosage_from": {
            "type": "array",
            "example": [
              {
                "display_name": [
                  {
                    "lang": "EN",
                    "name": "Injection"
                  },
                  {
                    "lang": "CN",
                    "name": "注射剂"
                  }
                ],
                "normalized_id": "699243160d8d4fd8aa67da7ff18f90a9"
              }
            ],
            "description": "Dosage Form",
            "items": {
              "$ref": "#/components/schemas/B019DrugApproval_CommonDictionary"
            }
          },
          "original_name": {
            "type": "string",
            "example": "Injection; Subcutaneous",
            "description": "Original Name"
          }
        }
      },
      "B019DrugApproval_ApprovalProductDto": {
        "type": "object",
        "properties": {
          "appl_no": {
            "type": "string",
            "example": 125057,
            "description": "FDA Application ID"
          },
          "generic": {
            "type": "integer",
            "format": "int32",
            "example": 0,
            "description": "Generic, 0: No, 1: Yes"
          },
          "strength": {
            "type": "string",
            "example": "40MG/0.8ML",
            "description": "Strength"
          },
          "appl_type": {
            "type": "string",
            "example": "BLA",
            "description": "Application Type"
          },
          "pack_size": {
            "type": "string",
            "example": "25854e08d0e9858e89ad4438028589d2",
            "description": "Package Size"
          },
          "biosimilar": {
            "type": "integer",
            "format": "int32",
            "example": 0,
            "description": "Biosimilar, 0: No, 1: Yes"
          },
          "product_no": {
            "type": "string",
            "example": "25854e08d0e9858e89ad4438028589d2",
            "description": "EMA Production Number"
          },
          "trade_name": {
            "type": "array",
            "example": [
              {
                "lang": "EN",
                "name": "HUMIRA"
              }
            ],
            "description": "Trade Name",
            "items": {
              "$ref": "#/components/schemas/B019DrugApproval_CommonName"
            }
          },
          "data_source": {
            "type": "string",
            "example": "FDA_CDER",
            "description": "Data Source"
          },
          "approval_date": {
            "type": "integer",
            "format": "int64",
            "example": "25854e08d0e9858e89ad4438028589d2",
            "description": "Approval Date"
          },
          "market_status": {
            "$ref": "#/components/schemas/B019DrugApproval_CommonDictionary"
          },
          "special_review": {
            "type": "array",
            "example": [
              {
                "display_name": [
                  {
                    "lang": "EN",
                    "name": "Additional Monitoring"
                  },
                  {
                    "lang": "CN",
                    "name": "额外监测"
                  }
                ],
                "normalized_id": "30ffad249563481eb8fcfe4a7342269a"
              }
            ],
            "description": "Special Review",
            "items": {
              "$ref": "#/components/schemas/B019DrugApproval_CommonDictionary"
            }
          },
          "applicant_holder": {
            "type": "array",
            "example": [
              {
                "display_name": [
                  {
                    "lang": "EN",
                    "name": "AbbVie, Inc."
                  }
                ],
                "organization_id": "d88590e686ad5608bbbfeb811b14d188"
              }
            ],
            "description": "Organization",
            "items": {
              "$ref": "#/components/schemas/B019DrugApproval_CommonOrganization"
            }
          },
          "drug_approval_id": {
            "type": "string",
            "example": "25854e08d0e9858e89ad4438028589d2",
            "description": "Drug Approval Id"
          },
          "last_update_date": {
            "type": "integer",
            "format": "int64",
            "example": 1722384000000,
            "description": "Last Update"
          },
          "first_approval_date": {
            "type": "integer",
            "format": "int64",
            "example": "25854e08d0e9858e89ad4438028589d2",
            "description": "First Approval Date"
          },
          "product_data_source": {
            "type": "array",
            "example": [
              {
                "lang": "EN",
                "name": "Orange Book"
              },
              {
                "lang": "CN",
                "name": "橙皮书"
              }
            ],
            "description": "Product Data Source",
            "items": {
              "$ref": "#/components/schemas/B019DrugApproval_CommonName"
            }
          },
          "product_presentation": {
            "type": "string",
            "example": "Blister (PVC/PE/PVDC/alu)",
            "description": "Package Type"
          },
          "content_concentration": {
            "type": "string",
            "example": "0.8 ml (40 mg/0.8 ml)",
            "description": "Volume"
          },
          "dosage_form_and_route": {
            "$ref": "#/components/schemas/B019DrugApproval_DosageFormAndRouteDto"
          }
        }
      },
      "B019DrugApproval_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/B019DrugApproval_CommonName"
            }
          }
        }
      },
      "B019DrugApproval_ApprovalSubmissionDto": {
        "type": "object",
        "properties": {
          "disease": {
            "type": "array",
            "example": [
              {
                "disease_id": "e6ee5660ea1d44ad8edb142046da866f",
                "display_name": [
                  {
                    "lang": "EN",
                    "name": "Enthesitis-Related Arthritis"
                  },
                  {
                    "lang": "CN",
                    "name": "附着点炎相关关节炎"
                  }
                ]
              }
            ],
            "description": "Indication",
            "items": {
              "$ref": "#/components/schemas/B019DrugApproval_CommonDisease"
            }
          },
          "regulation": {
            "type": "array",
            "example": "STANDARD; Orphan",
            "description": "Approval Category",
            "items": {
              "$ref": "#/components/schemas/B019DrugApproval_CommonDictionary"
            }
          },
          "action_date": {
            "type": "integer",
            "format": "int64",
            "example": 1698969600000,
            "description": "EMA Approval Date"
          },
          "action_type": {
            "type": "string",
            "example": "Approval",
            "description": "Result"
          },
          "approval_date": {
            "type": "integer",
            "format": "int64",
            "example": 1698969600000,
            "description": "FDA Approval Date"
          },
          "market_status": {
            "$ref": "#/components/schemas/B019DrugApproval_CommonDictionary"
          },
          "submission_no": {
            "type": "integer",
            "format": "int64",
            "example": 423,
            "description": "Submission No"
          },
          "submission_type": {
            "type": "string",
            "example": "SUPPL",
            "description": "Submission Type"
          },
          "drug_approval_id": {
            "type": "string",
            "example": "25854e08d0e9858e89ad4438028589d2",
            "description": "Drug Approval Id"
          },
          "original_regulation": {
            "type": "string",
            "example": "STANDARD; Orphan",
            "description": "Approval Category Original Value"
          },
          "submission_classification": {
            "type": "string",
            "example": "Labeling",
            "description": "Registration Category"
          }
        }
      },
      "B019DrugApproval_DrugApprovalEmaDto": {
        "type": "object",
        "properties": {
          "products": {
            "type": "array",
            "example": "Please check the form:ApprovalProductDto",
            "description": "Product Basic Info",
            "items": {
              "$ref": "#/components/schemas/B019DrugApproval_ApprovalProductDto"
            }
          },
          "submissions": {
            "type": "array",
            "example": "Please check the form:ApprovalSubmissionDto",
            "description": "Submission Basic Info",
            "items": {
              "$ref": "#/components/schemas/B019DrugApproval_ApprovalSubmissionDto"
            }
          }
        }
      },
      "B019DrugApproval_DrugApprovalFdaDto": {
        "type": "object",
        "properties": {
          "products": {
            "type": "array",
            "example": "Please check the form:ApprovalProductDto",
            "description": "Product Basic Info",
            "items": {
              "$ref": "#/components/schemas/B019DrugApproval_ApprovalProductDto"
            }
          },
          "submissions": {
            "type": "array",
            "example": "Please check the form:ApprovalSubmissionDto",
            "description": "Submission Basic Info",
            "items": {
              "$ref": "#/components/schemas/B019DrugApproval_ApprovalSubmissionDto"
            }
          }
        }
      },
      "B019DrugApproval_DrugApprovalNmpaDto": {
        "type": "object",
        "properties": {
          "products": {
            "type": "array",
            "example": "Please check the form:ApprovalProductDto",
            "description": "Product Basic Info",
            "items": {
              "$ref": "#/components/schemas/B019DrugApproval_ApprovalProductDto"
            }
          }
        }
      },
      "B019DrugApproval_DrugApprovalPmdaDto": {
        "type": "object",
        "properties": {
          "products": {
            "type": "array",
            "example": "Please check the form:ApprovalProductDto",
            "description": "Product Basic Info",
            "items": {
              "$ref": "#/components/schemas/B019DrugApproval_ApprovalProductDto"
            }
          }
        }
      },
      "B019DrugApproval_GetDrugApprovalResponseDto": {
        "type": "object",
        "properties": {
          "ema": {
            "$ref": "#/components/schemas/B019DrugApproval_DrugApprovalEmaDto"
          },
          "fda": {
            "$ref": "#/components/schemas/B019DrugApproval_DrugApprovalFdaDto"
          },
          "nmpa": {
            "$ref": "#/components/schemas/B019DrugApproval_DrugApprovalNmpaDto"
          },
          "pmda": {
            "$ref": "#/components/schemas/B019DrugApproval_DrugApprovalPmdaDto"
          }
        }
      },
      "B019DrugApprovalResponse": {
        "type": "object",
        "properties": {
          "data": {
            "$ref": "#/components/schemas/B019DrugApproval_GetDrugApprovalResponseDto"
          },
          "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"
        ]
      },
      "B021DrugSpecialApproval_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"
          }
        }
      },
      "B021DrugSpecialApproval_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/B021DrugSpecialApproval_CommonName"
            }
          }
        }
      },
      "B021DrugSpecialApproval_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/B021DrugSpecialApproval_CommonName"
            }
          }
        }
      },
      "B021DrugSpecialApproval_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/B021DrugSpecialApproval_CommonName"
            }
          },
          "organization_id": {
            "type": "string",
            "example": "87bfaf037f8e60c9e25595cd98bb27e4",
            "description": "Organization ID"
          }
        }
      },
      "B021DrugSpecialApproval_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/B021DrugSpecialApproval_CommonName"
            }
          },
          "normalized_id": {
            "type": "string",
            "example": "2fbfdb3e92d942c48cbb0adb79f23526",
            "description": "Dict ID"
          }
        }
      },
      "B021DrugSpecialApproval_DrugSpecialApprovalDto": {
        "type": "object",
        "properties": {
          "id": {
            "type": "string",
            "example": "c2df2c0cf4f64d5c86d61caa8edb7905",
            "description": "ID"
          },
          "country": {
            "$ref": "#/components/schemas/B021DrugSpecialApproval_CommonCountry"
          },
          "disease": {
            "$ref": "#/components/schemas/B021DrugSpecialApproval_CommonDisease"
          },
          "organization": {
            "$ref": "#/components/schemas/B021DrugSpecialApproval_CommonOrganization"
          },
          "approval_time": {
            "type": "integer",
            "format": "int64",
            "example": 1559088000000,
            "description": "Date"
          },
          "special_review": {
            "$ref": "#/components/schemas/B021DrugSpecialApproval_CommonDictionary"
          }
        }
      },
      "B021DrugSpecialApproval_GetDrugSpecialApprovalResponseDto": {
        "type": "object",
        "properties": {
          "items": {
            "type": "array",
            "example": "Please check the form:DrugSpecialApprovalDto",
            "description": "Results",
            "items": {
              "$ref": "#/components/schemas/B021DrugSpecialApproval_DrugSpecialApprovalDto"
            }
          },
          "total": {
            "type": "integer",
            "format": "int64",
            "example": 0,
            "description": "total"
          }
        }
      },
      "B021DrugSpecialApprovalResponse": {
        "type": "object",
        "properties": {
          "data": {
            "$ref": "#/components/schemas/B021DrugSpecialApproval_GetDrugSpecialApprovalResponseDto"
          },
          "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"
        ]
      },
      "B020DrugDevStatus_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"
          }
        }
      },
      "B020DrugDevStatus_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/B020DrugDevStatus_CommonName"
            }
          }
        }
      },
      "B020DrugDevStatus_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/B020DrugDevStatus_CommonName"
            }
          }
        }
      },
      "B020DrugDevStatus_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/B020DrugDevStatus_CommonName"
            }
          },
          "normalized_id": {
            "type": "string",
            "example": "2fbfdb3e92d942c48cbb0adb79f23526",
            "description": "Dict ID"
          }
        }
      },
      "B020DrugDevStatus_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/B020DrugDevStatus_CommonName"
            }
          },
          "organization_id": {
            "type": "string",
            "example": "87bfaf037f8e60c9e25595cd98bb27e4",
            "description": "Organization ID"
          }
        }
      },
      "B020DrugDevStatus_DrugDevStatus": {
        "type": "object",
        "properties": {
          "id": {
            "type": "string",
            "example": "05f69ae72aeccf5a92c9f417efaa3b02",
            "description": "ID"
          },
          "country": {
            "$ref": "#/components/schemas/B020DrugDevStatus_CommonCountry"
          },
          "disease": {
            "$ref": "#/components/schemas/B020DrugDevStatus_CommonDisease"
          },
          "dev_status": {
            "$ref": "#/components/schemas/B020DrugDevStatus_CommonDictionary"
          },
          "organization": {
            "$ref": "#/components/schemas/B020DrugDevStatus_CommonOrganization"
          },
          "dev_status_time": {
            "type": "integer",
            "format": "int64",
            "example": 1644105600000,
            "description": "Date"
          }
        }
      },
      "B020DrugDevStatus_GetDrugDevStatusResponseDto": {
        "type": "object",
        "properties": {
          "items": {
            "type": "array",
            "example": "Please check the form:DrugDevStatus",
            "description": "Results",
            "items": {
              "$ref": "#/components/schemas/B020DrugDevStatus_DrugDevStatus"
            }
          },
          "limit": {
            "type": "integer",
            "format": "int64",
            "example": 10,
            "description": "limit"
          },
          "total": {
            "type": "integer",
            "format": "int64",
            "example": 0,
            "description": "total"
          },
          "offset": {
            "type": "integer",
            "format": "int64",
            "example": 0,
            "description": "offset"
          }
        }
      },
      "B020DrugDevStatusResponse": {
        "type": "object",
        "properties": {
          "data": {
            "$ref": "#/components/schemas/B020DrugDevStatus_GetDrugDevStatusResponseDto"
          },
          "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"
        ]
      },
      "B047DrugXdc_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"
          }
        }
      },
      "B047DrugXdc_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/B047DrugXdc_CommonName"
            }
          },
          "normalized_id": {
            "type": "string",
            "example": "2fbfdb3e92d942c48cbb0adb79f23526",
            "description": "Dict ID"
          }
        }
      },
      "B047DrugXdc_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/B047DrugXdc_CommonName"
            }
          }
        }
      },
      "B047DrugXdc_GetDrugXdcResponseDto": {
        "type": "object",
        "properties": {
          "dar": {
            "type": "string",
            "example": "3-4",
            "description": "DAR"
          },
          "linker": {
            "$ref": "#/components/schemas/B047DrugXdc_CommonDictionary"
          },
          "payload": {
            "$ref": "#/components/schemas/B047DrugXdc_CommonDictionary"
          },
          "antibody_type": {
            "$ref": "#/components/schemas/B047DrugXdc_CommonDictionary"
          },
          "conjugation_site": {
            "$ref": "#/components/schemas/B047DrugXdc_CommonDictionary"
          },
          "targeting_moiety": {
            "$ref": "#/components/schemas/B047DrugXdc_CommonDrug"
          }
        }
      },
      "B047DrugXdcResponse": {
        "type": "object",
        "properties": {
          "data": {
            "$ref": "#/components/schemas/B047DrugXdc_GetDrugXdcResponseDto"
          },
          "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"
        ]
      },
      "B041TargetAnalysis_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"
          }
        }
      },
      "B041TargetAnalysis_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/B041TargetAnalysis_CommonName"
            }
          },
          "normalized_id": {
            "type": "string",
            "example": "2fbfdb3e92d942c48cbb0adb79f23526",
            "description": "Dict ID"
          }
        }
      },
      "B041TargetAnalysis_PhaseDto": {
        "type": "object",
        "properties": {
          "dev_status": {
            "$ref": "#/components/schemas/B041TargetAnalysis_CommonDictionary"
          },
          "drug_count": {
            "type": "integer",
            "format": "int64",
            "example": 10,
            "description": "Drug Count"
          }
        }
      },
      "B041TargetAnalysis_AnalysisDto": {
        "type": "object",
        "properties": {
          "id": {
            "type": "string",
            "example": "b4c624212749f84e83429c5a8673c692",
            "description": "ID"
          },
          "phase": {
            "type": "array",
            "example": [
              {
                "dev_status": {
                  "display_name": [
                    {
                      "lang": "EN",
                      "name": "Pending"
                    },
                    {
                      "lang": "CN",
                      "name": "无进展"
                    }
                  ],
                  "normalized_id": "4d95bf5fb0c340fbb38cda626c1c9c60"
                },
                "drug_count": 10
              }
            ],
            "description": "Phase, Referencing \"PhaseDto\"",
            "items": {
              "$ref": "#/components/schemas/B041TargetAnalysis_PhaseDto"
            }
          },
          "display_name": {
            "type": "array",
            "example": [
              {
                "lang": "EN",
                "name": "Roche Holding AG"
              },
              {
                "lang": "CN",
                "name": "罗氏"
              }
            ],
            "description": "Name, Referencing \"CommonName\"",
            "items": {
              "$ref": "#/components/schemas/B041TargetAnalysis_CommonName"
            }
          }
        }
      },
      "B041TargetAnalysis_TargetAnalysisResponseDto": {
        "type": "object",
        "properties": {
          "disease": {
            "type": "array",
            "example": [
              {
                "id": "524236920ce94d7d831f0ac59bcacae8",
                "phase": [
                  {
                    "dev_status": {
                      "display_name": [
                        {
                          "lang": "EN",
                          "name": "Approved"
                        },
                        {
                          "lang": "CN",
                          "name": "批准上市"
                        }
                      ],
                      "normalized_id": "efd6215835394b07b046125e3175d3fe"
                    },
                    "drug_count": 7
                  }
                ],
                "display_name": [
                  {
                    "lang": "EN",
                    "name": "Hodgkin's Lymphoma"
                  },
                  {
                    "lang": "CN",
                    "name": "霍奇金淋巴瘤"
                  }
                ]
              }
            ],
            "description": "Disease, Referencing \"AnalysisDto\"",
            "items": {
              "$ref": "#/components/schemas/B041TargetAnalysis_AnalysisDto"
            }
          },
          "drug_type": {
            "type": "array",
            "example": [
              {
                "id": "c38eb408d6b842f487d6a27484156633",
                "phase": [
                  {
                    "dev_status": {
                      "display_name": [
                        {
                          "lang": "EN",
                          "name": "Approved"
                        },
                        {
                          "lang": "CN",
                          "name": "批准上市"
                        }
                      ],
                      "normalized_id": "efd6215835394b07b046125e3175d3fe"
                    },
                    "drug_count": 14
                  }
                ],
                "display_name": [
                  {
                    "lang": "EN",
                    "name": "Monoclonal antibody"
                  },
                  {
                    "lang": "CN",
                    "name": "单克隆抗体"
                  }
                ]
              }
            ],
            "description": "Drug Type, Referencing \"AnalysisDto\"",
            "items": {
              "$ref": "#/components/schemas/B041TargetAnalysis_AnalysisDto"
            }
          },
          "organization": {
            "type": "array",
            "example": [
              {
                "id": "391046f8744a1cde275e09de08b483f3",
                "phase": [
                  {
                    "dev_status": {
                      "display_name": [
                        {
                          "lang": "EN",
                          "name": "Approved"
                        },
                        {
                          "lang": "CN",
                          "name": "批准上市"
                        }
                      ],
                      "normalized_id": "efd6215835394b07b046125e3175d3fe"
                    },
                    "drug_count": 2
                  }
                ],
                "display_name": [
                  {
                    "lang": "EN",
                    "name": "Akeso Biopharma Co., Ltd."
                  },
                  {
                    "lang": "CN",
                    "name": "中山康方生物医药有限公司"
                  }
                ]
              }
            ],
            "description": "Organization, Referencing \"AnalysisDto\"",
            "items": {
              "$ref": "#/components/schemas/B041TargetAnalysis_AnalysisDto"
            }
          }
        }
      },
      "B041TargetAnalysisResponse": {
        "type": "object",
        "properties": {
          "data": {
            "$ref": "#/components/schemas/B041TargetAnalysis_TargetAnalysisResponseDto"
          },
          "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"
        ]
      },
      "B059ApprovalFile_ApprovalFile": {
        "type": "object",
        "properties": {
          "type": {
            "type": "string",
            "example": "Letter",
            "description": "Type"
          },
          "source_url": {
            "type": "string",
            "example": "http://www.accessdata.fda.gov/drugsatfda_docs/appletter/2021/214665Orig1s000ltr.pdf",
            "description": "Source Url"
          },
          "approval_date": {
            "type": "integer",
            "format": "int64",
            "example": 1041292800000,
            "description": "Approval Date"
          },
          "drug_approval_id": {
            "type": "string",
            "example": "25854e08d0e9858e89ad4438028589d2",
            "description": "Approval ID"
          }
        }
      },
      "B059ApprovalFile_GetDrugApprovalFileResponseDto": {
        "type": "object",
        "properties": {
          "ema": {
            "type": "array",
            "example": [
              {
                "type": "Lumykras : EPAR - Product Information",
                "source_url": "https://www.ema.europa.eu/documents/product-information/lumykras-epar-product-information_en.pdf"
              }
            ],
            "description": "EMA",
            "items": {
              "$ref": "#/components/schemas/B059ApprovalFile_ApprovalFile"
            }
          },
          "fda": {
            "type": "array",
            "example": [
              {
                "type": "Letter",
                "source_url": "http://www.accessdata.fda.gov/drugsatfda_docs/appletter/2021/214665Orig1s000ltr.pdf"
              }
            ],
            "description": "FDA",
            "items": {
              "$ref": "#/components/schemas/B059ApprovalFile_ApprovalFile"
            }
          },
          "nmpa": {
            "type": "array",
            "example": [
              {
                "type": "HTML",
                "source_url": "https://www.pmda.go.jp/PmdaSearch/iyakuDetail/112292_4291076F1022_1_02"
              }
            ],
            "description": "NMPA",
            "items": {
              "$ref": "#/components/schemas/B059ApprovalFile_ApprovalFile"
            }
          },
          "pmda": {
            "type": "array",
            "example": [
              {
                "type": "HTML",
                "source_url": "https://www.pmda.go.jp/PmdaSearch/iyakuDetail/112292_4291076F1022_1_02"
              }
            ],
            "description": "PMDA",
            "items": {
              "$ref": "#/components/schemas/B059ApprovalFile_ApprovalFile"
            }
          }
        }
      },
      "B059ApprovalFileResponse": {
        "type": "object",
        "properties": {
          "data": {
            "$ref": "#/components/schemas/B059ApprovalFile_GetDrugApprovalFileResponseDto"
          },
          "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"
        ]
      },
      "B059ApprovalFileRequest": {
        "type": "object",
        "properties": {
          "drug_id": {
            "type": "string",
            "example": "68431d4745744d9e9e17a3073edd3920",
            "description": "DRUG ID, MUST NOT be used with the 'approvalId' and 'approvalSource' field."
          },
          "approval_id": {
            "type": "array",
            "example": [
              "25854e08d0e9858e89ad4438028589d2"
            ],
            "description": "Drug Approval ID, MUST be used with the 'approvalSource' field. Obtain this through the [B019] Drug approval information interface"
          },
          "approval_source": {
            "type": "string",
            "example": "FDA",
            "description": "Approval Source, MUST be used with the 'approvalId' field.The value is an enum with the following values: FDA,EMA,PMDA,NMPA"
          }
        }
      },
      "B040TargetDetail_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"
          }
        }
      },
      "B040TargetDetail_GetTargetResponseDto": {
        "type": "object",
        "properties": {
          "alias": {
            "type": "array",
            "example": [
              {
                "lang": "EN",
                "name": "CD279"
              }
            ],
            "description": "Target Alias",
            "items": {
              "$ref": "#/components/schemas/B040TargetDetail_CommonName"
            }
          },
          "profile": {
            "type": "array",
            "example": [
              {
                "lang": "EN",
                "name": "Inhibitory receptor on antigen activated T-cells "
              }
            ],
            "description": "Profile",
            "items": {
              "$ref": "#/components/schemas/B040TargetDetail_CommonName"
            }
          },
          "target_id": {
            "type": "string",
            "example": "3cbd7b503dd84de6b6d150c6143989fb",
            "description": "Target ID"
          },
          "short_name": {
            "type": "array",
            "example": [
              {
                "lang": "EN",
                "name": "PD-1"
              }
            ],
            "description": "Target Short Name",
            "items": {
              "$ref": "#/components/schemas/B040TargetDetail_CommonName"
            }
          },
          "uniprot_id": {
            "type": "array",
            "example": [
              "Q15116"
            ],
            "description": "UniProt ID"
          },
          "target_name": {
            "type": "array",
            "example": [
              {
                "lang": "EN",
                "name": "Programmed cell death protein 1"
              }
            ],
            "description": "Target Name",
            "items": {
              "$ref": "#/components/schemas/B040TargetDetail_CommonName"
            }
          }
        }
      },
      "B040TargetDetailResponse": {
        "type": "object",
        "properties": {
          "data": {
            "$ref": "#/components/schemas/B040TargetDetail_GetTargetResponseDto"
          },
          "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"
        ]
      },
      "B027ClinicalTrialContact_CentralContact": {
        "type": "object",
        "properties": {
          "name": {
            "type": "string",
            "example": "Xiao Ming, PHD",
            "description": "Name"
          },
          "email": {
            "type": "string",
            "example": "xxx@patsnap.com",
            "description": "Email"
          },
          "phone": {
            "type": "string",
            "example": 15012341234,
            "description": "Phone"
          }
        }
      },
      "B027ClinicalTrialContact_GetClinicalTrialContactResponseDto": {
        "type": "object",
        "properties": {
          "central_contact": {
            "type": "array",
            "example": [
              {
                "name": "Sa Xiao, PHD",
                "email": "xiaosa@baili-pharm.com",
                "phone": "15013238943"
              }
            ],
            "description": "Contact",
            "items": {
              "$ref": "#/components/schemas/B027ClinicalTrialContact_CentralContact"
            }
          },
          "register_number": {
            "type": "string",
            "example": "NCT06498986",
            "description": "Trial Number"
          },
          "clinical_trial_id": {
            "type": "string",
            "example": "202425a889e52ae802432a8295220e53",
            "description": "Clinical Trial ID"
          }
        }
      },
      "B027ClinicalTrialContactResponse": {
        "type": "object",
        "properties": {
          "data": {
            "$ref": "#/components/schemas/B027ClinicalTrialContact_GetClinicalTrialContactResponseDto"
          },
          "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"
        ]
      },
      "B024ClinicalTrialDescription_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"
          }
        }
      },
      "B024ClinicalTrialDescription_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/B024ClinicalTrialDescription_CommonName"
            }
          }
        }
      },
      "B024ClinicalTrialDescription_GetClinicalTrialResearchDescriptionResponseDto": {
        "type": "object",
        "properties": {
          "country": {
            "type": "array",
            "example": [
              {
                "country_id": "5a365096-b2a6-31cb-acdf-1de1f5ab3abe",
                "alpha2_code": "CN",
                "display_name": [
                  {
                    "lang": "EN",
                    "name": "China"
                  },
                  {
                    "lang": "CN",
                    "name": "中国"
                  }
                ]
              }
            ],
            "description": "Country/Location",
            "items": {
              "$ref": "#/components/schemas/B024ClinicalTrialDescription_CommonCountry"
            }
          },
          "brief_summary": {
            "type": "string",
            "example": "This phase II clinical study is a study to explore the efficacy and safety of BL-B01D1 in combination with Osimertinib Mesylate Tablets in patients with histologically and/or cytologically confirmed locally advanced or metastatic non-small cell lung cancer.",
            "description": "Brief"
          },
          "register_number": {
            "type": "string",
            "example": "NCT06498986",
            "description": "Trial Number"
          },
          "clinical_trial_id": {
            "type": "string",
            "example": "202425a889e52ae802432a8295220e53",
            "description": "Clinical Trial ID"
          },
          "detailed_description": {
            "type": "string",
            "example": "This phase II clinical study is a study to explore the efficacy and safety of BL-B01D1 in combination with Osimertinib Mesylate Tablets in patients with histologically and/or cytologically confirmed locally advanced or metastatic non-small cell lung cancer.",
            "description": "Detailed"
          }
        }
      },
      "B024ClinicalTrialDescriptionResponse": {
        "type": "object",
        "properties": {
          "data": {
            "$ref": "#/components/schemas/B024ClinicalTrialDescription_GetClinicalTrialResearchDescriptionResponseDto"
          },
          "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"
        ]
      },
      "B026ClinicalTrialDesign_Outcome": {
        "type": "object",
        "properties": {
          "title": {
            "type": "string",
            "example": "Recommended Phase II Dose (RP2D)",
            "description": "Measure"
          },
          "time_frame": {
            "type": "string",
            "example": "Up to approximately 24 months",
            "description": "Time Frame"
          },
          "description": {
            "type": "string",
            "example": "The RP2D is defined as the dose level chosen by the sponsor (in consultation with the investigators) for phase II study, based on safety, tolerability, efficacy, PK, and PD data collected during the dose escalation study of BL-B01D1.",
            "description": "Description"
          },
          "outcome_type": {
            "type": "string",
            "example": "Primary",
            "description": "Outcome Type"
          }
        }
      },
      "B026ClinicalTrialDesign_Enrollment": {
        "type": "object",
        "properties": {
          "location": {
            "type": "string",
            "example": "Domestic",
            "description": "Location. 'Domestic' means China."
          },
          "enrollment": {
            "type": "string",
            "example": 98,
            "description": "Enrollment"
          },
          "enrollment_text": {
            "type": "string",
            "example": "国内：150",
            "description": "Enrollment Original Value"
          },
          "enrollment_type": {
            "type": "string",
            "example": "Anticipated",
            "description": "Enrollment Type"
          }
        }
      },
      "B026ClinicalTrialDesign_DateItem": {
        "type": "object",
        "properties": {
          "time_ts": {
            "type": "integer",
            "format": "int64",
            "example": 1785542400000,
            "description": "Timestamp"
          },
          "date_type": {
            "type": "string",
            "example": "Anticipated",
            "description": "Date Type, enumeration values: Anticipated, Actual"
          }
        }
      },
      "B026ClinicalTrialDesign_ArmInterventionIntervention": {
        "type": "object",
        "properties": {
          "intervention_name": {
            "type": "string",
            "example": "BL-B01D1",
            "description": "Intervention Name"
          },
          "intervention_type": {
            "type": "string",
            "example": "Drug",
            "description": "Intervention Type"
          },
          "intervention_description": {
            "type": "string",
            "example": "Administration by intravenous infusion for a cycle of 3 weeks.",
            "description": "Intervention Description"
          }
        }
      },
      "B026ClinicalTrialDesign_ArmIntervention": {
        "type": "object",
        "properties": {
          "intervention": {
            "type": "array",
            "example": [
              {
                "intervention_name": "BL-B01D1",
                "intervention_type": "Drug",
                "intervention_description": "Administration by intravenous infusion for a cycle of 3 weeks."
              },
              {
                "intervention_name": "Osimertinib Mesylate Tablets",
                "intervention_type": "Drug",
                "intervention_description": "Oral administration, 80mg daily for a cycle of 3 weeks."
              }
            ],
            "description": "Intervention",
            "items": {
              "$ref": "#/components/schemas/B026ClinicalTrialDesign_ArmInterventionIntervention"
            }
          },
          "design_group_type": {
            "type": "string",
            "example": "Experimental",
            "description": "Design Group Type"
          },
          "design_group_title": {
            "type": "string",
            "example": "BL-B01D1+Osimertinib Mesylate Tablets",
            "description": "Design Group Title"
          },
          "design_group_description": {
            "type": "string",
            "example": "Participants receive BL-B01D1+Osimertinib Mesylate Tablets in the first cycle (3 weeks). Participants with clinical benefit could receive additional treatment for more cycles. The administration will be terminated because of disease progression or intolerable toxicity occurring or other reasons.",
            "description": "Design Group Description"
          }
        }
      },
      "B026ClinicalTrialDesign_GetClinicalTrialDesignResponseDto": {
        "type": "object",
        "properties": {
          "masking": {
            "type": "string",
            "example": "None (Open Label)",
            "description": "Masking"
          },
          "outcome": {
            "type": "array",
            "example": [
              {
                "title": "Recommended Phase II Dose (RP2D)",
                "time_frame": "Up to approximately 24 months",
                "description": "The RP2D is defined as the dose level chosen by the sponsor (in consultation with the investigators) for phase II study, based on safety, tolerability, efficacy, PK, and PD data collected during the dose escalation study of BL-B01D1.",
                "outcome_type": "Primary"
              },
              {
                "title": "Objective response rate (ORR)",
                "time_frame": "Up to approximately 24 months",
                "description": "ORR is defined as the percentage of participants, who has a CR (disappearance of all target lesions) or PR (at least a 30% decrease in the sum of diameters of target lesions). The percentage of participants who experiences a confirmed CR or PR is according to RECIST 1.1.",
                "outcome_type": "Primary"
              }
            ],
            "description": "Outcome Measures",
            "items": {
              "$ref": "#/components/schemas/B026ClinicalTrialDesign_Outcome"
            }
          },
          "allocation": {
            "type": "string",
            "example": "N/A",
            "description": "Allocation"
          },
          "enrollment": {
            "type": "array",
            "example": [
              {
                "enrollment": "40"
              }
            ],
            "description": "Enrollment",
            "items": {
              "$ref": "#/components/schemas/B026ClinicalTrialDesign_Enrollment"
            }
          },
          "start_date": {
            "$ref": "#/components/schemas/B026ClinicalTrialDesign_DateItem"
          },
          "study_type": {
            "type": "string",
            "example": "Interventional",
            "description": "Study Type, enumeration values: \"Prevention\", \"Expanded Access\", \"Health Services Research\", \"Interventional\", \"Diagnosis\", \"Cause\", \"Observational\", \"Basic Science\", \"Unknown\", \"Others\""
          },
          "completion_date": {
            "$ref": "#/components/schemas/B026ClinicalTrialDesign_DateItem"
          },
          "primary_purpose": {
            "type": "string",
            "example": "Treatment",
            "description": "Primary Purpose"
          },
          "register_number": {
            "type": "string",
            "example": "NCT06498986",
            "description": "Trial Number"
          },
          "arm_intervention": {
            "type": "array",
            "example": [
              {
                "intervention": [
                  {
                    "intervention_name": "BL-B01D1",
                    "intervention_type": "Drug",
                    "intervention_description": "Administration by intravenous infusion for a cycle of 3 weeks."
                  },
                  {
                    "intervention_name": "Osimertinib Mesylate Tablets",
                    "intervention_type": "Drug",
                    "intervention_description": "Oral administration, 80mg daily for a cycle of 3 weeks."
                  }
                ],
                "design_group_type": "Experimental",
                "design_group_title": "BL-B01D1+Osimertinib Mesylate Tablets",
                "design_group_description": "Participants receive BL-B01D1+Osimertinib Mesylate Tablets in the first cycle (3 weeks). Participants with clinical benefit could receive additional treatment for more cycles. The administration will be terminated because of disease progression or intolerable toxicity occurring or other reasons."
              }
            ],
            "description": "Arms and Interventions",
            "items": {
              "$ref": "#/components/schemas/B026ClinicalTrialDesign_ArmIntervention"
            }
          },
          "clinical_trial_id": {
            "type": "string",
            "example": "202425a889e52ae802432a8295220e53",
            "description": "Clinical Trial ID"
          },
          "first_posted_date": {
            "type": "integer",
            "format": "int64",
            "example": 1720742400000,
            "description": "First Posted Date"
          },
          "intervention_model": {
            "type": "string",
            "example": "Single Group Assignment",
            "description": "Intervention Model"
          },
          "primary_completion_date": {
            "$ref": "#/components/schemas/B026ClinicalTrialDesign_DateItem"
          }
        }
      },
      "B026ClinicalTrialDesignResponse": {
        "type": "object",
        "properties": {
          "data": {
            "$ref": "#/components/schemas/B026ClinicalTrialDesign_GetClinicalTrialDesignResponseDto"
          },
          "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"
        ]
      },
      "B023ClinicalTrialRelatedEntity_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"
          }
        }
      },
      "B023ClinicalTrialRelatedEntity_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/B023ClinicalTrialRelatedEntity_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/B023ClinicalTrialRelatedEntity_CommonName"
            }
          }
        }
      },
      "B023ClinicalTrialRelatedEntity_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/B023ClinicalTrialRelatedEntity_CommonName"
            }
          }
        }
      },
      "B023ClinicalTrialRelatedEntity_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/B023ClinicalTrialRelatedEntity_CommonName"
            }
          },
          "organization_id": {
            "type": "string",
            "example": "87bfaf037f8e60c9e25595cd98bb27e4",
            "description": "Organization ID"
          }
        }
      },
      "B023ClinicalTrialRelatedEntity_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/B023ClinicalTrialRelatedEntity_CommonName"
            }
          }
        }
      },
      "B023ClinicalTrialRelatedEntity_GetClinicalTrialRelatedEntityResponseDto": {
        "type": "object",
        "properties": {
          "target": {
            "type": "array",
            "example": [
              {
                "target_id": "928facc8122849baa0dc00759cff0380",
                "short_name": [
                  {
                    "lang": "EN",
                    "name": "KRAS G12C"
                  }
                ],
                "display_name": [
                  {
                    "lang": "EN",
                    "name": "GTPase KRas G12C"
                  },
                  {
                    "lang": "CN",
                    "name": "KRAS G12C突变"
                  }
                ]
              }
            ],
            "description": "Targets",
            "items": {
              "$ref": "#/components/schemas/B023ClinicalTrialRelatedEntity_CommonTarget"
            }
          },
          "condition": {
            "type": "array",
            "example": [
              "Non-small Cell Lung Cancer"
            ],
            "description": "Original indications"
          },
          "control_drug": {
            "type": "array",
            "example": [
              {
                "drug_id": "79c4211933534056b4a84db1766df362",
                "display_name": [
                  {
                    "lang": "EN",
                    "name": "Osimertinib mesylate"
                  },
                  {
                    "lang": "CN",
                    "name": "甲磺酸奥希替尼"
                  }
                ]
              }
            ],
            "description": "Control Drug",
            "items": {
              "$ref": "#/components/schemas/B023ClinicalTrialRelatedEntity_CommonDrug"
            }
          },
          "organization": {
            "type": "array",
            "example": [
              {
                "display_name": [
                  {
                    "lang": "EN",
                    "name": "Sichuan Baili Pharmaceuticals Co.,Ltd"
                  },
                  {
                    "lang": "CN",
                    "name": "四川百利药业有限责任公司"
                  }
                ],
                "organization_id": "685e5cad5351555103932a4c484281c2"
              }
            ],
            "description": "Sponsor/Collaborator",
            "items": {
              "$ref": "#/components/schemas/B023ClinicalTrialRelatedEntity_CommonOrganization"
            }
          },
          "register_number": {
            "type": "string",
            "example": "NCT06498986",
            "description": "Trial Number"
          },
          "clinical_trial_id": {
            "type": "string",
            "example": "202425a889e52ae802432a8295220e53",
            "description": "Clinical Trial ID"
          },
          "condition_disease": {
            "type": "array",
            "example": [
              {
                "disease_id": "6c9886cb25eb45faba70292cee1f5518",
                "display_name": [
                  {
                    "lang": "EN",
                    "name": "Locally Advanced Lung Non-Small Cell Carcinoma"
                  },
                  {
                    "lang": "CN",
                    "name": "局部晚期非小细胞肺癌"
                  }
                ]
              }
            ],
            "description": "Indications",
            "items": {
              "$ref": "#/components/schemas/B023ClinicalTrialRelatedEntity_CommonDisease"
            }
          },
          "main_experimentation_drug": {
            "type": "array",
            "example": [
              {
                "drug_id": "79c4211933534056b4a84db1766df362",
                "display_name": [
                  {
                    "lang": "EN",
                    "name": "Osimertinib mesylate"
                  },
                  {
                    "lang": "CN",
                    "name": "甲磺酸奥希替尼"
                  }
                ]
              }
            ],
            "description": "Experimental Drug",
            "items": {
              "$ref": "#/components/schemas/B023ClinicalTrialRelatedEntity_CommonDrug"
            }
          }
        }
      },
      "B023ClinicalTrialRelatedEntityResponse": {
        "type": "object",
        "properties": {
          "data": {
            "$ref": "#/components/schemas/B023ClinicalTrialRelatedEntity_GetClinicalTrialRelatedEntityResponseDto"
          },
          "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"
        ]
      },
      "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"
        ]
      },
      "B025ClinicalTrialEligibility_Age": {
        "type": "object",
        "properties": {
          "age": {
            "type": "string",
            "example": 18,
            "description": "Age"
          },
          "unit": {
            "type": "string",
            "example": "Years",
            "description": "Unit"
          }
        }
      },
      "B025ClinicalTrialEligibility_GetClinicalTrialEligibilityResponseDto": {
        "type": "object",
        "properties": {
          "gender": {
            "type": "string",
            "example": "All",
            "description": "Sexes"
          },
          "max_age": {
            "$ref": "#/components/schemas/B025ClinicalTrialEligibility_Age"
          },
          "min_age": {
            "$ref": "#/components/schemas/B025ClinicalTrialEligibility_Age"
          },
          "register_number": {
            "type": "string",
            "example": "NCT06498986",
            "description": "Trial Number"
          },
          "exclude_criteria": {
            "type": "string",
            "example": "<ul><li>1. Patients with prior systemic therapy;</li><li>2. Previous treatment with EGFR-TKI;</li><li>3. Participants who participated in any other clinical trial within 4 weeks before the trial dose;</li><li>4. Traditional Chinese medicine (TCM) which had received radiotherapy within 4 weeks before the first use of the study drug and had anti-tumor indications within 2 weeks before the first use of the study drug;</li><li>5. Had undergone major surgery within 4 weeks before the first dose;</li><li>6. History of severe heart disease or cerebrovascular disease;</li><li>7. Unstable thrombotic events requiring therapeutic intervention within 6 months before screening; Infusion-related thrombosis was excluded;</li><li>8. QT prolongation, complete left bundle branch block, III degree atrioventricular block, frequent and uncontrollable arrhythmia;</li><li>9. Previous history of interstitial lung disease requiring steroid therapy, or current ILD or grade ≥2 radiation pneumonitis;</li><li>10. Complicated pulmonary diseases leading to clinically severe respiratory function impairment;</li><li>11. Severe systemic infection within 4 weeks before screening;</li><li>12. Patients at risk for active autoimmune disease or with a history of autoimmune disease;</li><li>13. Other malignant tumors within 5 years before the first dose;</li><li>14. HIV antibody positive, active tuberculosis, active hepatitis B virus infection, or hepatitis C virus infection;</li><li>15. Hypertension poorly controlled by two antihypertensive drugs;</li><li>16. Patients with poor glycemic control;</li><li>17. Patients with massive effusions, or effusions with obvious symptoms, or poorly controlled effusions;</li><li>18. Patients with active central nervous system metastases;</li><li>19. Imaging examination showed that the tumor had invaded or enveloped the large blood vessels in the abdomen, chest, neck, and pharynx;</li><li>20. Severe unhealed wound, ulcer, or fracture within 4 weeks before consent signing;</li><li>21. Sign a four weeks before there were clinically significant bleeding or bleeding tendency obviously subjects;</li><li>22. Previous history of allogeneic stem cell, bone marrow or organ transplantation;</li><li>23. Patients with a history of allergy to recombinant humanized antibodies or to any of the excipients of BL-B01D1;</li><li>24. A history of severe neurological or psychiatric illness;</li><li>25. Pregnant or lactating women;</li><li>26. Subjects who were scheduled to receive live vaccine or received live vaccine within 28 days before study randomization;</li><li>27. Other conditions for participation in the trial were not considered appropriate by the investigator.</li>",
            "description": "Exclusion Criteria"
          },
          "include_criteria": {
            "type": "string",
            "example": "<ul><li>1. Voluntarily sign the informed consent and follow the requirements of the protocol;</li><li>2. No gender limit;</li><li>3. Age ≥18 years old;</li><li>4. Expected survival time ≥3 months;</li><li>5. Patients with histologically and/or cytologically confirmed locally advanced or metastatic non-small cell lung cancer;</li><li>6. Documentation of EGFR sensitive mutations detected from tumor tissue or blood samples;</li><li>7. Consent to provide archived tumor tissue or fresh tissue samples from primary or metastatic sites within 2 years for biomarker testing;</li><li>8. At least one measurable lesion meeting the RECIST v1.1 definition was required;</li><li>9. ECOG ≤1;</li><li>10. Toxicity of previous antineoplastic therapy has returned to ≤ grade 1 defined by NCI-CTCAE v5.0;</li><li>11. No severe cardiac dysfunction, left ventricular ejection fraction ≥50%;</li><li>12. The level of organ function must meet the requirements on the premise that blood transfusion is not allowed within 14 days before the screening period and no cell growth factor drugs are allowed;</li><li>13. Blood coagulation function: international standardization ratio of 1.5 or less, and the part activated clotting time live enzymes acuities were 1.5 x ULN;</li><li>14. Urine protein ≤2+ or ≤1000mg/24h;</li><li>15. Fertile female subjects or male subjects with fertile partners must use highly effective contraception from 7 days before the first dose until 6 months after the dose. Female subjects of childbearing potential had to have a negative serum pregnancy test within 7 days before the first dose.</li>",
            "description": "Inclusion Criteria"
          },
          "clinical_trial_id": {
            "type": "string",
            "example": "202425a889e52ae802432a8295220e53",
            "description": "Clinical Trial ID"
          },
          "healthy_volunteers": {
            "type": "string",
            "example": "No",
            "description": "Accepts Healthy Volunteers, enumeration values: Yes, No"
          }
        }
      },
      "B025ClinicalTrialEligibilityResponse": {
        "type": "object",
        "properties": {
          "data": {
            "$ref": "#/components/schemas/B025ClinicalTrialEligibility_GetClinicalTrialEligibilityResponseDto"
          },
          "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"
        ]
      },
      "B032CtResultDetail_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"
          }
        }
      },
      "B032CtResultDetail_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/B032CtResultDetail_CommonName"
            }
          }
        }
      },
      "B032CtResultDetail_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/B032CtResultDetail_CommonName"
            }
          },
          "normalized_id": {
            "type": "string",
            "example": "2fbfdb3e92d942c48cbb0adb79f23526",
            "description": "Dict ID"
          }
        }
      },
      "B032CtResultDetail_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/B032CtResultDetail_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/B032CtResultDetail_CommonName"
            }
          }
        }
      },
      "B032CtResultDetail_CommonEntity": {
        "type": "object",
        "properties": {
          "id": {
            "type": "string",
            "example": "11acf267a4fc42f392751e023482aac3",
            "description": "ID"
          },
          "display_name": {
            "type": "array",
            "example": [
              {
                "lang": "EN",
                "name": "CTNNB1 Mutation"
              }
            ],
            "description": "Name, Referencing \"CommonName\"",
            "items": {
              "$ref": "#/components/schemas/B032CtResultDetail_CommonName"
            }
          }
        }
      },
      "B032CtResultDetail_RelatedId": {
        "type": "object",
        "properties": {
          "id_type": {
            "type": "string",
            "example": "study_identifier",
            "description": "ID type, study_identifier:Trial Code"
          },
          "id_value": {
            "type": "string",
            "example": "DESTINY-Breast04",
            "description": "value"
          }
        }
      },
      "B032CtResultDetail_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/B032CtResultDetail_CommonName"
            }
          },
          "organization_id": {
            "type": "string",
            "example": "87bfaf037f8e60c9e25595cd98bb27e4",
            "description": "Organization ID"
          }
        }
      },
      "B032CtResultDetail_StudyDesignDto": {
        "type": "object",
        "properties": {
          "masking": {
            "type": "string",
            "example": "XXXX",
            "description": "Masking"
          },
          "allocation": {
            "type": "string",
            "example": "XXXX",
            "description": "Allocation"
          },
          "primary_purpose": {
            "type": "string",
            "example": "XXXX",
            "description": "Primary Purpose"
          },
          "intervention_model": {
            "type": "string",
            "example": "XXXX",
            "description": "Intervention Model"
          },
          "allocation_normalized": {
            "$ref": "#/components/schemas/B032CtResultDetail_CommonDictionary"
          },
          "intervention_model_normalized": {
            "$ref": "#/components/schemas/B032CtResultDetail_CommonDictionary"
          }
        }
      },
      "B032CtResultDetail_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/B032CtResultDetail_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/B032CtResultDetail_CommonName"
            }
          },
          "mechanism_id": {
            "type": "string",
            "example": "27c0848a265e4332836e10d0e8202b4c",
            "description": "Mechanism Action ID"
          }
        }
      },
      "B032CtResultDetail_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/B032CtResultDetail_CommonName"
            }
          }
        }
      },
      "B032CtResultDetail_GetClinicalTrialResultResponseDto": {
        "type": "object",
        "properties": {
          "drug": {
            "type": "array",
            "example": [
              {
                "drug_id": "2838b95ade834c96b17ac8bcd2b68c27",
                "display_name": [
                  {
                    "lang": "EN",
                    "name": "Sotorasib"
                  },
                  {
                    "lang": "CN",
                    "name": "索托拉西布"
                  }
                ]
              }
            ],
            "description": "Drug",
            "items": {
              "$ref": "#/components/schemas/B032CtResultDetail_CommonDrug"
            }
          },
          "phase": {
            "$ref": "#/components/schemas/B032CtResultDetail_CommonDictionary"
          },
          "title": {
            "type": "string",
            "example": "Matching-Adjusted Indirect Treatment Comparisons (MAIC) of Sotorasib 960mg (soto960) Plus Panitumumab (pani) Vs. Trifluridine/Tipiracil(T/T) Plus Bevacizumab (bev) in Chemorefractory Metastatic Colorectal Cancer (mCRC)",
            "description": "title"
          },
          "target": {
            "type": "array",
            "example": [
              {
                "target_id": "8556307199154d34b1f9bc9685f2ec47",
                "short_name": [
                  {
                    "lang": "EN",
                    "name": "IL-6RA"
                  }
                ],
                "display_name": [
                  {
                    "lang": "EN",
                    "name": "Interleukin-6 receptor alpha subunit"
                  },
                  {
                    "lang": "CN",
                    "name": "白细胞介素-6受体α亚基"
                  }
                ]
              }
            ],
            "description": "Target",
            "items": {
              "$ref": "#/components/schemas/B032CtResultDetail_CommonTarget"
            }
          },
          "biomarker": {
            "type": "array",
            "example": [
              {
                "id": "11acf267a4fc42f392751e023482aac3",
                "display_name": [
                  {
                    "lang": "EN",
                    "name": "CTNNB1 Mutation"
                  }
                ]
              }
            ],
            "description": "Biomarker Id",
            "items": {
              "$ref": "#/components/schemas/B032CtResultDetail_CommonEntity"
            }
          },
          "conclusion": {
            "type": "string",
            "example": "Sotorasib-panitumumab demonstrated acceptable safety with promising efficacy in chemotherapy-refractory KRASG12C-mutated metastatic colorectal cancer.",
            "description": "Conclusion"
          },
          "related_id": {
            "type": "array",
            "example": [
              {
                "id_type": "study_identifier",
                "id_value": "CodeBreaK 300"
              }
            ],
            "description": "Study code",
            "items": {
              "$ref": "#/components/schemas/B032CtResultDetail_RelatedId"
            }
          },
          "ct_result_id": {
            "type": "string",
            "example": "5400a5a2dee3da90dd52408a3585d805",
            "description": "Clinical Trial Result Id"
          },
          "organization": {
            "type": "array",
            "example": [
              {
                "display_name": [
                  {
                    "lang": "EN",
                    "name": "Amgen, Inc."
                  },
                  {
                    "lang": "CN",
                    "name": "安进股份有限公司"
                  }
                ],
                "organization_id": "11ef8a9e8bf5ca80213a1183511cded3"
              }
            ],
            "description": "Organization master entity id view",
            "items": {
              "$ref": "#/components/schemas/B032CtResultDetail_CommonOrganization"
            }
          },
          "study_design": {
            "$ref": "#/components/schemas/B032CtResultDetail_StudyDesignDto"
          },
          "therapy_type": {
            "type": "array",
            "example": [
              {
                "display_name": [
                  {
                    "lang": "EN",
                    "name": "Third line"
                  },
                  {
                    "lang": "CN",
                    "name": "三线"
                  }
                ],
                "normalized_id": "62662f0b1d5b3fafabeb571a211e9a31"
              }
            ],
            "description": "Therapy type view",
            "items": {
              "$ref": "#/components/schemas/B032CtResultDetail_CommonDictionary"
            }
          },
          "published_time": {
            "type": "integer",
            "format": "int64",
            "example": 1719446400000,
            "description": "Publication Date"
          },
          "register_number": {
            "type": "array",
            "example": [
              "NCT05198934"
            ],
            "description": "Register number"
          },
          "single_or_multi": {
            "type": "string",
            "example": "single_drug",
            "description": "Single or multi, options:single_drug,multiple_drugs"
          },
          "mechanism_action": {
            "type": "array",
            "example": [
              {
                "short_name": [
                  {
                    "lang": "EN",
                    "name": "IL-6RA antagonists"
                  },
                  {
                    "lang": "CN",
                    "name": "IL-6RA拮抗剂"
                  }
                ],
                "display_name": [
                  {
                    "lang": "EN",
                    "name": "Interleukin-6 receptor alpha subunit antagonists"
                  },
                  {
                    "lang": "CN",
                    "name": "白细胞介素-6受体α亚基拮抗剂"
                  }
                ],
                "mechanism_id": "b30a0bdb2e0bd9c03a908a84588c4217"
              }
            ],
            "description": "Mechanism Action",
            "items": {
              "$ref": "#/components/schemas/B032CtResultDetail_CommonMechanismAction"
            }
          },
          "therapeutic_area": {
            "type": "array",
            "example": [
              {
                "disease_id": "042cbe45c973477b957717ded29ef7b6",
                "display_name": [
                  {
                    "lang": "EN",
                    "name": "Nervous System Diseases"
                  },
                  {
                    "lang": "CN",
                    "name": "神经系统疾病"
                  }
                ]
              }
            ],
            "description": "Therapeutic Area",
            "items": {
              "$ref": "#/components/schemas/B032CtResultDetail_CommonDisease"
            }
          },
          "condition_disease": {
            "type": "array",
            "example": [
              {
                "disease_id": "e35ce4e9b7a846d49e600ce7ac4a7fd6",
                "display_name": [
                  {
                    "lang": "EN",
                    "name": "Metastatic Colorectal Carcinoma"
                  },
                  {
                    "lang": "CN",
                    "name": "转移性结直肠癌"
                  }
                ]
              }
            ],
            "description": "Condition Disease",
            "items": {
              "$ref": "#/components/schemas/B032CtResultDetail_CommonDisease"
            }
          },
          "general_evaluation": {
            "$ref": "#/components/schemas/B032CtResultDetail_CommonDictionary"
          },
          "original_biomarker": {
            "type": "array",
            "example": [
              {
                "name": "IL-6"
              }
            ],
            "description": "Original Biomarker",
            "items": {
              "$ref": "#/components/schemas/B032CtResultDetail_CommonName"
            }
          },
          "overall_enrollment": {
            "type": "integer",
            "format": "int32",
            "example": 100,
            "description": "Overall enrollment"
          },
          "register_number_map": {
            "type": "object",
            "example": {
              "NCT04737187": "5a4a2ad359d8a855d925943e23a58845"
            },
            "description": "Register number map"
          },
          "sponsor_organization": {
            "type": "array",
            "example": [
              {
                "display_name": [
                  {
                    "lang": "EN",
                    "name": "Amgen, Inc."
                  },
                  {
                    "lang": "CN",
                    "name": "安进股份有限公司"
                  }
                ],
                "organization_id": "11ef8a9e8bf5ca80213a1183511cded3"
              }
            ],
            "description": "Sponsor Organization",
            "items": {
              "$ref": "#/components/schemas/B032CtResultDetail_CommonOrganization"
            }
          },
          "collaborator_organization": {
            "type": "array",
            "example": [
              {
                "display_name": [
                  {
                    "lang": "EN",
                    "name": "Amgen, Inc."
                  },
                  {
                    "lang": "CN",
                    "name": "安进股份有限公司"
                  }
                ],
                "organization_id": "11ef8a9e8bf5ca80213a1183511cded3"
              }
            ],
            "description": "Collaborator Organization",
            "items": {
              "$ref": "#/components/schemas/B032CtResultDetail_CommonOrganization"
            }
          }
        }
      },
      "B032CtResultDetailResponse": {
        "type": "object",
        "properties": {
          "data": {
            "$ref": "#/components/schemas/B032CtResultDetail_GetClinicalTrialResultResponseDto"
          },
          "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"
        ]
      },
      "B031SynapseNews_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"
          }
        }
      },
      "B031SynapseNews_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/B031SynapseNews_CommonName"
            }
          }
        }
      },
      "B031SynapseNews_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/B031SynapseNews_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/B031SynapseNews_CommonName"
            }
          }
        }
      },
      "B031SynapseNews_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/B031SynapseNews_CommonName"
            }
          }
        }
      },
      "B031SynapseNews_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/B031SynapseNews_CommonName"
            }
          },
          "organization_id": {
            "type": "string",
            "example": "87bfaf037f8e60c9e25595cd98bb27e4",
            "description": "Organization ID"
          }
        }
      },
      "B031SynapseNews_GetNewsResponseDto": {
        "type": "object",
        "properties": {
          "drug": {
            "type": "array",
            "example": [
              {
                "drug_id": "e82b83b42eba4e5ea3f26f8e06081a5a",
                "display_name": [
                  {
                    "lang": "EN",
                    "name": "Ranibizumab (Genentech)"
                  },
                  {
                    "lang": "CN",
                    "name": "雷珠单抗"
                  }
                ]
              }
            ],
            "description": "Drug, Referencing \"CommonDrug\"",
            "items": {
              "$ref": "#/components/schemas/B031SynapseNews_CommonDrug"
            }
          },
          "tags": {
            "type": "array",
            "example": [
              "Careers",
              "Resume",
              "BioSpace",
              "advice"
            ],
            "description": "News Tags"
          },
          "title": {
            "type": "string",
            "example": "Roche to reintroduce Susvimo in the US for people with neovascular age-related macular degeneration (nAMD)",
            "description": "News title"
          },
          "author": {
            "type": "array",
            "example": [
              "Thomas  Fink"
            ],
            "description": "Author"
          },
          "target": {
            "type": "array",
            "example": [
              {
                "target_id": "1c2067e5ab054a8995f73efcfcf56207",
                "short_name": [
                  {
                    "lang": "EN",
                    "name": "VEGF"
                  }
                ],
                "display_name": [
                  {
                    "lang": "EN",
                    "name": "Vascular endothelial growth factor"
                  },
                  {
                    "lang": "CN",
                    "name": "血管内皮生长因子"
                  }
                ]
              }
            ],
            "description": "Target, Referencing \"CommonTarget\"",
            "items": {
              "$ref": "#/components/schemas/B031SynapseNews_CommonTarget"
            }
          },
          "channel": {
            "type": "array",
            "example": [
              "company information"
            ],
            "description": "News Channel"
          },
          "content": {
            "type": "string",
            "example": "The FDA has approved updates to Susvimo, which will be available to US retina specialists and patients with nAMD in the coming weeks\\nSusvimo offers the first alternative to regular eye injections that are standard of care for nAMD, which impacts 20 million people worldwide and can cause blindness if left untreated",
            "description": "News content"
          },
          "disease": {
            "type": "array",
            "example": [
              {
                "disease_id": "06a9082fe1ec4c97bea31d888b9cfdce",
                "display_name": [
                  {
                    "lang": "EN",
                    "name": "Uveitic Macular Edema"
                  },
                  {
                    "lang": "CN",
                    "name": "葡萄膜炎黄斑水肿"
                  }
                ]
              }
            ],
            "description": "Disease, Referencing \"CommonDisease\"",
            "items": {
              "$ref": "#/components/schemas/B031SynapseNews_CommonDisease"
            }
          },
          "news_id": {
            "type": "string",
            "example": "f57e970e-8f97-39b7-a6be-51846e92bee1",
            "description": "News ID"
          },
          "post_time": {
            "type": "integer",
            "format": "int64",
            "example": 1720600697798,
            "description": "Post Time"
          },
          "source_url": {
            "type": "string",
            "example": "https://www.biospace.com/article/releases/cerevel-therapeutics-announces-publication-in-the-lancet-of-emraclidine-data-from-phase-1b-clinical-trial-in-people-living-with-schizophrenia/",
            "description": "News Link"
          },
          "organization": {
            "type": "array",
            "example": [
              {
                "display_name": [
                  {
                    "lang": "EN",
                    "name": "Roche Holding AG"
                  },
                  {
                    "lang": "CN",
                    "name": "罗氏"
                  }
                ],
                "organization_id": "87bfaf037f8e60c9e25595cd98bb27e4"
              }
            ],
            "description": "Organization, Referencing \"CommonOrganization\"",
            "items": {
              "$ref": "#/components/schemas/B031SynapseNews_CommonOrganization"
            }
          }
        }
      },
      "B031SynapseNewsResponse": {
        "type": "object",
        "properties": {
          "data": {
            "$ref": "#/components/schemas/B031SynapseNews_GetNewsResponseDto"
          },
          "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"
        ]
      },
      "B048CtResultGroup_CharacteristicDto": {
        "type": "object",
        "properties": {
          "name": {
            "type": "string",
            "example": "Sotorasib",
            "description": "Group characteristics or medication plan name"
          },
          "type": {
            "type": "string",
            "example": "drug",
            "description": "Group characteristics or medication plan type"
          }
        }
      },
      "B048CtResultGroup_AppPhsCtGroupEntityDto": {
        "type": "object",
        "properties": {
          "group_id": {
            "type": "string",
            "example": "e2e088e8e8aeda8aa2a2924ee3a59828",
            "description": "Clinical trial result group id"
          },
          "group_type": {
            "type": "string",
            "example": "outcome_group",
            "description": "Clinical trial result group type"
          },
          "ct_result_id": {
            "type": "string",
            "example": "5adee5585028aaa5da5982d22a808a99",
            "description": "Clinical trial result id"
          },
          "characteristic": {
            "type": "array",
            "example": [
              {
                "name": "Tocilizumab",
                "type": "drug"
              }
            ],
            "description": "Clinical trial result grouping characteristics and medication plan",
            "items": {
              "$ref": "#/components/schemas/B048CtResultGroup_CharacteristicDto"
            }
          },
          "participant_number": {
            "type": "string",
            "example": 7,
            "description": "Clinical trial result group participant number"
          }
        }
      },
      "B048CtResultGroup_ResultDto": {
        "type": "object",
        "properties": {
          "pct": {
            "type": "string",
            "example": 20,
            "description": "Evaluation result ratio"
          },
          "value": {
            "type": "string",
            "example": 5080,
            "description": "Evaluation result value"
          },
          "spread": {
            "type": "string",
            "example": 108.5,
            "description": "Evaluation result spread"
          },
          "group_id": {
            "type": "string",
            "example": "e2e088e8e8aeda8aa2a2924ee3a59828",
            "description": "Evaluation result group id"
          },
          "lower_value": {
            "type": "string",
            "example": 0.1,
            "description": "Evaluation result lower Value"
          },
          "upper_value": {
            "type": "string",
            "example": 0.5,
            "description": "Evaluation result upper Value"
          },
          "participant_analyzed": {
            "type": "string",
            "example": 7,
            "description": "Evaluation result participants count"
          },
          "participant_analyzed_units": {
            "type": "string",
            "example": "Participants",
            "description": "Evaluation result participants count units"
          }
        }
      },
      "B048CtResultGroup_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"
          }
        }
      },
      "B048CtResultGroup_AppPhsCtOutcomeMeasureEntityDto": {
        "type": "object",
        "properties": {
          "name": {
            "type": "string",
            "example": "Maximum Observed Plasma Concentration (Cmax) of Sotorasib",
            "description": "Measure name"
          },
          "type": {
            "type": "string",
            "example": "Primary",
            "description": "Measure type"
          },
          "measure_id": {
            "type": "string",
            "example": "M1",
            "description": "Measure id"
          },
          "param_type": {
            "type": "string",
            "example": "Geometric Mean",
            "description": "Param  type"
          },
          "result_list": {
            "type": "array",
            "example": [
              {
                "value": "4.6",
                "group_id": "854d42290a95a38d05d90422e5392822"
              }
            ],
            "description": "Measure value",
            "items": {
              "$ref": "#/components/schemas/B048CtResultGroup_ResultDto"
            }
          },
          "ct_result_id": {
            "type": "string",
            "example": "5adee5585028aaa5da5982d22a808a99",
            "description": "Clinical trial result id"
          },
          "display_name": {
            "type": "array",
            "example": [
              {
                "lang": "EN",
                "name": "CRP levels"
              },
              {
                "lang": "CN",
                "name": "CRP levels"
              }
            ],
            "description": "Display Measure Name",
            "items": {
              "$ref": "#/components/schemas/B048CtResultGroup_CommonName"
            }
          },
          "normalized_id": {
            "type": "array",
            "example": [
              "9410c1945fa14130b1a205394e3c2361"
            ],
            "description": "Measure normalized id"
          },
          "outcome_order": {
            "type": "integer",
            "format": "int32",
            "example": 1,
            "description": "Measure order"
          },
          "dispersion_type": {
            "type": "string",
            "example": "Geometric Coefficient of Variation",
            "description": "Dispersion type"
          },
          "display_section": {
            "type": "string",
            "example": "Adverse Event",
            "description": "Display section"
          },
          "unit_of_measure": {
            "type": "string",
            "example": "ng/mL",
            "description": "Unit of measure"
          },
          "parent_measure_id": {
            "type": "string",
            "example": "OE1",
            "description": "Parent measure id"
          }
        }
      },
      "B048CtResultGroup_AppPhsCtResultEndPointDto": {
        "type": "object",
        "properties": {
          "groups": {
            "type": "array",
            "example": [
              {
                "group_id": "854d42290a95a38d05d90422e5392822",
                "group_type": "outcome_group",
                "ct_result_id": "a452da8e32d890452d5ea82ee823d8e5",
                "characteristic": [
                  {
                    "name": "Tocilizumab",
                    "type": "drug"
                  }
                ]
              }
            ],
            "description": "Group information",
            "items": {
              "$ref": "#/components/schemas/B048CtResultGroup_AppPhsCtGroupEntityDto"
            }
          },
          "outcome_measures": {
            "type": "array",
            "example": [
              {
                "name": "CRP levels",
                "measure_id": "M1",
                "result_list": [
                  {
                    "value": "4.6",
                    "group_id": "854d42290a95a38d05d90422e5392822"
                  }
                ],
                "ct_result_id": "a452da8e32d890452d5ea82ee823d8e5",
                "display_name": [
                  {
                    "lang": "EN",
                    "name": "CRP levels"
                  },
                  {
                    "lang": "CN",
                    "name": "CRP levels"
                  }
                ],
                "outcome_order": 1,
                "unit_of_measure": "mg/L"
              }
            ],
            "description": "Outcome measure information",
            "items": {
              "$ref": "#/components/schemas/B048CtResultGroup_AppPhsCtOutcomeMeasureEntityDto"
            }
          },
          "outcome_measure_safety": {
            "type": "array",
            "example": [
              {
                "name": "CRP levels",
                "measure_id": "M1",
                "result_list": [
                  {
                    "value": "4.6",
                    "group_id": "854d42290a95a38d05d90422e5392822"
                  }
                ],
                "ct_result_id": "a452da8e32d890452d5ea82ee823d8e5",
                "display_name": [
                  {
                    "lang": "EN",
                    "name": "CRP levels"
                  },
                  {
                    "lang": "CN",
                    "name": "CRP levels"
                  }
                ],
                "outcome_order": 1,
                "unit_of_measure": "mg/L"
              }
            ],
            "description": "Outcome measure information - safety",
            "items": {
              "$ref": "#/components/schemas/B048CtResultGroup_AppPhsCtOutcomeMeasureEntityDto"
            }
          },
          "outcome_measure_efficacy": {
            "type": "array",
            "example": [
              {
                "name": "CRP levels",
                "measure_id": "M1",
                "result_list": [
                  {
                    "value": "4.6",
                    "group_id": "854d42290a95a38d05d90422e5392822"
                  }
                ],
                "ct_result_id": "a452da8e32d890452d5ea82ee823d8e5",
                "display_name": [
                  {
                    "lang": "EN",
                    "name": "CRP levels"
                  },
                  {
                    "lang": "CN",
                    "name": "CRP levels"
                  }
                ],
                "outcome_order": 1,
                "unit_of_measure": "mg/L"
              }
            ],
            "description": "Outcome measure information - efficacy",
            "items": {
              "$ref": "#/components/schemas/B048CtResultGroup_AppPhsCtOutcomeMeasureEntityDto"
            }
          }
        }
      },
      "B048CtResultGroupResponse": {
        "type": "object",
        "properties": {
          "data": {
            "$ref": "#/components/schemas/B048CtResultGroup_AppPhsCtResultEndPointDto"
          },
          "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"
        ]
      },
      "B039SynapseDrugDeal_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"
          }
        }
      },
      "B039SynapseDrugDeal_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/B039SynapseDrugDeal_CommonName"
            }
          }
        }
      },
      "B039SynapseDrugDeal_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/B039SynapseDrugDeal_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/B039SynapseDrugDeal_CommonName"
            }
          }
        }
      },
      "B039SynapseDrugDeal_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/B039SynapseDrugDeal_CommonName"
            }
          },
          "organization_id": {
            "type": "string",
            "example": "87bfaf037f8e60c9e25595cd98bb27e4",
            "description": "Organization ID"
          }
        }
      },
      "B039SynapseDrugDeal_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/B039SynapseDrugDeal_CommonName"
            }
          },
          "normalized_id": {
            "type": "string",
            "example": "2fbfdb3e92d942c48cbb0adb79f23526",
            "description": "Dict ID"
          }
        }
      },
      "B039SynapseDrugDeal_MoneyItem": {
        "type": "object",
        "properties": {
          "unit": {
            "type": "string",
            "example": "million dollar",
            "description": "Drug Deal Value Unit, Enum: million dollar. If the value is Undisclosed, return null."
          },
          "value": {
            "type": "string",
            "example": 5000,
            "description": "Drug Deal Value, if not disclosed, then return \"Undisclosed\""
          }
        }
      },
      "B039SynapseDrugDeal_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/B039SynapseDrugDeal_CommonName"
            }
          }
        }
      },
      "B039SynapseDrugDeal_GetDrugDealResponseDto": {
        "type": "object",
        "properties": {
          "drug": {
            "type": "array",
            "example": [
              {
                "drug_id": "81364d1ace044fdc8af8f60026eb2c7b",
                "display_name": [
                  {
                    "lang": "EN",
                    "name": "Ciltacabtagene autoleucel"
                  },
                  {
                    "lang": "CN",
                    "name": "西达基奥仑赛"
                  }
                ]
              }
            ],
            "description": "Drug, Referencing \"CommonDrug\"",
            "items": {
              "$ref": "#/components/schemas/B039SynapseDrugDeal_CommonDrug"
            }
          },
          "target": {
            "type": "array",
            "example": [
              {
                "target_id": "e49efee164e537c2a4ba9cec109e0adb",
                "short_name": [
                  {
                    "lang": "EN",
                    "name": "BCMA"
                  }
                ],
                "display_name": [
                  {
                    "lang": "EN",
                    "name": "B-cell maturation protein"
                  },
                  {
                    "lang": "CN",
                    "name": "B细胞成熟蛋白"
                  }
                ]
              }
            ],
            "description": "Target, Referencing \"CommonTarget\"",
            "items": {
              "$ref": "#/components/schemas/B039SynapseDrugDeal_CommonTarget"
            }
          },
          "deal_id": {
            "type": "string",
            "example": "284929245a22a8a9e2ed5ee82ae52250",
            "description": "Drug Deal ID"
          },
          "partner": {
            "type": "array",
            "example": [
              {
                "display_name": [
                  {
                    "lang": "EN",
                    "name": "Janssen Biotech, Inc."
                  },
                  {
                    "lang": "CN",
                    "name": "森托克奧素生物技術產品有限合夥事業"
                  }
                ],
                "organization_id": "ee3f62ab873c539d75e06f49cc09d7fc"
              }
            ],
            "description": "Partner Organization, Referencing \"CommonOrganization\"",
            "items": {
              "$ref": "#/components/schemas/B039SynapseDrugDeal_CommonOrganization"
            }
          },
          "deal_time": {
            "type": "integer",
            "format": "int64",
            "example": 1513814400000,
            "description": "Drug Deal Time"
          },
          "deal_type": {
            "type": "array",
            "example": [
              {
                "display_name": [
                  {
                    "lang": "EN",
                    "name": "License"
                  },
                  {
                    "lang": "CN",
                    "name": "许可"
                  }
                ],
                "normalized_id": "c6bb6fa84d924b0cabd8f5dd2af17708"
              }
            ],
            "description": "Deal Type, Referencing \"CommonDictionary\"",
            "items": {
              "$ref": "#/components/schemas/B039SynapseDrugDeal_CommonDictionary"
            }
          },
          "drug_type": {
            "type": "array",
            "example": [
              {
                "display_name": [
                  {
                    "lang": "EN",
                    "name": "Autologous CAR-T"
                  },
                  {
                    "lang": "CN",
                    "name": "自体CAR-T"
                  }
                ],
                "normalized_id": "2fbfdb3e92d942c48cbb0adb79f23526"
              }
            ],
            "description": "Drug Type, Referencing \"CommonDictionary\"",
            "items": {
              "$ref": "#/components/schemas/B039SynapseDrugDeal_CommonDictionary"
            }
          },
          "principle": {
            "type": "array",
            "example": [
              {
                "display_name": [
                  {
                    "lang": "EN",
                    "name": "Legend Biotech USA, Inc."
                  }
                ],
                "organization_id": "336e7d3b6f91616c632bc60c40a434de"
              },
              {
                "display_name": [
                  {
                    "lang": "EN",
                    "name": "Nanjing Legend Biotech Co., Ltd."
                  },
                  {
                    "lang": "CN",
                    "name": "南京传奇生物科技有限公司"
                  }
                ],
                "organization_id": "a22fd154855c015ed283545df379f0de"
              }
            ],
            "description": "Principal Organization, Referencing \"CommonOrganization\"",
            "items": {
              "$ref": "#/components/schemas/B039SynapseDrugDeal_CommonOrganization"
            }
          },
          "deal_title": {
            "type": "string",
            "example": "Janssen Enters Worldwide Collaboration and License Agreement with Chinese Company Legend Biotech to Develop Investigational CAR-T Anti-Cancer Therapy",
            "description": "Drug Deal Title"
          },
          "source_url": {
            "type": "string",
            "example": "https://pipelinereview.com/index.php/2017122266940/More-News/Janssen-Enters-Worldwide-Collaboration-and-License-Agreement-with-Chinese-Company-Legend-Biotech-to-Develop-Investigational-CAR-T-Anti-Cancer-Therapy.html",
            "description": "News link"
          },
          "deal_status": {
            "$ref": "#/components/schemas/B039SynapseDrugDeal_CommonDictionary"
          },
          "deal_total_value": {
            "$ref": "#/components/schemas/B039SynapseDrugDeal_MoneyItem"
          },
          "territory_excluded": {
            "type": "array",
            "example": [
              {
                "country_id": "676de5ba-893a-36bb-8683-c93306aaf769",
                "alpha2_code": "JP",
                "display_name": [
                  {
                    "lang": "EN",
                    "name": "Japan"
                  },
                  {
                    "lang": "CN",
                    "name": "日本"
                  }
                ]
              }
            ],
            "description": "Country/Location(Exclude), Referencing \"CommonCountry\"",
            "items": {
              "$ref": "#/components/schemas/B039SynapseDrugDeal_CommonCountry"
            }
          },
          "territory_included": {
            "type": "array",
            "example": [
              {
                "country_id": "4cc6684d-f7b4-392b-9dec-6fce3264fac8",
                "display_name": [
                  {
                    "lang": "EN",
                    "name": "Global"
                  },
                  {
                    "lang": "CN",
                    "name": "全球"
                  }
                ]
              }
            ],
            "description": "Country/Location(Include), Referencing \"CommonCountry\"",
            "items": {
              "$ref": "#/components/schemas/B039SynapseDrugDeal_CommonCountry"
            }
          },
          "deal_upfront_payment": {
            "$ref": "#/components/schemas/B039SynapseDrugDeal_MoneyItem"
          },
          "deal_milestone_payment": {
            "$ref": "#/components/schemas/B039SynapseDrugDeal_MoneyItem"
          }
        }
      },
      "B039SynapseDrugDealResponse": {
        "type": "object",
        "properties": {
          "data": {
            "$ref": "#/components/schemas/B039SynapseDrugDeal_GetDrugDealResponseDto"
          },
          "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"
        ]
      },
      "B030PaperDetail_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"
          }
        }
      },
      "B030PaperDetail_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/B030PaperDetail_CommonName"
            }
          }
        }
      },
      "B030PaperDetail_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/B030PaperDetail_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/B030PaperDetail_CommonName"
            }
          }
        }
      },
      "B030PaperDetail_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/B030PaperDetail_CommonName"
            }
          }
        }
      },
      "B030PaperDetail_PaperTitleDto": {
        "type": "object",
        "properties": {
          "lang": {
            "type": "string",
            "example": "EN",
            "description": "Paper Title Language"
          },
          "title": {
            "type": "string",
            "example": "Adding PD-1/PD-L1 Inhibitors to Chemotherapy for the First-Line Treatment of Extensive Stage Small Cell Lung Cancer (SCLC): A Meta-Analysis of Randomized Trials",
            "description": "Paper Title"
          }
        }
      },
      "B030PaperDetail_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/B030PaperDetail_CommonName"
            }
          },
          "organization_id": {
            "type": "string",
            "example": "87bfaf037f8e60c9e25595cd98bb27e4",
            "description": "Organization ID"
          }
        }
      },
      "B030PaperDetail_PaperAbstractDto": {
        "type": "object",
        "properties": {
          "abst": {
            "type": "string",
            "example": "PD-1 and PD-L1 can be involved in tumor escape, and little is known about the role of these molecules in oral tumors or pre-malignant lesions. In the present study, we investigated the expression of PD-1 and PD-L1 in the blood and lesion samples of patients with actinic cheilitis (AC) and oral squamous cell carcinoma (OSCC). Our results showed that lymphocytes from peripheral blood and tissue samples exhibited high expression of PD-1 in both groups analyzed. Patients with AC presented higher percentage as well as the absolute numbers of CD4+PD-1+ and CD8+PD-1+ lymphocytes in peripheral blood mononuclear cells (PBMC) than healthy individuals, while patients with OSCC presented an increased frequency of CD8+PD1+ in PBMC when compared with controls. On the other hand, increased frequency of CD4+ and CD8+ T cells expressing PD-1(+) accumulate in samples from OSCC, and the expression of PD-L1 was intense in OSCC and moderate in AC lesion sites. Lower levels of IFN-γ and higher levels of TGF-β were detected in OSCC samples. Our data demonstrate that PD-1 and PD-L1 molecules are present in blood and samples of AC and OSCC patients. Further studies are required to understand the significance of PD-1 and PD-L1 in oral tumors microenvironment.",
            "description": "Abstract"
          },
          "lang": {
            "type": "string",
            "example": "EN",
            "description": "Language"
          }
        }
      },
      "B030PaperDetail_GetPaperResponseDto": {
        "type": "object",
        "properties": {
          "doi": {
            "type": "string",
            "example": "10.1007/s00262-011-1007-5",
            "description": "DOI"
          },
          "drug": {
            "type": "array",
            "example": [
              {
                "drug_id": "bf776b0ad6b8481e8bf5e048fa7c2b8e",
                "display_name": [
                  {
                    "lang": "EN",
                    "name": "HW-CX04"
                  }
                ]
              }
            ],
            "description": "Journal",
            "items": {
              "$ref": "#/components/schemas/B030PaperDetail_CommonDrug"
            }
          },
          "author": {
            "type": "array",
            "example": [
              "Karen Angélica Cavassani",
              "Maria Renata Sales Nogueira Costa",
              "Thaís Helena Gasparoto"
            ],
            "description": "Author"
          },
          "source": {
            "type": "array",
            "example": [
              "CROSSREF",
              "PUBMED",
              "CAS",
              "MAG"
            ],
            "description": "Source"
          },
          "target": {
            "type": "array",
            "example": [
              {
                "target_id": "06c7ab146b884a3aa890cfd1a4a0e168",
                "short_name": [
                  {
                    "lang": "EN",
                    "name": "PDL1"
                  }
                ],
                "display_name": [
                  {
                    "lang": "EN",
                    "name": "Programmed death-ligand 1"
                  },
                  {
                    "lang": "CN",
                    "name": "程序性死亡配体1"
                  }
                ]
              }
            ],
            "description": "Target",
            "items": {
              "$ref": "#/components/schemas/B030PaperDetail_CommonTarget"
            }
          },
          "disease": {
            "type": "array",
            "example": [
              {
                "disease_id": "62eaee6d9ee44410b8aca59dfc7408e9",
                "display_name": [
                  {
                    "lang": "EN",
                    "name": "Neoplasms"
                  },
                  {
                    "lang": "CN",
                    "name": "肿瘤"
                  }
                ]
              }
            ],
            "description": "Disease",
            "items": {
              "$ref": "#/components/schemas/B030PaperDetail_CommonDisease"
            }
          },
          "journal": {
            "type": "string",
            "example": "Cancer Immunology, Immunotherapy",
            "description": "Journal"
          },
          "paper_id": {
            "type": "string",
            "example": "c61f84d1-b6b6-35d8-b178-94faa296df56",
            "description": "Paper ID"
          },
          "epub_date": {
            "type": "string",
            "example": 20110327,
            "description": "Epub"
          },
          "paper_title": {
            "type": "array",
            "example": [
              {
                "lang": "EN",
                "title": "Enhanced programmed death 1 (PD-1) and PD-1 ligand (PD-L1) expression in patients with actinic cheilitis and oral squamous cell carcinoma"
              }
            ],
            "description": "Title",
            "items": {
              "$ref": "#/components/schemas/B030PaperDetail_PaperTitleDto"
            }
          },
          "organization": {
            "type": "array",
            "example": [
              {
                "display_name": [
                  {
                    "lang": "EN",
                    "name": "University of California San Diego"
                  },
                  {
                    "lang": "CN",
                    "name": "加利福尼亚大学圣迭戈分校"
                  }
                ],
                "organization_id": "56440a5c579d138c19fbf0ae12547495"
              }
            ],
            "description": "Organization",
            "items": {
              "$ref": "#/components/schemas/B030PaperDetail_CommonOrganization"
            }
          },
          "paper_abstract": {
            "type": "array",
            "example": [
              {
                "abst": "PD-1 and PD-L1 can be involved in tumor escape, and little is known about the role of these molecules in oral tumors or pre-malignant lesions. In the present study, we investigated the expression of PD-1 and PD-L1 in the blood and lesion samples of patients with actinic cheilitis (AC) and oral squamous cell carcinoma (OSCC). Our results showed that lymphocytes from peripheral blood and tissue samples exhibited high expression of PD-1 in both groups analyzed. Patients with AC presented higher percentage as well as the absolute numbers of CD4+PD-1+ and CD8+PD-1+ lymphocytes in peripheral blood mononuclear cells (PBMC) than healthy individuals, while patients with OSCC presented an increased frequency of CD8+PD1+ in PBMC when compared with controls. On the other hand, increased frequency of CD4+ and CD8+ T cells expressing PD-1(+) accumulate in samples from OSCC, and the expression of PD-L1 was intense in OSCC and moderate in AC lesion sites. Lower levels of IFN-γ and higher levels of TGF-β were detected in OSCC samples. Our data demonstrate that PD-1 and PD-L1 molecules are present in blood and samples of AC and OSCC patients. Further studies are required to understand the significance of PD-1 and PD-L1 in oral tumors microenvironment.",
                "lang": "EN"
              }
            ],
            "description": "Abstract",
            "items": {
              "$ref": "#/components/schemas/B030PaperDetail_PaperAbstractDto"
            }
          },
          "publication_date": {
            "type": "string",
            "example": 20110701,
            "description": "Publication Date"
          }
        }
      },
      "B030PaperDetailResponse": {
        "type": "object",
        "properties": {
          "data": {
            "$ref": "#/components/schemas/B030PaperDetail_GetPaperResponseDto"
          },
          "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"
        ]
      },
      "B028PatentDetail_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"
          }
        }
      },
      "B028PatentDetail_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/B028PatentDetail_CommonName"
            }
          },
          "normalized_id": {
            "type": "string",
            "example": "2fbfdb3e92d942c48cbb0adb79f23526",
            "description": "Dict ID"
          }
        }
      },
      "B028PatentDetail_PatentDrugDto": {
        "type": "object",
        "properties": {
          "drug_id": {
            "type": "string",
            "example": "e82b83b42eba4e5ea3f26f8e06081a5a",
            "description": "Drug ID"
          },
          "drug_type": {
            "type": "array",
            "example": [
              {
                "display_name": [
                  {
                    "lang": "EN",
                    "name": "Small molecule drug"
                  },
                  {
                    "lang": "CN",
                    "name": "小分子化药"
                  }
                ],
                "normalized_id": "1151dbc710f64a85923dc05d4a5a0ba9"
              }
            ],
            "description": "Drug Type",
            "items": {
              "$ref": "#/components/schemas/B028PatentDetail_CommonDictionary"
            }
          },
          "display_name": {
            "type": "array",
            "example": [
              {
                "lang": "EN",
                "name": "Ranibizumab (Genentech)"
              },
              {
                "lang": "CN",
                "name": "雷珠单抗"
              }
            ],
            "description": "Drug Name, Referencing \"CommonName\"",
            "items": {
              "$ref": "#/components/schemas/B028PatentDetail_CommonName"
            }
          }
        }
      },
      "B028PatentDetail_TextDto": {
        "type": "object",
        "properties": {
          "lang": {
            "type": "string",
            "example": "CN",
            "description": "language"
          },
          "text": {
            "type": "string",
            "example": "Antibody and checkpoint inhibitor combination therapy",
            "description": "text"
          }
        }
      },
      "B028PatentDetail_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/B028PatentDetail_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/B028PatentDetail_CommonName"
            }
          }
        }
      },
      "B028PatentDetail_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/B028PatentDetail_CommonName"
            }
          }
        }
      },
      "B028PatentDetail_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/B028PatentDetail_CommonName"
            }
          }
        }
      },
      "B028PatentDetail_PatentTypeDto": {
        "type": "object",
        "properties": {
          "patent_type": {
            "$ref": "#/components/schemas/B028PatentDetail_CommonDictionary"
          },
          "exclusivity_code": {
            "type": "string",
            "example": "NPP",
            "description": "Orange Book Exclusivity Code"
          },
          "patent_type_drug": {
            "type": "array",
            "example": [
              {
                "drug_id": "567c4038545f44fb99efc9ff81d9eba2",
                "display_name": [
                  {
                    "lang": "EN",
                    "name": "CNA-3103"
                  }
                ]
              }
            ],
            "description": "Patented drug",
            "items": {
              "$ref": "#/components/schemas/B028PatentDetail_CommonDrug"
            }
          }
        }
      },
      "B028PatentDetail_PatentDto": {
        "type": "object",
        "properties": {
          "apno": {
            "type": "string",
            "example": "CN200680056438.5",
            "description": "Patent publication Number"
          },
          "drug": {
            "type": "array",
            "example": "Please check the form:PatentDrugDto",
            "description": "Drug",
            "items": {
              "$ref": "#/components/schemas/B028PatentDetail_PatentDrugDto"
            }
          },
          "title": {
            "type": "array",
            "example": "Please check the form:TextDto",
            "description": "Title",
            "items": {
              "$ref": "#/components/schemas/B028PatentDetail_TextDto"
            }
          },
          "target": {
            "type": "array",
            "example": "Please check the form:CommonTarget",
            "description": "Target",
            "items": {
              "$ref": "#/components/schemas/B028PatentDetail_CommonTarget"
            }
          },
          "disease": {
            "type": "array",
            "example": "Please check the form:CommonDisease",
            "description": "Disease",
            "items": {
              "$ref": "#/components/schemas/B028PatentDetail_CommonDisease"
            }
          },
          "core_drug": {
            "type": "array",
            "example": "Please check the form:PatentDrugDto",
            "description": "Patented Core Drug",
            "items": {
              "$ref": "#/components/schemas/B028PatentDetail_PatentDrugDto"
            }
          },
          "patent_id": {
            "type": "string",
            "example": "f00a5247-0886-4ec4-aeae-572b32fe633a",
            "description": "patent id"
          },
          "patent_tech_type": {
            "type": "array",
            "example": "Please check the form:CommonDictionary",
            "description": "Patent Technology Type",
            "items": {
              "$ref": "#/components/schemas/B028PatentDetail_CommonDictionary"
            }
          },
          "core_recommend_drug": {
            "type": "array",
            "example": "Please check the form:PatentDrugDto",
            "description": "Patented Core Recommend Drug",
            "items": {
              "$ref": "#/components/schemas/B028PatentDetail_PatentDrugDto"
            }
          },
          "cde_drug_patent_types": {
            "type": "array",
            "example": "Please check the form:PatentTypeDto",
            "description": "CDE Patent Type",
            "items": {
              "$ref": "#/components/schemas/B028PatentDetail_PatentTypeDto"
            }
          },
          "fda_drug_patent_types": {
            "type": "array",
            "example": "Please check the form:PatentTypeDto",
            "description": "FDA Patent Type",
            "items": {
              "$ref": "#/components/schemas/B028PatentDetail_PatentTypeDto"
            }
          },
          "phs_drug_patent_types": {
            "type": "array",
            "example": "Please check the form:PatentTypeDto",
            "description": "Synapse Patent Type",
            "items": {
              "$ref": "#/components/schemas/B028PatentDetail_PatentTypeDto"
            }
          }
        }
      },
      "B028PatentDetailResponse": {
        "type": "object",
        "properties": {
          "data": {
            "$ref": "#/components/schemas/B028PatentDetail_PatentDto"
          },
          "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"
        ]
      },
      "B066AffinitySearch_AntibodyPatentInfo": {
        "type": "object",
        "properties": {
          "source_type": {
            "type": "string",
            "example": "patent",
            "description": "Data source type"
          },
          "antibody_patent_id": {
            "type": "string",
            "example": "AB_12345678",
            "description": "Antibody patent ID"
          },
          "antibody_patent_number": {
            "type": "string",
            "example": "CN302052315S",
            "description": "patent number"
          },
          "heavy_chain_sequence_id": {
            "type": "string",
            "example": "HC_12345678",
            "description": "PatSnap internal heavy chain sequence ID"
          },
          "light_chain_sequence_id": {
            "type": "string",
            "example": "LC_12345678",
            "description": "PatSnap internal light chain sequence ID"
          }
        }
      },
      "B066AffinitySearch_AntibodyUniport": {
        "type": "object",
        "properties": {
          "uniprot_id": {
            "type": "string",
            "example": "P15391",
            "description": "Antigen uniprot ID"
          },
          "uniprot_id_seq": {
            "type": "string",
            "example": "MKLLVVVLFLGAETTGSTQQLIQESGPGLVAPSQSLSITCTVSGFSLTNYGVHWVRQSPGKGLEWLGVIWSGGNTDYNTPFTSRLSINKDNSKSQVFFKMNSLQSNDTAIYYCARDYRYDYWGQGTLVTVSS",
            "description": "Antigen uniprot ID sequence"
          }
        }
      },
      "B066AffinitySearch_AffinityDetail": {
        "type": "object",
        "properties": {
          "ph": {
            "type": "string",
            "example": 7.4,
            "description": "pH value"
          },
          "unit": {
            "type": "string",
            "example": "1/Ms",
            "description": "Standardized unit"
          },
          "index": {
            "type": "string",
            "example": "Kd",
            "description": "Index"
          },
          "value": {
            "type": "string",
            "example": 198000,
            "description": "Standardized value"
          },
          "method": {
            "type": "string",
            "example": "SPR",
            "description": "Detection method"
          },
          "ori_unit": {
            "type": "string",
            "example": "M^-1s^-1",
            "description": "Original unit"
          },
          "ori_value": {
            "type": "string",
            "example": 198000,
            "description": "Original value"
          },
          "temperature": {
            "type": "string",
            "example": "room temperature",
            "description": "Temperature"
          }
        }
      },
      "B066AffinitySearch_AntibodySequenceInfo": {
        "type": "object",
        "properties": {
          "antibody_heavy_chain": {
            "type": "string",
            "example": "EVQLVESGGGLVQPGGSLRLSCAASGFTFSSYAMSWVRQAPGKGLEWVSAISGSGGSTYYADSVKGRFTISRDNSKNTLYLQMNSLRAEDTAVYYCARDYRYDYWGQGTLVTVSS",
            "description": "Antibody heavy chain sequence"
          },
          "antibody_light_chain": {
            "type": "string",
            "example": "DIQMTQSPSSLSASVGDRVTITCRASQDVNTAVAWYQQKPGKAPKLLIYSASFLYSGVPSRFSGSRSGTDFTLTISSLQPEDFATYYCQQHYTTPPTFGQGTKVEIK",
            "description": "Antibody light chain sequence"
          },
          "heavy_chain_sequence_number": {
            "type": "integer",
            "format": "int64",
            "example": 123456789,
            "description": "Heavy chain sequence number"
          },
          "light_chain_sequence_number": {
            "type": "integer",
            "format": "int64",
            "example": 987654321,
            "description": "Light chain sequence number"
          }
        }
      },
      "B066AffinitySearch_AffinityResponse": {
        "type": "object",
        "properties": {
          "page": {
            "type": "integer",
            "format": "int32",
            "example": 1,
            "description": "Current page number"
          },
          "rows": {
            "type": "integer",
            "format": "int32",
            "example": 10,
            "description": "Rows per page"
          },
          "total": {
            "type": "integer",
            "format": "int64",
            "example": 100,
            "description": "Total"
          },
          "source": {
            "$ref": "#/components/schemas/B066AffinitySearch_AntibodyPatentInfo"
          },
          "antigen_name": {
            "type": "string",
            "example": "CD19",
            "description": "Antigen name"
          },
          "antibody_name": {
            "type": "array",
            "example": [
              "Rituximab"
            ],
            "description": "Antibody name"
          },
          "antigen_species": {
            "type": "string",
            "example": "Human",
            "description": "Antigen species"
          },
          "antigen_uniport": {
            "type": "array",
            "example": "Please check the form: AntibodyUniport",
            "description": "Antigen UniProt list",
            "items": {
              "$ref": "#/components/schemas/B066AffinitySearch_AntibodyUniport"
            }
          },
          "affinity_details": {
            "type": "array",
            "example": "Please check the form: AffinityDetail",
            "description": "Affinity list",
            "items": {
              "$ref": "#/components/schemas/B066AffinitySearch_AffinityDetail"
            }
          },
          "antibody_sequence": {
            "$ref": "#/components/schemas/B066AffinitySearch_AntibodySequenceInfo"
          }
        }
      },
      "B066AffinitySearchResponse": {
        "type": "object",
        "properties": {
          "data": {
            "$ref": "#/components/schemas/B066AffinitySearch_AffinityResponse"
          },
          "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"
        ]
      },
      "B065AntibodySearch_AntibodyPatentInfo": {
        "type": "object",
        "properties": {
          "source_type": {
            "type": "string",
            "example": "patent",
            "description": "Data source type"
          },
          "antibody_patent_id": {
            "type": "string",
            "example": "AB_12345678",
            "description": "Antibody patent ID"
          },
          "antibody_patent_number": {
            "type": "string",
            "example": "CN302052315S",
            "description": "patent number"
          },
          "heavy_chain_sequence_id": {
            "type": "string",
            "example": "HC_12345678",
            "description": "PatSnap internal heavy chain sequence ID"
          },
          "light_chain_sequence_id": {
            "type": "string",
            "example": "LC_12345678",
            "description": "PatSnap internal light chain sequence ID"
          }
        }
      },
      "B065AntibodySearch_AntibodyUniport": {
        "type": "object",
        "properties": {
          "uniprot_id": {
            "type": "string",
            "example": "P15391",
            "description": "Antigen uniprot ID"
          },
          "uniprot_id_seq": {
            "type": "string",
            "example": "MKLLVVVLFLGAETTGSTQQLIQESGPGLVAPSQSLSITCTVSGFSLTNYGVHWVRQSPGKGLEWLGVIWSGGNTDYNTPFTSRLSINKDNSKSQVFFKMNSLQSNDTAIYYCARDYRYDYWGQGTLVTVSS",
            "description": "Antigen uniprot ID sequence"
          }
        }
      },
      "B065AntibodySearch_AntibodySequenceInfo": {
        "type": "object",
        "properties": {
          "antibody_heavy_chain": {
            "type": "string",
            "example": "EVQLVESGGGLVQPGGSLRLSCAASGFTFSSYAMSWVRQAPGKGLEWVSAISGSGGSTYYADSVKGRFTISRDNSKNTLYLQMNSLRAEDTAVYYCARDYRYDYWGQGTLVTVSS",
            "description": "Antibody heavy chain sequence"
          },
          "antibody_light_chain": {
            "type": "string",
            "example": "DIQMTQSPSSLSASVGDRVTITCRASQDVNTAVAWYQQKPGKAPKLLIYSASFLYSGVPSRFSGSRSGTDFTLTISSLQPEDFATYYCQQHYTTPPTFGQGTKVEIK",
            "description": "Antibody light chain sequence"
          },
          "heavy_chain_sequence_number": {
            "type": "integer",
            "format": "int64",
            "example": 123456789,
            "description": "Heavy chain sequence number"
          },
          "light_chain_sequence_number": {
            "type": "integer",
            "format": "int64",
            "example": 987654321,
            "description": "Light chain sequence number"
          }
        }
      },
      "B065AntibodySearch_AntibodyDetail": {
        "type": "object",
        "properties": {
          "source": {
            "$ref": "#/components/schemas/B065AntibodySearch_AntibodyPatentInfo"
          },
          "affinity_id": {
            "type": "string",
            "example": "n14778540229713683257531356477449681766",
            "description": "Affinity search ID"
          },
          "antigen_name": {
            "type": "string",
            "example": "CD19",
            "description": "Antigen name"
          },
          "antibody_name": {
            "type": "array",
            "example": [
              "Rituximab"
            ],
            "description": "Antibody name list"
          },
          "antigen_species": {
            "type": "string",
            "example": "Human",
            "description": "Antigen species"
          },
          "antigen_uniport": {
            "type": "array",
            "example": "Please check the form: AntibodyUniport",
            "description": "Antigen UniProt list",
            "items": {
              "$ref": "#/components/schemas/B065AntibodySearch_AntibodyUniport"
            }
          },
          "antigen_sequence": {
            "type": "string",
            "example": "MKLLVVVLFLGAETTGSTQQLIQESGPGLVAPSQSLSITCTVSGFSLTNYGVHWVRQSPGKGLEWLGVIWSGGNTDYNTPFTSRLSINKDNSKSQVFFKMNSLQSNDTAIYYCARDYRYDYWGQGTLVTVSS",
            "description": "Antigen sequence"
          },
          "antibody_sequence": {
            "$ref": "#/components/schemas/B065AntibodySearch_AntibodySequenceInfo"
          }
        }
      },
      "B065AntibodySearch_AntibodyResponse": {
        "type": "object",
        "properties": {
          "page": {
            "type": "integer",
            "format": "int32",
            "example": 1,
            "description": "Current page number"
          },
          "rows": {
            "type": "integer",
            "format": "int32",
            "example": 10,
            "description": "Rows per page"
          },
          "items": {
            "type": "array",
            "example": "Please check the form: AntibodyDetail",
            "description": "Result items",
            "items": {
              "$ref": "#/components/schemas/B065AntibodySearch_AntibodyDetail"
            }
          },
          "total": {
            "type": "integer",
            "format": "int64",
            "example": 100,
            "description": "Total"
          }
        }
      },
      "B065AntibodySearchResponse": {
        "type": "object",
        "properties": {
          "data": {
            "$ref": "#/components/schemas/B065AntibodySearch_AntibodyResponse"
          },
          "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"
          }
        }
      },
      "B034OrganizationBasicInfo_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"
          }
        }
      },
      "B034OrganizationBasicInfo_OrganizationTag": {
        "type": "object",
        "properties": {
          "id": {
            "type": "string",
            "example": "62eaee6d9ee44410b8aca59dfc7408e9",
            "description": "ID"
          },
          "type": {
            "type": "string",
            "example": "THERAPEUTIC_AREA",
            "description": "Type, Therapeutic Area/Drug Type"
          },
          "display_name": {
            "type": "array",
            "example": [
              {
                "lang": "EN",
                "name": "Neoplasms"
              },
              {
                "lang": "CN",
                "name": "肿瘤"
              }
            ],
            "description": "Name",
            "items": {
              "$ref": "#/components/schemas/B034OrganizationBasicInfo_CommonName"
            }
          }
        }
      },
      "B034OrganizationBasicInfo_Address": {
        "type": "object",
        "properties": {
          "city": {
            "type": "string",
            "example": "Thousand Oaks",
            "description": "City"
          },
          "state": {
            "type": "string",
            "example": "California",
            "description": "State"
          },
          "country": {
            "type": "string",
            "example": "United States",
            "description": "Country"
          }
        }
      },
      "B034OrganizationBasicInfo_GetOrganizationResponseDto": {
        "type": "object",
        "properties": {
          "tags": {
            "type": "array",
            "example": [
              {
                "id": "62eaee6d9ee44410b8aca59dfc7408e9",
                "type": "THERAPEUTIC_AREA",
                "display_name": [
                  {
                    "lang": "EN",
                    "name": "Neoplasms"
                  },
                  {
                    "lang": "CN",
                    "name": "肿瘤"
                  }
                ]
              },
              {
                "id": "c38eb408d6b842f487d6a27484156633",
                "type": "DRUG_TYPE",
                "display_name": [
                  {
                    "lang": "EN",
                    "name": "Monoclonal antibody"
                  },
                  {
                    "lang": "CN",
                    "name": "单克隆抗体"
                  }
                ]
              }
            ],
            "description": "Result Items",
            "items": {
              "$ref": "#/components/schemas/B034OrganizationBasicInfo_OrganizationTag"
            }
          },
          "address": {
            "$ref": "#/components/schemas/B034OrganizationBasicInfo_Address"
          },
          "founded_date": {
            "type": "string",
            "example": 19800101,
            "description": "Founded Date"
          },
          "stock_symbol": {
            "type": "string",
            "example": "AMGN",
            "description": "Stock Symbol"
          },
          "stock_exchange_code": {
            "type": "string",
            "example": "NASDAQ",
            "description": "Stock Exchange Code"
          }
        }
      },
      "B034OrganizationBasicInfoResponse": {
        "type": "object",
        "properties": {
          "data": {
            "$ref": "#/components/schemas/B034OrganizationBasicInfo_GetOrganizationResponseDto"
          },
          "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"
        ]
      },
      "B035OrganizationProfit_FreeCashFlow": {
        "type": "object",
        "properties": {
          "free_cf": {
            "type": "number",
            "example": 1729000000,
            "description": "Free Cash Flow"
          },
          "free_cf_yield": {
            "type": "number",
            "example": 0.0817,
            "description": "Free Cash Flow Yield"
          },
          "free_cf_growth": {
            "type": "number",
            "example": -0.3278,
            "description": "Growth"
          }
        }
      },
      "B035OrganizationProfit_CapitalExpenditures": {
        "type": "object",
        "properties": {
          "capex": {
            "type": "number",
            "example": -116000000,
            "description": "Capital Expenditures"
          },
          "capex_growth": {
            "type": "number",
            "example": 0.2516,
            "description": "Growth"
          }
        }
      },
      "B035OrganizationProfit_NetFinancingCashFlow": {
        "type": "object",
        "properties": {
          "net_financing_cf": {
            "type": "number",
            "example": -4987000000,
            "description": "Net Financing Cash Flow"
          },
          "net_financing_cf_growth": {
            "type": "number",
            "example": 0.5735,
            "description": "Growth"
          }
        }
      },
      "B035OrganizationProfit_NetInvestingCashFlow": {
        "type": "object",
        "properties": {
          "net_investing_cf": {
            "type": "number",
            "example": 3555000000,
            "description": "Net Investing Cash Flow"
          },
          "net_investing_cf_growth": {
            "type": "number",
            "example": 0.7615,
            "description": "Growth"
          }
        }
      },
      "B035OrganizationProfit_NetOperatingCashFlow": {
        "type": "object",
        "properties": {
          "net_oper_cf": {
            "type": "number",
            "example": 1845000000,
            "description": "Net Operating Cash Flow"
          },
          "net_oper_cf_growth": {
            "type": "number",
            "example": -0.3234,
            "description": "Growth"
          },
          "net_oper_cf_return_on_invest": {
            "type": "number",
            "example": 0.2327,
            "description": "Cash Flow Return on Invested Capital"
          }
        }
      },
      "B035OrganizationProfit_CashFlow": {
        "type": "object",
        "properties": {
          "year": {
            "type": "integer",
            "format": "int64",
            "example": 1553990400000,
            "description": "Date"
          },
          "currency_code": {
            "type": "string",
            "example": "USD",
            "description": "Currency Code"
          },
          "free_cash_flow": {
            "$ref": "#/components/schemas/B035OrganizationProfit_FreeCashFlow"
          },
          "capital_expenditures": {
            "$ref": "#/components/schemas/B035OrganizationProfit_CapitalExpenditures"
          },
          "net_financing_cash_flow": {
            "$ref": "#/components/schemas/B035OrganizationProfit_NetFinancingCashFlow"
          },
          "net_investing_cash_flow": {
            "$ref": "#/components/schemas/B035OrganizationProfit_NetInvestingCashFlow"
          },
          "net_operating_cash_flow": {
            "$ref": "#/components/schemas/B035OrganizationProfit_NetOperatingCashFlow"
          }
        }
      },
      "B035OrganizationProfit_CashSt": {
        "type": "object",
        "properties": {
          "cash_st": {
            "type": "number",
            "example": 26301000000,
            "description": "Cash & Short-Term Investments"
          },
          "cash_st_growth": {
            "type": "number",
            "example": -0.1825,
            "description": "Growth"
          },
          "cash_st_assets_ratio": {
            "type": "number",
            "example": 0.411,
            "description": "Cash & ST Investments / Total Assets"
          }
        }
      },
      "B035OrganizationProfit_NetDebt": {
        "type": "object",
        "properties": {
          "net_debt": {
            "type": "number",
            "example": 7211000000,
            "description": "Net Debt"
          },
          "net_debt_growth": {
            "type": "number",
            "example": -0.0571,
            "description": "Growth"
          },
          "net_debt_equity_ratio": {
            "type": "number",
            "example": 0.6657,
            "description": "Net Debt / Total Equity"
          }
        }
      },
      "B035OrganizationProfit_TotalDebt": {
        "type": "object",
        "properties": {
          "debt": {
            "type": "number",
            "example": 33512000000,
            "description": "Total Debt"
          },
          "debt_growth": {
            "type": "number",
            "example": -0.0571,
            "description": "Growth"
          },
          "debt_equity_ratio": {
            "type": "number",
            "example": 3.0938,
            "description": "Total Debt / Total Equity"
          },
          "debt_asserts_ratio": {
            "type": "number",
            "example": 0.5236,
            "description": "Total Debt / Total Assets"
          }
        }
      },
      "B035OrganizationProfit_TotalAssets": {
        "type": "object",
        "properties": {
          "assets": {
            "type": "number",
            "example": 63997000000,
            "description": "Total Assets"
          },
          "assets_growth": {
            "type": "number",
            "example": -0.1007,
            "description": "Growth"
          },
          "assets_turnover": {
            "type": "number",
            "example": 0.351,
            "description": "Asset Turnover"
          },
          "return_on_assets": {
            "type": "number",
            "example": 0.1195,
            "description": "Return on Assets"
          }
        }
      },
      "B035OrganizationProfit_TotalLiabilities": {
        "type": "object",
        "properties": {
          "liabs": {
            "type": "number",
            "example": 53165000000,
            "description": "Total Liabilities"
          },
          "liabs_growth": {
            "type": "number",
            "example": -0.0428,
            "description": "Growth"
          }
        }
      },
      "B035OrganizationProfit_TotalShareholdersEquity": {
        "type": "object",
        "properties": {
          "shldrs_equity": {
            "type": "number",
            "example": 10832000000,
            "description": "Total Shareholders' Equity"
          },
          "return_on_equity": {
            "type": "number",
            "example": 0.6105,
            "description": "Return on Equity"
          },
          "shldrs_equity_assets_ratio": {
            "type": "number",
            "example": 0.1693,
            "description": "Total Shareholders' Equity / Total Assets"
          }
        }
      },
      "B035OrganizationProfit_BalanceSheet": {
        "type": "object",
        "properties": {
          "year": {
            "type": "integer",
            "format": "int64",
            "example": 1553990400000,
            "description": "Date"
          },
          "cash_st": {
            "$ref": "#/components/schemas/B035OrganizationProfit_CashSt"
          },
          "net_debt": {
            "$ref": "#/components/schemas/B035OrganizationProfit_NetDebt"
          },
          "total_debt": {
            "$ref": "#/components/schemas/B035OrganizationProfit_TotalDebt"
          },
          "total_assets": {
            "$ref": "#/components/schemas/B035OrganizationProfit_TotalAssets"
          },
          "currency_code": {
            "type": "string",
            "example": "USD",
            "description": "Currency Code"
          },
          "total_liabilities": {
            "$ref": "#/components/schemas/B035OrganizationProfit_TotalLiabilities"
          },
          "total_shareholders_equity": {
            "$ref": "#/components/schemas/B035OrganizationProfit_TotalShareholdersEquity"
          }
        }
      },
      "B035OrganizationProfit_RevenueValue": {
        "type": "object",
        "properties": {
          "year": {
            "type": "integer",
            "format": "int64",
            "example": 1553990400000,
            "description": "Date"
          },
          "revenue": {
            "type": "number",
            "example": 5543000000,
            "description": "Revenue"
          },
          "net_margin": {
            "type": "number",
            "example": "11ef8a9e8bf5ca80213a1183511cded3",
            "description": "Net Margin"
          },
          "gross_margin": {
            "type": "number",
            "example": "11ef8a9e8bf5ca80213a1183511cded3",
            "description": "Gross Profit Margin"
          },
          "currency_code": {
            "type": "string",
            "example": "USD",
            "description": "Currency Code"
          }
        }
      },
      "B035OrganizationProfit_Ebit": {
        "type": "object",
        "properties": {
          "ebit": {
            "type": "number",
            "example": 2458000000,
            "description": "EBIT"
          },
          "ebit_growth": {
            "type": "number",
            "example": -0.1107,
            "description": "Growth"
          },
          "ebit_margin": {
            "type": "number",
            "example": 0.4434,
            "description": "EBIT margin"
          }
        }
      },
      "B035OrganizationProfit_Sales": {
        "type": "object",
        "properties": {
          "sales": {
            "type": "number",
            "example": 5543000000,
            "description": "Sales"
          },
          "sale_growth": {
            "type": "number",
            "example": -0.0081,
            "description": "Growth"
          }
        }
      },
      "B035OrganizationProfit_Ebitda": {
        "type": "object",
        "properties": {
          "ebitda": {
            "type": "number",
            "example": 2953000000,
            "description": "EBITDA"
          },
          "ebitda_growth": {
            "type": "number",
            "example": -0.0872,
            "description": "Growth"
          },
          "ebitda_margin": {
            "type": "number",
            "example": 0.5327,
            "description": "EBITDA Margin"
          }
        }
      },
      "B035OrganizationProfit_NetIncome": {
        "type": "object",
        "properties": {
          "net_income": {
            "type": "number",
            "example": 1992000000,
            "description": "Net Income"
          },
          "net_income_growth": {
            "type": "number",
            "example": -0.138,
            "description": "Growth"
          },
          "net_income_margin": {
            "type": "number",
            "example": 0.3594,
            "description": "Net Margin"
          }
        }
      },
      "B035OrganizationProfit_GrossIncome": {
        "type": "object",
        "properties": {
          "gross_inc": {
            "type": "number",
            "example": 4488000000,
            "description": "Gross Income"
          },
          "gross_margin": {
            "type": "number",
            "example": 0.8097,
            "description": "Gross Margin"
          },
          "gross_inc_growth": {
            "type": "number",
            "example": -0.0336,
            "description": "Growth"
          }
        }
      },
      "B035OrganizationProfit_IncomeStatement": {
        "type": "object",
        "properties": {
          "ebit": {
            "$ref": "#/components/schemas/B035OrganizationProfit_Ebit"
          },
          "year": {
            "type": "integer",
            "format": "int64",
            "example": 1553990400000,
            "description": "Date"
          },
          "sales": {
            "$ref": "#/components/schemas/B035OrganizationProfit_Sales"
          },
          "ebitda": {
            "$ref": "#/components/schemas/B035OrganizationProfit_Ebitda"
          },
          "net_income": {
            "$ref": "#/components/schemas/B035OrganizationProfit_NetIncome"
          },
          "gross_income": {
            "$ref": "#/components/schemas/B035OrganizationProfit_GrossIncome"
          },
          "currency_code": {
            "type": "string",
            "example": "USD",
            "description": "Currency Code"
          }
        }
      },
      "B035OrganizationProfit_ProfitValue": {
        "type": "object",
        "properties": {
          "year": {
            "type": "integer",
            "format": "int64",
            "example": 1553990400000,
            "description": "Date"
          },
          "market_val": {
            "type": "number",
            "example": 116724000000,
            "description": "Market Cap"
          },
          "currency_code": {
            "type": "string",
            "example": "USD",
            "description": "Currency Code"
          }
        }
      },
      "B035OrganizationProfit_GetOrganizationProfitResponseDto": {
        "type": "object",
        "properties": {
          "revenue": {
            "type": "number",
            "example": 28010000000,
            "description": "Revenue"
          },
          "unix_date": {
            "type": "integer",
            "format": "int64",
            "example": 1703980800000,
            "description": "Statistical Cutoff Time"
          },
          "cash_flows": {
            "type": "array",
            "example": "Please check the form:CashFlow",
            "description": "Cash flow",
            "items": {
              "$ref": "#/components/schemas/B035OrganizationProfit_CashFlow"
            }
          },
          "market_val": {
            "type": "number",
            "example": 154206000000,
            "description": "Market Cap"
          },
          "currency_code": {
            "type": "string",
            "example": "USD",
            "description": "Currency Code"
          },
          "balance_sheets": {
            "type": "array",
            "example": "Please check the form:BalanceSheet",
            "description": "Balance Sheet",
            "items": {
              "$ref": "#/components/schemas/B035OrganizationProfit_BalanceSheet"
            }
          },
          "revenue_detail": {
            "type": "array",
            "example": "Please check the form:RevenueValue",
            "description": "Revenue(According To Dimension)",
            "items": {
              "$ref": "#/components/schemas/B035OrganizationProfit_RevenueValue"
            }
          },
          "income_statements": {
            "type": "array",
            "example": "Please check the form:IncomeStatement",
            "description": "Income Statement",
            "items": {
              "$ref": "#/components/schemas/B035OrganizationProfit_IncomeStatement"
            }
          },
          "market_val_detail": {
            "type": "array",
            "example": "Please check the form:ProfitValue",
            "description": "Market Cap(According To Dimension)",
            "items": {
              "$ref": "#/components/schemas/B035OrganizationProfit_ProfitValue"
            }
          }
        }
      },
      "B035OrganizationProfitResponse": {
        "type": "object",
        "properties": {
          "data": {
            "$ref": "#/components/schemas/B035OrganizationProfit_GetOrganizationProfitResponseDto"
          },
          "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"
        ]
      },
      "B035OrganizationProfitRequest": {
        "type": "object",
        "properties": {
          "organization_id": {
            "type": "string",
            "example": "11ef8a9e8bf5ca80213a1183511cded3",
            "description": "Organization ID"
          },
          "duration_type": {
            "type": "string",
            "example": "YEARLY",
            "description": "Dimension type. The value is an enum with the following values: QUARTERLY、SEMI_ANNUAL、YEARLY. Default YEARLY"
          },
          "duration": {
            "type": "string",
            "example": "FIVE_YEAR",
            "description": "Time Range. The value is an enum with the following values: ONE_YEAR、THREE_YEAR、FIVE_YEAR、TEN_YEAR. Default FIVE_YEAR"
          }
        }
      },
      "B037OrganizationInvestment_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"
          }
        }
      },
      "B037OrganizationInvestment_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/B037OrganizationInvestment_CommonName"
            }
          },
          "organization_id": {
            "type": "string",
            "example": "87bfaf037f8e60c9e25595cd98bb27e4",
            "description": "Organization ID"
          }
        }
      },
      "B037OrganizationInvestment_FundingTypeDto": {
        "type": "object",
        "properties": {
          "classification": {
            "type": "string",
            "example": "IPO上市后",
            "description": "Investment Type Name"
          },
          "classification_en": {
            "type": "string",
            "example": "Post IPO",
            "description": "Investment Type（EN）Name"
          }
        }
      },
      "B037OrganizationInvestment_MoneyRaised": {
        "type": "object",
        "properties": {
          "value_cny": {
            "type": "number",
            "format": "double",
            "example": 178139675,
            "description": "Amount Original Value(CNY)"
          },
          "value_usd": {
            "type": "number",
            "format": "double",
            "example": 25000000,
            "description": "Amount Original Value(USD)"
          },
          "original_value": {
            "type": "number",
            "format": "double",
            "example": 25000000,
            "description": "Amount Original Value"
          },
          "original_currency": {
            "type": "string",
            "example": "USD",
            "description": "Amount Original Currency Code"
          }
        }
      },
      "B037OrganizationInvestment_FundingRoundDto": {
        "type": "object",
        "properties": {
          "investors": {
            "type": "array",
            "example": [
              {
                "display_name": [
                  {
                    "lang": "EN",
                    "name": "Sichuan Baili Pharmaceuticals Co.,Ltd"
                  },
                  {
                    "lang": "CN",
                    "name": "四川百利药业有限责任公司"
                  }
                ],
                "organization_id": "685e5cad5351555103932a4c484281c2"
              }
            ],
            "description": "Investors",
            "items": {
              "$ref": "#/components/schemas/B037OrganizationInvestment_CommonOrganization"
            }
          },
          "funding_type": {
            "$ref": "#/components/schemas/B037OrganizationInvestment_FundingTypeDto"
          },
          "announced_time": {
            "type": "integer",
            "format": "int64",
            "example": 1684195200000,
            "description": "Annouced Date"
          },
          "funded_organization": {
            "$ref": "#/components/schemas/B037OrganizationInvestment_CommonOrganization"
          },
          "transaction_amount_lower": {
            "$ref": "#/components/schemas/B037OrganizationInvestment_MoneyRaised"
          },
          "transaction_amount_upper": {
            "$ref": "#/components/schemas/B037OrganizationInvestment_MoneyRaised"
          },
          "original_transaction_amount": {
            "type": "string",
            "example": "25,000,000 USD",
            "description": "Amount Original Value"
          }
        }
      },
      "B037OrganizationInvestment_GetOrganizationInvestmentResponseDto": {
        "type": "object",
        "properties": {
          "items": {
            "type": "array",
            "example": "Please check the form:FundingRoundDto",
            "description": "Result Items",
            "items": {
              "$ref": "#/components/schemas/B037OrganizationInvestment_FundingRoundDto"
            }
          },
          "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"
          }
        }
      },
      "B037OrganizationInvestmentResponse": {
        "type": "object",
        "properties": {
          "data": {
            "$ref": "#/components/schemas/B037OrganizationInvestment_GetOrganizationInvestmentResponseDto"
          },
          "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"
        ]
      },
      "B037OrganizationInvestmentRequest": {
        "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"
          }
        }
      },
      "B036OrganizationGrantFunding_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"
          }
        }
      },
      "B036OrganizationGrantFunding_AwardOrganization": {
        "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/B036OrganizationGrantFunding_CommonName"
            }
          },
          "original_name": {
            "type": "string",
            "example": "Food and Drug Administration",
            "description": "Organization Original Name"
          },
          "organization_id": {
            "type": "string",
            "example": "87bfaf037f8e60c9e25595cd98bb27e4",
            "description": "Organization ID"
          }
        }
      },
      "B036OrganizationGrantFunding_OrganizationGrantFundingDto": {
        "type": "object",
        "properties": {
          "value": {
            "type": "number",
            "format": "double",
            "example": 500000,
            "description": "Amount"
          },
          "open_date": {
            "type": "integer",
            "format": "int64",
            "example": 1598933340000,
            "description": "Open Date"
          },
          "close_date": {
            "type": "integer",
            "format": "int64",
            "example": 1643601660000,
            "description": "Closed Date"
          },
          "currency_code": {
            "type": "string",
            "example": "USD",
            "description": "Currency Code"
          },
          "award_by_organization": {
            "type": "array",
            "example": [
              {
                "display_name": [
                  {
                    "lang": "EN",
                    "name": "US Food & Drug Administration"
                  }
                ],
                "original_name": "Food and Drug Administration",
                "organization_id": "22f728dbb565b4533dccd54700185db3"
              }
            ],
            "description": "Award By",
            "items": {
              "$ref": "#/components/schemas/B036OrganizationGrantFunding_AwardOrganization"
            }
          }
        }
      },
      "B036OrganizationGrantFunding_GetOrganizationGrantFundingResponseDto": {
        "type": "object",
        "properties": {
          "items": {
            "type": "array",
            "example": "Please check the form:OrganizationGrantFundingDto",
            "description": "Result Items",
            "items": {
              "$ref": "#/components/schemas/B036OrganizationGrantFunding_OrganizationGrantFundingDto"
            }
          },
          "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"
          }
        }
      },
      "B036OrganizationGrantFundingResponse": {
        "type": "object",
        "properties": {
          "data": {
            "$ref": "#/components/schemas/B036OrganizationGrantFunding_GetOrganizationGrantFundingResponseDto"
          },
          "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"
        ]
      },
      "B036OrganizationGrantFundingRequest": {
        "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_CommonConditionValue2": {
        "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"
          }
        }
      },
      "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": [],
            "description": "Value List"
          }
        }
      },
      "B057SynapseBullEyesPlot_CommonConditionValue3": {
        "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": [
              "11ef8a9e8bf5ca80213a1183511cded3"
            ],
            "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_CommonConditionValue2"
          },
          "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_CommonConditionValue3"
          },
          "global_highest_dev_status": {
            "type": "array",
            "example": [],
            "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": [],
            "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": false,
            "description": "Whether Start-Up Organization"
          }
        },
        "required": [
          "limit",
          "dimension"
        ]
      },
      "B038OrganizationFinancing_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"
          }
        }
      },
      "B038OrganizationFinancing_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/B038OrganizationFinancing_CommonName"
            }
          },
          "organization_id": {
            "type": "string",
            "example": "87bfaf037f8e60c9e25595cd98bb27e4",
            "description": "Organization ID"
          }
        }
      },
      "B038OrganizationFinancing_FundingTypeDto": {
        "type": "object",
        "properties": {
          "classification": {
            "type": "string",
            "example": "IPO上市后",
            "description": "Investment Type Name"
          },
          "classification_en": {
            "type": "string",
            "example": "Post IPO",
            "description": "Investment Type（EN）Name"
          }
        }
      },
      "B038OrganizationFinancing_MoneyRaised": {
        "type": "object",
        "properties": {
          "value_cny": {
            "type": "number",
            "format": "double",
            "example": 178139675,
            "description": "Amount Original Value(CNY)"
          },
          "value_usd": {
            "type": "number",
            "format": "double",
            "example": 25000000,
            "description": "Amount Original Value(USD)"
          },
          "original_value": {
            "type": "number",
            "format": "double",
            "example": 25000000,
            "description": "Amount Original Value"
          },
          "original_currency": {
            "type": "string",
            "example": "USD",
            "description": "Amount Original Currency Code"
          }
        }
      },
      "B038OrganizationFinancing_FundingRoundDto": {
        "type": "object",
        "properties": {
          "investors": {
            "type": "array",
            "example": [
              {
                "display_name": [
                  {
                    "lang": "EN",
                    "name": "Sichuan Baili Pharmaceuticals Co.,Ltd"
                  },
                  {
                    "lang": "CN",
                    "name": "四川百利药业有限责任公司"
                  }
                ],
                "organization_id": "685e5cad5351555103932a4c484281c2"
              }
            ],
            "description": "Investors",
            "items": {
              "$ref": "#/components/schemas/B038OrganizationFinancing_CommonOrganization"
            }
          },
          "funding_type": {
            "$ref": "#/components/schemas/B038OrganizationFinancing_FundingTypeDto"
          },
          "announced_time": {
            "type": "integer",
            "format": "int64",
            "example": 1684195200000,
            "description": "Annouced Date"
          },
          "funded_organization": {
            "$ref": "#/components/schemas/B038OrganizationFinancing_CommonOrganization"
          },
          "transaction_amount_lower": {
            "$ref": "#/components/schemas/B038OrganizationFinancing_MoneyRaised"
          },
          "transaction_amount_upper": {
            "$ref": "#/components/schemas/B038OrganizationFinancing_MoneyRaised"
          },
          "original_transaction_amount": {
            "type": "string",
            "example": "25,000,000 USD",
            "description": "Amount Original Value"
          }
        }
      },
      "B038OrganizationFinancing_GetOrganizationFinancingResponseDto": {
        "type": "object",
        "properties": {
          "items": {
            "type": "array",
            "example": "Please check the form:FundingRoundDto",
            "description": "Result Items",
            "items": {
              "$ref": "#/components/schemas/B038OrganizationFinancing_FundingRoundDto"
            }
          },
          "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"
          }
        }
      },
      "B038OrganizationFinancingResponse": {
        "type": "object",
        "properties": {
          "data": {
            "$ref": "#/components/schemas/B038OrganizationFinancing_GetOrganizationFinancingResponseDto"
          },
          "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"
        ]
      },
      "B038OrganizationFinancingRequest": {
        "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"
          }
        }
      },
      "B064-1DrugSearchCreate_AlertResponse": {
        "type": "object",
        "properties": {
          "alert_id": {
            "type": "string",
            "example": "561a206a-25c5-4883-be9a-b48eb55edba2",
            "description": "Alert ID"
          }
        }
      },
      "B064-1DrugSearchCreateResponse": {
        "type": "object",
        "properties": {
          "data": {
            "$ref": "#/components/schemas/B064-1DrugSearchCreate_AlertResponse"
          },
          "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"
        ]
      },
      "B064-1DrugSearchCreate_Event": {
        "type": "object",
        "properties": {
          "name": {
            "type": "string",
            "example": "drug_dev_status",
            "description": "Event name, supports:<p>query_result (Query Result) - Monitor changes in search results</p><p>drug_dev_status (Drug Development Status) - Monitor changes in drug development phases</p><p>special_approval (Special Approval) - Monitor special approval events</p><p>clinical_trial (Clinical Trial) - Monitor clinical trial related events</p><p>drug_deal (Drug Deal) - Monitor drug deal events</p><p>patent (Patent) - Monitor patent related events</p><p>paper (Paper) - Monitor paper publication events</p><p>translational_medicine (Translational Medicine) - Monitor translational medicine events</p><p>news (News) - Monitor news events</p>"
          },
          "sub_event": {
            "type": "array",
            "example": [
              "DISCOVERY",
              "PRECLINICAL",
              "PHASE_1"
            ],
            "description": "Sub-event list, different options for different event types:<p>query_result (Query Result): [QUERY_RESULT (Query Result Change)]</p><p>drug_dev_status (Drug Development Status): [DISCOVERY (Drug Discovery), PRECLINICAL (Preclinical), IND (Investigational New Drug), IND_APPROVAL (IND Approval), EARLY_PHASE_1 (Early Phase 1), PHASE_1 (Phase 1), PHASE_1_2 (Phase 1/2), PHASE_2 (Phase 2), PHASE_2_3 (Phase 2/3), PHASE_3 (Phase 3), NDA_BLA (New Drug Application/Biologics License Application), APPROVED (Approved), DISCONTINUED (Discontinued), WITHDRAWN (Withdrawn), SUSPENDED (Suspended)]</p><p>special_approval (Special Approval): [SPECIAL_APPROVAL (Special Approval Event)]</p><p>clinical_trial (Clinical Trial): [CLINICAL_TRIAL_FIRST_POSTED (Clinical Trial First Posted), CLINICAL_TRIAL_CLINICAL_PROGRESS (Clinical Trial Progress), CLINICAL_TRIAL_RESULT_PUBLISHED (Clinical Trial Result Published)]</p><p>drug_deal (Drug Deal): [ACTIVE (Active), TERMINATED (Terminated), COMPLETED (Completed)]</p><p>patent (Patent): [PATENT_PUBLISHED (Patent Published), PATENT_GRANTED (Patent Granted), PATENT_EXPIRE_WITHIN_FIVE_YEARS (Patent Expire Within 5 Years), PATENT_EXPIRE_WITHIN_THREE_YEARS (Patent Expire Within 3 Years), PATENT_EXTENSION (Patent Extension)]</p><p>paper (Paper): [PAPER (Paper Published)]</p><p>translational_medicine (Translational Medicine): [TRANSLATIONAL_MEDICINE (Translational Medicine Event)]</p><p>news (News): [NEWS (News Event)]</p>"
          }
        },
        "required": [
          "name",
          "sub_event"
        ]
      },
      "B064-1DrugSearchCreate_Frequency": {
        "type": "object",
        "properties": {
          "date": {
            "type": "integer",
            "format": "int32",
            "example": 1,
            "description": "Date setting, when type is WEEKLY: 1-7 (Monday to Sunday); when type is MONTHLY: 1-29 (day of the month); when type is DAILY: this field is invalid"
          },
          "type": {
            "type": "string",
            "example": "WEEKLY",
            "description": "Frequency type, supports: DAILY (Daily), WEEKLY (Weekly), MONTHLY (Monthly)"
          }
        },
        "required": [
          "type"
        ]
      },
      "B064-1DrugSearchCreate_DrugSearchDrugConditionValue": {
        "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": [
              "945fa31ebe9e41ae912e493aa3324576"
            ],
            "description": "Value List"
          }
        }
      },
      "B064-1DrugSearchCreate_DrugSearchTargetConditionValue": {
        "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": [
              "9786d32e3d244a688ec6a60d2fe1b10b"
            ],
            "description": "Value List"
          }
        }
      },
      "B064-1DrugSearchCreate_DrugSearchDiseaseConditionValue": {
        "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": [
              "3beea980d93a4cc0abc864e27514601c"
            ],
            "description": "Value List"
          }
        }
      },
      "B064-1DrugSearchCreate_DrugSearchOrganizationConditionValue": {
        "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": [
              "6a8c172f1efc649035845f94c31a9c1e"
            ],
            "description": "Value List"
          }
        }
      },
      "B064-1DrugSearchCreate_DrugSearchMechanismActionConditionValue": {
        "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": [
              "4dd338b149b3ecd0ee860e1fb379b44f"
            ],
            "description": "Value List"
          }
        }
      },
      "B064-1DrugSearchCreate_DrugSearchDrugTypeConditionValue": {
        "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": [
              "c38eb408d6b842f487d6a27484156633"
            ],
            "description": "Value List"
          }
        }
      },
      "B064-1DrugSearchCreate_DrugSearchSortDto": {
        "type": "object",
        "properties": {
          "sort_field": {
            "type": "string",
            "example": "DRUG_TYPE_SORT",
            "description": "sort field, enum values: DRUG_TYPE_SORT, GLOBAL_HIGHEST_DEV_STATUS_RANK, FIRST_APPROVED_DATE"
          },
          "sort_order": {
            "type": "string",
            "example": "desc",
            "description": "sort order, support:desc,asc"
          }
        }
      },
      "B064-1DrugSearchCreate_DrugSearchRequestDto": {
        "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."
          },
          "drug": {
            "$ref": "#/components/schemas/B064-1DrugSearchCreate_DrugSearchDrugConditionValue"
          },
          "target": {
            "$ref": "#/components/schemas/B064-1DrugSearchCreate_DrugSearchTargetConditionValue"
          },
          "disease": {
            "$ref": "#/components/schemas/B064-1DrugSearchCreate_DrugSearchDiseaseConditionValue"
          },
          "organization": {
            "$ref": "#/components/schemas/B064-1DrugSearchCreate_DrugSearchOrganizationConditionValue"
          },
          "mechanism_action": {
            "$ref": "#/components/schemas/B064-1DrugSearchCreate_DrugSearchMechanismActionConditionValue"
          },
          "drug_type": {
            "$ref": "#/components/schemas/B064-1DrugSearchCreate_DrugSearchDrugTypeConditionValue"
          },
          "global_highest_dev_status": {
            "type": "array",
            "example": [
              "Approved"
            ],
            "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": [
              "Approved"
            ],
            "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": false,
            "description": "Whether Start-Up Organization"
          },
          "sort": {
            "type": "array",
            "example": [
              {
                "sort_field": "DRUG_TYPE_SORT",
                "sort_order": "desc"
              },
              {
                "sort_field": "GLOBAL_HIGHEST_DEV_STATUS_RANK",
                "sort_order": "desc"
              },
              {
                "sort_field": "FIRST_APPROVED_DATE",
                "sort_order": "desc"
              }
            ],
            "description": "Field order, field can support: DRUG_TYPE_SORT, GLOBAL_HIGHEST_DEV_STATUS_RANK, FIRST_APPROVED_DATE; order can support:desc, asc (default desc)",
            "items": {
              "$ref": "#/components/schemas/B064-1DrugSearchCreate_DrugSearchSortDto"
            }
          }
        }
      },
      "B064-1DrugSearchCreateRequest": {
        "type": "object",
        "properties": {
          "events": {
            "type": "array",
            "example": [
              {
                "name": "query_result",
                "subEvent": [
                  "QUERY_RESULT"
                ]
              },
              {
                "name": "drug_dev_status",
                "subEvent": [
                  "DISCOVERY",
                  "PRECLINICAL",
                  "PHASE_1",
                  "APPROVED"
                ]
              },
              {
                "name": "clinical_trial",
                "subEvent": [
                  "CLINICAL_TRIAL_FIRST_POSTED",
                  "CLINICAL_TRIAL_RESULT_PUBLISHED"
                ]
              },
              {
                "name": "patent",
                "subEvent": [
                  "PATENT_PUBLISHED",
                  "PATENT_GRANTED"
                ]
              }
            ],
            "description": "Event subscription list",
            "items": {
              "$ref": "#/components/schemas/B064-1DrugSearchCreate_Event"
            }
          },
          "frequency": {
            "$ref": "#/components/schemas/B064-1DrugSearchCreate_Frequency"
          },
          "lang": {
            "type": "string",
            "example": "CN",
            "description": "Language setting, supports: CN (Chinese), EN (English)"
          },
          "query": {
            "$ref": "#/components/schemas/B064-1DrugSearchCreate_DrugSearchRequestDto"
          },
          "title": {
            "type": "string",
            "example": "我的药物预警",
            "description": "Alert title"
          }
        },
        "required": [
          "events",
          "frequency",
          "lang",
          "query",
          "title"
        ]
      },
      "B064-2DrugSearchEdit_AlertResponse": {
        "type": "object",
        "properties": {
          "alert_id": {
            "type": "string",
            "example": "561a206a-25c5-4883-be9a-b48eb55edba2",
            "description": "Alert ID"
          }
        }
      },
      "B064-2DrugSearchEditResponse": {
        "type": "object",
        "properties": {
          "data": {
            "$ref": "#/components/schemas/B064-2DrugSearchEdit_AlertResponse"
          },
          "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"
        ]
      },
      "B064-2DrugSearchEdit_Event": {
        "type": "object",
        "properties": {
          "name": {
            "type": "string",
            "example": "drug_dev_status",
            "description": "Event name, supports:<p>query_result (Query Result) - Monitor changes in search results</p><p>drug_dev_status (Drug Development Status) - Monitor changes in drug development phases</p><p>special_approval (Special Approval) - Monitor special approval events</p><p>clinical_trial (Clinical Trial) - Monitor clinical trial related events</p><p>drug_deal (Drug Deal) - Monitor drug deal events</p><p>patent (Patent) - Monitor patent related events</p><p>paper (Paper) - Monitor paper publication events</p><p>translational_medicine (Translational Medicine) - Monitor translational medicine events</p><p>news (News) - Monitor news events</p>"
          },
          "sub_event": {
            "type": "array",
            "example": [
              "DISCOVERY",
              "PRECLINICAL",
              "PHASE_1"
            ],
            "description": "Sub-event list, different options for different event types:<p>query_result (Query Result): [QUERY_RESULT (Query Result Change)]</p><p>drug_dev_status (Drug Development Status): [DISCOVERY (Drug Discovery), PRECLINICAL (Preclinical), IND (Investigational New Drug), IND_APPROVAL (IND Approval), EARLY_PHASE_1 (Early Phase 1), PHASE_1 (Phase 1), PHASE_1_2 (Phase 1/2), PHASE_2 (Phase 2), PHASE_2_3 (Phase 2/3), PHASE_3 (Phase 3), NDA_BLA (New Drug Application/Biologics License Application), APPROVED (Approved), DISCONTINUED (Discontinued), WITHDRAWN (Withdrawn), SUSPENDED (Suspended)]</p><p>special_approval (Special Approval): [SPECIAL_APPROVAL (Special Approval Event)]</p><p>clinical_trial (Clinical Trial): [CLINICAL_TRIAL_FIRST_POSTED (Clinical Trial First Posted), CLINICAL_TRIAL_CLINICAL_PROGRESS (Clinical Trial Progress), CLINICAL_TRIAL_RESULT_PUBLISHED (Clinical Trial Result Published)]</p><p>drug_deal (Drug Deal): [ACTIVE (Active), TERMINATED (Terminated), COMPLETED (Completed)]</p><p>patent (Patent): [PATENT_PUBLISHED (Patent Published), PATENT_GRANTED (Patent Granted), PATENT_EXPIRE_WITHIN_FIVE_YEARS (Patent Expire Within 5 Years), PATENT_EXPIRE_WITHIN_THREE_YEARS (Patent Expire Within 3 Years), PATENT_EXTENSION (Patent Extension)]</p><p>paper (Paper): [PAPER (Paper Published)]</p><p>translational_medicine (Translational Medicine): [TRANSLATIONAL_MEDICINE (Translational Medicine Event)]</p><p>news (News): [NEWS (News Event)]</p>"
          }
        },
        "required": [
          "name",
          "sub_event"
        ]
      },
      "B064-2DrugSearchEdit_Frequency": {
        "type": "object",
        "properties": {
          "date": {
            "type": "integer",
            "format": "int32",
            "example": 1,
            "description": "Date setting, when type is WEEKLY: 1-7 (Monday to Sunday); when type is MONTHLY: 1-29 (day of the month); when type is DAILY: this field is invalid"
          },
          "type": {
            "type": "string",
            "example": "WEEKLY",
            "description": "Frequency type, supports: DAILY (Daily), WEEKLY (Weekly), MONTHLY (Monthly)"
          }
        },
        "required": [
          "type"
        ]
      },
      "B064-2DrugSearchEdit_DrugSearchDrugConditionValue": {
        "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": [
              "945fa31ebe9e41ae912e493aa3324576"
            ],
            "description": "Value List"
          }
        }
      },
      "B064-2DrugSearchEdit_DrugSearchTargetConditionValue": {
        "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": [
              "9786d32e3d244a688ec6a60d2fe1b10b"
            ],
            "description": "Value List"
          }
        }
      },
      "B064-2DrugSearchEdit_DrugSearchDiseaseConditionValue": {
        "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": [
              "3beea980d93a4cc0abc864e27514601c"
            ],
            "description": "Value List"
          }
        }
      },
      "B064-2DrugSearchEdit_DrugSearchOrganizationConditionValue": {
        "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": [
              "6a8c172f1efc649035845f94c31a9c1e"
            ],
            "description": "Value List"
          }
        }
      },
      "B064-2DrugSearchEdit_DrugSearchMechanismActionConditionValue": {
        "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": [
              "4dd338b149b3ecd0ee860e1fb379b44f"
            ],
            "description": "Value List"
          }
        }
      },
      "B064-2DrugSearchEdit_DrugSearchDrugTypeConditionValue": {
        "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": [
              "c38eb408d6b842f487d6a27484156633"
            ],
            "description": "Value List"
          }
        }
      },
      "B064-2DrugSearchEdit_DrugSearchSortDto": {
        "type": "object",
        "properties": {
          "sort_field": {
            "type": "string",
            "example": "DRUG_TYPE_SORT",
            "description": "sort field, enum values: DRUG_TYPE_SORT, GLOBAL_HIGHEST_DEV_STATUS_RANK, FIRST_APPROVED_DATE"
          },
          "sort_order": {
            "type": "string",
            "example": "desc",
            "description": "sort order, support:desc,asc"
          }
        }
      },
      "B064-2DrugSearchEdit_DrugSearchRequestDto": {
        "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."
          },
          "drug": {
            "$ref": "#/components/schemas/B064-2DrugSearchEdit_DrugSearchDrugConditionValue"
          },
          "target": {
            "$ref": "#/components/schemas/B064-2DrugSearchEdit_DrugSearchTargetConditionValue"
          },
          "disease": {
            "$ref": "#/components/schemas/B064-2DrugSearchEdit_DrugSearchDiseaseConditionValue"
          },
          "organization": {
            "$ref": "#/components/schemas/B064-2DrugSearchEdit_DrugSearchOrganizationConditionValue"
          },
          "mechanism_action": {
            "$ref": "#/components/schemas/B064-2DrugSearchEdit_DrugSearchMechanismActionConditionValue"
          },
          "drug_type": {
            "$ref": "#/components/schemas/B064-2DrugSearchEdit_DrugSearchDrugTypeConditionValue"
          },
          "global_highest_dev_status": {
            "type": "array",
            "example": [
              "Approved"
            ],
            "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": [
              "Approved"
            ],
            "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": false,
            "description": "Whether Start-Up Organization"
          },
          "sort": {
            "type": "array",
            "example": [
              {
                "sort_field": "DRUG_TYPE_SORT",
                "sort_order": "desc"
              },
              {
                "sort_field": "GLOBAL_HIGHEST_DEV_STATUS_RANK",
                "sort_order": "desc"
              },
              {
                "sort_field": "FIRST_APPROVED_DATE",
                "sort_order": "desc"
              }
            ],
            "description": "Field order, field can support: DRUG_TYPE_SORT, GLOBAL_HIGHEST_DEV_STATUS_RANK, FIRST_APPROVED_DATE; order can support:desc, asc (default desc)",
            "items": {
              "$ref": "#/components/schemas/B064-2DrugSearchEdit_DrugSearchSortDto"
            }
          }
        }
      },
      "B064-2DrugSearchEditRequest": {
        "type": "object",
        "properties": {
          "alert_id": {
            "type": "string",
            "example": "7b594e7d-34e1-43e6-9674-6ef8c242b721",
            "description": "Alert ID"
          },
          "events": {
            "type": "array",
            "example": [
              {
                "name": "query_result",
                "subEvent": [
                  "QUERY_RESULT"
                ]
              },
              {
                "name": "drug_dev_status",
                "subEvent": [
                  "DISCOVERY",
                  "PRECLINICAL",
                  "PHASE_1",
                  "APPROVED"
                ]
              },
              {
                "name": "clinical_trial",
                "subEvent": [
                  "CLINICAL_TRIAL_FIRST_POSTED",
                  "CLINICAL_TRIAL_RESULT_PUBLISHED"
                ]
              },
              {
                "name": "patent",
                "subEvent": [
                  "PATENT_PUBLISHED",
                  "PATENT_GRANTED"
                ]
              }
            ],
            "description": "Event subscription list",
            "items": {
              "$ref": "#/components/schemas/B064-2DrugSearchEdit_Event"
            }
          },
          "frequency": {
            "$ref": "#/components/schemas/B064-2DrugSearchEdit_Frequency"
          },
          "lang": {
            "type": "string",
            "example": "CN",
            "description": "Language setting, supports: CN (Chinese), EN (English)"
          },
          "query": {
            "$ref": "#/components/schemas/B064-2DrugSearchEdit_DrugSearchRequestDto"
          },
          "title": {
            "type": "string",
            "example": "我的药物预警",
            "description": "Alert title"
          }
        },
        "required": [
          "alert_id",
          "events",
          "frequency",
          "lang",
          "query",
          "title"
        ]
      },
      "R001TaskCreateNoLogo_CompanyReportCreateResponse": {
        "type": "object",
        "properties": {
          "job_id": {
            "type": "string",
            "example": 1579434053399036000,
            "description": "export job id"
          }
        }
      },
      "R001TaskCreateNoLogoResponse": {
        "type": "object",
        "properties": {
          "data": {
            "$ref": "#/components/schemas/R001TaskCreateNoLogo_CompanyReportCreateResponse"
          },
          "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"
        ]
      },
      "R001TaskCreateNoLogoRequest": {
        "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"
          },
          "report_type": {
            "type": "string",
            "example": "word",
            "description": "Query the type of report returned by the enterprise, either word or pdf"
          }
        },
        "required": [
          "report_type"
        ]
      },
      "R001TaskCreate_CompanyReportCreateResponse": {
        "type": "object",
        "properties": {
          "job_id": {
            "type": "string",
            "example": 1579434053399036000,
            "description": "export job id"
          }
        }
      },
      "R001TaskCreateResponse": {
        "type": "object",
        "properties": {
          "data": {
            "$ref": "#/components/schemas/R001TaskCreate_CompanyReportCreateResponse"
          },
          "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"
        ]
      },
      "R001TaskCreateRequest": {
        "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"
          },
          "report_type": {
            "type": "string",
            "example": "word",
            "description": "Query the type of report returned by the enterprise, either word or pdf"
          }
        },
        "required": [
          "report_type"
        ]
      },
      "B064-3DrugSearchQuery_NewsAlert": {
        "type": "object",
        "properties": {
          "tag": {
            "type": "array",
            "example": [
              "FDA",
              "Cancer",
              "Approval"
            ],
            "description": "Tag list"
          },
          "url": {
            "type": "string",
            "example": "https://www.fda.gov/news/123456",
            "description": "URL"
          },
          "title": {
            "type": "string",
            "example": "FDA Approves New Cancer Drug",
            "description": "News title"
          },
          "news_id": {
            "type": "string",
            "example": "news_123456",
            "description": "News ID"
          },
          "event_time_cn": {
            "type": "string",
            "example": "2024年1月15日",
            "description": "Event time Chinese"
          },
          "event_time_en": {
            "type": "string",
            "example": "January 15, 2024",
            "description": "Event time English"
          },
          "event_type_cn": {
            "type": "string",
            "example": "新闻发布",
            "description": "Event type Chinese"
          },
          "event_type_en": {
            "type": "string",
            "example": "News Published",
            "description": "Event type English"
          }
        }
      },
      "B064-3DrugSearchQuery_PaperAlert": {
        "type": "object",
        "properties": {
          "url": {
            "type": "string",
            "example": "https://www.nature.com/articles/nm12345",
            "description": "URL"
          },
          "title": {
            "type": "string",
            "example": "Efficacy of Novel Drug X in Phase II Clinical Trial",
            "description": "Paper title"
          },
          "journal": {
            "type": "string",
            "example": "Nature Medicine",
            "description": "Journal"
          },
          "paper_id": {
            "type": "string",
            "example": "paper_123456",
            "description": "Paper ID"
          },
          "event_time_cn": {
            "type": "string",
            "example": "2024年1月15日",
            "description": "Event time Chinese"
          },
          "event_time_en": {
            "type": "string",
            "example": "January 15, 2024",
            "description": "Event time English"
          },
          "event_type_cn": {
            "type": "string",
            "example": "论文发表",
            "description": "Event type Chinese"
          },
          "event_type_en": {
            "type": "string",
            "example": "Paper Published",
            "description": "Event type English"
          }
        }
      },
      "B064-3DrugSearchQuery_PatentAlert": {
        "type": "object",
        "properties": {
          "pn": {
            "type": "string",
            "example": "US10123456B2",
            "description": "Patent number"
          },
          "title_cn": {
            "type": "string",
            "example": "一种新型抗癌药物化合物",
            "description": "Patent title Chinese"
          },
          "title_en": {
            "type": "string",
            "example": "Novel Anti-cancer Drug Compound",
            "description": "Patent title English"
          },
          "patent_id": {
            "type": "string",
            "example": "patent_123456",
            "description": "Patent ID"
          },
          "event_time_cn": {
            "type": "string",
            "example": "2024年1月15日",
            "description": "Event time Chinese"
          },
          "event_time_en": {
            "type": "string",
            "example": "January 15, 2024",
            "description": "Event time English"
          },
          "event_type_cn": {
            "type": "string",
            "example": "专利授权",
            "description": "Event type Chinese"
          },
          "event_type_en": {
            "type": "string",
            "example": "Patent Granted",
            "description": "Event type English"
          },
          "expire_date_cn": {
            "type": "string",
            "example": "2030年12月31日",
            "description": "Expire date Chinese"
          },
          "expire_date_en": {
            "type": "string",
            "example": "December 31, 2030",
            "description": "Expire date English"
          }
        }
      },
      "B064-3DrugSearchQuery_DrugDealAlert": {
        "type": "object",
        "properties": {
          "url": {
            "type": "string",
            "example": "https://example.com/deal/123456",
            "description": "URL"
          },
          "deal_id": {
            "type": "string",
            "example": "deal_123456",
            "description": "Deal ID"
          },
          "deal_title": {
            "type": "string",
            "example": "Pfizer Acquires Company X for $2B",
            "description": "Deal title"
          },
          "deal_value_cn": {
            "type": "string",
            "example": "20亿美元",
            "description": "Deal value Chinese"
          },
          "deal_value_en": {
            "type": "string",
            "example": "$2 billion",
            "description": "Deal value English"
          },
          "event_type_cn": {
            "type": "string",
            "example": "药物交易",
            "description": "Event type Chinese"
          },
          "event_type_en": {
            "type": "string",
            "example": "Drug Deal",
            "description": "Event type English"
          },
          "upfront_payment_cn": {
            "type": "string",
            "example": "5亿美元",
            "description": "Upfront payment Chinese"
          },
          "upfront_payment_en": {
            "type": "string",
            "example": "$500 million",
            "description": "Upfront payment English"
          },
          "milestone_payment_cn": {
            "type": "string",
            "example": "15亿美元",
            "description": "Milestone payment Chinese"
          },
          "milestone_payment_en": {
            "type": "string",
            "example": "$1.5 billion",
            "description": "Milestone payment English"
          }
        }
      },
      "B064-3DrugSearchQuery_DrugEntity": {
        "type": "object",
        "properties": {
          "drug_id": {
            "type": "string",
            "example": "a79be26d13cd488ca4d9cfa2234990a8",
            "description": "Drug ID"
          },
          "display_name_cn": {
            "type": "string",
            "example": "瑞拉利单抗",
            "description": "Chinese display name"
          },
          "display_name_en": {
            "type": "string",
            "example": "Relatlimab",
            "description": "English display name"
          }
        }
      },
      "B064-3DrugSearchQuery_DrugTypeEntity": {
        "type": "object",
        "properties": {
          "dict_id": {
            "type": "string",
            "example": "e24259c0e9fe439b8b8fb5985182a517",
            "description": "Dictionary ID"
          },
          "display_name_cn": {
            "type": "string",
            "example": "mRNA疫苗",
            "description": "Chinese display name"
          },
          "display_name_en": {
            "type": "string",
            "example": "mRNA vaccine",
            "description": "English display name"
          }
        }
      },
      "B064-3DrugSearchQuery_TargetEntity": {
        "type": "object",
        "properties": {
          "target_id": {
            "type": "string",
            "example": "2127d2d1ce6736a8be550cf37f0c1c63",
            "description": "Target ID"
          },
          "display_name_cn": {
            "type": "string",
            "example": "细胞程序性死亡-1",
            "description": "Chinese display name"
          },
          "display_name_en": {
            "type": "string",
            "example": "Programmed cell death protein 1",
            "description": "English display name"
          }
        }
      },
      "B064-3DrugSearchQuery_DevStatusEntity": {
        "type": "object",
        "properties": {
          "dict_id": {
            "type": "string",
            "example": "b2ca28b01c34419db0365bad2f8dd09e",
            "description": "Dictionary ID"
          },
          "display_name_cn": {
            "type": "string",
            "example": "临床前",
            "description": "Chinese display name"
          },
          "display_name_en": {
            "type": "string",
            "example": "Preclinical",
            "description": "English display name"
          }
        }
      },
      "B064-3DrugSearchQuery_OrganizationEntity": {
        "type": "object",
        "properties": {
          "entity_id": {
            "type": "string",
            "example": "ca22cc385c771846b24b6df608005a9a",
            "description": "Entity ID"
          },
          "display_name_cn": {
            "type": "string",
            "example": "华东师范大学",
            "description": "Chinese display name"
          },
          "display_name_en": {
            "type": "string",
            "example": "East China Normal University",
            "description": "English display name"
          }
        }
      },
      "B064-3DrugSearchQuery_DrugAlert": {
        "type": "object",
        "properties": {
          "drug_id": {
            "type": "string",
            "example": "c9f0bcdf2ea7454e902b124a025bf025",
            "description": "Drug ID"
          },
          "drug_type": {
            "type": "array",
            "example": [
              "1151dbc710f64a85923dc05d4a5a0ba9"
            ],
            "description": "Drug type ID list"
          },
          "target_id": {
            "type": "array",
            "example": [
              "3d2eb481e4e6308c91f65fde3b04d000"
            ],
            "description": "Target ID list"
          },
          "drug_id_view": {
            "$ref": "#/components/schemas/B064-3DrugSearchQuery_DrugEntity"
          },
          "drug_type_view": {
            "type": "array",
            "example": [
              {
                "dictId": "1151dbc710f64a85923dc05d4a5a0ba9",
                "displayNameCn": "小分子药物",
                "displayNameEn": "Small Molecule"
              }
            ],
            "description": "Drug type details list",
            "items": {
              "$ref": "#/components/schemas/B064-3DrugSearchQuery_DrugTypeEntity"
            }
          },
          "target_id_view": {
            "type": "array",
            "example": [
              {
                "targetId": "3d2eb481e4e6308c91f65fde3b04d000",
                "displayNameCn": "KRAS G12D",
                "displayNameEn": "KRAS G12D"
              }
            ],
            "description": "Target details list",
            "items": {
              "$ref": "#/components/schemas/B064-3DrugSearchQuery_TargetEntity"
            }
          },
          "global_highest_dev_status": {
            "type": "string",
            "example": "b2ca28b01c34419db0365bad2f8dd09e",
            "description": "Global highest development status"
          },
          "active_org_master_entity_id": {
            "type": "array",
            "example": [
              "ca22cc385c771846b24b6df608005a9a"
            ],
            "description": "Active organization master entity ID list"
          },
          "global_highest_dev_status_view": {
            "$ref": "#/components/schemas/B064-3DrugSearchQuery_DevStatusEntity"
          },
          "active_org_master_entity_id_view": {
            "type": "array",
            "example": [
              {
                "entityId": "ca22cc385c771846b24b6df608005a9a",
                "displayNameCn": "华东师范大学",
                "displayNameEn": "East China Normal University"
              }
            ],
            "description": "Active organization details list",
            "items": {
              "$ref": "#/components/schemas/B064-3DrugSearchQuery_OrganizationEntity"
            }
          }
        }
      },
      "B064-3DrugSearchQuery_ClinicalResultRegisterNumber": {
        "type": "object",
        "properties": {
          "register_number": {
            "type": "string",
            "example": "NCT12345678",
            "description": "Register number"
          },
          "clinical_trial_id": {
            "type": "string",
            "example": "ct_123456",
            "description": "Clinical trial ID"
          }
        }
      },
      "B064-3DrugSearchQuery_ClinicalTrialAlert": {
        "type": "object",
        "properties": {
          "phase": {
            "$ref": "#/components/schemas/B064-3DrugSearchQuery_DevStatusEntity"
          },
          "title": {
            "type": "string",
            "example": "Phase II Study of Drug X in Cancer Patients",
            "description": "Trial title"
          },
          "event_type_cn": {
            "type": "string",
            "example": "临床试验",
            "description": "Event type Chinese"
          },
          "event_type_en": {
            "type": "string",
            "example": "Clinical Trial",
            "description": "Event type English"
          },
          "register_number": {
            "type": "string",
            "example": "NCT12345678",
            "description": "Register number"
          },
          "clinical_trial_id": {
            "type": "string",
            "example": "ct_123456",
            "description": "Clinical trial ID"
          },
          "clinical_result_id": {
            "type": "string",
            "example": "result_123456",
            "description": "Clinical result ID"
          },
          "org_master_entity_id": {
            "type": "array",
            "example": [
              "org_001",
              "org_002"
            ],
            "description": "Organization master entity ID list"
          },
          "org_master_entity_id_view": {
            "type": "array",
            "example": [
              {
                "entityId": "org_001",
                "displayNameCn": "辉瑞制药",
                "displayNameEn": "Pfizer Inc."
              },
              {
                "entityId": "org_002",
                "displayNameCn": "罗氏制药",
                "displayNameEn": "Roche"
              }
            ],
            "description": "Organization details list",
            "items": {
              "$ref": "#/components/schemas/B064-3DrugSearchQuery_OrganizationEntity"
            }
          },
          "clinical_result_register_number": {
            "type": "array",
            "example": [
              {
                "registerNumber": "NCT12345678",
                "clinicalTrialId": "ct_123456"
              },
              {
                "registerNumber": "NCT87654321",
                "clinicalTrialId": "ct_789012"
              }
            ],
            "description": "Clinical result register number list",
            "items": {
              "$ref": "#/components/schemas/B064-3DrugSearchQuery_ClinicalResultRegisterNumber"
            }
          }
        }
      },
      "B064-3DrugSearchQuery_DataSource": {
        "type": "object",
        "properties": {
          "source_url": {
            "type": "string",
            "example": "http://example.com",
            "description": "Source Url"
          }
        }
      },
      "B064-3DrugSearchQuery_RegionEntity": {
        "type": "object",
        "properties": {
          "region_id": {
            "type": "string",
            "example": "US",
            "description": "Region ID"
          },
          "display_name_cn": {
            "type": "string",
            "example": "美国",
            "description": "Chinese display name"
          },
          "display_name_en": {
            "type": "string",
            "example": "United States",
            "description": "English display name"
          }
        }
      },
      "B064-3DrugSearchQuery_DiseaseEntity": {
        "type": "object",
        "properties": {
          "disease_id": {
            "type": "string",
            "example": "f7ea24f0370d421480503e720310bf86",
            "description": "Disease ID"
          },
          "display_name_cn": {
            "type": "string",
            "example": "食管癌",
            "description": "Chinese display name"
          },
          "display_name_en": {
            "type": "string",
            "example": "Esophageal Carcinoma",
            "description": "English display name"
          }
        }
      },
      "B064-3DrugSearchQuery_DevStatusAlert": {
        "type": "object",
        "properties": {
          "country": {
            "type": "string",
            "example": "US",
            "description": "Country"
          },
          "drug_id": {
            "type": "string",
            "example": "drug_123456",
            "description": "Drug ID"
          },
          "drug_type": {
            "type": "array",
            "example": [
              "small_molecule"
            ],
            "description": "Drug type ID list"
          },
          "target_id": {
            "type": "string",
            "example": "target_001",
            "description": "Target ID"
          },
          "dev_status": {
            "type": "string",
            "example": "phase_ii",
            "description": "Development status"
          },
          "disease_id": {
            "type": "string",
            "example": "disease_001",
            "description": "Disease ID"
          },
          "data_source": {
            "type": "array",
            "example": [
              {
                "name": "FDA",
                "displayNameCn": "美国食品药品监督管理局",
                "displayNameEn": "Food and Drug Administration"
              }
            ],
            "description": "Data source list",
            "items": {
              "$ref": "#/components/schemas/B064-3DrugSearchQuery_DataSource"
            }
          },
          "country_view": {
            "$ref": "#/components/schemas/B064-3DrugSearchQuery_RegionEntity"
          },
          "drug_id_view": {
            "$ref": "#/components/schemas/B064-3DrugSearchQuery_DrugEntity"
          },
          "event_type_cn": {
            "type": "string",
            "example": "临床试验进展",
            "description": "Event type Chinese"
          },
          "event_type_en": {
            "type": "string",
            "example": "Clinical Trial Progress",
            "description": "Event type English"
          },
          "drug_type_view": {
            "type": "array",
            "example": [
              {
                "dictId": "small_molecule",
                "displayNameCn": "小分子药物",
                "displayNameEn": "Small Molecule"
              }
            ],
            "description": "Drug type details list",
            "items": {
              "$ref": "#/components/schemas/B064-3DrugSearchQuery_DrugTypeEntity"
            }
          },
          "target_id_view": {
            "$ref": "#/components/schemas/B064-3DrugSearchQuery_TargetEntity"
          },
          "disease_id_view": {
            "$ref": "#/components/schemas/B064-3DrugSearchQuery_DiseaseEntity"
          },
          "organization_id": {
            "type": "string",
            "example": "org_001",
            "description": "Organization ID"
          },
          "organization_id_view": {
            "$ref": "#/components/schemas/B064-3DrugSearchQuery_OrganizationEntity"
          }
        }
      },
      "B064-3DrugSearchQuery_SpecialReviewEntity": {
        "type": "object",
        "properties": {
          "dict_id": {
            "type": "string",
            "example": "fast_track",
            "description": "Dictionary ID"
          },
          "display_name_cn": {
            "type": "string",
            "example": "快速通道",
            "description": "Chinese display name"
          },
          "display_name_en": {
            "type": "string",
            "example": "Fast Track",
            "description": "English display name"
          }
        }
      },
      "B064-3DrugSearchQuery_SpecialApprovalAlert": {
        "type": "object",
        "properties": {
          "uuid": {
            "type": "string",
            "example": "uuid_123456789",
            "description": "Unique identifier"
          },
          "country": {
            "type": "string",
            "example": "US",
            "description": "Country"
          },
          "drug_id": {
            "type": "string",
            "example": "drug_123456",
            "description": "Drug ID"
          },
          "drug_type": {
            "type": "array",
            "example": [
              "small_molecule"
            ],
            "description": "Drug type ID list"
          },
          "target_id": {
            "type": "string",
            "example": "target_001",
            "description": "Target ID"
          },
          "disease_id": {
            "type": "string",
            "example": "disease_001",
            "description": "Disease ID"
          },
          "data_source": {
            "$ref": "#/components/schemas/B064-3DrugSearchQuery_DataSource"
          },
          "country_view": {
            "$ref": "#/components/schemas/B064-3DrugSearchQuery_RegionEntity"
          },
          "drug_id_view": {
            "$ref": "#/components/schemas/B064-3DrugSearchQuery_DrugEntity"
          },
          "event_type_cn": {
            "type": "string",
            "example": "特殊审批",
            "description": "Event type Chinese"
          },
          "event_type_en": {
            "type": "string",
            "example": "Special Approval",
            "description": "Event type English"
          },
          "drug_type_view": {
            "type": "array",
            "example": [
              {
                "dictId": "small_molecule",
                "displayNameCn": "小分子药物",
                "displayNameEn": "Small Molecule"
              }
            ],
            "description": "Drug type details list",
            "items": {
              "$ref": "#/components/schemas/B064-3DrugSearchQuery_DrugTypeEntity"
            }
          },
          "special_review": {
            "type": "string",
            "example": "fast_track",
            "description": "Special review"
          },
          "target_id_view": {
            "$ref": "#/components/schemas/B064-3DrugSearchQuery_TargetEntity"
          },
          "disease_id_view": {
            "$ref": "#/components/schemas/B064-3DrugSearchQuery_DiseaseEntity"
          },
          "organization_id": {
            "type": "string",
            "example": "org_001",
            "description": "Organization ID"
          },
          "special_review_view": {
            "$ref": "#/components/schemas/B064-3DrugSearchQuery_SpecialReviewEntity"
          },
          "organization_id_view": {
            "$ref": "#/components/schemas/B064-3DrugSearchQuery_OrganizationEntity"
          }
        }
      },
      "B064-3DrugSearchQuery_JournalEntity": {
        "type": "object",
        "properties": {
          "dict_id": {
            "type": "string",
            "example": "nature_medicine",
            "description": "Dictionary ID"
          },
          "display_name_cn": {
            "type": "string",
            "example": "自然医学",
            "description": "Chinese display name"
          },
          "display_name_en": {
            "type": "string",
            "example": "Nature Medicine",
            "description": "English display name"
          }
        }
      },
      "B064-3DrugSearchQuery_TranslationalMedicineAlert": {
        "type": "object",
        "properties": {
          "title": {
            "type": "string",
            "example": "Novel Biomarker Discovery in Cancer Research",
            "description": "Title"
          },
          "journal_id": {
            "type": "array",
            "example": [
              "journal_001",
              "journal_002"
            ],
            "description": "Journal ID list"
          },
          "source_url": {
            "type": "string",
            "example": "https://example.com/source/123456",
            "description": "Source URL"
          },
          "event_time_cn": {
            "type": "string",
            "example": "2024年1月15日",
            "description": "Event time Chinese"
          },
          "event_time_en": {
            "type": "string",
            "example": "January 15, 2024",
            "description": "Event time English"
          },
          "journal_id_view": {
            "type": "array",
            "example": [
              {
                "dictId": "nature_medicine",
                "displayNameCn": "自然医学",
                "displayNameEn": "Nature Medicine"
              },
              {
                "dictId": "science",
                "displayNameCn": "科学",
                "displayNameEn": "Science"
              }
            ],
            "description": "Journal details list",
            "items": {
              "$ref": "#/components/schemas/B064-3DrugSearchQuery_JournalEntity"
            }
          },
          "translational_medicine_id": {
            "type": "string",
            "example": "tm_123456",
            "description": "Translational medicine ID"
          }
        }
      },
      "B064-3DrugSearchQuery_AlertEventResp": {
        "type": "object",
        "properties": {
          "news": {
            "type": "array",
            "example": [
              {
                "url": "https://www.fda.gov/news/123456",
                "title": "FDA Approves New Cancer Drug",
                "newsId": "news_123456"
              }
            ],
            "description": "News event details",
            "items": {
              "$ref": "#/components/schemas/B064-3DrugSearchQuery_NewsAlert"
            }
          },
          "paper": {
            "type": "array",
            "example": [
              {
                "title": "Efficacy of Novel Drug X in Phase II Clinical Trial",
                "journal": "Nature Medicine",
                "paperId": "paper_123456"
              }
            ],
            "description": "Paper event details",
            "items": {
              "$ref": "#/components/schemas/B064-3DrugSearchQuery_PaperAlert"
            }
          },
          "patent": {
            "type": "array",
            "example": [
              {
                "pn": "US10123456B2",
                "titleCn": "一种新型抗癌药物化合物",
                "titleEn": "Novel Anti-cancer Drug Compound",
                "patentId": "patent_123456"
              }
            ],
            "description": "Patent event details",
            "items": {
              "$ref": "#/components/schemas/B064-3DrugSearchQuery_PatentAlert"
            }
          },
          "news_ids": {
            "type": "array",
            "example": [
              "id1",
              "id2",
              "id3"
            ],
            "description": "News event ID list"
          },
          "drug_deal": {
            "type": "array",
            "example": [
              {
                "url": "https://example.com/deal/123456",
                "dealId": "deal_123456",
                "dealTitle": "Pfizer Acquires Company X for $2B"
              }
            ],
            "description": "Drug deal event details",
            "items": {
              "$ref": "#/components/schemas/B064-3DrugSearchQuery_DrugDealAlert"
            }
          },
          "paper_ids": {
            "type": "array",
            "example": [
              "id1",
              "id2"
            ],
            "description": "Paper event ID list"
          },
          "drug_added": {
            "type": "array",
            "example": [
              {
                "drugId": "drug_002",
                "drugIdView": {
                  "drugId": "drug_002",
                  "displayNameCn": "伊马替尼",
                  "displayNameEn": "Imatinib"
                }
              }
            ],
            "description": "Drug added details",
            "items": {
              "$ref": "#/components/schemas/B064-3DrugSearchQuery_DrugAlert"
            }
          },
          "event_size": {
            "type": "integer",
            "format": "int64",
            "example": 25,
            "description": "Event size"
          },
          "news_count": {
            "type": "integer",
            "format": "int64",
            "example": 3,
            "description": "News event count"
          },
          "patent_ids": {
            "type": "array",
            "example": [
              "id1",
              "id2",
              "id3",
              "id4"
            ],
            "description": "Patent event ID list"
          },
          "paper_count": {
            "type": "integer",
            "format": "int64",
            "example": 2,
            "description": "Paper event count"
          },
          "drug_missing": {
            "type": "array",
            "example": [
              {
                "drugId": "drug_001",
                "drugIdView": {
                  "drugId": "drug_001",
                  "displayNameCn": "阿司匹林",
                  "displayNameEn": "Aspirin"
                }
              }
            ],
            "description": "Drug missing details",
            "items": {
              "$ref": "#/components/schemas/B064-3DrugSearchQuery_DrugAlert"
            }
          },
          "patent_count": {
            "type": "integer",
            "format": "int64",
            "example": 4,
            "description": "Patent event count"
          },
          "result_count": {
            "type": "integer",
            "format": "int64",
            "example": 10,
            "description": "Result count"
          },
          "drug_deal_ids": {
            "type": "array",
            "example": [
              "id1"
            ],
            "description": "Drug deal event ID list"
          },
          "clinical_trial": {
            "type": "array",
            "example": [
              {
                "title": "Phase II Study of Drug X in Cancer Patients",
                "registerNumber": "NCT12345678",
                "clinicalTrialId": "ct_123456"
              }
            ],
            "description": "Clinical trial event details",
            "items": {
              "$ref": "#/components/schemas/B064-3DrugSearchQuery_ClinicalTrialAlert"
            }
          },
          "drug_added_ids": {
            "type": "array",
            "example": [
              "id1",
              "id2"
            ],
            "description": "Drug added ID list"
          },
          "drug_deal_count": {
            "type": "integer",
            "format": "int64",
            "example": 1,
            "description": "Drug deal event count"
          },
          "drug_dev_status": {
            "type": "array",
            "example": [
              {
                "drugId": "drug_123456",
                "devStatus": "phase_ii",
                "eventTypeCn": "临床试验进展",
                "eventTypeEn": "Clinical Trial Progress"
              }
            ],
            "description": "Drug development status event details",
            "items": {
              "$ref": "#/components/schemas/B064-3DrugSearchQuery_DevStatusAlert"
            }
          },
          "drug_missing_ids": {
            "type": "array",
            "example": [
              "id1"
            ],
            "description": "Drug missing ID list"
          },
          "special_approval": {
            "type": "array",
            "example": [
              {
                "uuid": "uuid_123456789",
                "drugId": "drug_123456",
                "eventTypeCn": "特殊审批",
                "eventTypeEn": "Special Approval",
                "specialReview": "fast_track"
              }
            ],
            "description": "Special approval event details",
            "items": {
              "$ref": "#/components/schemas/B064-3DrugSearchQuery_SpecialApprovalAlert"
            }
          },
          "clinical_trial_ids": {
            "type": "array",
            "example": [
              "id1",
              "id2"
            ],
            "description": "Clinical trial event ID list"
          },
          "result_added_count": {
            "type": "integer",
            "format": "int64",
            "example": 5,
            "description": "Result added count"
          },
          "drug_dev_status_ids": {
            "type": "array",
            "example": [
              "id1",
              "id2",
              "id3"
            ],
            "description": "Drug development status event ID list"
          },
          "clinical_trial_count": {
            "type": "integer",
            "format": "int64",
            "example": 2,
            "description": "Clinical trial event count"
          },
          "result_missing_count": {
            "type": "integer",
            "format": "int64",
            "example": 2,
            "description": "Result missing count"
          },
          "special_approval_ids": {
            "type": "array",
            "example": [
              "id1"
            ],
            "description": "Special approval event ID list"
          },
          "drug_dev_status_count": {
            "type": "integer",
            "format": "int64",
            "example": 3,
            "description": "Drug development status event count"
          },
          "special_approval_count": {
            "type": "integer",
            "format": "int64",
            "example": 1,
            "description": "Special approval event count"
          },
          "translational_medicine": {
            "type": "array",
            "example": [
              {
                "title": "Novel Biomarker Discovery in Cancer Research",
                "sourceUrl": "https://example.com/source/123456",
                "translationalMedicineId": "tm_123456"
              }
            ],
            "description": "Translational medicine event details",
            "items": {
              "$ref": "#/components/schemas/B064-3DrugSearchQuery_TranslationalMedicineAlert"
            }
          },
          "clinical_trial_result_ids": {
            "type": "array",
            "example": [
              "id1"
            ],
            "description": "Clinical trial result event ID list"
          },
          "translational_medicine_ids": {
            "type": "array",
            "example": [
              "id1"
            ],
            "description": "Translational medicine event ID list"
          },
          "translational_medicine_count": {
            "type": "integer",
            "format": "int64",
            "example": 1,
            "description": "Translational medicine event count"
          }
        }
      },
      "B064-3DrugSearchQuery_AlertDataResponse": {
        "type": "object",
        "properties": {
          "status": {
            "type": "integer",
            "format": "int32",
            "example": 0,
            "description": "Status code: 0 (Normal), 2 (The data remains unchanged)"
          },
          "alert_time": {
            "type": "string",
            "example": 20250101,
            "description": "Alert Time"
          },
          "alert_event_data": {
            "$ref": "#/components/schemas/B064-3DrugSearchQuery_AlertEventResp"
          },
          "total_update_event_count": {
            "type": "integer",
            "format": "int32",
            "example": 5,
            "description": "Total update event count"
          }
        }
      },
      "B064-3DrugSearchQueryResponse": {
        "type": "object",
        "properties": {
          "data": {
            "$ref": "#/components/schemas/B064-3DrugSearchQuery_AlertDataResponse"
          },
          "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"
        ]
      },
      "B064-3DrugSearchQueryRequest": {
        "type": "object",
        "properties": {
          "alert_id": {
            "type": "string",
            "example": "7b594e7d-34e1-43e6-9674-6ef8c242b721",
            "description": "Alert ID, obtained through create alert interface"
          }
        },
        "required": [
          "alert_id"
        ]
      },
      "B074DrugMilestone_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"
          }
        }
      },
      "B074DrugMilestone_CommonEntity": {
        "type": "object",
        "properties": {
          "id": {
            "type": "string",
            "example": "11acf267a4fc42f392751e023482aac3",
            "description": "ID"
          },
          "display_name": {
            "type": "array",
            "example": [
              {
                "lang": "EN",
                "name": "CTNNB1 Mutation"
              }
            ],
            "description": "Name, Referencing \"CommonName\"",
            "items": {
              "$ref": "#/components/schemas/B074DrugMilestone_CommonName"
            }
          }
        }
      },
      "B074DrugMilestone_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/B074DrugMilestone_CommonName"
            }
          }
        }
      },
      "B074DrugMilestone_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/B074DrugMilestone_CommonName"
            }
          }
        }
      },
      "B074DrugMilestone_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/B074DrugMilestone_CommonName"
            }
          },
          "organization_id": {
            "type": "string",
            "example": "87bfaf037f8e60c9e25595cd98bb27e4",
            "description": "Organization ID"
          }
        }
      },
      "B074DrugMilestone_DrugMilestoneResponseDetail": {
        "type": "object",
        "properties": {
          "date": {
            "type": "string",
            "example": "2025-09-09",
            "description": "Date"
          },
          "event": {
            "type": "array",
            "example": "Please check the form: CommonEntity",
            "description": "Event",
            "items": {
              "$ref": "#/components/schemas/B074DrugMilestone_CommonEntity"
            }
          },
          "country": {
            "type": "array",
            "example": "Please check the form: CommonCountry",
            "description": "Country/Location",
            "items": {
              "$ref": "#/components/schemas/B074DrugMilestone_CommonCountry"
            }
          },
          "disease": {
            "type": "array",
            "example": "Please check the form: CommonDisease",
            "description": "Disease",
            "items": {
              "$ref": "#/components/schemas/B074DrugMilestone_CommonDisease"
            }
          },
          "description": {
            "type": "array",
            "example": "Please check the form: CommonName",
            "description": "Description",
            "items": {
              "$ref": "#/components/schemas/B074DrugMilestone_CommonName"
            }
          },
          "event_status": {
            "$ref": "#/components/schemas/B074DrugMilestone_CommonEntity"
          },
          "organization": {
            "type": "array",
            "example": "Please check the form: CommonOrganization",
            "description": "Organization",
            "items": {
              "$ref": "#/components/schemas/B074DrugMilestone_CommonOrganization"
            }
          },
          "milestone_tag": {
            "type": "array",
            "example": "Please check the form: CommonName",
            "description": "Milestone Tag",
            "items": {
              "$ref": "#/components/schemas/B074DrugMilestone_CommonName"
            }
          }
        }
      },
      "B074DrugMilestone_DrugMilestoneResponseDto": {
        "type": "object",
        "properties": {
          "items": {
            "type": "array",
            "example": "Please check the form: DrugMilestoneResponseDetail",
            "description": "Result Items",
            "items": {
              "$ref": "#/components/schemas/B074DrugMilestone_DrugMilestoneResponseDetail"
            }
          },
          "limit": {
            "type": "integer",
            "format": "int64",
            "example": 10,
            "description": "limit"
          },
          "total": {
            "type": "integer",
            "format": "int64",
            "example": 1,
            "description": "Total"
          },
          "offset": {
            "type": "integer",
            "format": "int64",
            "example": 0,
            "description": "offset"
          }
        }
      },
      "B074DrugMilestoneResponse": {
        "type": "object",
        "properties": {
          "data": {
            "$ref": "#/components/schemas/B074DrugMilestone_DrugMilestoneResponseDto"
          },
          "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"
        ]
      },
      "B074DrugMilestoneRequest": {
        "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.limit up to 100."
          },
          "drug_id": {
            "type": "string",
            "example": "69fdd1486c554a3d86a8c38c60bf6e3b",
            "description": "Drug ID"
          },
          "sort_order": {
            "type": "string",
            "example": "desc",
            "description": "Sort by event time, sort order, support:desc,asc"
          },
          "milestone": {
            "type": "array",
            "example": [
              "773127276f7a4b229f3932d9487c57a9",
              "273b0df9aad347fd8d36ebd8ae0c1cbd",
              "8b32a9b6c03f4bafb8ee22dfcd589943"
            ],
            "description": "Milestone ID"
          },
          "event_id": {
            "type": "array",
            "example": [
              "7b79728539354f189772a4eab9cc9fff",
              "f835774c48404593b64ef05369eb8eba",
              "78c45f1d523646808032edcff807ca59"
            ],
            "description": "事件ID"
          },
          "disease_id": {
            "type": "array",
            "example": [
              "7af6661c23e8485d9f1dad6a94914fe3"
            ],
            "description": "Disease ID"
          },
          "country_id": {
            "type": "array",
            "example": [
              "0dc5d896-7408-3c87-84c0-22e3d9b784be"
            ],
            "description": "Country/Region"
          },
          "organization_id": {
            "type": "array",
            "example": [
              "16e33268b7ffba870d1f7a78de820ed5"
            ],
            "description": "Organization ID"
          },
          "event_start_time": {
            "type": "integer",
            "format": "int64",
            "example": 20150101,
            "description": "Event start time"
          },
          "event_end_time": {
            "type": "integer",
            "format": "int64",
            "example": 20251231,
            "description": "Event end time"
          }
        },
        "required": [
          "drug_id"
        ]
      },
      "R001JobIdStatus_CompanyReportExportResponse": {
        "type": "object",
        "properties": {
          "job_id": {
            "type": "integer",
            "format": "int64",
            "example": 1579434053399036000,
            "description": "export job id"
          },
          "queue_num": {
            "type": "integer",
            "format": "int32",
            "example": 10,
            "description": "Number of jobs in the queue"
          },
          "job_status": {
            "type": "integer",
            "format": "int32",
            "example": 1,
            "description": "Export status (0:To be exported 1:Exporting. 2:Exporting successfully. 3:Report generation fails.)"
          },
          "download_url": {
            "type": "string",
            "example": "https://open.patsnap.com/tffi-export/20241126074833/9cf648f8-8283-4767-9a14-f90f68303f3e/CN108977442B_2024_11_26.docx?sign=q-sign-algorithm%3Dsha1%26q-ak%3DAKIDV4ZwCNYgUAwepmojSxCD0c6PXN8mDiBS%26q-sign-time%3D1732607317%3B1733212117%26q-key-time%3D1732607317%3B1733212117%26q-header-list%3Dhost%26q-url-param-list%3Dresponse-content-disposition%26q-signature%3D878962504778cd5fc1228f9dcb76cc735c4dc2c7&response-content-disposition=attachment%3Bfilename%2A%3DUTF-8%27%27CN108977442B_2024_11_26.docx",
            "description": "File download link (return if export status is successful)"
          },
          "abnormal_cause": {
            "type": "string",
            "example": "由于服务器异常，正在修复中",
            "description": "Causes of Exceptions"
          }
        }
      },
      "R001JobIdStatusResponse": {
        "type": "object",
        "properties": {
          "data": {
            "$ref": "#/components/schemas/R001JobIdStatus_CompanyReportExportResponse"
          },
          "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"
        ]
      },
      "R002JobIdStatus_PatentValueReportExportResponse": {
        "type": "object",
        "properties": {
          "job_id": {
            "type": "string",
            "example": 1579434053399036000,
            "description": "export job id"
          },
          "queue_num": {
            "type": "integer",
            "format": "int32",
            "example": 10,
            "description": "Number of jobs in the queue"
          },
          "job_status": {
            "type": "integer",
            "format": "int32",
            "example": 1,
            "description": "Export status (0:To be exported 1:Exporting. 2:Exporting successfully. 3:Report generation fails.)"
          },
          "download_url": {
            "type": "string",
            "example": "https://open.patsnap.com/tffi-export/20241126074833/9cf648f8-8283-4767-9a14-f90f68303f3e/CN108977442B_2024_11_26.docx?sign=q-sign-algorithm%3Dsha1%26q-ak%3DAKIDV4ZwCNYgUAwepmojSxCD0c6PXN8mDiBS%26q-sign-time%3D1732607317%3B1733212117%26q-key-time%3D1732607317%3B1733212117%26q-header-list%3Dhost%26q-url-param-list%3Dresponse-content-disposition%26q-signature%3D878962504778cd5fc1228f9dcb76cc735c4dc2c7&response-content-disposition=attachment%3Bfilename%2A%3DUTF-8%27%27CN108977442B_2024_11_26.docx",
            "description": "File download link (return if export status is successful)"
          },
          "abnormal_cause": {
            "type": "string",
            "example": "由于服务器异常，正在修复中",
            "description": "Causes of Exceptions"
          }
        }
      },
      "R002JobIdStatusResponse": {
        "type": "object",
        "properties": {
          "data": {
            "$ref": "#/components/schemas/R002JobIdStatus_PatentValueReportExportResponse"
          },
          "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"
        ]
      },
      "R002TaskCreate_PatentValueReportCreateResponse": {
        "type": "object",
        "properties": {
          "job_id": {
            "type": "string",
            "example": 1579434053399036000,
            "description": "export job id"
          }
        }
      },
      "R002TaskCreateResponse": {
        "type": "object",
        "properties": {
          "data": {
            "$ref": "#/components/schemas/R002TaskCreate_PatentValueReportCreateResponse"
          },
          "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"
        ]
      },
      "R002TaskCreateRequest": {
        "type": "object",
        "properties": {
          "patent_id": {
            "type": "string",
            "example": "9cf648f8-8283-4767-9a14-f90f68303f3e",
            "description": "Query patent ID, single query"
          },
          "patent_number": {
            "type": "string",
            "example": "CN108977442B",
            "description": "Query patent publication number, single query"
          },
          "report_type": {
            "type": "string",
            "example": "word",
            "description": "Search for the type of patent value report, word or pdf"
          }
        },
        "required": [
          "report_type"
        ]
      },
      "R003PatentValuationDataPrePatentEvaluationCreate_PatentPdfJobResponse": {
        "type": "object",
        "properties": {
          "job_id": {
            "type": "string",
            "example": "b4bdae6b4a65432d91f25b5c52bdfd80",
            "description": "Job ID"
          }
        }
      },
      "R003PatentValuationDataPrePatentEvaluationCreateResponse": {
        "type": "object",
        "properties": {
          "data": {
            "$ref": "#/components/schemas/R003PatentValuationDataPrePatentEvaluationCreate_PatentPdfJobResponse"
          },
          "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"
        ]
      },
      "R003PatentValuationDataPrePatentEvaluationCreate_BasicInfo": {
        "type": "object",
        "properties": {
          "key": {
            "type": "string",
            "example": "检索报告编号",
            "description": "Index"
          },
          "value": {
            "type": "string",
            "example": "Report-20240527-1",
            "description": "value"
          }
        },
        "required": [
          "key",
          "value"
        ]
      },
      "R003PatentValuationDataPrePatentEvaluationCreateRequest": {
        "type": "object",
        "properties": {
          "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": "Technical description text (more than 200 words recommended)"
          },
          "limit": {
            "type": "integer",
            "format": "int32",
            "example": 50,
            "description": "Number of similar patents used for model calculation, 0< limit≤100, default is 50"
          },
          "tech_maturity_index": {
            "type": "integer",
            "format": "int32",
            "example": 1,
            "description": "Patent technology maturity:\n1: Report level (the basic principle of the technology has been observed and reported, which is in the research stage of paper theory)\n2: Solution level (propose problems and corresponding solutions based on the discovered principles)\n3: Functional level (proof of concept completed through theoretical and experimental analysis of key functions or features)\n4: Simulation level (completed the verification of components and experimental samples in the laboratory environment, and carried out the integration of basic components)\n5: Initial sample level (completed the verification of components and samples under simulated application conditions)\n6: Positive sample level (completed the verification of components and experimental samples under approximate application conditions)\n7: Environment level (completed the demonstration of the technology in the real application environment)\n8: Product level (completed the product finalization, with the ability of large-scale production)\n9: System level (completed the validation of the technology's products and other related product combinations)\n10: Industrial level (the technology develops into an industry with mature supporting processes, components and products to implement the technology)"
          },
          "report_name": {
            "type": "string",
            "example": "XX申请前评估报告",
            "description": "Report name"
          },
          "report_info": {
            "type": "array",
            "example": [
              {
                "key": "检索报告编号",
                "value": "Report-20240527-1"
              },
              {
                "key": "发起人",
                "value": "张三"
              },
              {
                "key": "发起日",
                "value": "20240527"
              },
              {
                "key": "所属部门",
                "value": "研发部"
              }
            ],
            "description": "Report basic information (for report presentation)",
            "items": {
              "$ref": "#/components/schemas/R003PatentValuationDataPrePatentEvaluationCreate_BasicInfo"
            }
          }
        },
        "required": [
          "text",
          "tech_maturity_index",
          "report_name"
        ]
      },
      "R003PatentValuationDataPrePatentEvaluationExport_PatentPdfDownloadResponse": {
        "type": "object",
        "properties": {
          "report_url": {
            "type": "string",
            "example": "https://patsnap-imagediscovery.cdn.zhihuiya.com/uploadsearch/2024-01-05/1704422647215-19eb5c92a7b54713aa2a7f3184ab8301-application.pdf?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Date=20240105T024441Z&X-Amz-SignedHeaders=host&X-Amz-Expires=10800&X-Amz-Credential=AKIAOCKXBMBTRQNHGHMQ%2F20240105%2Fcn-northwest-1%2Fs3%2Faws4_request&X-Amz-Signature=90bbe0c3954d6bc138916416a1cd0942c0d374dcbbe038621201ebce56a63747",
            "description": "Report download url"
          },
          "report_status": {
            "type": "string",
            "example": "SUCCESS",
            "description": "Report status：\nSUCCESS:Exporting task succeeded\nFAIL:The export task failed. Create the export task again\nPENDING:The export task is in progress. Please try to obtain the download address later"
          }
        }
      },
      "R003PatentValuationDataPrePatentEvaluationExportResponse": {
        "type": "object",
        "properties": {
          "data": {
            "$ref": "#/components/schemas/R003PatentValuationDataPrePatentEvaluationExport_PatentPdfDownloadResponse"
          },
          "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"
        ]
      },
      "R004-3JobIdStatus_ReportJobStatusResponse": {
        "type": "object",
        "properties": {
          "job_id": {
            "type": "string",
            "example": "15362c5fae034dfc8943df299afc18b5",
            "description": "export technical idea validation report task id"
          },
          "job_status": {
            "type": "integer",
            "format": "int32",
            "example": 2,
            "description": "Export status (1: exporting, 2: export successful, 3: technical idea validation report generation exception)."
          },
          "download_url": {
            "type": "string",
            "example": "https://stage-openapi-import.cdn.zhihuiya.com/disclosure_ppt/tech_idea_20241106164047.pptx?sign=q-sign-algorithm%3Dsha1%26q-ak%3DAKIDRksnVzITRBhpjUAg2B6oQr56vb8VFtPj%26q-sign-time%3D1730882451%3B1731487251%26q-key-time%3D1730882451%3B1731487251%26q-header-list%3Dhost%26q-url-param-list%3D%26q-signature%3D255706ccef17490c2f89da9090e1db796513dbe0",
            "description": "Technical idea validation report download link (returned when export status is successful)."
          }
        }
      },
      "R004-3JobIdStatusResponse": {
        "type": "object",
        "properties": {
          "data": {
            "$ref": "#/components/schemas/R004-3JobIdStatus_ReportJobStatusResponse"
          },
          "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"
        ]
      },
      "R004-3JobIdStatusRequest": {
        "type": "object",
        "properties": {
          "file_format": {
            "type": "string",
            "example": "ppt",
            "description": "File format (supports ppt, word), default: ppt"
          },
          "job_id": {
            "type": "string",
            "example": "15362c5fae034dfc8943df299afc18b5",
            "description": "Query job_id, download technical idea validation report, single query."
          }
        },
        "required": [
          "job_id"
        ]
      },
      "LandscapeApiJobsResponse": {
        "type": "object",
        "properties": {
          "data": {
            "type": "string",
            "example": 123,
            "description": "response data"
          },
          "status": {
            "type": "boolean",
            "example": true,
            "description": "response status"
          }
        }
      },
      "LandscapeApiJobs_MatchItem": {
        "type": "object",
        "properties": {
          "description": {
            "type": "string",
            "example": "Advanced technologies for electric vehicle batteries",
            "description": "Description, detailed description of match item"
          },
          "digest_text": {
            "type": "string",
            "example": "Electric vehicle battery technology",
            "description": "Digest text, text digest of match item"
          },
          "title": {
            "type": "string",
            "example": "Electric vehicle battery technology",
            "description": "Title, title information of match item"
          }
        },
        "required": [
          "title"
        ]
      },
      "LandscapeApiJobsRequest": {
        "type": "object",
        "properties": {
          "browser_uri": {
            "type": "string",
            "example": "https://example.com/search?q=electric+vehicle",
            "description": "Browser URI, original browser link of the request"
          },
          "dashboard_id": {
            "type": "string",
            "example": "dashboard123",
            "description": "Dashboard ID, associated dashboard identifier"
          },
          "description": {
            "type": "string",
            "example": "Analysis of electric vehicle technologies",
            "description": "Description, detailed description of the job"
          },
          "exclude_expired_patent": {
            "type": "boolean",
            "example": false,
            "description": "Whether to exclude expired patents"
          },
          "expired_collapse": {
            "type": "boolean",
            "example": true,
            "description": "Whether to filter expired patents"
          },
          "filter_query": {
            "type": "string",
            "example": "assignee:(Tesla)",
            "description": "Filter query, used to filter results"
          },
          "gid": {
            "type": "array",
            "example": [
              "group1",
              "group2"
            ],
            "description": "Group ID list, identifies groups the user belongs to"
          },
          "job_id": {
            "type": "string",
            "example": "landscape_job_12345",
            "description": "Job ID, uniquely identifies the Landscape job"
          },
          "lang": {
            "type": "string",
            "example": "en",
            "description": "Language, specifies the language of results"
          },
          "match": {
            "type": "array",
            "example": [
              {
                "text": "artificial intelligence",
                "field": "title",
                "weight": 0.8
              }
            ],
            "description": "Match item list, used for text matching analysis",
            "items": {
              "$ref": "#/components/schemas/LandscapeApiJobs_MatchItem"
            }
          },
          "oq": {
            "type": "string",
            "example": "battery",
            "description": "Other query string, supplementary search condition"
          },
          "par_job_id": {
            "type": "string",
            "example": "job123",
            "description": "Parent job ID, associated parent job"
          },
          "q": {
            "type": "string",
            "example": "electric vehicle",
            "description": "Query string, main search condition"
          },
          "request_type": {
            "type": "string",
            "example": "som",
            "description": "Request type, specifies the processing type of Landscape job"
          },
          "rows": {
            "type": "integer",
            "format": "int32",
            "example": 100,
            "description": "Rows, specifies the size of result set"
          },
          "stemming": {
            "type": "boolean",
            "example": true,
            "description": "Whether to use stemming, affects text processing in search"
          },
          "time_slices": {
            "type": "string",
            "example": "year",
            "description": "Time slices, specifies how to divide the time range"
          },
          "time_start": {
            "type": "string",
            "example": "2010-01-01",
            "description": "Start time, starting point of time range for analysis"
          },
          "time_stop": {
            "type": "string",
            "example": "2020-12-31",
            "description": "End time, ending point of time range for analysis"
          },
          "time_type": {
            "type": "string",
            "example": "filing_date",
            "description": "Time type, specifies the type of time field to use"
          },
          "title": {
            "type": "string",
            "example": "Electric Vehicle Landscape Analysis",
            "description": "Title, the title description of the job"
          },
          "uid": {
            "type": "string",
            "example": "user123",
            "description": "User ID, identifies the requesting user"
          }
        },
        "required": [
          "job_id",
          "q",
          "request_type",
          "uid"
        ]
      },
      "R004-2IdeaValidationSimilarPatentComparison_Label": {
        "type": "object",
        "properties": {
          "sn": {
            "type": "integer",
            "format": "int32",
            "example": 39,
            "description": "Paragraph number of the relevant section. Note: '0' represents the paragraph number that is not marked."
          },
          "passage": {
            "type": "string",
            "example": "本发明相对于现有技术的技术效果是:电动车辆的原地转向控制系统利用所述车辆控制器根据接收到的原地转向指令控制所述左转向电机控制器和所述右转向电机控制器,并所述左转向电机控制器根据接收到的原地转向指令控制所述左前轮转向以及所述右转向电机控制器根据接收到的原地转向控制指令控制所述右前轮转向,且所述左前轮和所述右前轮的转动方向相反且使得所述左前轮和所述右前轮之间形成预设角度的'内八字',由所述转动电机控制向所述车辆控制器发送转向完成指令。",
            "description": "Similar passage content"
          },
          "section": {
            "type": "string",
            "example": "description",
            "description": "The source of the relevant section, including description and claim. Note: 'description' refers to the relevant section sourced from the descriptions, 'claim' refers to the relevant section sourced from the claims."
          },
          "sentence": {
            "type": "array",
            "example": [
              "本发明相对于现有技术的技术效果是:电动车辆的原地转向控制系统利用所述车辆控制器根据接收到的原地转向指令控制所述左转向电机控制器和所述右转向电机控制器,并所述左转向电机控制器根据接收到的原地转向指令控制所述左前轮转向以及所述右转向电机控制器根据接收到的原地转向控制指令控制所述右前轮转向,且所述左前轮和所述右前轮的转动方向相反且使得所述左前轮和所述右前轮之间形成预设角度的'内八字',由所述转动电机控制向所述车辆控制器发送转向完成指令。"
            ],
            "description": "List of similar sentences"
          }
        }
      },
      "R004-2IdeaValidationSimilarPatentComparison_SimilarPatent": {
        "type": "object",
        "properties": {
          "pn": {
            "type": "string",
            "example": "CN108001293B",
            "description": "Patent publication number"
          },
          "means": {
            "type": "array",
            "example": [
              {
                "sn": 39,
                "passage": "本发明相对于现有技术的技术效果是:电动车辆的原地转向控制系统利用所述车辆控制器根据接收到的原地转向指令控制所述左转向电机控制器和所述右转向电机控制器",
                "section": "description",
                "sentence": [
                  "本发明相对于现有技术的技术效果是:电动车辆的原地转向控制系统利用所述车辆控制器根据接收到的原地转向指令控制所述左转向电机控制器和所述右转向电机控制器"
                ]
              }
            ],
            "description": "List of similar technical means",
            "items": {
              "$ref": "#/components/schemas/R004-2IdeaValidationSimilarPatentComparison_Label"
            }
          },
          "score": {
            "type": "number",
            "format": "float",
            "example": 0.94976854,
            "description": "Similarity score"
          },
          "efficacy": {
            "type": "array",
            "example": [
              {
                "sn": 43,
                "passage": "本发明所述的有益效果:本发明可以实现车辆的常规行驶、四轮转向、斜行、驻车行驶以及原地中心转向,转向模式丰富,实用性强",
                "section": "description",
                "sentence": [
                  "这是常规车辆所无法实现的;通过车辆的原地中心转向和大转角四轮转向,",
                  "可以实现车辆更为灵活的变道超车、"
                ]
              }
            ],
            "description": "List of similar technical efficacy",
            "items": {
              "$ref": "#/components/schemas/R004-2IdeaValidationSimilarPatentComparison_Label"
            }
          },
          "patent_id": {
            "type": "string",
            "example": "e7b3df69-0f30-4ad3-a753-538e362fd524",
            "description": "Patent ID"
          }
        }
      },
      "R004-2IdeaValidationSimilarPatentComparison_Docs": {
        "type": "object",
        "properties": {
          "similar_patent": {
            "$ref": "#/components/schemas/R004-2IdeaValidationSimilarPatentComparison_SimilarPatent"
          }
        }
      },
      "R004-2IdeaValidationSimilarPatentComparison_TechSolutionResearchResponse": {
        "type": "object",
        "properties": {
          "docs": {
            "type": "array",
            "example": [
              {
                "similar_patent": {
                  "pn": "CN108001293B",
                  "means": [
                    {
                      "sn": 39,
                      "passage": "本发明相对于现有技术的技术效果是:电动车辆的原地转向控制系统利用所述车辆控制器根据接收到的原地转向指令控制所述左转向电机控制器和所述右转向电机控制器",
                      "section": "description",
                      "sentence": [
                        "本发明相对于现有技术的技术效果是:电动车辆的原地转向控制系统利用所述车辆控制器根据接收到的原地转向指令控制所述左转向电机控制器和所述右转向电机控制器"
                      ]
                    }
                  ],
                  "score": 0.94976854,
                  "efficacy": [],
                  "patent_id": "e7b3df69-0f30-4ad3-a753-538e362fd524"
                }
              }
            ],
            "description": "List of similar patents",
            "items": {
              "$ref": "#/components/schemas/R004-2IdeaValidationSimilarPatentComparison_Docs"
            }
          },
          "count": {
            "type": "integer",
            "format": "int32",
            "example": 20,
            "description": "Return the total number of similar patents"
          },
          "job_status": {
            "type": "integer",
            "format": "int32",
            "example": 2,
            "description": "status (1: running, 2: success, 3: failed)."
          }
        }
      },
      "R004-2IdeaValidationSimilarPatentComparisonResponse": {
        "type": "object",
        "properties": {
          "data": {
            "$ref": "#/components/schemas/R004-2IdeaValidationSimilarPatentComparison_TechSolutionResearchResponse"
          },
          "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"
        ]
      },
      "R004-2IdeaValidationSimilarPatentComparisonRequest": {
        "type": "object",
        "properties": {
          "job_id": {
            "type": "string",
            "example": "15362c5fae034dfc8943df299afc18b5",
            "description": "Query job_id, download technical idea validation report, single query."
          }
        },
        "required": [
          "job_id"
        ]
      },
      "R002TaskCreateNoLogo_PatentValueReportCreateResponse": {
        "type": "object",
        "properties": {
          "job_id": {
            "type": "string",
            "example": 1579434053399036000,
            "description": "export job id"
          }
        }
      },
      "R002TaskCreateNoLogoResponse": {
        "type": "object",
        "properties": {
          "data": {
            "$ref": "#/components/schemas/R002TaskCreateNoLogo_PatentValueReportCreateResponse"
          },
          "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"
        ]
      },
      "R002TaskCreateNoLogoRequest": {
        "type": "object",
        "properties": {
          "patent_id": {
            "type": "string",
            "example": "9cf648f8-8283-4767-9a14-f90f68303f3e",
            "description": "Query patent ID, single query"
          },
          "patent_number": {
            "type": "string",
            "example": "CN108977442B",
            "description": "Query patent publication number, single query"
          },
          "report_type": {
            "type": "string",
            "example": "word",
            "description": "Search for the type of patent value report, word or pdf"
          }
        },
        "required": [
          "report_type"
        ]
      },
      "R004-1TaskCreate_ReportJobCreateResponse": {
        "type": "object",
        "properties": {
          "job_id": {
            "type": "string",
            "example": "15362c5fae034dfc8943df299afc18b5",
            "description": "export technical idea validation report task id"
          }
        }
      },
      "R004-1TaskCreateResponse": {
        "type": "object",
        "properties": {
          "data": {
            "$ref": "#/components/schemas/R004-1TaskCreate_ReportJobCreateResponse"
          },
          "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"
        ]
      },
      "R004-1TaskCreateRequest": {
        "type": "object",
        "properties": {
          "country": {
            "type": "array",
            "example": [
              "CN",
              "US",
              "KR"
            ],
            "description": "Select the authority of the patent, the default query all databases, eg CN, US, KR."
          },
          "legal_status": {
            "type": "array",
            "example": [
              "失效",
              "有效",
              "审中",
              "PCT指定期满",
              "PCT指定期内",
              "未确认"
            ],
            "description": "Simple legal status, default select all, enumerated as follows:Inactive, Active, Pending, PCTdesignated stage, PCTdesignated stage expired, Undetermined"
          },
          "limit": {
            "type": "integer",
            "format": "int32",
            "example": 5,
            "description": "Based on the novelty of the current technical solution, return up to 20 potentially similar patents to generate a search report, with the top 5 patents sorted by similarity selected by default."
          },
          "tech_effect": {
            "type": "string",
            "example": "实现了车辆的原地掉头",
            "description": "technical effects"
          },
          "tech_means": {
            "type": "string",
            "example": "原地转向控制系统利用车辆控制器根据接收到的原地转向指令控制左转向电机控制器和所述右转向电机控制器，左转向电机控制器根据接收到的原地转向指令控制左前轮转向，右转向电机控制器根据接收到的原地转向控制指令控制右前轮转向，且左前轮和右前轮的转动方向相反使得左前轮和右前轮之间形成预设角度的“内八字”，由转动电机控制向车辆控制器发送转向完成指令。",
            "description": "technical means"
          }
        },
        "required": [
          "tech_means"
        ]
      },
      "JobIdResultResponse": {
        "type": "object",
        "properties": {
          "data": {
            "type": "object",
            "example": 123,
            "description": "response data"
          },
          "status": {
            "type": "boolean",
            "example": true,
            "description": "response status"
          }
        }
      },
      "FacetsFacetType_Facet": {
        "type": "object",
        "properties": {
          "name": {
            "type": "string",
            "example": "IBM",
            "description": "Name, short name of the facet"
          },
          "count": {
            "type": "integer",
            "format": "int32",
            "example": 120,
            "description": "Count, number of documents matching this facet"
          },
          "group": {
            "type": "integer",
            "format": "int32",
            "example": 1,
            "description": "Group, group number to which this facet belongs"
          },
          "full_name": {
            "type": "string",
            "example": "International Business Machines Corporation",
            "description": "Full name, complete name of the facet"
          },
          "cf_field_id": {
            "type": "string",
            "example": "custom_field_123",
            "description": "Custom field ID, identifier associated with a custom field"
          },
          "expired_count": {
            "type": "integer",
            "format": "int32",
            "example": 25,
            "description": "Expired count, number of expired documents matching this facet"
          }
        }
      },
      "FacetsFacetType_FacetListBo": {
        "type": "object",
        "properties": {
          "start": {
            "type": "integer",
            "format": "int32",
            "example": 0,
            "description": "Start position for pagination"
          },
          "length": {
            "type": "integer",
            "format": "int32",
            "example": 10,
            "description": "Length, the number of records for pagination"
          },
          "facet_list": {
            "type": "array",
            "example": [
              {
                "name": "IBM",
                "count": 120,
                "group": 1,
                "full_name": "International Business Machines Corporation",
                "expired_count": 25
              },
              {
                "name": "Google",
                "count": 85,
                "group": 1,
                "full_name": "Google LLC",
                "expired_count": 15
              }
            ],
            "description": "Facet list, contains specific facet data",
            "items": {
              "$ref": "#/components/schemas/FacetsFacetType_Facet"
            }
          },
          "facet_type": {
            "type": "string",
            "example": "applicant",
            "description": "Facet type, specifies the type of facet"
          }
        }
      },
      "FacetsFacetTypeResponse": {
        "type": "object",
        "properties": {
          "data": {
            "$ref": "#/components/schemas/FacetsFacetType_FacetListBo"
          },
          "status": {
            "type": "boolean",
            "example": true,
            "description": "response status"
          }
        }
      },
      "JobIdStatusResponse": {
        "type": "object",
        "properties": {
          "status": {
            "type": "boolean",
            "example": true,
            "description": "Operation status, indicates whether the request is successful"
          },
          "error_code": {
            "type": "integer",
            "format": "int32",
            "example": 400,
            "description": "Error code, error code when processing fails"
          },
          "job_status": {
            "type": "string",
            "example": "COMPLETED",
            "description": "Job status, indicates the processing status of the current job"
          },
          "error_message": {
            "type": "string",
            "example": "Invalid query parameters",
            "description": "Error message, detailed error description when processing fails"
          }
        },
        "required": [
          "status",
          "job_status"
        ]
      },
      "JobIdPatents_Patent": {
        "type": "object",
        "properties": {
          "x": {
            "type": "string",
            "example": 10.5,
            "description": "X coordinate, X-axis position of the patent in visualization chart"
          },
          "y": {
            "type": "string",
            "example": 15.2,
            "description": "Y coordinate, Y-axis position of the patent in visualization chart"
          },
          "pn": {
            "type": "string",
            "example": "US7654321B2",
            "description": "Patent number, unique identifier of the patent"
          },
          "sep": {
            "type": "boolean",
            "example": false,
            "description": "Standard essential patent, indicates whether it is a standard essential patent"
          },
          "pbdt": {
            "type": "integer",
            "format": "int32",
            "example": 20180315,
            "description": "Publication date, the publication date of the patent (numeric format)"
          },
          "expired": {
            "type": "boolean",
            "example": false,
            "description": "Expired, indicates whether the patent has expired"
          },
          "license": {
            "type": "array",
            "example": [
              "license-001",
              "license-002"
            ],
            "description": "License information, license related information of the patent"
          },
          "patent_id": {
            "type": "string",
            "example": 12345678,
            "description": "Patent ID, unique identifier of the patent in the system"
          },
          "grid_index": {
            "type": "string",
            "example": 25,
            "description": "Grid index, grid position of the patent in visualization chart"
          },
          "high_value": {
            "type": "boolean",
            "example": true,
            "description": "High value, indicates whether the patent is of high value"
          },
          "litigation": {
            "type": "array",
            "example": [
              "litigation-123",
              "litigation-456"
            ],
            "description": "Litigation information, litigation related information of the patent"
          },
          "has_license": {
            "type": "boolean",
            "example": true,
            "description": "Has license, indicates whether the patent has license information"
          },
          "patent_value": {
            "type": "integer",
            "format": "int32",
            "example": 85,
            "description": "Patent value, value rating of the patent"
          },
          "has_litigation": {
            "type": "boolean",
            "example": false,
            "description": "Has litigation, indicates whether the patent has litigation information"
          }
        }
      },
      "JobIdPatents_PatentListBo": {
        "type": "object",
        "properties": {
          "patents": {
            "type": "array",
            "example": [
              {
                "pn": "US7654321B2",
                "patent_id": "12345678"
              },
              {
                "pn": "US7123456B2",
                "patent_id": "87654321"
              }
            ],
            "description": "Patents, list containing detailed patent information",
            "items": {
              "$ref": "#/components/schemas/JobIdPatents_Patent"
            }
          },
          "total_count": {
            "type": "integer",
            "format": "int32",
            "example": 1250,
            "description": "Total count, the total number of patents"
          }
        }
      },
      "JobIdPatentsResponse": {
        "type": "object",
        "properties": {
          "data": {
            "$ref": "#/components/schemas/JobIdPatents_PatentListBo"
          },
          "status": {
            "type": "boolean",
            "example": true,
            "description": "response status"
          }
        }
      },
      "FacetTypeDetail_Patent": {
        "type": "object",
        "properties": {
          "x": {
            "type": "string",
            "example": 10.5,
            "description": "X coordinate, X-axis position of the patent in visualization chart"
          },
          "y": {
            "type": "string",
            "example": 15.2,
            "description": "Y coordinate, Y-axis position of the patent in visualization chart"
          },
          "pn": {
            "type": "string",
            "example": "US7654321B2",
            "description": "Patent number, unique identifier of the patent"
          },
          "sep": {
            "type": "boolean",
            "example": false,
            "description": "Standard essential patent, indicates whether it is a standard essential patent"
          },
          "pbdt": {
            "type": "integer",
            "format": "int32",
            "example": 20180315,
            "description": "Publication date, the publication date of the patent (numeric format)"
          },
          "expired": {
            "type": "boolean",
            "example": false,
            "description": "Expired, indicates whether the patent has expired"
          },
          "license": {
            "type": "array",
            "example": [
              "license-001",
              "license-002"
            ],
            "description": "License information, license related information of the patent"
          },
          "patent_id": {
            "type": "string",
            "example": 12345678,
            "description": "Patent ID, unique identifier of the patent in the system"
          },
          "grid_index": {
            "type": "string",
            "example": 25,
            "description": "Grid index, grid position of the patent in visualization chart"
          },
          "high_value": {
            "type": "boolean",
            "example": true,
            "description": "High value, indicates whether the patent is of high value"
          },
          "litigation": {
            "type": "array",
            "example": [
              "litigation-123",
              "litigation-456"
            ],
            "description": "Litigation information, litigation related information of the patent"
          },
          "has_license": {
            "type": "boolean",
            "example": true,
            "description": "Has license, indicates whether the patent has license information"
          },
          "patent_value": {
            "type": "integer",
            "format": "int32",
            "example": 85,
            "description": "Patent value, value rating of the patent"
          },
          "has_litigation": {
            "type": "boolean",
            "example": false,
            "description": "Has litigation, indicates whether the patent has litigation information"
          }
        }
      },
      "FacetTypeDetail_FacetDetail": {
        "type": "object",
        "properties": {
          "pn_map": {
            "type": "array",
            "example": [
              {
                "x": "10.5",
                "y": "15.2",
                "pn": "US7654321B2",
                "expired": false,
                "patent_id": "12345678"
              }
            ],
            "description": "Patent list, contains patent information associated with this facet",
            "items": {
              "$ref": "#/components/schemas/FacetTypeDetail_Patent"
            }
          },
          "res_value": {
            "type": "string",
            "example": "IBM",
            "description": "Facet name, represents the name of the facet"
          }
        }
      },
      "FacetTypeDetail_FacetDetailBo": {
        "type": "object",
        "properties": {
          "start": {
            "type": "integer",
            "format": "int32",
            "example": 0,
            "description": "Start position for pagination"
          },
          "length": {
            "type": "integer",
            "format": "int32",
            "example": 10,
            "description": "Length, the number of records for pagination"
          },
          "details": {
            "type": "array",
            "example": [
              {
                "pn_map": [
                  {
                    "pn": "US7654321B2",
                    "patent_id": "12345678"
                  }
                ],
                "res_value": "IBM"
              },
              {
                "pn_map": [
                  {
                    "pn": "US8765432B2",
                    "patent_id": "87654321"
                  }
                ],
                "res_value": "Google"
              }
            ],
            "description": "Facet details list, contains specific facet detailed data",
            "items": {
              "$ref": "#/components/schemas/FacetTypeDetail_FacetDetail"
            }
          },
          "facet_type": {
            "type": "string",
            "example": "applicant",
            "description": "Facet type, specifies the type of facet"
          }
        }
      },
      "FacetTypeDetailResponse": {
        "type": "object",
        "properties": {
          "data": {
            "$ref": "#/components/schemas/FacetTypeDetail_FacetDetailBo"
          },
          "status": {
            "type": "boolean",
            "example": true,
            "description": "response status"
          }
        }
      },
      "DP003InnovationCompanyWarning_RiskIndicators": {
        "type": "object",
        "properties": {
          "pledge": {
            "type": "integer",
            "format": "int32",
            "example": 1,
            "description": "专利被质押数量"
          },
          "reexam": {
            "type": "integer",
            "format": "int32",
            "example": 2,
            "description": "专利被无效数量"
          },
          "apno_cnt": {
            "type": "integer",
            "format": "int32",
            "example": 2,
            "description": "专利申请数量"
          },
          "rejected": {
            "type": "integer",
            "format": "int32",
            "example": 5,
            "description": "专利被驳回数量"
          },
          "transfer": {
            "type": "integer",
            "format": "int32",
            "example": 3,
            "description": "专利转让数量"
          },
          "active_invention_cnt": {
            "type": "integer",
            "format": "int32",
            "example": 1,
            "description": "有效的授权发明专利数量"
          },
          "litigation_defendant": {
            "type": "integer",
            "format": "int32",
            "example": 192203821,
            "description": "涉诉专利中被诉方的被诉讼专利数量"
          },
          "granted_invention_cnt": {
            "type": "integer",
            "format": "int32",
            "example": 4,
            "description": "授权的发明专利数量"
          }
        }
      },
      "DP003InnovationCompanyWarning_CompanyWarningResponse": {
        "type": "object",
        "properties": {
          "org_number": {
            "type": "string",
            "example": 192203821,
            "description": "组织机构代码"
          },
          "credit_code": {
            "type": "string",
            "example": 914403001922038300,
            "description": "统一社会信用代码"
          },
          "company_name": {
            "type": "string",
            "example": "华为技术有限公司",
            "description": "公司名称"
          },
          "risk_indicators": {
            "$ref": "#/components/schemas/DP003InnovationCompanyWarning_RiskIndicators"
          }
        }
      },
      "DP003InnovationCompanyWarningResponse": {
        "type": "object",
        "properties": {
          "data": {
            "$ref": "#/components/schemas/DP003InnovationCompanyWarning_CompanyWarningResponse"
          },
          "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"
        ]
      },
      "DP003InnovationCompanyWarningRequest": {
        "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"
          }
        }
      },
      "DP004EstimateCompanyIndexWarning_Seic": {
        "type": "object",
        "properties": {
          "seic_lv1": {
            "type": "string",
            "example": "新一代信息技术产业",
            "description": "Primary classification of strategic emerging industries"
          },
          "seic_lv1_code": {
            "type": "string",
            "example": "ZX01000000",
            "description": "First level code of strategic emerging industry"
          }
        }
      },
      "DP004EstimateCompanyIndexWarning_InnoLabel": {
        "type": "object",
        "properties": {
          "year": {
            "type": "integer",
            "format": "int32",
            "example": 2020,
            "description": "Selection year"
          },
          "status": {
            "type": "string",
            "example": "CANCEL",
            "description": "Status"
          },
          "qualification": {
            "type": "string",
            "example": "高新技术企业",
            "description": "Enterprise qualification"
          }
        }
      },
      "DP004EstimateCompanyIndexWarning_RiskIndicators": {
        "type": "object",
        "properties": {
          "pledge": {
            "type": "integer",
            "format": "int32",
            "example": 1,
            "description": "专利被质押数量"
          },
          "reexam": {
            "type": "integer",
            "format": "int32",
            "example": 2,
            "description": "专利被无效数量"
          },
          "apno_cnt": {
            "type": "integer",
            "format": "int32",
            "example": 2,
            "description": "专利申请数量"
          },
          "rejected": {
            "type": "integer",
            "format": "int32",
            "example": 5,
            "description": "专利被驳回数量"
          },
          "transfer": {
            "type": "integer",
            "format": "int32",
            "example": 3,
            "description": "专利转让数量"
          },
          "active_invention_cnt": {
            "type": "integer",
            "format": "int32",
            "example": 1,
            "description": "有效的授权发明专利数量"
          },
          "litigation_defendant": {
            "type": "integer",
            "format": "int32",
            "example": 192203821,
            "description": "涉诉专利中被诉方的被诉讼专利数量"
          },
          "granted_invention_cnt": {
            "type": "integer",
            "format": "int32",
            "example": 4,
            "description": "授权的发明专利数量"
          }
        }
      },
      "DP004EstimateCompanyIndexWarning_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"
          }
        }
      },
      "DP004EstimateCompanyIndexWarning_OriginalDetail": {
        "type": "object",
        "properties": {
          "rounds": {
            "type": "integer",
            "format": "int32",
            "example": 2,
            "description": "Number of financing rounds"
          },
          "publics": {
            "type": "array",
            "example": [
              "A股"
            ],
            "description": "Is_public company"
          },
          "reg_num": {
            "type": "integer",
            "format": "int32",
            "example": 3,
            "description": "Total number of software copyright registrations"
          },
          "apno_cnt": {
            "type": "integer",
            "format": "int32",
            "example": 4,
            "description": "Number of patent applications"
          },
          "duration": {
            "type": "number",
            "format": "double",
            "example": 8.86575,
            "description": "Years since establishment time"
          },
          "avg3y_cnt": {
            "type": "number",
            "format": "double",
            "example": 2,
            "description": "Average number of patent applications in recent three years"
          },
          "reg3y_avg": {
            "type": "number",
            "format": "double",
            "example": 5,
            "description": "Average number of software copyright applications"
          },
          "value_avg": {
            "type": "number",
            "format": "double",
            "example": 3400,
            "description": "Average value of patent value"
          },
          "value_sum": {
            "type": "integer",
            "format": "int64",
            "example": 51000,
            "description": "Total patent value"
          },
          "tech_width": {
            "type": "number",
            "format": "double",
            "example": 2,
            "description": "patented technology width"
          },
          "country_cnt": {
            "type": "integer",
            "format": "int32",
            "example": 1,
            "description": "Number of international patents involved"
          },
          "num_members": {
            "type": "integer",
            "format": "int32",
            "example": 12,
            "description": "Number of core teams"
          },
          "pct_apno_cnt": {
            "type": "integer",
            "format": "int32",
            "example": 2,
            "description": "Total PCT patents"
          },
          "ip_dependency": {
            "type": "number",
            "format": "double",
            "example": 1,
            "description": "IP dependency"
          },
          "value_top5_avg": {
            "type": "number",
            "format": "double",
            "example": 3460,
            "description": "Average value of five patents with the largest patent value"
          },
          "invention_ratio": {
            "type": "number",
            "format": "double",
            "example": 1,
            "description": "Proportion of invention patent applications"
          },
          "avg_cited_by_cnt": {
            "type": "number",
            "format": "double",
            "example": 0.13043,
            "description": "Average number of patent cited"
          },
          "in_examing_ratio": {
            "type": "number",
            "format": "double",
            "example": 1,
            "description": "Proportion of pending patents"
          },
          "most_recent_time": {
            "type": "number",
            "format": "double",
            "example": 1,
            "description": "Years since the last financing"
          },
          "num_certificates": {
            "type": "integer",
            "format": "int32",
            "example": 39,
            "description": "Number of qualification certificates"
          },
          "reg_growth_ratio": {
            "type": "number",
            "format": "double",
            "example": 0.25,
            "description": "software copyright registrations growth ratio"
          },
          "invention_stability": {
            "type": "number",
            "format": "double",
            "example": 1,
            "description": "Stability of invention patent application"
          },
          "joint_applicant_cnt": {
            "type": "integer",
            "format": "int32",
            "example": 10,
            "description": "Joint applicant"
          },
          "non_design_apno_cnt": {
            "type": "integer",
            "format": "int32",
            "example": 1,
            "description": "Number of non appearance patent applications"
          },
          "qualify_certificate": {
            "type": "array",
            "example": [
              "高新技术企业"
            ],
            "description": "Innovation qualification"
          },
          "self_cited_by_ratio": {
            "type": "number",
            "format": "double",
            "example": 1,
            "description": "Patent self citation ratio"
          },
          "avg_funding_interval": {
            "type": "number",
            "format": "double",
            "example": 2,
            "description": "Average financing interval"
          },
          "avg_technology_score": {
            "type": "number",
            "format": "double",
            "example": 0.24118,
            "description": "Average technical quality"
          },
          "num_trademarks_total": {
            "type": "integer",
            "format": "int32",
            "example": 12,
            "description": "Number of trademarks"
          },
          "active_inventor_ratio": {
            "type": "number",
            "format": "double",
            "example": 1,
            "description": "Active inventor ratio"
          },
          "granted_invention_cnt": {
            "type": "integer",
            "format": "int32",
            "example": 23,
            "description": "Total effective invention patents"
          },
          "joint_application_cnt": {
            "type": "integer",
            "format": "int32",
            "example": 2,
            "description": "Number of joint patent applications"
          },
          "reg_capital_formatted": {
            "type": "number",
            "format": "double",
            "example": 1000000,
            "description": "registered capital"
          },
          "external_licensing_cnt": {
            "type": "integer",
            "format": "int32",
            "example": 1,
            "description": "Number of patent licenses"
          },
          "money_q25_sum_weighted": {
            "type": "number",
            "format": "double",
            "example": 1,
            "description": "Financing weighted amount"
          },
          "patenting_growth_ratio": {
            "type": "number",
            "format": "double",
            "example": 2,
            "description": "Patent growth ratio"
          },
          "avg_remaining_life_span": {
            "type": "number",
            "format": "double",
            "example": 7,
            "description": "Patent life expectancy"
          },
          "granted_invention_ratio": {
            "type": "number",
            "format": "double",
            "example": 1,
            "description": "Proportion of effective invention patents"
          },
          "actual_capital_formatted": {
            "type": "number",
            "format": "double",
            "example": 50000,
            "description": "Actually paid registered capital"
          },
          "most_cited_patents_value": {
            "type": "integer",
            "format": "int32",
            "example": 195450,
            "description": "Patent value of the top 10 patents cited at most"
          },
          "total_patent_award_score": {
            "type": "integer",
            "format": "int32",
            "example": 2,
            "description": "Number of patents awarded"
          },
          "core_patents_cited_by_cnt": {
            "type": "integer",
            "format": "int32",
            "example": 6,
            "description": "Number of core patents cited"
          },
          "num_trademarks_registered": {
            "type": "integer",
            "format": "int32",
            "example": 23,
            "description": "Number of registered trademarks"
          },
          "tech_global_concentration": {
            "type": "number",
            "format": "double",
            "example": 0.00002,
            "description": "Patent technology concentration"
          },
          "top5_current_impact_index": {
            "type": "number",
            "format": "double",
            "example": 1,
            "description": "Current influence"
          },
          "core_patents_cited_by_ratio": {
            "type": "number",
            "format": "double",
            "example": 2,
            "description": "Proportion of core patents cited"
          },
          "most_recent_money_q25_formatted": {
            "type": "number",
            "format": "double",
            "example": 2,
            "description": "Last financing amount"
          }
        }
      },
      "DP004EstimateCompanyIndexWarning_CompanyValuationIndicatorRiskResponse": {
        "type": "object",
        "properties": {
          "seic": {
            "type": "array",
            "example": "Please check the form: Seic",
            "description": "strategic emerging industry",
            "items": {
              "$ref": "#/components/schemas/DP004EstimateCompanyIndexWarning_Seic"
            }
          },
          "label": {
            "type": "array",
            "example": "Please check the form: InnoLabel",
            "description": "label",
            "items": {
              "$ref": "#/components/schemas/DP004EstimateCompanyIndexWarning_InnoLabel"
            }
          },
          "score": {
            "type": "number",
            "format": "double",
            "example": 80.20975,
            "description": "Scientific innovation score"
          },
          "publish": {
            "type": "array",
            "example": [
              "A股"
            ],
            "description": "Public company label"
          },
          "bond_type": {
            "type": "string",
            "example": "主板",
            "description": "Stock sector"
          },
          "org_number": {
            "type": "string",
            "example": 192203821,
            "description": "Organization code"
          },
          "credit_code": {
            "type": "string",
            "example": 914403001922038300,
            "description": "Unified social credit code"
          },
          "address_city": {
            "type": "string",
            "example": "深圳市",
            "description": "City"
          },
          "company_name": {
            "type": "string",
            "example": "华为技术有限公司",
            "description": "Enterprise name"
          },
          "reg_location": {
            "type": "string",
            "example": "深圳市龙岗区坂田华为总部办公楼",
            "description": "Registered Address"
          },
          "original_name": {
            "type": "array",
            "example": [
              "深圳市华为技术有限公司",
              "华为技术有限公司"
            ],
            "description": "Used enterprise name"
          },
          "risk_indicators": {
            "$ref": "#/components/schemas/DP004EstimateCompanyIndexWarning_RiskIndicators"
          },
          "score_dimension": {
            "$ref": "#/components/schemas/DP004EstimateCompanyIndexWarning_ScoreDimension"
          },
          "address_district": {
            "type": "string",
            "example": "龙岗区",
            "description": "District"
          },
          "address_province": {
            "type": "string",
            "example": "广东省",
            "description": "Province"
          },
          "company_org_type": {
            "type": "string",
            "example": "有限责任公司（法人独资）",
            "description": "Enterprise type"
          },
          "indicators_original": {
            "$ref": "#/components/schemas/DP004EstimateCompanyIndexWarning_OriginalDetail"
          }
        }
      },
      "DP004EstimateCompanyIndexWarningResponse": {
        "type": "object",
        "properties": {
          "data": {
            "$ref": "#/components/schemas/DP004EstimateCompanyIndexWarning_CompanyValuationIndicatorRiskResponse"
          },
          "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"
        ]
      },
      "DP004EstimateCompanyIndexWarningRequest": {
        "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"
          }
        }
      },
      "DP005EstimateCompanyIndex_Seic": {
        "type": "object",
        "properties": {
          "seic_lv1": {
            "type": "string",
            "example": "新一代信息技术产业",
            "description": "Primary classification of strategic emerging industries"
          },
          "seic_lv1_code": {
            "type": "string",
            "example": "ZX01000000",
            "description": "First level code of strategic emerging industry"
          }
        }
      },
      "DP005EstimateCompanyIndex_InnoLabel": {
        "type": "object",
        "properties": {
          "year": {
            "type": "integer",
            "format": "int32",
            "example": 2020,
            "description": "Selection year"
          },
          "status": {
            "type": "string",
            "example": "CANCEL",
            "description": "Status"
          },
          "qualification": {
            "type": "string",
            "example": "高新技术企业",
            "description": "Enterprise qualification"
          }
        }
      },
      "DP005EstimateCompanyIndex_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"
          }
        }
      },
      "DP005EstimateCompanyIndex_OriginalDetail": {
        "type": "object",
        "properties": {
          "rounds": {
            "type": "integer",
            "format": "int32",
            "example": 2,
            "description": "Number of financing rounds"
          },
          "publics": {
            "type": "array",
            "example": [
              "A股"
            ],
            "description": "Is_public company"
          },
          "reg_num": {
            "type": "integer",
            "format": "int32",
            "example": 3,
            "description": "Total number of software copyright registrations"
          },
          "apno_cnt": {
            "type": "integer",
            "format": "int32",
            "example": 4,
            "description": "Number of patent applications"
          },
          "duration": {
            "type": "number",
            "format": "double",
            "example": 8.86575,
            "description": "Years since establishment time"
          },
          "avg3y_cnt": {
            "type": "number",
            "format": "double",
            "example": 2,
            "description": "Average number of patent applications in recent three years"
          },
          "reg3y_avg": {
            "type": "number",
            "format": "double",
            "example": 5,
            "description": "Average number of software copyright applications"
          },
          "value_avg": {
            "type": "number",
            "format": "double",
            "example": 3400,
            "description": "Average value of patent value"
          },
          "value_sum": {
            "type": "integer",
            "format": "int64",
            "example": 51000,
            "description": "Total patent value"
          },
          "tech_width": {
            "type": "number",
            "format": "double",
            "example": 2,
            "description": "patented technology width"
          },
          "country_cnt": {
            "type": "integer",
            "format": "int32",
            "example": 1,
            "description": "Number of international patents involved"
          },
          "num_members": {
            "type": "integer",
            "format": "int32",
            "example": 12,
            "description": "Number of core teams"
          },
          "pct_apno_cnt": {
            "type": "integer",
            "format": "int32",
            "example": 2,
            "description": "Total PCT patents"
          },
          "ip_dependency": {
            "type": "number",
            "format": "double",
            "example": 1,
            "description": "IP dependency"
          },
          "value_top5_avg": {
            "type": "number",
            "format": "double",
            "example": 3460,
            "description": "Average value of five patents with the largest patent value"
          },
          "invention_ratio": {
            "type": "number",
            "format": "double",
            "example": 1,
            "description": "Proportion of invention patent applications"
          },
          "avg_cited_by_cnt": {
            "type": "number",
            "format": "double",
            "example": 0.13043,
            "description": "Average number of patent cited"
          },
          "in_examing_ratio": {
            "type": "number",
            "format": "double",
            "example": 1,
            "description": "Proportion of pending patents"
          },
          "most_recent_time": {
            "type": "number",
            "format": "double",
            "example": 1,
            "description": "Years since the last financing"
          },
          "num_certificates": {
            "type": "integer",
            "format": "int32",
            "example": 39,
            "description": "Number of qualification certificates"
          },
          "reg_growth_ratio": {
            "type": "number",
            "format": "double",
            "example": 0.25,
            "description": "software copyright registrations growth ratio"
          },
          "invention_stability": {
            "type": "number",
            "format": "double",
            "example": 1,
            "description": "Stability of invention patent application"
          },
          "joint_applicant_cnt": {
            "type": "integer",
            "format": "int32",
            "example": 10,
            "description": "Joint applicant"
          },
          "non_design_apno_cnt": {
            "type": "integer",
            "format": "int32",
            "example": 1,
            "description": "Number of non appearance patent applications"
          },
          "qualify_certificate": {
            "type": "array",
            "example": [
              "高新技术企业"
            ],
            "description": "Innovation qualification"
          },
          "self_cited_by_ratio": {
            "type": "number",
            "format": "double",
            "example": 1,
            "description": "Patent self citation ratio"
          },
          "avg_funding_interval": {
            "type": "number",
            "format": "double",
            "example": 2,
            "description": "Average financing interval"
          },
          "avg_technology_score": {
            "type": "number",
            "format": "double",
            "example": 0.24118,
            "description": "Average technical quality"
          },
          "num_trademarks_total": {
            "type": "integer",
            "format": "int32",
            "example": 12,
            "description": "Number of trademarks"
          },
          "active_inventor_ratio": {
            "type": "number",
            "format": "double",
            "example": 1,
            "description": "Active inventor ratio"
          },
          "granted_invention_cnt": {
            "type": "integer",
            "format": "int32",
            "example": 23,
            "description": "Total effective invention patents"
          },
          "joint_application_cnt": {
            "type": "integer",
            "format": "int32",
            "example": 2,
            "description": "Number of joint patent applications"
          },
          "reg_capital_formatted": {
            "type": "number",
            "format": "double",
            "example": 1000000,
            "description": "registered capital"
          },
          "external_licensing_cnt": {
            "type": "integer",
            "format": "int32",
            "example": 1,
            "description": "Number of patent licenses"
          },
          "money_q25_sum_weighted": {
            "type": "number",
            "format": "double",
            "example": 1,
            "description": "Financing weighted amount"
          },
          "patenting_growth_ratio": {
            "type": "number",
            "format": "double",
            "example": 2,
            "description": "Patent growth ratio"
          },
          "avg_remaining_life_span": {
            "type": "number",
            "format": "double",
            "example": 7,
            "description": "Patent life expectancy"
          },
          "granted_invention_ratio": {
            "type": "number",
            "format": "double",
            "example": 1,
            "description": "Proportion of effective invention patents"
          },
          "actual_capital_formatted": {
            "type": "number",
            "format": "double",
            "example": 50000,
            "description": "Actually paid registered capital"
          },
          "most_cited_patents_value": {
            "type": "integer",
            "format": "int32",
            "example": 195450,
            "description": "Patent value of the top 10 patents cited at most"
          },
          "total_patent_award_score": {
            "type": "integer",
            "format": "int32",
            "example": 2,
            "description": "Number of patents awarded"
          },
          "core_patents_cited_by_cnt": {
            "type": "integer",
            "format": "int32",
            "example": 6,
            "description": "Number of core patents cited"
          },
          "num_trademarks_registered": {
            "type": "integer",
            "format": "int32",
            "example": 23,
            "description": "Number of registered trademarks"
          },
          "tech_global_concentration": {
            "type": "number",
            "format": "double",
            "example": 0.00002,
            "description": "Patent technology concentration"
          },
          "top5_current_impact_index": {
            "type": "number",
            "format": "double",
            "example": 1,
            "description": "Current influence"
          },
          "core_patents_cited_by_ratio": {
            "type": "number",
            "format": "double",
            "example": 2,
            "description": "Proportion of core patents cited"
          },
          "most_recent_money_q25_formatted": {
            "type": "number",
            "format": "double",
            "example": 2,
            "description": "Last financing amount"
          }
        }
      },
      "DP005EstimateCompanyIndex_CompanyValuationIndicatorResponse": {
        "type": "object",
        "properties": {
          "seic": {
            "type": "array",
            "example": "Please check the form: Seic",
            "description": "strategic emerging industry",
            "items": {
              "$ref": "#/components/schemas/DP005EstimateCompanyIndex_Seic"
            }
          },
          "label": {
            "type": "array",
            "example": "Please check the form: InnoLabel",
            "description": "label",
            "items": {
              "$ref": "#/components/schemas/DP005EstimateCompanyIndex_InnoLabel"
            }
          },
          "score": {
            "type": "number",
            "format": "double",
            "example": 80.20975,
            "description": "Scientific innovation score"
          },
          "publish": {
            "type": "array",
            "example": [
              "A股"
            ],
            "description": "Public company label"
          },
          "bond_type": {
            "type": "string",
            "example": "主板",
            "description": "Stock sector"
          },
          "org_number": {
            "type": "string",
            "example": 192203821,
            "description": "Organization code"
          },
          "credit_code": {
            "type": "string",
            "example": 914403001922038300,
            "description": "Unified social credit code"
          },
          "address_city": {
            "type": "string",
            "example": "深圳市",
            "description": "City"
          },
          "company_name": {
            "type": "string",
            "example": "华为技术有限公司",
            "description": "Enterprise name"
          },
          "reg_location": {
            "type": "string",
            "example": "深圳市龙岗区坂田华为总部办公楼",
            "description": "Registered Address"
          },
          "original_name": {
            "type": "array",
            "example": [
              "深圳市华为技术有限公司",
              "华为技术有限公司"
            ],
            "description": "Used enterprise name"
          },
          "score_dimension": {
            "$ref": "#/components/schemas/DP005EstimateCompanyIndex_ScoreDimension"
          },
          "address_district": {
            "type": "string",
            "example": "龙岗区",
            "description": "District"
          },
          "address_province": {
            "type": "string",
            "example": "广东省",
            "description": "Province"
          },
          "company_org_type": {
            "type": "string",
            "example": "有限责任公司（法人独资）",
            "description": "Enterprise type"
          },
          "indicators_original": {
            "$ref": "#/components/schemas/DP005EstimateCompanyIndex_OriginalDetail"
          }
        }
      },
      "DP005EstimateCompanyIndexResponse": {
        "type": "object",
        "properties": {
          "data": {
            "$ref": "#/components/schemas/DP005EstimateCompanyIndex_CompanyValuationIndicatorResponse"
          },
          "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"
        ]
      },
      "DP005EstimateCompanyIndexRequest": {
        "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"
          }
        }
      },
      "DP002InnovationCompanyValuationIndicators_OriginalDetail": {
        "type": "object",
        "properties": {
          "rounds": {
            "type": "integer",
            "format": "int32",
            "example": 2,
            "description": "Number of financing rounds"
          },
          "publics": {
            "type": "array",
            "example": [
              "A股"
            ],
            "description": "Is_public company"
          },
          "reg_num": {
            "type": "integer",
            "format": "int32",
            "example": 3,
            "description": "Total number of software copyright registrations"
          },
          "apno_cnt": {
            "type": "integer",
            "format": "int32",
            "example": 4,
            "description": "Number of patent applications"
          },
          "duration": {
            "type": "number",
            "format": "double",
            "example": 8.86575,
            "description": "Years since establishment time"
          },
          "avg3y_cnt": {
            "type": "number",
            "format": "double",
            "example": 2,
            "description": "Average number of patent applications in recent three years"
          },
          "reg3y_avg": {
            "type": "number",
            "format": "double",
            "example": 5,
            "description": "Average number of software copyright applications"
          },
          "value_avg": {
            "type": "number",
            "format": "double",
            "example": 3400,
            "description": "Average value of patent value"
          },
          "value_sum": {
            "type": "integer",
            "format": "int64",
            "example": 51000,
            "description": "Total patent value"
          },
          "tech_width": {
            "type": "number",
            "format": "double",
            "example": 2,
            "description": "patented technology width"
          },
          "country_cnt": {
            "type": "integer",
            "format": "int32",
            "example": 1,
            "description": "Number of international patents involved"
          },
          "num_members": {
            "type": "integer",
            "format": "int32",
            "example": 12,
            "description": "Number of core teams"
          },
          "pct_apno_cnt": {
            "type": "integer",
            "format": "int32",
            "example": 2,
            "description": "Total PCT patents"
          },
          "ip_dependency": {
            "type": "number",
            "format": "double",
            "example": 1,
            "description": "IP dependency"
          },
          "value_top5_avg": {
            "type": "number",
            "format": "double",
            "example": 3460,
            "description": "Average value of five patents with the largest patent value"
          },
          "invention_ratio": {
            "type": "number",
            "format": "double",
            "example": 1,
            "description": "Proportion of invention patent applications"
          },
          "avg_cited_by_cnt": {
            "type": "number",
            "format": "double",
            "example": 0.13043,
            "description": "Average number of patent cited"
          },
          "in_examing_ratio": {
            "type": "number",
            "format": "double",
            "example": 1,
            "description": "Proportion of pending patents"
          },
          "most_recent_time": {
            "type": "number",
            "format": "double",
            "example": 1,
            "description": "Years since the last financing"
          },
          "num_certificates": {
            "type": "integer",
            "format": "int32",
            "example": 39,
            "description": "Number of qualification certificates"
          },
          "reg_growth_ratio": {
            "type": "number",
            "format": "double",
            "example": 0.25,
            "description": "software copyright registrations growth ratio"
          },
          "invention_stability": {
            "type": "number",
            "format": "double",
            "example": 1,
            "description": "Stability of invention patent application"
          },
          "joint_applicant_cnt": {
            "type": "integer",
            "format": "int32",
            "example": 10,
            "description": "Joint applicant"
          },
          "non_design_apno_cnt": {
            "type": "integer",
            "format": "int32",
            "example": 1,
            "description": "Number of non appearance patent applications"
          },
          "qualify_certificate": {
            "type": "array",
            "example": [
              "高新技术企业"
            ],
            "description": "Innovation qualification"
          },
          "self_cited_by_ratio": {
            "type": "number",
            "format": "double",
            "example": 1,
            "description": "Patent self citation ratio"
          },
          "avg_funding_interval": {
            "type": "number",
            "format": "double",
            "example": 2,
            "description": "Average financing interval"
          },
          "avg_technology_score": {
            "type": "number",
            "format": "double",
            "example": 0.24118,
            "description": "Average technical quality"
          },
          "num_trademarks_total": {
            "type": "integer",
            "format": "int32",
            "example": 12,
            "description": "Number of trademarks"
          },
          "active_inventor_ratio": {
            "type": "number",
            "format": "double",
            "example": 1,
            "description": "Active inventor ratio"
          },
          "granted_invention_cnt": {
            "type": "integer",
            "format": "int32",
            "example": 23,
            "description": "Total effective invention patents"
          },
          "joint_application_cnt": {
            "type": "integer",
            "format": "int32",
            "example": 2,
            "description": "Number of joint patent applications"
          },
          "reg_capital_formatted": {
            "type": "number",
            "format": "double",
            "example": 1000000,
            "description": "registered capital"
          },
          "external_licensing_cnt": {
            "type": "integer",
            "format": "int32",
            "example": 1,
            "description": "Number of patent licenses"
          },
          "money_q25_sum_weighted": {
            "type": "number",
            "format": "double",
            "example": 1,
            "description": "Financing weighted amount"
          },
          "patenting_growth_ratio": {
            "type": "number",
            "format": "double",
            "example": 2,
            "description": "Patent growth ratio"
          },
          "avg_remaining_life_span": {
            "type": "number",
            "format": "double",
            "example": 7,
            "description": "Patent life expectancy"
          },
          "granted_invention_ratio": {
            "type": "number",
            "format": "double",
            "example": 1,
            "description": "Proportion of effective invention patents"
          },
          "actual_capital_formatted": {
            "type": "number",
            "format": "double",
            "example": 50000,
            "description": "Actually paid registered capital"
          },
          "most_cited_patents_value": {
            "type": "integer",
            "format": "int32",
            "example": 195450,
            "description": "Patent value of the top 10 patents cited at most"
          },
          "total_patent_award_score": {
            "type": "integer",
            "format": "int32",
            "example": 2,
            "description": "Number of patents awarded"
          },
          "core_patents_cited_by_cnt": {
            "type": "integer",
            "format": "int32",
            "example": 6,
            "description": "Number of core patents cited"
          },
          "num_trademarks_registered": {
            "type": "integer",
            "format": "int32",
            "example": 23,
            "description": "Number of registered trademarks"
          },
          "tech_global_concentration": {
            "type": "number",
            "format": "double",
            "example": 0.00002,
            "description": "Patent technology concentration"
          },
          "top5_current_impact_index": {
            "type": "number",
            "format": "double",
            "example": 1,
            "description": "Current influence"
          },
          "core_patents_cited_by_ratio": {
            "type": "number",
            "format": "double",
            "example": 2,
            "description": "Proportion of core patents cited"
          },
          "most_recent_money_q25_formatted": {
            "type": "number",
            "format": "double",
            "example": 2,
            "description": "Last financing amount"
          }
        }
      },
      "DP002InnovationCompanyValuationIndicators_CompanyIndicatorResponse": {
        "type": "object",
        "properties": {
          "org_number": {
            "type": "string",
            "example": 192203821,
            "description": "Organization code"
          },
          "credit_code": {
            "type": "string",
            "example": 914403001922038300,
            "description": "Unified social credit code"
          },
          "company_name": {
            "type": "string",
            "example": "华为技术有限公司",
            "description": "Enterprise name"
          },
          "indicators_original": {
            "$ref": "#/components/schemas/DP002InnovationCompanyValuationIndicators_OriginalDetail"
          }
        }
      },
      "DP002InnovationCompanyValuationIndicatorsResponse": {
        "type": "object",
        "properties": {
          "data": {
            "$ref": "#/components/schemas/DP002InnovationCompanyValuationIndicators_CompanyIndicatorResponse"
          },
          "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"
        ]
      },
      "DP002InnovationCompanyValuationIndicatorsRequest": {
        "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"
          }
        }
      },
      "DP001InnovationCompanyValuation_Seic": {
        "type": "object",
        "properties": {
          "seic_lv1": {
            "type": "string",
            "example": "新一代信息技术产业",
            "description": "Primary classification of strategic emerging industries"
          },
          "seic_lv1_code": {
            "type": "string",
            "example": "ZX01000000",
            "description": "First level code of strategic emerging industry"
          }
        }
      },
      "DP001InnovationCompanyValuation_InnoLabel": {
        "type": "object",
        "properties": {
          "year": {
            "type": "integer",
            "format": "int32",
            "example": 2020,
            "description": "Selection year"
          },
          "status": {
            "type": "string",
            "example": "CANCEL",
            "description": "Status"
          },
          "qualification": {
            "type": "string",
            "example": "高新技术企业",
            "description": "Enterprise qualification"
          }
        }
      },
      "DP001InnovationCompanyValuation_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"
          }
        }
      },
      "DP001InnovationCompanyValuation_CompanyValuationResponse": {
        "type": "object",
        "properties": {
          "seic": {
            "type": "array",
            "example": "Please check the form: Seic",
            "description": "strategic emerging industry",
            "items": {
              "$ref": "#/components/schemas/DP001InnovationCompanyValuation_Seic"
            }
          },
          "label": {
            "type": "array",
            "example": "Please check the form: InnoLabel",
            "description": "label",
            "items": {
              "$ref": "#/components/schemas/DP001InnovationCompanyValuation_InnoLabel"
            }
          },
          "score": {
            "type": "number",
            "format": "double",
            "example": 80.20975,
            "description": "Scientific innovation score"
          },
          "publish": {
            "type": "array",
            "example": [
              "A股"
            ],
            "description": "Public company label"
          },
          "bond_type": {
            "type": "string",
            "example": "主板",
            "description": "Stock sector"
          },
          "org_number": {
            "type": "string",
            "example": 192203821,
            "description": "Organization code"
          },
          "credit_code": {
            "type": "string",
            "example": 914403001922038300,
            "description": "Unified social credit code"
          },
          "address_city": {
            "type": "string",
            "example": "深圳市",
            "description": "City"
          },
          "company_name": {
            "type": "string",
            "example": "华为技术有限公司",
            "description": "Enterprise name"
          },
          "reg_location": {
            "type": "string",
            "example": "深圳市龙岗区坂田华为总部办公楼",
            "description": "Registered Address"
          },
          "original_name": {
            "type": "array",
            "example": [
              "深圳市华为技术有限公司",
              "华为技术有限公司"
            ],
            "description": "Used enterprise name"
          },
          "score_dimension": {
            "$ref": "#/components/schemas/DP001InnovationCompanyValuation_ScoreDimension"
          },
          "address_district": {
            "type": "string",
            "example": "龙岗区",
            "description": "District"
          },
          "address_province": {
            "type": "string",
            "example": "广东省",
            "description": "Province"
          },
          "company_org_type": {
            "type": "string",
            "example": "有限责任公司（法人独资）",
            "description": "Enterprise type"
          }
        }
      },
      "DP001InnovationCompanyValuationResponse": {
        "type": "object",
        "properties": {
          "data": {
            "$ref": "#/components/schemas/DP001InnovationCompanyValuation_CompanyValuationResponse"
          },
          "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"
        ]
      },
      "DP001InnovationCompanyValuationRequest": {
        "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"
          }
        }
      },
      "B058DiseaseTherapeuticArea_AutocompleteSimplifiedResponse": {
        "type": "object",
        "properties": {
          "id": {
            "type": "string",
            "example": "234aad67e4bc46b3906543b77e393606",
            "description": "Disease ID"
          },
          "is_leaf": {
            "type": "boolean",
            "example": false,
            "description": "Whether it is a leaf node"
          },
          "children": {
            "type": "array",
            "example": [
              {
                "id": "65d2878e07824acdaf098de941e76904",
                "is_leaf": false,
                "children": [
                  {
                    "id": "662d0668c7a143d38afd508651fe1eb7",
                    "is_leaf": true,
                    "parent_id": [
                      "65d2878e07824acdaf098de941e76904"
                    ],
                    "display_name_cn": "诺沃克药物引起的急性胃肠炎",
                    "display_name_en": "Acute Gastroenteropathy Due to Norwalk Agent"
                  },
                  {
                    "id": "5577c2a48212423c8a3185fa02bdb045",
                    "is_leaf": false,
                    "parent_id": [
                      "65d2878e07824acdaf098de941e76904"
                    ],
                    "display_name_cn": "消化不良",
                    "display_name_en": "Dyspepsia"
                  },
                  {
                    "id": "dec9aafa3ad34e72b57eee14e8fc8543",
                    "is_leaf": false,
                    "parent_id": [
                      "65d2878e07824acdaf098de941e76904"
                    ],
                    "display_name_cn": "食管疾病",
                    "display_name_en": "Esophageal Diseases"
                  },
                  {
                    "id": "46459d882f034d4d83c474df34d51c98",
                    "is_leaf": false,
                    "parent_id": [
                      "65d2878e07824acdaf098de941e76904"
                    ],
                    "display_name_cn": "胃肠炎",
                    "display_name_en": "Gastroenteritis"
                  },
                  {
                    "id": "7fa6ee7ec7304cf4b82283c73d929376",
                    "is_leaf": true,
                    "parent_id": [
                      "65d2878e07824acdaf098de941e76904"
                    ],
                    "display_name_cn": "胃肠炭疽",
                    "display_name_en": "Gastrointestinal Anthrax"
                  },
                  {
                    "id": "671ab6ba312540fe9c747d226ab33f6b",
                    "is_leaf": false,
                    "parent_id": [
                      "65d2878e07824acdaf098de941e76904"
                    ],
                    "display_name_cn": "消化道出血",
                    "display_name_en": "Gastrointestinal Hemorrhage"
                  },
                  {
                    "id": "4398305897014fa5a94f82513b4d1139",
                    "is_leaf": false,
                    "parent_id": [
                      "65d2878e07824acdaf098de941e76904"
                    ],
                    "display_name_cn": "胃肠道肿瘤",
                    "display_name_en": "Gastrointestinal Neoplasms"
                  },
                  {
                    "id": "27961d82a89b4dd1850590e62790f799",
                    "is_leaf": true,
                    "parent_id": [
                      "65d2878e07824acdaf098de941e76904"
                    ],
                    "display_name_cn": "胃肠功能紊乱",
                    "display_name_en": "Gastrointestinal dysfunction"
                  },
                  {
                    "id": "3439232919a2428f8f818132a0b9421d",
                    "is_leaf": true,
                    "parent_id": [
                      "65d2878e07824acdaf098de941e76904"
                    ],
                    "display_name_cn": "胃肠道感染",
                    "display_name_en": "Gastrointestinal infection"
                  },
                  {
                    "id": "cf2c105c325f44f5bcd18f91c6cc00c1",
                    "is_leaf": true,
                    "parent_id": [
                      "65d2878e07824acdaf098de941e76904"
                    ],
                    "display_name_cn": "胃肠动力障碍",
                    "display_name_en": "Gastrointestinal motility disorder"
                  },
                  {
                    "id": "7e1abff74d054266aef9d60e923e0e48",
                    "is_leaf": true,
                    "parent_id": [
                      "65d2878e07824acdaf098de941e76904"
                    ],
                    "display_name_cn": "胃肠粘膜疾病",
                    "display_name_en": "Gastrointestinal mucosal disorder"
                  },
                  {
                    "id": "cb05c51b403e48cd87e1a73c9a7b2f77",
                    "is_leaf": true,
                    "parent_id": [
                      "65d2878e07824acdaf098de941e76904"
                    ],
                    "display_name_cn": "胃肠道息肉",
                    "display_name_en": "Gastrointestinal polyps"
                  },
                  {
                    "id": "e0d363f875d244d09de54ee9af5fdf60",
                    "is_leaf": true,
                    "parent_id": [
                      "65d2878e07824acdaf098de941e76904"
                    ],
                    "display_name_cn": "胃肠道溃疡",
                    "display_name_en": "Gastrointestinal ulcer"
                  },
                  {
                    "id": "f2add70bf0fc41ea98e6f704ca3eb1ee",
                    "is_leaf": true,
                    "parent_id": [
                      "65d2878e07824acdaf098de941e76904"
                    ],
                    "display_name_cn": "腹疝",
                    "display_name_en": "Hernia, Ventral"
                  },
                  {
                    "id": "e081a5d34fa3494d98da975f2ca711d8",
                    "is_leaf": false,
                    "parent_id": [
                      "65d2878e07824acdaf098de941e76904"
                    ],
                    "display_name_cn": "多食症",
                    "display_name_en": "Hyperphagia"
                  },
                  {
                    "id": "ac5ea2be7bb745458261c3bbb740ee4c",
                    "is_leaf": false,
                    "parent_id": [
                      "65d2878e07824acdaf098de941e76904"
                    ],
                    "display_name_cn": "肠道疾病",
                    "display_name_en": "Intestinal Diseases"
                  },
                  {
                    "id": "5a8363bf582841928678948433c15e92",
                    "is_leaf": true,
                    "parent_id": [
                      "65d2878e07824acdaf098de941e76904"
                    ],
                    "display_name_cn": "反刍综合征",
                    "display_name_en": "Rumination Syndrome"
                  },
                  {
                    "id": "913390d040544d43acbcea835d84c567",
                    "is_leaf": false,
                    "parent_id": [
                      "65d2878e07824acdaf098de941e76904"
                    ],
                    "display_name_cn": "胃病",
                    "display_name_en": "Stomach Diseases"
                  },
                  {
                    "id": "7e88952676d2469ebcc5fe8be397c124",
                    "is_leaf": true,
                    "parent_id": [
                      "65d2878e07824acdaf098de941e76904"
                    ],
                    "display_name_cn": "口臭",
                    "display_name_en": "Stomatodysodia"
                  },
                  {
                    "id": "a378a52dab74430585a26212f076a4af",
                    "is_leaf": true,
                    "parent_id": [
                      "65d2878e07824acdaf098de941e76904"
                    ],
                    "display_name_cn": "胃肠结核",
                    "display_name_en": "Tuberculosis, Gastrointestinal"
                  },
                  {
                    "id": "6e16353607c34fc0be91ef522bdcb916",
                    "is_leaf": false,
                    "parent_id": [
                      "65d2878e07824acdaf098de941e76904"
                    ],
                    "display_name_cn": "肠溃疡",
                    "display_name_en": "Ulceration of intestine"
                  },
                  {
                    "id": "9dafa0891e1b43c8a654eb1deab14172",
                    "is_leaf": true,
                    "parent_id": [
                      "65d2878e07824acdaf098de941e76904"
                    ],
                    "display_name_cn": "上消化道出血",
                    "display_name_en": "Upper gastrointestinal hemorrhage"
                  },
                  {
                    "id": "500f7913efdd4cf4a8d5cf79bf08ef38",
                    "is_leaf": true,
                    "parent_id": [
                      "65d2878e07824acdaf098de941e76904"
                    ],
                    "display_name_cn": "内脏下垂",
                    "display_name_en": "Visceral Prolapse"
                  }
                ],
                "parent_id": [
                  "234aad67e4bc46b3906543b77e393606"
                ],
                "display_name_cn": "胃肠道疾病",
                "display_name_en": "Gastrointestinal Diseases"
              }
            ],
            "description": "Child node list"
          },
          "parent_id": {
            "type": "array",
            "example": [
              "383538ad75a24989bb2f546dabbf21a3"
            ],
            "description": "Parent node ID list"
          },
          "display_name_cn": {
            "type": "string",
            "example": "消化系统疾病",
            "description": "Chinese display name"
          },
          "display_name_en": {
            "type": "string",
            "example": "Digestive System Disorders",
            "description": "English display name"
          }
        }
      },
      "B058DiseaseTherapeuticArea_TreeSearchSimplifiedResponse": {
        "type": "object",
        "properties": {
          "items": {
            "type": "array",
            "example": [
              {
                "id": "234aad67e4bc46b3906543b77e393606",
                "is_leaf": false,
                "children": [
                  {
                    "id": "65d2878e07824acdaf098de941e76904",
                    "is_leaf": false,
                    "children": [
                      {
                        "id": "662d0668c7a143d38afd508651fe1eb7",
                        "is_leaf": true,
                        "parent_id": [
                          "65d2878e07824acdaf098de941e76904"
                        ],
                        "display_name_cn": "诺沃克药物引起的急性胃肠炎",
                        "display_name_en": "Acute Gastroenteropathy Due to Norwalk Agent"
                      },
                      {
                        "id": "5577c2a48212423c8a3185fa02bdb045",
                        "is_leaf": false,
                        "parent_id": [
                          "65d2878e07824acdaf098de941e76904"
                        ],
                        "display_name_cn": "消化不良",
                        "display_name_en": "Dyspepsia"
                      },
                      {
                        "id": "dec9aafa3ad34e72b57eee14e8fc8543",
                        "is_leaf": false,
                        "parent_id": [
                          "65d2878e07824acdaf098de941e76904"
                        ],
                        "display_name_cn": "食管疾病",
                        "display_name_en": "Esophageal Diseases"
                      },
                      {
                        "id": "46459d882f034d4d83c474df34d51c98",
                        "is_leaf": false,
                        "parent_id": [
                          "65d2878e07824acdaf098de941e76904"
                        ],
                        "display_name_cn": "胃肠炎",
                        "display_name_en": "Gastroenteritis"
                      },
                      {
                        "id": "7fa6ee7ec7304cf4b82283c73d929376",
                        "is_leaf": true,
                        "parent_id": [
                          "65d2878e07824acdaf098de941e76904"
                        ],
                        "display_name_cn": "胃肠炭疽",
                        "display_name_en": "Gastrointestinal Anthrax"
                      },
                      {
                        "id": "671ab6ba312540fe9c747d226ab33f6b",
                        "is_leaf": false,
                        "parent_id": [
                          "65d2878e07824acdaf098de941e76904"
                        ],
                        "display_name_cn": "消化道出血",
                        "display_name_en": "Gastrointestinal Hemorrhage"
                      },
                      {
                        "id": "4398305897014fa5a94f82513b4d1139",
                        "is_leaf": false,
                        "parent_id": [
                          "65d2878e07824acdaf098de941e76904"
                        ],
                        "display_name_cn": "胃肠道肿瘤",
                        "display_name_en": "Gastrointestinal Neoplasms"
                      },
                      {
                        "id": "27961d82a89b4dd1850590e62790f799",
                        "is_leaf": true,
                        "parent_id": [
                          "65d2878e07824acdaf098de941e76904"
                        ],
                        "display_name_cn": "胃肠功能紊乱",
                        "display_name_en": "Gastrointestinal dysfunction"
                      },
                      {
                        "id": "3439232919a2428f8f818132a0b9421d",
                        "is_leaf": true,
                        "parent_id": [
                          "65d2878e07824acdaf098de941e76904"
                        ],
                        "display_name_cn": "胃肠道感染",
                        "display_name_en": "Gastrointestinal infection"
                      },
                      {
                        "id": "cf2c105c325f44f5bcd18f91c6cc00c1",
                        "is_leaf": true,
                        "parent_id": [
                          "65d2878e07824acdaf098de941e76904"
                        ],
                        "display_name_cn": "胃肠动力障碍",
                        "display_name_en": "Gastrointestinal motility disorder"
                      },
                      {
                        "id": "7e1abff74d054266aef9d60e923e0e48",
                        "is_leaf": true,
                        "parent_id": [
                          "65d2878e07824acdaf098de941e76904"
                        ],
                        "display_name_cn": "胃肠粘膜疾病",
                        "display_name_en": "Gastrointestinal mucosal disorder"
                      },
                      {
                        "id": "cb05c51b403e48cd87e1a73c9a7b2f77",
                        "is_leaf": true,
                        "parent_id": [
                          "65d2878e07824acdaf098de941e76904"
                        ],
                        "display_name_cn": "胃肠道息肉",
                        "display_name_en": "Gastrointestinal polyps"
                      },
                      {
                        "id": "e0d363f875d244d09de54ee9af5fdf60",
                        "is_leaf": true,
                        "parent_id": [
                          "65d2878e07824acdaf098de941e76904"
                        ],
                        "display_name_cn": "胃肠道溃疡",
                        "display_name_en": "Gastrointestinal ulcer"
                      },
                      {
                        "id": "f2add70bf0fc41ea98e6f704ca3eb1ee",
                        "is_leaf": true,
                        "parent_id": [
                          "65d2878e07824acdaf098de941e76904"
                        ],
                        "display_name_cn": "腹疝",
                        "display_name_en": "Hernia, Ventral"
                      },
                      {
                        "id": "e081a5d34fa3494d98da975f2ca711d8",
                        "is_leaf": false,
                        "parent_id": [
                          "65d2878e07824acdaf098de941e76904"
                        ],
                        "display_name_cn": "多食症",
                        "display_name_en": "Hyperphagia"
                      },
                      {
                        "id": "ac5ea2be7bb745458261c3bbb740ee4c",
                        "is_leaf": false,
                        "parent_id": [
                          "65d2878e07824acdaf098de941e76904"
                        ],
                        "display_name_cn": "肠道疾病",
                        "display_name_en": "Intestinal Diseases"
                      },
                      {
                        "id": "5a8363bf582841928678948433c15e92",
                        "is_leaf": true,
                        "parent_id": [
                          "65d2878e07824acdaf098de941e76904"
                        ],
                        "display_name_cn": "反刍综合征",
                        "display_name_en": "Rumination Syndrome"
                      },
                      {
                        "id": "913390d040544d43acbcea835d84c567",
                        "is_leaf": false,
                        "parent_id": [
                          "65d2878e07824acdaf098de941e76904"
                        ],
                        "display_name_cn": "胃病",
                        "display_name_en": "Stomach Diseases"
                      },
                      {
                        "id": "7e88952676d2469ebcc5fe8be397c124",
                        "is_leaf": true,
                        "parent_id": [
                          "65d2878e07824acdaf098de941e76904"
                        ],
                        "display_name_cn": "口臭",
                        "display_name_en": "Stomatodysodia"
                      },
                      {
                        "id": "a378a52dab74430585a26212f076a4af",
                        "is_leaf": true,
                        "parent_id": [
                          "65d2878e07824acdaf098de941e76904"
                        ],
                        "display_name_cn": "胃肠结核",
                        "display_name_en": "Tuberculosis, Gastrointestinal"
                      },
                      {
                        "id": "6e16353607c34fc0be91ef522bdcb916",
                        "is_leaf": false,
                        "parent_id": [
                          "65d2878e07824acdaf098de941e76904"
                        ],
                        "display_name_cn": "肠溃疡",
                        "display_name_en": "Ulceration of intestine"
                      },
                      {
                        "id": "9dafa0891e1b43c8a654eb1deab14172",
                        "is_leaf": true,
                        "parent_id": [
                          "65d2878e07824acdaf098de941e76904"
                        ],
                        "display_name_cn": "上消化道出血",
                        "display_name_en": "Upper gastrointestinal hemorrhage"
                      },
                      {
                        "id": "500f7913efdd4cf4a8d5cf79bf08ef38",
                        "is_leaf": true,
                        "parent_id": [
                          "65d2878e07824acdaf098de941e76904"
                        ],
                        "display_name_cn": "内脏下垂",
                        "display_name_en": "Visceral Prolapse"
                      }
                    ],
                    "parent_id": [
                      "234aad67e4bc46b3906543b77e393606"
                    ],
                    "display_name_cn": "胃肠道疾病",
                    "display_name_en": "Gastrointestinal Diseases"
                  }
                ],
                "parent_id": [
                  "383538ad75a24989bb2f546dabbf21a3"
                ],
                "display_name_cn": "消化系统疾病",
                "display_name_en": "Digestive System Disorders"
              }
            ],
            "description": "Disease tree node list",
            "items": {
              "$ref": "#/components/schemas/B058DiseaseTherapeuticArea_AutocompleteSimplifiedResponse"
            }
          },
          "limit": {
            "type": "integer",
            "format": "int64",
            "example": 10,
            "description": "Data limit count"
          },
          "offset": {
            "type": "integer",
            "format": "int64",
            "example": 0,
            "description": "Data offset"
          }
        }
      },
      "B058DiseaseTherapeuticAreaResponse": {
        "type": "object",
        "properties": {
          "data": {
            "$ref": "#/components/schemas/B058DiseaseTherapeuticArea_TreeSearchSimplifiedResponse"
          },
          "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"
        ]
      },
      "B058DiseaseTherapeuticAreaRequest": {
        "type": "object",
        "properties": {
          "disease_id": {
            "type": "string",
            "example": "5577c2a48212423c8a3185fa02bdb045",
            "description": "Disease ID"
          }
        },
        "required": [
          "disease_id"
        ]
      },
      "B050DiseaseAutocomplete_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"
          }
        }
      },
      "B050DiseaseAutocomplete_DiseaseAutocompleteResponseDto": {
        "type": "object",
        "properties": {
          "id": {
            "type": "string",
            "example": "3beea980d93a4cc0abc864e27514601c",
            "description": "ID"
          },
          "display_name": {
            "type": "array",
            "example": [
              {
                "lang": "EN",
                "name": "Non-squamous non-small cell lung cancer"
              },
              {
                "lang": "CN",
                "name": "非鳞状非小细胞肺癌"
              }
            ],
            "description": "Name",
            "items": {
              "$ref": "#/components/schemas/B050DiseaseAutocomplete_CommonName"
            }
          }
        }
      },
      "B050DiseaseAutocompleteResponse": {
        "type": "object",
        "properties": {
          "data": {
            "type": "array",
            "example": "no sample",
            "description": "response data",
            "items": {
              "$ref": "#/components/schemas/B050DiseaseAutocomplete_DiseaseAutocompleteResponseDto"
            }
          },
          "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"
        ]
      },
      "B050DiseaseAutocompleteRequest": {
        "type": "object",
        "properties": {
          "limit": {
            "type": "integer",
            "format": "int32",
            "example": 10,
            "description": "limit"
          },
          "prefix": {
            "type": "string",
            "example": "非小细胞肺癌",
            "description": "keywords"
          }
        },
        "required": [
          "limit",
          "prefix"
        ]
      },
      "B049DrugTypeAutocomplete_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"
          }
        }
      },
      "B049DrugTypeAutocomplete_DrugTypeAutocompleteResponseDto": {
        "type": "object",
        "properties": {
          "display_name": {
            "type": "array",
            "example": [
              {
                "lang": "EN",
                "name": "Bispecific antibody"
              },
              {
                "lang": "CN",
                "name": "双特异性抗体"
              }
            ],
            "description": "name",
            "items": {
              "$ref": "#/components/schemas/B049DrugTypeAutocomplete_CommonName"
            }
          },
          "drug_type_id": {
            "type": "string",
            "example": "9a847883d786485489d0ee1d75ae90ba",
            "description": "ID"
          }
        }
      },
      "B049DrugTypeAutocompleteResponse": {
        "type": "object",
        "properties": {
          "data": {
            "type": "array",
            "example": "no sample",
            "description": "response data",
            "items": {
              "$ref": "#/components/schemas/B049DrugTypeAutocomplete_DrugTypeAutocompleteResponseDto"
            }
          },
          "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"
        ]
      },
      "B049DrugTypeAutocompleteRequest": {
        "type": "object",
        "properties": {
          "limit": {
            "type": "integer",
            "format": "int32",
            "example": 10,
            "description": "limits"
          },
          "prefix": {
            "type": "string",
            "example": "双特异性抗体",
            "description": "keywords"
          }
        },
        "required": [
          "limit",
          "prefix"
        ]
      },
      "B052OrganizationAutocomplete_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"
          }
        }
      },
      "B052OrganizationAutocomplete_OrganizationAutocompleteResponseDto": {
        "type": "object",
        "properties": {
          "display_name": {
            "type": "array",
            "example": [
              {
                "lang": "EN",
                "name": "Pfizer Inc."
              },
              {
                "lang": "CN",
                "name": "辉瑞大药厂股份有限公司"
              }
            ],
            "description": "Name",
            "items": {
              "$ref": "#/components/schemas/B052OrganizationAutocomplete_CommonName"
            }
          },
          "organization_id": {
            "type": "string",
            "example": "11ef8a9e8bf5ca80213a1183511cded3",
            "description": "ID"
          }
        }
      },
      "B052OrganizationAutocompleteResponse": {
        "type": "object",
        "properties": {
          "data": {
            "type": "array",
            "example": "no sample",
            "description": "response data",
            "items": {
              "$ref": "#/components/schemas/B052OrganizationAutocomplete_OrganizationAutocompleteResponseDto"
            }
          },
          "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"
        ]
      },
      "B052OrganizationAutocompleteRequest": {
        "type": "object",
        "properties": {
          "limit": {
            "type": "integer",
            "format": "int32",
            "example": 10,
            "description": "limit"
          },
          "prefix": {
            "type": "string",
            "example": "安进",
            "description": "keywords"
          }
        },
        "required": [
          "limit",
          "prefix"
        ]
      },
      "B051TargetAutocomplete_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"
          }
        }
      },
      "B051TargetAutocomplete_TargetAutocompleteResponseDto": {
        "type": "object",
        "properties": {
          "target_id": {
            "type": "string",
            "example": "928facc8122849baa0dc00759cff0380",
            "description": "ID"
          },
          "short_name": {
            "type": "array",
            "example": [
              {
                "lang": "EN",
                "name": "PD-1"
              }
            ],
            "description": "Short Name",
            "items": {
              "$ref": "#/components/schemas/B051TargetAutocomplete_CommonName"
            }
          },
          "display_name": {
            "type": "array",
            "example": [
              {
                "lang": "EN",
                "name": "Programmed cell death protein 1"
              },
              {
                "lang": "CN",
                "name": "细胞程序性死亡-1"
              }
            ],
            "description": "Target Name",
            "items": {
              "$ref": "#/components/schemas/B051TargetAutocomplete_CommonName"
            }
          }
        }
      },
      "B051TargetAutocompleteResponse": {
        "type": "object",
        "properties": {
          "data": {
            "type": "array",
            "example": "no sample",
            "description": "response data",
            "items": {
              "$ref": "#/components/schemas/B051TargetAutocomplete_TargetAutocompleteResponseDto"
            }
          },
          "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"
        ]
      },
      "B051TargetAutocompleteRequest": {
        "type": "object",
        "properties": {
          "limit": {
            "type": "integer",
            "format": "int32",
            "example": 10,
            "description": "limit"
          },
          "prefix": {
            "type": "string",
            "example": "KRAS G12C",
            "description": "keywords"
          }
        },
        "required": [
          "limit",
          "prefix"
        ]
      },
      "B053DrugAutocomplete_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"
          }
        }
      },
      "B053DrugAutocomplete_DrugAutocompleteResponseDto": {
        "type": "object",
        "properties": {
          "drug_id": {
            "type": "string",
            "example": "2838b95ade834c96b17ac8bcd2b68c27",
            "description": "ID"
          },
          "display_name": {
            "type": "array",
            "example": [
              {
                "lang": "EN",
                "name": "Adalimumab"
              },
              {
                "lang": "CN",
                "name": "阿达木单抗"
              }
            ],
            "description": "Name",
            "items": {
              "$ref": "#/components/schemas/B053DrugAutocomplete_CommonName"
            }
          }
        }
      },
      "B053DrugAutocompleteResponse": {
        "type": "object",
        "properties": {
          "data": {
            "type": "array",
            "example": "no sample",
            "description": "response data",
            "items": {
              "$ref": "#/components/schemas/B053DrugAutocomplete_DrugAutocompleteResponseDto"
            }
          },
          "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"
        ]
      },
      "B053DrugAutocompleteRequest": {
        "type": "object",
        "properties": {
          "prefix": {
            "type": "string",
            "example": "索托拉西布",
            "description": "keywords"
          },
          "limit": {
            "type": "integer",
            "format": "int32",
            "example": 10,
            "description": "limit"
          }
        },
        "required": [
          "prefix",
          "limit"
        ]
      },
      "B055OutcomeAutocomplete_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"
          }
        }
      },
      "B055OutcomeAutocomplete_OutcomeAutocompleteResponseDto": {
        "type": "object",
        "properties": {
          "outcome_id": {
            "type": "string",
            "example": "b5929508886148bd899ab4def0451571",
            "description": "ID"
          },
          "short_name": {
            "type": "array",
            "example": [
              {
                "lang": "EN",
                "name": "OS"
              }
            ],
            "description": "Short Name",
            "items": {
              "$ref": "#/components/schemas/B055OutcomeAutocomplete_CommonName"
            }
          },
          "display_name": {
            "type": "array",
            "example": [
              {
                "lang": "EN",
                "name": "Overall survival"
              },
              {
                "lang": "CN",
                "name": "总生存期"
              }
            ],
            "description": "name",
            "items": {
              "$ref": "#/components/schemas/B055OutcomeAutocomplete_CommonName"
            }
          }
        }
      },
      "B055OutcomeAutocompleteResponse": {
        "type": "object",
        "properties": {
          "data": {
            "type": "array",
            "example": "no sample",
            "description": "response data",
            "items": {
              "$ref": "#/components/schemas/B055OutcomeAutocomplete_OutcomeAutocompleteResponseDto"
            }
          },
          "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"
        ]
      },
      "B055OutcomeAutocompleteRequest": {
        "type": "object",
        "properties": {
          "limit": {
            "type": "integer",
            "format": "int64",
            "example": 10,
            "description": "limits"
          },
          "prefix": {
            "type": "string",
            "example": "OS",
            "description": "keywords"
          }
        },
        "required": [
          "limit",
          "prefix"
        ]
      },
      "B056DictionarySearch_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"
          }
        }
      },
      "B056DictionarySearch_DictionaryAutocompleteResponseDto": {
        "type": "object",
        "properties": {
          "dict_id": {
            "type": "string",
            "example": "9a847883d786485489d0ee1d75ae90ba",
            "description": "Dictionary ID"
          },
          "display_name": {
            "type": "array",
            "example": "双特异性抗体",
            "description": "Dictionary Name",
            "items": {
              "$ref": "#/components/schemas/B056DictionarySearch_CommonName"
            }
          }
        }
      },
      "B056DictionarySearch_DictionaryTreeSearchResponseDto": {
        "type": "object",
        "properties": {
          "items": {
            "type": "array",
            "example": [
              {
                "id": "8666aad5477e4272b56b94ca1183781d",
                "name": "药物发现"
              }
            ],
            "description": "Dictionary List",
            "items": {
              "$ref": "#/components/schemas/B056DictionarySearch_DictionaryAutocompleteResponseDto"
            }
          },
          "limit": {
            "type": "integer",
            "format": "int64",
            "example": 10,
            "description": "limits"
          },
          "total": {
            "type": "integer",
            "format": "int64",
            "example": 100,
            "description": "Dictionary total"
          },
          "offset": {
            "type": "integer",
            "format": "int64",
            "example": 0,
            "description": "offset"
          }
        }
      },
      "B056DictionarySearchResponse": {
        "type": "object",
        "properties": {
          "data": {
            "$ref": "#/components/schemas/B056DictionarySearch_DictionaryTreeSearchResponseDto"
          },
          "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"
        ]
      },
      "B056DictionarySearch_SortItemDto": {
        "type": "object",
        "properties": {
          "sort_field": {
            "type": "string",
            "example": "NAME_EN_SORT",
            "description": "sort field"
          },
          "sort_order": {
            "type": "string",
            "example": "desc",
            "description": "ASC、DESC"
          }
        }
      },
      "B056DictionarySearchRequest": {
        "type": "object",
        "properties": {
          "dict_type": {
            "type": "string",
            "example": "PATENT_TECHNOLOGY",
            "description": "Dictionary type, fields support:PATENT_TECHNOLOGY：patent_technology; AUTHORITY_COUNTRY：patent_country; HOT_CONFERENCE：ct_result_meeting."
          },
          "id": {
            "type": "string",
            "example": "acb92aec02da415d9b5b593529add328",
            "description": "Dictionary ID"
          },
          "keyword": {
            "type": "string",
            "example": "CAR-X细胞疗法",
            "description": "keywords"
          },
          "limit": {
            "type": "integer",
            "format": "int64",
            "example": 10,
            "description": "limits"
          },
          "offset": {
            "type": "integer",
            "format": "int64",
            "example": 0,
            "description": "offset"
          },
          "parent_id": {
            "type": "string",
            "example": "57fb4219e73247fcb69dec21b582a716",
            "description": "Parent Dictionary ID"
          },
          "search_tree": {
            "type": "boolean",
            "example": false,
            "description": "Is Tree Search"
          },
          "sort": {
            "type": "array",
            "example": [
              {
                "sort_field": "NAME_EN_SORT",
                "sort_order": "desc"
              }
            ],
            "description": "Sort",
            "items": {
              "$ref": "#/components/schemas/B056DictionarySearch_SortItemDto"
            }
          }
        }
      },
      "B054MechanismActionAutocomplete_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"
          }
        }
      },
      "B054MechanismActionAutocomplete_DrugMechanismActionAutocompleteResponseDto": {
        "type": "object",
        "properties": {
          "short_name": {
            "type": "array",
            "example": [
              {
                "lang": "EN",
                "name": "PD-1 inhibitors"
              },
              {
                "lang": "CN",
                "name": "PD-1抑制剂"
              }
            ],
            "description": "Mechanism Action Short Name",
            "items": {
              "$ref": "#/components/schemas/B054MechanismActionAutocomplete_CommonName"
            }
          },
          "display_name": {
            "type": "array",
            "example": [
              {
                "lang": "EN",
                "name": "Programmed cell death protein 1 inhibitors"
              },
              {
                "lang": "CN",
                "name": "细胞程序性死亡-1抑制剂"
              }
            ],
            "description": "Mechanism Action Name",
            "items": {
              "$ref": "#/components/schemas/B054MechanismActionAutocomplete_CommonName"
            }
          },
          "mechanism_action_id": {
            "type": "string",
            "example": "4dd338b149b3ecd0ee860e1fb379b44f",
            "description": "ID"
          }
        }
      },
      "B054MechanismActionAutocompleteResponse": {
        "type": "object",
        "properties": {
          "data": {
            "type": "array",
            "example": "no sample",
            "description": "response data",
            "items": {
              "$ref": "#/components/schemas/B054MechanismActionAutocomplete_DrugMechanismActionAutocompleteResponseDto"
            }
          },
          "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"
        ]
      },
      "B054MechanismActionAutocompleteRequest": {
        "type": "object",
        "properties": {
          "limit": {
            "type": "integer",
            "format": "int32",
            "example": 10,
            "description": "limit"
          },
          "prefix": {
            "type": "string",
            "example": "PD-1 inhibitors",
            "description": "keywords"
          }
        },
        "required": [
          "limit",
          "prefix"
        ]
      },
      "B056-1TechnologyAutocomplete_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"
          }
        }
      },
      "B056-1TechnologyAutocomplete_DrugTypeAutocompleteResponseDto": {
        "type": "object",
        "properties": {
          "display_name": {
            "type": "array",
            "example": [
              {
                "lang": "EN",
                "name": "Bispecific antibody"
              },
              {
                "lang": "CN",
                "name": "双特异性抗体"
              }
            ],
            "description": "name",
            "items": {
              "$ref": "#/components/schemas/B056-1TechnologyAutocomplete_CommonName"
            }
          },
          "drug_type_id": {
            "type": "string",
            "example": "9a847883d786485489d0ee1d75ae90ba",
            "description": "ID"
          }
        }
      },
      "B056-1TechnologyAutocompleteResponse": {
        "type": "object",
        "properties": {
          "data": {
            "type": "array",
            "example": "no sample",
            "description": "response data",
            "items": {
              "$ref": "#/components/schemas/B056-1TechnologyAutocomplete_DrugTypeAutocompleteResponseDto"
            }
          },
          "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"
        ]
      },
      "B056-1TechnologyAutocompleteRequest": {
        "type": "object",
        "properties": {
          "limit": {
            "type": "integer",
            "format": "int32",
            "example": 10,
            "description": "limits"
          },
          "prefix": {
            "type": "string",
            "example": "生长因子",
            "description": "keywords"
          }
        },
        "required": [
          "limit",
          "prefix"
        ]
      }
    },
    "securitySchemes": {
      "bearerAuth": {
        "type": "http",
        "scheme": "bearer"
      }
    }
  }
}
