# us.polhem.skywrite.preferences.collection

> Published by [polhem.us](https://lexicon.garden/identity/did:plc:p5a4pydyirvdkmc3lhw2iykp)

✓ This is the authoritative definition for this NSID.

## Links

- [View on Lexicon Garden](https://lexicon.garden/lexicon/did:plc:p5a4pydyirvdkmc3lhw2iykp/us.polhem.skywrite.preferences.collection)
- [Documentation](https://lexicon.garden/lexicon/did:plc:p5a4pydyirvdkmc3lhw2iykp/us.polhem.skywrite.preferences.collection/docs)
- [Examples](https://lexicon.garden/lexicon/did:plc:p5a4pydyirvdkmc3lhw2iykp/us.polhem.skywrite.preferences.collection/examples)

## Definitions

### `us.polhem.skywrite.preferences.collection`

**Type**: `record`

A record containing user settings for managing a collection in Skywrite CMS.

**Key**: `nsid`

| Property | Type | Required | Description |
|----------|------|----------|-------------|
| `metaFields` | `array` | No |  |
| `pluralLabel` | `string` | No | Plural noun describing multiple of the collection's records. |
| `contentFields` | `array` | No |  |
| `singularLabel` | `string` | No | Singular noun describing one of the collection's records. |

## Raw Schema

```json
{
  "id": "us.polhem.skywrite.preferences.collection",
  "defs": {
    "main": {
      "key": "nsid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [],
        "properties": {
          "metaFields": {
            "type": "array",
            "items": {
              "type": "string"
            }
          },
          "pluralLabel": {
            "type": "string",
            "maxLength": 640,
            "minLength": 1,
            "description": "Plural noun describing multiple of the collection's records.",
            "maxGraphemes": 64
          },
          "contentFields": {
            "type": "array",
            "items": {
              "type": "string"
            }
          },
          "singularLabel": {
            "type": "string",
            "maxLength": 640,
            "minLength": 1,
            "description": "Singular noun describing one of the collection's records.",
            "maxGraphemes": 64
          }
        }
      },
      "description": "A record containing user settings for managing a collection in Skywrite CMS."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}
```
