# at.tasked.notes

> Published by [tasked.at](https://lexicon.garden/identity/did:plc:ntpyewuslgminxapen6aymjs)

✓ This is the authoritative definition for this NSID.

## Links

- [View on Lexicon Garden](https://lexicon.garden/lexicon/did:plc:ntpyewuslgminxapen6aymjs/at.tasked.notes)
- [Documentation](https://lexicon.garden/lexicon/did:plc:ntpyewuslgminxapen6aymjs/at.tasked.notes/docs)
- [Examples](https://lexicon.garden/lexicon/did:plc:ntpyewuslgminxapen6aymjs/at.tasked.notes/examples)

## Definitions

### `at.tasked.notes`

**Type**: `space`

An owner-only workspace for private notes and tasks.

```json
{
  "key": "literal:notes",
  "name": "TaskedAT private workspace",
  "type": "space",
  "collections": [
    "at.tasked.note",
    "at.tasked.taskList",
    "at.tasked.task"
  ],
  "description": "An owner-only workspace for private notes and tasks."
}
```

## Raw Schema

```json
{
  "id": "at.tasked.notes",
  "defs": {
    "main": {
      "key": "literal:notes",
      "name": "TaskedAT private workspace",
      "type": "space",
      "collections": [
        "at.tasked.note",
        "at.tasked.taskList",
        "at.tasked.task"
      ],
      "description": "An owner-only workspace for private notes and tasks."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}
```
