Home / File/ apispec.json — langchain Source File

apispec.json — langchain Source File

Architecture documentation for apispec.json, a json file in the langchain codebase.

Entity Profile

Source Code

{
   "openapi": "3.0.0",
   "x-optic-url": "https://app.useoptic.com/organizations/febf8ac6-ee67-4565-b45a-5c85a469dca7/apis/_0fKWqUvhs9ssYNkq1k-c",
   "x-optic-standard": "@febf8ac6-ee67-4565-b45a-5c85a469dca7/Fz6KU3_wMIO5iJ6_VUZ30",
   "info": {
      "version": "2.2.0",
      "title": "APIs.guru",
      "description": "Wikipedia for Web APIs. Repository of API definitions in OpenAPI format.\n**Warning**: If you want to be notified about changes in advance please join our [Slack channel](https://join.slack.com/t/mermade/shared_invite/zt-g78g7xir-MLE_CTCcXCdfJfG3CJe9qA).\nClient sample: [[Demo]](https://apis.guru/simple-ui) [[Repo]](https://github.com/APIs-guru/simple-ui)\n",
      "contact": {
         "name": "APIs.guru",
         "url": "https://APIs.guru",
         "email": "mike.ralphson@gmail.com"
      },
      "license": {
         "name": "CC0 1.0",
         "url": "https://github.com/APIs-guru/openapi-directory#licenses"
      },
      "x-logo": {
         "url": "https://apis.guru/branding/logo_vertical.svg"
      }
   },
   "externalDocs": {
      "url": "https://github.com/APIs-guru/openapi-directory/blob/master/API.md"
   },
   "servers": [
      {
         "url": "https://api.apis.guru/v2"
      }
   ],
   "security": [],
   "tags": [
      {
         "name": "APIs",
         "description": "Actions relating to APIs in the collection"
      }
   ],
   "paths": {
      "/providers.json": {
         "get": {
            "operationId": "getProviders",
            "tags": [
               "APIs"
            ],
            "summary": "List all providers",
            "description": "List all the providers in the directory\n",
            "responses": {
               "200": {
                  "description": "OK",
                  "content": {
                     "application/json": {
                        "schema": {
                           "type": "object",
                           "properties": {
                              "data": {
                                 "type": "array",
                                 "items": {
                                    "type": "string",
                                    "minLength": 1
                                 },
                                 "minItems": 1
// ... (387 more lines)

Frequently Asked Questions

What does apispec.json do?
apispec.json is a source file in the langchain codebase, written in json.
Where is apispec.json in the architecture?
apispec.json is located at libs/langchain/tests/unit_tests/examples/test_specs/apis-guru/apispec.json (directory: libs/langchain/tests/unit_tests/examples/test_specs/apis-guru).

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free