# cloud.substratum.place.hosting

> Published by [official.fileorbit.cloud](https://lexicon.garden/identity/did:plc:s6kq5tsir7nbyrciloncz5b3)

✓ This is the authoritative definition for this NSID.

## Links

- [View on Lexicon Garden](https://lexicon.garden/lexicon/did:plc:s6kq5tsir7nbyrciloncz5b3/cloud.substratum.place.hosting)
- [Documentation](https://lexicon.garden/lexicon/did:plc:s6kq5tsir7nbyrciloncz5b3/cloud.substratum.place.hosting/docs)
- [Examples](https://lexicon.garden/lexicon/did:plc:s6kq5tsir7nbyrciloncz5b3/cloud.substratum.place.hosting/examples)

## Definitions

### `cloud.substratum.place.hosting`

**Type**: `object`

Content-owner link binding a copy set to an operator place (ADR 70).

| Property | Type | Required | Description |
|----------|------|----------|-------------|
| `role` | `string` | Yes |  |
| `placeId` | `string` | Yes |  |
| `createdAt` | `string` (datetime) | Yes |  |
| `operatorDid` | `string` (did) | Yes |  |
| `contentOwnerDid` | `string` (did) | Yes |  |

## Raw Schema

```json
{
  "id": "cloud.substratum.place.hosting",
  "defs": {
    "main": {
      "type": "object",
      "required": [
        "placeId",
        "operatorDid",
        "contentOwnerDid",
        "role",
        "createdAt"
      ],
      "properties": {
        "role": {
          "type": "string",
          "knownValues": [
            "self",
            "invited_replica"
          ]
        },
        "placeId": {
          "type": "string"
        },
        "createdAt": {
          "type": "string",
          "format": "datetime"
        },
        "operatorDid": {
          "type": "string",
          "format": "did"
        },
        "contentOwnerDid": {
          "type": "string",
          "format": "did"
        }
      },
      "description": "Content-owner link binding a copy set to an operator place (ADR 70)."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}
```
