# com.r74n.at.entity

> Published by [r74n.com](https://lexicon.garden/identity/did:plc:kig7dt37e6tjzxn2jyjourhl)

## Description

Structured data entities from R74n; Record Keys must be default TIDs (Timestamp Identifiers)

## Links

- [View on Lexicon Garden](https://lexicon.garden/lexicon/did:plc:kig7dt37e6tjzxn2jyjourhl/com.r74n.at.entity)
- [Documentation](https://lexicon.garden/lexicon/did:plc:kig7dt37e6tjzxn2jyjourhl/com.r74n.at.entity/docs)
- [Examples](https://lexicon.garden/lexicon/did:plc:kig7dt37e6tjzxn2jyjourhl/com.r74n.at.entity/examples)

## Definitions

### `com.r74n.at.entity#ids`

**Type**: `object`

Identifiers of the entity (key = rkey from com.r74n.at.idscheme

### `com.r74n.at.entity#desc`

**Type**: `string`

Description of the entity

### `com.r74n.at.entity#label`

**Type**: `string`

Name of the entity

## Raw Schema

```json
{
  "id": "com.r74n.at.entity",
  "defs": {
    "ids": {
      "type": "object",
      "description": "Identifiers of the entity (key = rkey from com.r74n.at.idscheme"
    },
    "desc": {
      "type": "string",
      "description": "Description of the entity"
    },
    "label": {
      "type": "string",
      "description": "Name of the entity"
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1,
  "description": "Structured data entities from R74n; Record Keys must be default TIDs (Timestamp Identifiers)"
}
```
