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

{
   "swagger": "2.0",
   "info": {
      "version": "v2.0",
      "title": "SchoolDigger API V2.0",
      "description": "Get detailed data on over 120,000 schools and 18,500 districts in the U.S.<br />Version 2.0 incorporates the ATTOM School Boundary Level add-on and spending per pupil metrics",
      "termsOfService": "https://developer.schooldigger.com/termsofservice",
      "contact": {
         "name": "SchoolDigger",
         "email": "api@schooldigger.com"
      }
   },
   "host": "api.schooldigger.com",
   "schemes": [
      "https"
   ],
   "paths": {
      "/v2.0/autocomplete/schools": {
         "get": {
            "tags": [
               "Autocomplete"
            ],
            "summary": "Returns a simple and quick list of schools for use in a client-typed autocomplete",
            "description": "",
            "operationId": "Autocomplete_GetSchools",
            "consumes": [],
            "produces": [
               "application/json"
            ],
            "parameters": [
               {
                  "name": "q",
                  "in": "query",
                  "description": "Search term for autocomplete (e.g. 'Lincol') (required)",
                  "required": false,
                  "type": "string"
               },
               {
                  "name": "qSearchCityStateName",
                  "in": "query",
                  "description": "Extend the search term to include city and state (e.g. 'Lincoln el paso' matches Lincoln Middle School in El Paso) (optional)",
                  "required": false,
                  "type": "boolean"
               },
               {
                  "name": "st",
                  "in": "query",
                  "description": "Two character state (e.g. 'CA') (optional -- leave blank to search entire U.S.)",
                  "required": false,
                  "type": "string"
               },
               {
                  "name": "level",
                  "in": "query",
                  "description": "Search for schools at this level only. Valid values: 'Elementary', 'Middle', 'High', 'Alt', 'Private' (optional - leave blank to search for all schools)",
                  "required": false,
                  "type": "string"
               },
               {
                  "name": "boxLatitudeNW",
// ... (2166 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/schooldigger/apispec.json (directory: libs/langchain/tests/unit_tests/examples/test_specs/schooldigger).

Analyze Your Own Codebase

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

Try Supermodel Free