# place.mode.standard.profile

> Published by [mode.place](https://lexicon.garden/identity/did:plc:rvraq37xlwydvov7laldai6a)

✓ This is the authoritative definition for this NSID.

## Links

- [View on Lexicon Garden](https://lexicon.garden/lexicon/did:plc:rvraq37xlwydvov7laldai6a/place.mode.standard.profile)
- [Documentation](https://lexicon.garden/lexicon/did:plc:rvraq37xlwydvov7laldai6a/place.mode.standard.profile/docs)
- [Examples](https://lexicon.garden/lexicon/did:plc:rvraq37xlwydvov7laldai6a/place.mode.standard.profile/examples)

## Definitions

### `place.mode.standard.profile`

**Type**: `record`

Declaration that a DID participates in the place.mode.standard style standard — a participation flag and verification anchor.

**Key**: `literal:self`

| Property | Type | Required | Description |
|----------|------|----------|-------------|
| `createdAt` | `string` (datetime) | Yes |  |

## Raw Schema

```json
{
  "id": "place.mode.standard.profile",
  "defs": {
    "main": {
      "key": "literal:self",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "createdAt"
        ],
        "properties": {
          "createdAt": {
            "type": "string",
            "format": "datetime"
          }
        }
      },
      "description": "Declaration that a DID participates in the place.mode.standard style standard — a participation flag and verification anchor."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}
```
