Git User

Metaproperties for Git author/committer information.

APIs.ioEngineeringPlatform

Properties

Name Type Description
name string
email string
date string
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-nullable-git-user-schema.json Raw ↑
{
  "$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
}