{
  "id": "bbg-p0116-api-gateways-and-contracts-api",
  "title": "API Development Learning Map",
  "chapter": "api-gateways-and-contracts",
  "batch": "03",
  "rank": 30,
  "sourcePage": 116,
  "sourcePointer": "p. 116",
  "status": "accepted",
  "reviewerStatus": "reviewed",
  "fidelityScore": 0.9,
  "canvas": {
    "width": 960,
    "height": 640
  },
  "fireworksTechGraph": {
    "style": "style-1-flat-icon",
    "diagramType": "architecture",
    "topologyNotes": [
      "source page render inspected",
      "extracted page text inspected",
      "source page render inspected",
      "preserve API development roadmap groups: fundamentals, request/response, styles, authentication, documentation, design features, performance, gateways, frameworks, and integration patterns",
      "omit product logos, source branding, and dense mind-map decoration"
    ],
    "publicBoundary": [
      "original vector output",
      "no source pixels",
      "no source mark or long wording"
    ]
  },
  "callouts": [],
  "sourceReview": {
    "conceptAnchors": [
      "concept: API fundamentals",
      "concept: request response",
      "concept: API styles",
      "concept: authentication",
      "concept: gateways and integration patterns"
    ],
    "labelSource": "curated",
    "semanticStatus": "reviewed"
  },
  "groups": [
    {
      "id": "basics",
      "label": "Basics",
      "x": 52,
      "y": 118,
      "w": 252,
      "h": 300
    },
    {
      "id": "contract",
      "label": "Contract skills",
      "x": 354,
      "y": 118,
      "w": 252,
      "h": 300
    },
    {
      "id": "delivery",
      "label": "Delivery skills",
      "x": 656,
      "y": 118,
      "w": 252,
      "h": 300
    }
  ],
  "shapes": [
    {
      "id": "fundamentals",
      "kind": "rect",
      "label": "Fundamentals",
      "detail": "API types",
      "x": 88,
      "y": 154,
      "w": 138,
      "h": 58,
      "tone": "blue"
    },
    {
      "id": "request",
      "kind": "rect",
      "label": "Request response",
      "detail": "methods codes",
      "x": 88,
      "y": 254,
      "w": 138,
      "h": 58,
      "tone": "teal"
    },
    {
      "id": "styles",
      "kind": "rect",
      "label": "API styles",
      "detail": "REST GraphQL",
      "x": 390,
      "y": 154,
      "w": 138,
      "h": 58,
      "tone": "purple"
    },
    {
      "id": "auth",
      "kind": "rect",
      "label": "Authentication",
      "detail": "tokens OAuth",
      "x": 390,
      "y": 254,
      "w": 138,
      "h": 58,
      "tone": "orange"
    },
    {
      "id": "docs",
      "kind": "rect",
      "label": "Documentation",
      "detail": "spec tools",
      "x": 390,
      "y": 354,
      "w": 138,
      "h": 58,
      "tone": "gray"
    },
    {
      "id": "features",
      "kind": "rect",
      "label": "Design features",
      "detail": "version pages",
      "x": 692,
      "y": 144,
      "w": 138,
      "h": 58,
      "tone": "green"
    },
    {
      "id": "performance",
      "kind": "rect",
      "label": "Performance",
      "detail": "cache limits",
      "x": 692,
      "y": 234,
      "w": 138,
      "h": 58,
      "tone": "red"
    },
    {
      "id": "gateway",
      "kind": "gateway",
      "label": "Gateways",
      "detail": "route protect",
      "x": 698,
      "y": 322,
      "w": 126,
      "h": 80,
      "tone": "orange"
    },
    {
      "id": "integration",
      "kind": "rect",
      "label": "Integration",
      "detail": "webhook batch",
      "x": 412,
      "y": 464,
      "w": 138,
      "h": 58,
      "tone": "purple"
    }
  ],
  "connectors": [
    {
      "from": "fundamentals",
      "to": "request",
      "label": "learn",
      "flow": "main"
    },
    {
      "from": "request",
      "to": "styles",
      "label": "model",
      "flow": "main"
    },
    {
      "from": "styles",
      "to": "auth",
      "label": "secure",
      "flow": "control"
    },
    {
      "from": "auth",
      "to": "docs",
      "label": "explain",
      "flow": "data"
    },
    {
      "from": "docs",
      "to": "features",
      "label": "design",
      "flow": "main"
    },
    {
      "from": "features",
      "to": "performance",
      "label": "operate",
      "flow": "control"
    },
    {
      "from": "performance",
      "to": "gateway",
      "label": "protect",
      "flow": "control"
    },
    {
      "from": "gateway",
      "to": "integration",
      "label": "connect",
      "flow": "async"
    }
  ]
}
