# mov.danabra.Greeting

> Published by [dansshadow.bsky.social](https://lexicon.garden/identity/did:plc:rm4mmytequowusm6smpw53ez)

## Links

- [View on Lexicon Garden](https://lexicon.garden/lexicon/did:plc:rm4mmytequowusm6smpw53ez/mov.danabra.Greeting)
- [Documentation](https://lexicon.garden/lexicon/did:plc:rm4mmytequowusm6smpw53ez/mov.danabra.Greeting/docs)
- [Examples](https://lexicon.garden/lexicon/did:plc:rm4mmytequowusm6smpw53ez/mov.danabra.Greeting/examples)

## Definitions

### `mov.danabra.Greeting`

**Type**: `procedure`

#### Input

**Encoding**: `application/json`

| Property | Type | Required | Description |
|----------|------|----------|-------------|
| `name` | `string` | No |  |

## Raw Schema

```json
{
  "id": "mov.danabra.Greeting",
  "defs": {
    "main": {
      "type": "procedure",
      "input": {
        "schema": {
          "type": "object",
          "properties": {
            "name": {
              "type": "string"
            }
          }
        },
        "encoding": "application/json"
      }
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}
```
