Metaproperties for Git author/committer information.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/nullable-git-user", "title": "Git User", "description": "Metaproperties for Git author/committer information.", "type": "object", "properties": { "name": { "type": "string", "example": "\"Chris Wanstrath\"" }, "email": { "type": "string", "example": "\"[email protected]\"" }, "date": { "type": "string", "example": "\"2007-10-29T02:42:39.000-07:00\"" } }, "nullable": true }