{
  "$schema": "http://json-schema.org/schema",
  "version": 2,
  "title": "Lint executor",
  "description": "",
  "type": "object",
  "properties": {
    "options": {
      "type": "string",
      "description": "Additional command-line options to pass to `buf lint`."
    }
  }
}
