{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "AGENTS.md frontmatter",
  "type": "object",
  "properties": {
    "polytoken": {
      "description": "Set to `true` to let Polytoken render this file as a template. Omit it\nto include the file verbatim.",
      "const": true
    }
  },
  "required": [
    "polytoken"
  ]
}
