# place.stream.metadata.contentRights

> Published by [did:web:longos.iameli.link](https://lexicon.garden/identity/did:web:longos.iameli.link)

## Links

- [View on Lexicon Garden](https://lexicon.garden/lexicon/did:web:longos.iameli.link/place.stream.metadata.contentRights)
- [Documentation](https://lexicon.garden/lexicon/did:web:longos.iameli.link/place.stream.metadata.contentRights/docs)
- [Examples](https://lexicon.garden/lexicon/did:web:longos.iameli.link/place.stream.metadata.contentRights/examples)

## Definitions

### `place.stream.metadata.contentRights`

**Type**: `object`

Content rights and attribution information.

| Property | Type | Required | Description |
|----------|------|----------|-------------|
| `creator` | `string` | No | Name of the creator of the work. |
| `license` | `string` | No | License URL or identifier. |
| `creditLine` | `string` | No | Credit line for the work. |
| `copyrightYear` | `integer` | No | Year of creation or publication. |
| `copyrightNotice` | `string` | No | Copyright notice for the work. |

### `place.stream.metadata.contentRights#cc0_1__0`

**Type**: `token`

Public domain dedication. You waive all copyright and related rights where possible. Others may copy, modify, distribute, or perform your work for any purpose without attribution.

Public domain dedication. You waive all copyright and related rights where possible. Others may copy, modify, distribute, or perform your work for any purpose without attribution.

### `place.stream.metadata.contentRights#cc-by_4__0`

**Type**: `token`

Attribution required. Others may copy, distribute, remix, and build upon your work, even commercially, if they credit you.

Attribution required. Others may copy, distribute, remix, and build upon your work, even commercially, if they credit you.

### `place.stream.metadata.contentRights#cc-by-nc_4__0`

**Type**: `token`

Attribution + non-commercial. Others may adapt and build upon your work for non-commercial purposes only, and must credit you.

Attribution + non-commercial. Others may adapt and build upon your work for non-commercial purposes only, and must credit you.

### `place.stream.metadata.contentRights#cc-by-nd_4__0`

**Type**: `token`

Attribution + no derivatives. Others may reuse your work, even commercially, but it must remain unchanged and you must be credited.

Attribution + no derivatives. Others may reuse your work, even commercially, but it must remain unchanged and you must be credited.

### `place.stream.metadata.contentRights#cc-by-sa_4__0`

**Type**: `token`

Attribution + share-alike. Others may adapt and build upon your work, even commercially, if they credit you and license their new creations under identical terms.

Attribution + share-alike. Others may adapt and build upon your work, even commercially, if they credit you and license their new creations under identical terms.

### `place.stream.metadata.contentRights#cc-by-nc-nd_4__0`

**Type**: `token`

Attribution + non-commercial + no derivatives. Others may download and share your work with credit, but cannot change it or use it commercially.

Attribution + non-commercial + no derivatives. Others may download and share your work with credit, but cannot change it or use it commercially.

### `place.stream.metadata.contentRights#cc-by-nc-sa_4__0`

**Type**: `token`

Attribution + non-commercial + share-alike. Others may adapt and build upon your work for non-commercial purposes only, must credit you, and must license their new creations under identical terms.

Attribution + non-commercial + share-alike. Others may adapt and build upon your work for non-commercial purposes only, must credit you, and must license their new creations under identical terms.

### `place.stream.metadata.contentRights#all-rights-reserved`

**Type**: `token`

All rights reserved to the creator — others cannot use, modify, or share without explicit authorization.

All rights reserved to the creator — others cannot use, modify, or share without explicit authorization.

## Raw Schema

```json
{
  "id": "place.stream.metadata.contentRights",
  "defs": {
    "main": {
      "type": "object",
      "properties": {
        "creator": {
          "type": "string",
          "description": "Name of the creator of the work."
        },
        "license": {
          "type": "string",
          "description": "License URL or identifier.",
          "knownValues": [
            "place.stream.metadata.contentRights#all-rights-reserved",
            "place.stream.metadata.contentRights#cc0_1__0",
            "place.stream.metadata.contentRights#cc-by_4__0",
            "place.stream.metadata.contentRights#cc-by-sa_4__0",
            "place.stream.metadata.contentRights#cc-by-nc_4__0",
            "place.stream.metadata.contentRights#cc-by-nc-sa_4__0",
            "place.stream.metadata.contentRights#cc-by-nd_4__0",
            "place.stream.metadata.contentRights#cc-by-nc-nd_4__0"
          ]
        },
        "creditLine": {
          "type": "string",
          "description": "Credit line for the work."
        },
        "copyrightYear": {
          "type": "integer",
          "description": "Year of creation or publication."
        },
        "copyrightNotice": {
          "type": "string",
          "description": "Copyright notice for the work."
        }
      },
      "description": "Content rights and attribution information."
    },
    "cc0_1__0": {
      "type": "token",
      "description": "Public domain dedication. You waive all copyright and related rights where possible. Others may copy, modify, distribute, or perform your work for any purpose without attribution."
    },
    "cc-by_4__0": {
      "type": "token",
      "description": "Attribution required. Others may copy, distribute, remix, and build upon your work, even commercially, if they credit you."
    },
    "cc-by-nc_4__0": {
      "type": "token",
      "description": "Attribution + non-commercial. Others may adapt and build upon your work for non-commercial purposes only, and must credit you."
    },
    "cc-by-nd_4__0": {
      "type": "token",
      "description": "Attribution + no derivatives. Others may reuse your work, even commercially, but it must remain unchanged and you must be credited."
    },
    "cc-by-sa_4__0": {
      "type": "token",
      "description": "Attribution + share-alike. Others may adapt and build upon your work, even commercially, if they credit you and license their new creations under identical terms."
    },
    "cc-by-nc-nd_4__0": {
      "type": "token",
      "description": "Attribution + non-commercial + no derivatives. Others may download and share your work with credit, but cannot change it or use it commercially."
    },
    "cc-by-nc-sa_4__0": {
      "type": "token",
      "description": "Attribution + non-commercial + share-alike. Others may adapt and build upon your work for non-commercial purposes only, must credit you, and must license their new creations under identical terms."
    },
    "all-rights-reserved": {
      "type": "token",
      "description": "All rights reserved to the creator — others cannot use, modify, or share without explicit authorization."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}
```
