# za.co.ciaran.cumulus.resolution

> Published by [ciaran.co.za](https://lexicon.garden/identity/did:plc:ssntylce6aeeazwb64ol6nsj)

✓ This is the authoritative definition for this NSID.

## Description

The record containing the Resolution for a Cumulus Market

## Links

- [View on Lexicon Garden](https://lexicon.garden/lexicon/did:plc:ssntylce6aeeazwb64ol6nsj/za.co.ciaran.cumulus.resolution)
- [Documentation](https://lexicon.garden/lexicon/did:plc:ssntylce6aeeazwb64ol6nsj/za.co.ciaran.cumulus.resolution/docs)
- [Examples](https://lexicon.garden/lexicon/did:plc:ssntylce6aeeazwb64ol6nsj/za.co.ciaran.cumulus.resolution/examples)

## Definitions

### `za.co.ciaran.cumulus.resolution`

**Type**: `record`

The record containing the Resolution for a Cumulus Market

**Key**: `tid`

| Property | Type | Required | Description |
|----------|------|----------|-------------|
| `answer` | `string` | Yes |  |
| `market` | `ref` → `com.atproto.repo.strongRef` | Yes | The record containing the Cumulus Market for this Resolution |
| `createdAt` | `string` (datetime) | Yes |  |

## Raw Schema

```json
{
  "id": "za.co.ciaran.cumulus.resolution",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "market",
          "answer",
          "createdAt"
        ],
        "properties": {
          "answer": {
            "enum": [
              "yes",
              "no"
            ],
            "type": "string",
            "maxLength": 3,
            "minLength": 2
          },
          "market": {
            "ref": "com.atproto.repo.strongRef",
            "type": "ref",
            "description": "The record containing the Cumulus Market for this Resolution"
          },
          "createdAt": {
            "type": "string",
            "format": "datetime"
          }
        }
      },
      "description": "The record containing the Resolution for a Cumulus Market"
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1,
  "description": "The record containing the Resolution for a Cumulus Market"
}
```
