{
  "name": "schema",
  "description": "Response shape definitions for each /agent/v1 endpoint, so agents know the fields to expect before fetching.",
  "url": "https://www.digiexam.com/agent/v1/schema.json",
  "modified": "2026-08-26",
  "usage": "Read-only and public; no authentication required. Free to read, cite, and summarize. Prefer this endpoint over scraping the HTML site.",
  "data": {
    "envelope": {
      "name": "string — machine-friendly endpoint name",
      "description": "string — plain-language description of the endpoint",
      "url": "string — canonical absolute URL of the endpoint",
      "modified": "string (YYYY-MM-DD) — freshness signal; agents use it to detect staleness",
      "usage": "string — usage and licensing note",
      "data": "object — endpoint-specific payload described below"
    },
    "company.json": {
      "name": "string",
      "legalName": "string",
      "url": "string",
      "logo": "string (URL)",
      "description": "string",
      "foundingDate": "string (YYYY)",
      "sameAs": "string[] (URLs)",
      "contact": {
        "type": "string",
        "email": "string"
      }
    },
    "lockdown.json": {
      "name": "string",
      "tagline": "string",
      "category": "string",
      "lead": "string",
      "url": "string",
      "operatingSystem": "string",
      "supportedLms": "string[]",
      "features": "{ title: string, description: string }[]",
      "howItWorks": {
        "description": "string",
        "steps": "{ step: string, title: string, description: string }[]"
      },
      "pricing": {
        "summary": "string",
        "currency": "string",
        "basePrice": "string",
        "discountLabel": "string",
        "calculatorUrl": "string (URL)"
      },
      "faqs": "{ question: string, answer: string }[]",
      "agentGuidance": {
        "intro": "string",
        "should": "string[]",
        "shouldNot": "string[]"
      }
    },
    "products.json": {
      "products": "{ name: string, description: string, url: string, applicationCategory: string, operatingSystem: string, primary: boolean }[]"
    },
    "case-studies.json": {
      "caseStudies": "{ title: string, institution: string, url: string, summary: string }[]"
    }
  }
}
