{
  "type": "object",
  "properties": {
    "email": {
      "type": "string",
      "description": "The new Git author email."
    },
    "name": {
      "type": "string",
      "description": "The new Git author name."
    }
  },
  "additionalProperties": false,
  "$schema": "https://json-schema.org/draft/2019-09/schema"
}