Properties
| Name | Type | Description |
|---|---|---|
| avatar_url | string | |
| created_at | string | |
| description | string | |
| id | string | |
| name | string | |
| raw | object | |
| updated_at | string | |
| user_ids | object | |
| web_url | string |
JSON Schema
{
"$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"
}