# at.ducs.relationships.defs

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

✓ This is the authoritative definition for this NSID.

## Links

- [View on Lexicon Garden](https://lexicon.garden/lexicon/did:plc:c5ljrscuf2xu4oovnafzoqlg/at.ducs.relationships.defs)
- [Documentation](https://lexicon.garden/lexicon/did:plc:c5ljrscuf2xu4oovnafzoqlg/at.ducs.relationships.defs/docs)
- [Examples](https://lexicon.garden/lexicon/did:plc:c5ljrscuf2xu4oovnafzoqlg/at.ducs.relationships.defs/examples)

## Definitions

### `at.ducs.relationships.defs#relationship`

**Type**: `object`

| Property | Type | Required | Description |
|----------|------|----------|-------------|
| `did` | `string` (did) | No |  |
| `type` | `ref` → `at.ducs.relationships.setRelationship#type` | No |  |
| `status` | `string` | No |  |

## Raw Schema

```json
{
  "id": "at.ducs.relationships.defs",
  "defs": {
    "relationship": {
      "type": "object",
      "properties": {
        "did": {
          "type": "string",
          "format": "did"
        },
        "type": {
          "ref": "at.ducs.relationships.setRelationship#type",
          "type": "ref"
        },
        "status": {
          "enum": [
            "pending",
            "active"
          ],
          "type": "string"
        }
      }
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}
```
