{
  "openapi": "3.0.3",
  "info": {
    "title": "MassIndia Apparel Sourcing Knowledge API",
    "description": "Read-only access to public apparel sourcing, business identity, policy and structured knowledge resources published by Mirthuni Apparel Sourcing Service.",
    "version": "1.1.0",
    "contact": {
      "name": "Mirthuni Apparel Sourcing Service",
      "url": "https://massindia.in/contact/",
      "email": "info@massindia.in"
    }
  },
  "servers": [
    {
      "url": "https://massindia.in"
    }
  ],
  "paths": {
    "/facts.jsonld": {
      "get": {
        "operationId": "getBusinessFacts",
        "summary": "Get structured business facts",
        "description": "Returns public structured facts about Mirthuni Apparel Sourcing Service.",
        "responses": {
          "200": {
            "description": "Structured business facts",
            "content": {
              "application/ld+json": {
                "schema": {
                  "type": "object",
                  "additionalProperties": true
                }
              }
            }
          }
        }
      }
    },
    "/ai-policy.json": {
      "get": {
        "operationId": "getAiPolicy",
        "summary": "Get the AI content-usage policy",
        "description": "Returns the public AI indexing, training, citation and attribution policy.",
        "responses": {
          "200": {
            "description": "AI content-usage policy",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "additionalProperties": true
                }
              }
            }
          }
        }
      }
    },
    "/content-signals.txt": {
      "get": {
        "operationId": "getContentSignals",
        "summary": "Get content-usage signals",
        "description": "Returns public search and AI content-usage preferences.",
        "responses": {
          "200": {
            "description": "Content signals",
            "content": {
              "text/plain": {
                "schema": {
                  "type": "string"
                }
              }
            }
          }
        }
      }
    },
    "/llms.txt": {
      "get": {
        "operationId": "getLlmContext",
        "summary": "Get the concise LLM-readable website context",
        "description": "Returns curated and automatically maintained information about the organization, services, products, priority pages and discovery resources.",
        "responses": {
          "200": {
            "description": "Concise LLM-readable website context",
            "content": {
              "text/plain": {
                "schema": {
                  "type": "string"
                }
              }
            }
          }
        }
      }
    },
    "/llms-full.txt": {
      "get": {
        "operationId": "getFullLlmContext",
        "summary": "Get the comprehensive LLM knowledge context",
        "description": "Returns comprehensive public knowledge about Mirthuni Apparel Sourcing Service, including products, fabrics, manufacturing, quality, compliance, exports, preferential trade access and international markets.",
        "responses": {
          "200": {
            "description": "Comprehensive LLM-readable business context",
            "content": {
              "text/plain": {
                "schema": {
                  "type": "string"
                }
              }
            }
          }
        }
      }
    },
    "/schemamap.xml": {
      "get": {
        "operationId": "getSchemaMap",
        "summary": "Get the structured-resource map",
        "description": "Returns a map of public structured and agent-readable resources.",
        "responses": {
          "200": {
            "description": "Structured-resource map",
            "content": {
              "application/xml": {
                "schema": {
                  "type": "string"
                }
              }
            }
          }
        }
      }
    },
    "/ai-sitemap.xml": {
      "get": {
        "operationId": "getAiSitemap",
        "summary": "Get the curated AI sitemap",
        "description": "Returns priority public pages and machine-readable resources for discovery and content understanding.",
        "responses": {
          "200": {
            "description": "AI sitemap",
            "content": {
              "application/xml": {
                "schema": {
                  "type": "string"
                }
              }
            }
          }
        }
      }
    }
  }
}