# social.flockfeeds.lexical.type.Brand

> Published by [flockfeeds.social](https://lexicon.garden/identity/did:plc:dh5z4ffoxlugvbynwmef4e77)

✓ This is the authoritative definition for this NSID.

## Links

- [View on Lexicon Garden](https://lexicon.garden/lexicon/did:plc:dh5z4ffoxlugvbynwmef4e77/social.flockfeeds.lexical.type.Brand)
- [Documentation](https://lexicon.garden/lexicon/did:plc:dh5z4ffoxlugvbynwmef4e77/social.flockfeeds.lexical.type.Brand/docs)
- [Examples](https://lexicon.garden/lexicon/did:plc:dh5z4ffoxlugvbynwmef4e77/social.flockfeeds.lexical.type.Brand/examples)

## Definitions

### `social.flockfeeds.lexical.type.Brand`

**Type**: `record`

**Key**: `tid`

| Property | Type | Required | Description |
|----------|------|----------|-------------|
| `url` | `union` | No |  |
| `logo` | `union` | No |  |
| `name` | `union` | No |  |
| `image` | `union` | No |  |
| `review` | `union` | No |  |
| `sameAs` | `union` | No |  |
| `slogan` | `union` | No |  |
| `subjectOf` | `union` | No |  |
| `identifier` | `union` | No |  |
| `description` | `union` | No |  |
| `alternateName` | `union` | No |  |
| `additionalType` | `union` | No |  |
| `aggregateRating` | `union` | No |  |
| `potentialAction` | `union` | No |  |
| `mainEntityOfPage` | `union` | No |  |
| `disambiguatingDescription` | `union` | No |  |

### `social.flockfeeds.lexical.type.Brand#embedded`

**Type**: `object`

A brand is a name used by an organization or business person for labeling a product, product group, or similar.

| Property | Type | Required | Description |
|----------|------|----------|-------------|
| `url` | `union` | No |  |
| `logo` | `union` | No |  |
| `name` | `union` | No |  |
| `image` | `union` | No |  |
| `review` | `union` | No |  |
| `sameAs` | `union` | No |  |
| `slogan` | `union` | No |  |
| `subjectOf` | `union` | No |  |
| `identifier` | `union` | No |  |
| `description` | `union` | No |  |
| `alternateName` | `union` | No |  |
| `additionalType` | `union` | No |  |
| `aggregateRating` | `union` | No |  |
| `potentialAction` | `union` | No |  |
| `mainEntityOfPage` | `union` | No |  |
| `disambiguatingDescription` | `union` | No |  |

## Raw Schema

```json
{
  "id": "social.flockfeeds.lexical.type.Brand",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "properties": {
          "url": {
            "refs": [
              "social.flockfeeds.lexical.prop.brand#urlScalar",
              "social.flockfeeds.lexical.prop.brand#urlList"
            ],
            "type": "union"
          },
          "logo": {
            "refs": [
              "social.flockfeeds.lexical.type.ImageObject#embedded",
              "social.flockfeeds.lexical.prop.brand#logoScalar",
              "social.flockfeeds.lexical.prop.brand#logoList"
            ],
            "type": "union"
          },
          "name": {
            "refs": [
              "social.flockfeeds.lexical.prop.brand#nameScalar",
              "social.flockfeeds.lexical.prop.brand#nameList"
            ],
            "type": "union"
          },
          "image": {
            "refs": [
              "social.flockfeeds.lexical.type.ImageObject#embedded",
              "social.flockfeeds.lexical.prop.brand#imageScalar",
              "social.flockfeeds.lexical.prop.brand#imageList"
            ],
            "type": "union"
          },
          "review": {
            "refs": [
              "social.flockfeeds.lexical.type.Review#embedded",
              "social.flockfeeds.lexical.prop.brand#reviewList"
            ],
            "type": "union"
          },
          "sameAs": {
            "refs": [
              "social.flockfeeds.lexical.prop.brand#sameAsScalar",
              "social.flockfeeds.lexical.prop.brand#sameAsList"
            ],
            "type": "union"
          },
          "slogan": {
            "refs": [
              "social.flockfeeds.lexical.prop.brand#sloganScalar",
              "social.flockfeeds.lexical.prop.brand#sloganList"
            ],
            "type": "union"
          },
          "subjectOf": {
            "refs": [
              "social.flockfeeds.lexical.type.CreativeWork#embedded",
              "social.flockfeeds.lexical.type.Event#embedded",
              "social.flockfeeds.lexical.prop.brand#subjectOfList"
            ],
            "type": "union"
          },
          "identifier": {
            "refs": [
              "social.flockfeeds.lexical.type.PropertyValue#embedded",
              "social.flockfeeds.lexical.prop.brand#identifierScalar",
              "social.flockfeeds.lexical.prop.brand#identifierList"
            ],
            "type": "union"
          },
          "description": {
            "refs": [
              "social.flockfeeds.lexical.type.TextObject#embedded",
              "social.flockfeeds.lexical.prop.brand#descriptionScalar",
              "social.flockfeeds.lexical.prop.brand#descriptionList"
            ],
            "type": "union"
          },
          "alternateName": {
            "refs": [
              "social.flockfeeds.lexical.prop.brand#alternateNameScalar",
              "social.flockfeeds.lexical.prop.brand#alternateNameList"
            ],
            "type": "union"
          },
          "additionalType": {
            "refs": [
              "social.flockfeeds.lexical.prop.brand#additionalTypeScalar",
              "social.flockfeeds.lexical.prop.brand#additionalTypeList"
            ],
            "type": "union"
          },
          "aggregateRating": {
            "refs": [
              "social.flockfeeds.lexical.type.AggregateRating#embedded",
              "social.flockfeeds.lexical.prop.brand#aggregateRatingList"
            ],
            "type": "union"
          },
          "potentialAction": {
            "refs": [
              "social.flockfeeds.lexical.type.Action#embedded",
              "social.flockfeeds.lexical.prop.brand#potentialActionList"
            ],
            "type": "union"
          },
          "mainEntityOfPage": {
            "refs": [
              "social.flockfeeds.lexical.type.CreativeWork#embedded",
              "social.flockfeeds.lexical.prop.brand#mainEntityOfPageScalar",
              "social.flockfeeds.lexical.prop.brand#mainEntityOfPageList"
            ],
            "type": "union"
          },
          "disambiguatingDescription": {
            "refs": [
              "social.flockfeeds.lexical.prop.brand#disambiguatingDescriptionScalar",
              "social.flockfeeds.lexical.prop.brand#disambiguatingDescriptionList"
            ],
            "type": "union"
          }
        },
        "description": "A brand is a name used by an organization or business person for labeling a product, product group, or similar."
      }
    },
    "embedded": {
      "type": "object",
      "properties": {
        "url": {
          "refs": [
            "social.flockfeeds.lexical.prop.brand#urlScalar",
            "social.flockfeeds.lexical.prop.brand#urlList"
          ],
          "type": "union"
        },
        "logo": {
          "refs": [
            "social.flockfeeds.lexical.type.ImageObject#embedded",
            "social.flockfeeds.lexical.prop.brand#logoScalar",
            "social.flockfeeds.lexical.prop.brand#logoList"
          ],
          "type": "union"
        },
        "name": {
          "refs": [
            "social.flockfeeds.lexical.prop.brand#nameScalar",
            "social.flockfeeds.lexical.prop.brand#nameList"
          ],
          "type": "union"
        },
        "image": {
          "refs": [
            "social.flockfeeds.lexical.type.ImageObject#embedded",
            "social.flockfeeds.lexical.prop.brand#imageScalar",
            "social.flockfeeds.lexical.prop.brand#imageList"
          ],
          "type": "union"
        },
        "review": {
          "refs": [
            "social.flockfeeds.lexical.type.Review#embedded",
            "social.flockfeeds.lexical.prop.brand#reviewList"
          ],
          "type": "union"
        },
        "sameAs": {
          "refs": [
            "social.flockfeeds.lexical.prop.brand#sameAsScalar",
            "social.flockfeeds.lexical.prop.brand#sameAsList"
          ],
          "type": "union"
        },
        "slogan": {
          "refs": [
            "social.flockfeeds.lexical.prop.brand#sloganScalar",
            "social.flockfeeds.lexical.prop.brand#sloganList"
          ],
          "type": "union"
        },
        "subjectOf": {
          "refs": [
            "social.flockfeeds.lexical.type.CreativeWork#embedded",
            "social.flockfeeds.lexical.type.Event#embedded",
            "social.flockfeeds.lexical.prop.brand#subjectOfList"
          ],
          "type": "union"
        },
        "identifier": {
          "refs": [
            "social.flockfeeds.lexical.type.PropertyValue#embedded",
            "social.flockfeeds.lexical.prop.brand#identifierScalar",
            "social.flockfeeds.lexical.prop.brand#identifierList"
          ],
          "type": "union"
        },
        "description": {
          "refs": [
            "social.flockfeeds.lexical.type.TextObject#embedded",
            "social.flockfeeds.lexical.prop.brand#descriptionScalar",
            "social.flockfeeds.lexical.prop.brand#descriptionList"
          ],
          "type": "union"
        },
        "alternateName": {
          "refs": [
            "social.flockfeeds.lexical.prop.brand#alternateNameScalar",
            "social.flockfeeds.lexical.prop.brand#alternateNameList"
          ],
          "type": "union"
        },
        "additionalType": {
          "refs": [
            "social.flockfeeds.lexical.prop.brand#additionalTypeScalar",
            "social.flockfeeds.lexical.prop.brand#additionalTypeList"
          ],
          "type": "union"
        },
        "aggregateRating": {
          "refs": [
            "social.flockfeeds.lexical.type.AggregateRating#embedded",
            "social.flockfeeds.lexical.prop.brand#aggregateRatingList"
          ],
          "type": "union"
        },
        "potentialAction": {
          "refs": [
            "social.flockfeeds.lexical.type.Action#embedded",
            "social.flockfeeds.lexical.prop.brand#potentialActionList"
          ],
          "type": "union"
        },
        "mainEntityOfPage": {
          "refs": [
            "social.flockfeeds.lexical.type.CreativeWork#embedded",
            "social.flockfeeds.lexical.prop.brand#mainEntityOfPageScalar",
            "social.flockfeeds.lexical.prop.brand#mainEntityOfPageList"
          ],
          "type": "union"
        },
        "disambiguatingDescription": {
          "refs": [
            "social.flockfeeds.lexical.prop.brand#disambiguatingDescriptionScalar",
            "social.flockfeeds.lexical.prop.brand#disambiguatingDescriptionList"
          ],
          "type": "union"
        }
      },
      "description": "A brand is a name used by an organization or business person for labeling a product, product group, or similar."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}
```
