{
  "openapi": "3.1.0",
  "info": {
    "title": "TLL API",
    "version": "1.4.2",
    "description": "Territorial Logic Layer decision and registry API."
  },
  "servers": [{ "url": "https://api.territoriallogicallayer.com" }],
  "paths": {
    "/v1/health": {
      "get": {
        "summary": "Health check",
        "responses": { "200": { "description": "OK" } }
      }
    },
    "/v1/territories/labels": {
      "get": {
        "summary": "Localized territory labels for dropdowns",
        "parameters": [
          { "name": "lang", "in": "query", "schema": { "type": "string" } }
        ],
        "responses": { "200": { "description": "OK" } }
      }
    }
  }
}
