{
  "version": 1,
  "product": "ui-data-mapper",
  "site": "https://docs.ui-data-mapper.x12i.com",
  "knowledgePackage": "@x12i/ui-data-mapper-docs",
  "roles": [
    "developers",
    "builders"
  ],
  "books": [
    {
      "id": "01-the-mapper",
      "audiences": [
        "developers"
      ],
      "md": {
        "developers": "downloads/books/01-the-mapper/developers.md"
      },
      "pdf": {
        "developers": null
      },
      "chapters": {
        "developers": "downloads/books/01-the-mapper/developers.chapters.json"
      }
    },
    {
      "id": "02-chrome-extension",
      "audiences": [
        "developers"
      ],
      "md": {
        "developers": "downloads/books/02-chrome-extension/developers.md"
      },
      "pdf": {
        "developers": null
      },
      "chapters": {
        "developers": "downloads/books/02-chrome-extension/developers.chapters.json"
      }
    },
    {
      "id": "03-embeddable-component",
      "audiences": [
        "developers"
      ],
      "md": {
        "developers": "downloads/books/03-embeddable-component/developers.md"
      },
      "pdf": {
        "developers": null
      },
      "chapters": {
        "developers": "downloads/books/03-embeddable-component/developers.chapters.json"
      }
    }
  ],
  "useCases": [
    {
      "id": "map-a-rendered-ui",
      "title": "Map a rendered UI",
      "md": "downloads/use-cases/map-a-rendered-ui.md",
      "path": [
        {
          "bookId": "01-the-mapper",
          "audience": "developers",
          "chapters": [
            "what-it-is",
            "why-it-exists",
            "how-to-use-it"
          ]
        }
      ]
    },
    {
      "id": "capture-live-page",
      "title": "Capture a live page",
      "md": "downloads/use-cases/capture-live-page.md",
      "path": [
        {
          "bookId": "02-chrome-extension",
          "audience": "developers",
          "chapters": [
            "what-it-is",
            "why-it-exists",
            "how-to-use-it"
          ]
        }
      ]
    },
    {
      "id": "embed-mapper-in-host",
      "title": "Embed the mapper in a host app",
      "md": "downloads/use-cases/embed-mapper-in-host.md",
      "path": [
        {
          "bookId": "03-embeddable-component",
          "audience": "developers",
          "chapters": [
            "what-it-is",
            "why-it-exists",
            "how-to-use-it"
          ]
        }
      ]
    }
  ],
  "indexes": {
    "indexMd": "INDEX.md",
    "searchJson": "SEARCH.json"
  },
  "concepts": [
    {
      "id": "three-file-contract",
      "title": "Three-file contract",
      "md": "concepts/three-file-contract.md"
    }
  ],
  "guides": [
    {
      "id": "map-first-example",
      "title": "Map the bundled example",
      "md": "guides/map-first-example.md"
    }
  ],
  "scenarios": [],
  "decisions": [],
  "glossary": [],
  "visuals": [],
  "diagrams": [],
  "relationships": [],
  "tutorials": [],
  "examples": [],
  "sampleData": [],
  "uiClients": [],
  "apis": [],
  "packs": [
    {
      "id": "concept/three-file-contract",
      "type": "concept",
      "path": "packs/concept/three-file-contract"
    },
    {
      "id": "guide/map-first-example",
      "type": "guide",
      "path": "packs/guide/map-first-example"
    }
  ]
}