{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "Author", "properties": { "avatar_url": { "description": "A URL which points to the author avatar", "type": "string" }, "id": { "description": "A unique identification for the author", "format": "int64", "type": "integer" }, "name": { "description": "The extracted author full name", "type": "string" } }, "type": "object" }