{ "$schema": "https://json-schema.org/draft-07/schema#", "type": "object", "properties": { "id": { "type": ["null", "integer"] }, "name": { "type": ["null", "string"] }, "username": { "type": ["null", "string"] }, "state": { "type": ["null", "string"] }, "avatar_url": { "type": ["null", "string"] }, "web_url": { "type": ["null", "string"] } } }