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",
"info": {
"version": "1.0.0",
"title": "Wellknown",
"description": "A registry of AI Plugins.",
"contact": {
"name": "Wellknown",
"url": "https://wellknown.ai",
"email": "cfortuner@gmail.com"
},
"x-logo": {
"url": "http://localhost:3001/logo.png"
}
},
"servers": [
{
"url": "https://wellknown.ai/api"
}
],
"paths": {
"/plugins": {
"get": {
"operationId": "getProvider",
"tags": [
"Plugins"
],
"summary": "List all the Wellknown AI Plugins.",
"description": "List all the Wellknown AI Plugins. Returns ai-plugin.json objects in an array",
"parameters": [],
"responses": {
"200": {
"description": "OK"
}
}
}
},
"/api/plugins": {
"get": {
"description": "Returns a list of Wellknown ai-plugins json objects from the Wellknown ai-plugins registry.",
"responses": {
"200": {
"description": "A list of Wellknown ai-plugins json objects."
}
}
}
}
},
"components": {},
"tags": []
}
Source
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/wellknown/apispec.json (directory: libs/langchain/tests/unit_tests/examples/test_specs/wellknown).
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free