{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://catalog.lintel.tools/schemas/claude-code/author/latest.json",
  "title": "Plugin Author",
  "description": "Author information for the plugin.",
  "x-lintel": {
    "source": "https://raw.githubusercontent.com/lintel-rs/catalog/master/schemas/claude-code/author.json",
    "sourceSha256": "1005e068e9ae0a7f8fe2678e59ae3036fc320f2cde06a56dc051292a0c14fb17",
    "catalogDescription": "Author information for a Claude Code plugin."
  },
  "type": "object",
  "properties": {
    "name": {
      "type": "string",
      "description": "Author's display name.",
      "examples": [
        "Dev Team",
        "Jane Doe"
      ]
    },
    "email": {
      "type": "string",
      "description": "Author's email address.",
      "examples": [
        "dev@company.com"
      ]
    },
    "url": {
      "type": "string",
      "description": "Author's website or profile URL.",
      "examples": [
        "https://github.com/author"
      ]
    }
  },
  "additionalProperties": false
}
