# world.ptah.temp.defs

> Published by [ptah.world](https://lexicon.garden/identity/did:plc:l45z35sxxjuobp5q65a5vu22)

✓ This is the authoritative definition for this NSID.

## Description

Shared definitions for The Ptah Protocol — reusable types referenced across record schemas.

## Links

- [View on Lexicon Garden](https://lexicon.garden/lexicon/did:plc:l45z35sxxjuobp5q65a5vu22/world.ptah.temp.defs)
- [Documentation](https://lexicon.garden/lexicon/did:plc:l45z35sxxjuobp5q65a5vu22/world.ptah.temp.defs/docs)
- [Examples](https://lexicon.garden/lexicon/did:plc:l45z35sxxjuobp5q65a5vu22/world.ptah.temp.defs/examples)

## Definitions

### `world.ptah.temp.defs#sourceType`

**Type**: `token`

Content originates as original intellectual property.

Content originates as original intellectual property.

### `world.ptah.temp.defs#sourceTypeOriginalIP`

**Type**: `token`

Content originates as original intellectual property.

Content originates as original intellectual property.

### `world.ptah.temp.defs#sourceTypePublicDomain`

**Type**: `token`

Content is derived from public domain source material.

Content is derived from public domain source material.

### `world.ptah.temp.defs#canonicalStatusOfficial`

**Type**: `token`

Record is recognized as official canon within its world.

Record is recognized as official canon within its world.

### `world.ptah.temp.defs#canonicalStatusCommunity`

**Type**: `token`

Record is community-contributed canon — valid but not originator-designated.

Record is community-contributed canon — valid but not originator-designated.

### `world.ptah.temp.defs#canonicalStatusApocryphal`

**Type**: `token`

Record exists but is not recognized as part of any canonical timeline.

Record exists but is not recognized as part of any canonical timeline.

### `world.ptah.temp.defs#sourceTypeCollaborativeCommons`

**Type**: `token`

Content is created under a collaborative commons framework.

Content is created under a collaborative commons framework.

## Raw Schema

```json
{
  "id": "world.ptah.temp.defs",
  "defs": {
    "sourceType": {
      "type": "token",
      "description": "Content originates as original intellectual property."
    },
    "sourceTypeOriginalIP": {
      "type": "token",
      "description": "Content originates as original intellectual property."
    },
    "sourceTypePublicDomain": {
      "type": "token",
      "description": "Content is derived from public domain source material."
    },
    "canonicalStatusOfficial": {
      "type": "token",
      "description": "Record is recognized as official canon within its world."
    },
    "canonicalStatusCommunity": {
      "type": "token",
      "description": "Record is community-contributed canon — valid but not originator-designated."
    },
    "canonicalStatusApocryphal": {
      "type": "token",
      "description": "Record exists but is not recognized as part of any canonical timeline."
    },
    "sourceTypeCollaborativeCommons": {
      "type": "token",
      "description": "Content is created under a collaborative commons framework."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1,
  "description": "Shared definitions for The Ptah Protocol — reusable types referenced across record schemas."
}
```
