# Organization

## Base definition

```javascript
{
    "kind": "organization",
    "name": string,
    "fullName": string,
    "ror": string
}
```

## Documentation

| Fields   | Description                                                                                                                                     |
| -------- | ----------------------------------------------------------------------------------------------------------------------------------------------- |
| kind     | <p><strong>string</strong></p><p>The resource type. Will always be "organization".</p>                                                          |
| name     | <p><strong>string</strong></p><p>The account name (username) of the organization. Will only contain alphanumeric and underscore characters.</p> |
| fullName | <p><strong>string</strong></p><p>The organization's full name.</p>                                                                              |
| ror      | <p><strong>string</strong><br>The <a href="https://ror.org/">ROR</a> of the organization, if available</p>                                      |
