# net.atview.experimental.ecosystem

> Published by [atview.net](https://lexicon.garden/identity/did:plc:ycd3zyxa6iru5fiplr3un6nr)

✓ This is the authoritative definition for this NSID.

## Links

- [View on Lexicon Garden](https://lexicon.garden/lexicon/did:plc:ycd3zyxa6iru5fiplr3un6nr/net.atview.experimental.ecosystem)
- [Documentation](https://lexicon.garden/lexicon/did:plc:ycd3zyxa6iru5fiplr3un6nr/net.atview.experimental.ecosystem/docs)
- [Examples](https://lexicon.garden/lexicon/did:plc:ycd3zyxa6iru5fiplr3un6nr/net.atview.experimental.ecosystem/examples)

## Definitions

### `net.atview.experimental.ecosystem`

**Type**: `record`

Ecosystem experiment

**Key**: `tid`

| Property | Type | Required | Description |
|----------|------|----------|-------------|
| `accounts` | `array` | Yes |  |
| `createdAt` | `string` (datetime) | Yes |  |

## Raw Schema

```json
{
  "id": "net.atview.experimental.ecosystem",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "createdAt",
          "accounts"
        ],
        "properties": {
          "accounts": {
            "type": "array",
            "items": {
              "ref": "net.atview.experimental.account",
              "type": "ref"
            }
          },
          "createdAt": {
            "type": "string",
            "format": "datetime"
          }
        }
      },
      "description": "Ecosystem experiment"
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}
```
