# Schema

The naming and structure of the digital objects we pass back and forth via APIs within the business and personal applications we use.

Feed URL:

```
https://schema.apievangelist.com/apis.json
```

- Browse: [https://schema.apievangelist.com/](https://schema.apievangelist.com/)
- Source repository: [https://github.com/api-evangelist/schema](https://github.com/api-evangelist/schema)

## Fields

| Field | Type | Description |
| --- | --- | --- |
| `name` | string | Schema name |
| `slug` | string | Unique slug |
| `description` | string | Schema description |
| `tags` | array | Tags |

Tags: `Schema`, `JSON Schema`, `Data Models`
