{
 "openapi": "3.0.3",
 "info": {
  "title": "charlespetrie.com read API",
  "version": "1.0.0",
  "description": "Static JSON about Charles J. Petrie compiled by a fan site from his own published pages. Read-only."
 },
 "servers": [
  {
   "url": "https://charlespetrie.com"
  }
 ],
 "paths": {
  "/api/person.json": {
   "get": {
    "summary": "Person facts, timeline, books, papers, videos, sources",
    "responses": {
     "200": {
      "description": "OK"
     }
    }
   }
  },
  "/api/faq.json": {
   "get": {
    "summary": "Question and answer pairs",
    "responses": {
     "200": {
      "description": "OK"
     }
    }
   }
  },
  "/llms.txt": {
   "get": {
    "summary": "Agent summary",
    "responses": {
     "200": {
      "description": "OK"
     }
    }
   }
  }
 }
}