{ "$schema": "https://json-schema.org/draft-07/schema#", "type": "object", "properties": { "organization": { "type": ["null", "string"] }, "id": { "type": ["null", "integer"] }, "node_id": { "type": ["null", "string"] }, "url": { "type": ["null", "string"] }, "html_url": { "type": ["null", "string"] }, "name": { "type": ["null", "string"] }, "slug": { "type": ["null", "string"] }, "description": { "type": ["null", "string"] }, "privacy": { "type": ["null", "string"] }, "notification_setting": { "type": ["null", "string"] }, "permission": { "type": ["null", "string"] }, "members_url": { "type": ["null", "string"] }, "repositories_url": { "type": ["null", "string"] }, "parent": { "type": ["null", "object"], "properties": {}, "additionalProperties": true } } }