{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "Identity", "description": "Identity for a person's identity like an author or committer", "type": "object", "properties": { "email": { "type": "string", "format": "email", "x-go-name": "Email" }, "name": { "type": "string", "x-go-name": "Name" } }, "x-go-package": "forgejo.org/modules/structs" }