Document is a core system type that is used to store articles in Metaweb. Like other properties in Metaweb, a relationship is created between a topic and the document it is displaying as an article.
Documents aren't titled, which is why you see this weird list of items on the left. This will be hidden in a future version.
| property name | property id ▲ | expected type | is master? | is unique? |
|---|---|---|---|---|
| author | /common/document/author | /type/object | ✓ | |
| content | /common/document/content | /type/content | ✓ | ✓ |
| contributor | /common/document/contributor | /type/object | ✓ | |
| in reply to | /common/document/in_reply_to | /common/document | ✓ | |
| published | /common/document/published | /type/datetime | ✓ | |
| replies | /common/document/replies | /common/document | ||
| source uri | /common/document/source_uri | /type/uri | ✓ | ✓ |
| summary | /common/document/summary | /type/content | ✓ | |
| updated | /common/document/updated | /type/datetime | ✓ | ✓ |