{
  "$schema": "https://ai-content.org/schema/v1.json",
  "name": "roamgap",
  "description": "Smart Holiday Optimizer — given a country and PTO budget, returns the calendar trips that maximise continuous time off per PTO day spent.",
  "homepage": "https://roamgap.ike.work",
  "license": "TBD",
  "indexes": {
    "llms": "/llms.txt",
    "llmsFull": "/llms-full.txt",
    "sitemap": "/sitemap.xml"
  },
  "api": {
    "openapi": {
      "yaml": "/api/openapi.yaml",
      "json": "/api/openapi.json"
    },
    "schemas": "/api/schemas",
    "health": "/api/health"
  },
  "policies": {
    "allowAiCrawlers": true,
    "allowAiTraining": "ask",
    "markdownTwinConvention": "Append .md to any content URL, or send `Accept: text/markdown`."
  },
  "contact": {
    "url": "https://roamgap.ike.work/about"
  }
}
