{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/RepoOrganization", "title": "RepoOrganization", "properties": { "avatar_url": { "type": "string" }, "created_at": { "format": "date-time", "type": "string" }, "description": { "type": "string" }, "id": { "type": "string" }, "name": { "type": "string" }, "raw": { "additionalProperties": true, "type": "object" }, "updated_at": { "format": "date-time", "type": "string" }, "user_ids": { "$ref": "#/components/schemas/property_RepoOrganization_user_ids" }, "web_url": { "type": "string" } }, "type": "object" }