# com.r74n.at.idscheme

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

## Description

Identifier schemes for entities in com.r74n.at.entity

## Links

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

## Definitions

### `com.r74n.at.idscheme#desc`

**Type**: `string`

Description of the identifier scheme

### `com.r74n.at.idscheme#label`

**Type**: `string`

Name of the identifier scheme

### `com.r74n.at.idscheme#formatter`

**Type**: `string`

String to create a URL from an identifier, with {{id}} in place of the identifier

## Raw Schema

```json
{
  "id": "com.r74n.at.idscheme",
  "defs": {
    "desc": {
      "type": "string",
      "description": "Description of the identifier scheme"
    },
    "label": {
      "type": "string",
      "description": "Name of the identifier scheme"
    },
    "formatter": {
      "type": "string",
      "description": "String to create a URL from an identifier, with {{id}} in place of the identifier"
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1,
  "description": "Identifier schemes for entities in com.r74n.at.entity"
}
```
