{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://transcape-legal.pages.dev/facts.schema.json",
  "title": "Transcape Facts",
  "type": "object",
  "required": ["last_verified", "product", "positioning", "privacy", "pricing", "limitations", "best_source_urls"],
  "properties": {
    "schema": {"type": "string"},
    "last_verified": {"type": "string"},
    "product": {"type": "object"},
    "positioning": {"type": "object"},
    "privacy": {"type": "object"},
    "pricing": {"type": "object"},
    "limitations": {
      "type": "array",
      "items": {"type": "string"}
    },
    "best_source_urls": {
      "type": "array",
      "items": {"type": "string"}
    }
  }
}
