Types

Profile

Example

{
  "id": "https://user.example.com/profile/card",
  "type": "ProfileDocument",
  "#me": {
    "id": "https://user.example.com/profile/card#me",
    "type": "SoftwareApplication",
    "inbox": "/inbox/",
    "outbox": "/outbox/",
    "storage": "/",
    "preferencesFile": "/settings/prefs",
    "account": "/",
    "privateTypeIndex": "/settings/privateTypeIndex",
    "publicTypeIndex": "/settings/publicTypeIndex"
  }
}

Schema

NameTypeDescription
(root)object-
idstringdocument uri format (uri)
typestringallowed ("ProfileDocument")
#meobject-
#me.idstringformat (uri)
#me.typestring-
#me.inboxstringdiscoverable uri to your LDN inbox
#me.outboxstringdiscoverable uri to your LDN outbox
#me.storagestringuri to your linked-data storage root
#me.preferencesFilestringdiscoverable uri for shared application preferences
#me.accountstringdiscoverable solid:account root
#me.privateTypeIndexstringtype index for your private use
#me.publicTypeIndexstringshared, discoverable type index
Previous
PriceSpecification