<?xml version="1.0" encoding="UTF-8"?>
<!--
  NLWeb Schema Map for Vocab Voyage.
  Spec: https://github.com/microsoft/NLWeb (Schema Feeds).
  Each <feed> entry points to a structured-data feed (JSONL / RSS / Atom)
  describing a category of agent-relevant resources on https://vocab.voyage.
-->
<schemamap xmlns="https://schema.org/SchemaMap" version="1.0">
  <site>https://vocab.voyage</site>
  <updated>2026-04-21</updated>
  <feed>
    <name>Courses</name>
    <type>application/jsonl</type>
    <schema>https://schema.org/Course</schema>
    <url>https://vocab.voyage/feeds/courses.jsonl</url>
    <description>Vocab Voyage standardized test vocabulary courses (ISEE, SSAT, SAT, PSAT, GRE, GMAT, LSAT, General Vocabulary).</description>
  </feed>
  <feed>
    <name>API Resources</name>
    <type>application/jsonl</type>
    <schema>https://schema.org/WebAPI</schema>
    <url>https://vocab.voyage/feeds/api-resources.jsonl</url>
    <description>Public REST API endpoints, OpenAPI spec, MCP server card, agent card, and discovery URLs.</description>
  </feed>
  <feed>
    <name>Comparisons</name>
    <type>application/jsonl</type>
    <schema>https://schema.org/Article</schema>
    <url>https://vocab.voyage/feeds/comparisons.jsonl</url>
    <description>Head-to-head comparison and use-case landing pages.</description>
  </feed>
  <feed>
    <name>Agent Resources</name>
    <type>application/jsonl</type>
    <schema>https://schema.org/TechArticle</schema>
    <url>https://vocab.voyage/feeds/agent-resources.jsonl</url>
    <description>Agent-mode resources, llms.txt, pricing markdown, MCP Apps UI resource manifests, and developer auth docs.</description>
  </feed>
</schemamap>