# net.atview.account.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.account.ecosystem)
- [Documentation](https://lexicon.garden/lexicon/did:plc:ycd3zyxa6iru5fiplr3un6nr/net.atview.account.ecosystem/docs)
- [Examples](https://lexicon.garden/lexicon/did:plc:ycd3zyxa6iru5fiplr3un6nr/net.atview.account.ecosystem/examples)

## Definitions

### `net.atview.account.ecosystem`

**Type**: `record`

Account Ecosystem experiment

**Key**: `tid`

| Property | Type | Required | Description |
|----------|------|----------|-------------|
| `note` | `string` | No |  |
| `account` | `string` (at-uri) | Yes |  |
| `createdAt` | `string` (datetime) | Yes |  |

## Raw Schema

```json
{
  "id": "net.atview.account.ecosystem",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "createdAt",
          "account"
        ],
        "properties": {
          "note": {
            "type": "string",
            "maxLength": 2560,
            "maxGraphemes": 256
          },
          "account": {
            "type": "string",
            "format": "at-uri"
          },
          "createdAt": {
            "type": "string",
            "format": "datetime"
          }
        }
      },
      "description": "Account Ecosystem experiment"
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}
```
