{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "SimpleUser", "type": "object", "properties": { "login": { "type": "string" }, "id": { "type": "integer" }, "node_id": { "type": "string" }, "avatar_url": { "type": "string" }, "url": { "type": "string" }, "html_url": { "type": "string" }, "type": { "type": "string" } } }