Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 3.25 KB

File metadata and controls

31 lines (21 loc) · 3.25 KB

Geo Web Content Layer

The Geo Web Content Layer is build on top of the Ceramic and the IDX protocols. In order to understand how content is anchored in the Geo Web, it is critical to understand how these protocols work.

The root of all content anchored to a parcel is an IDX index. The "user" in this case is not the owner but the land parcel itself. Using the NFT DID Method, the index is owned by the land parcel and controlled by whoever the current owner is. This means any content added or changed by the current owner will stay anchored to the parcel in the event of a sale.

From Ceramic Docs

This project defines the definitions and schemas used in the Geo Web.

Definitions

Definitions are streams that store the metadata for the keys at the index of a land parcel.

Name Alias Description Source
Basic Profile basicProfile Contains a DID's basic profile information @datamodels
Geo Web Pinset geoWebPinset Pinset of IPFS objects anchored to a Geo Web land parcel Custom
Media Gallery mediaGallery A gallery of media objects Custom

Schemas

Schemas are JSON schemas of records and other streams created in the Geo Web.

Title Description Source
BasicProfile Contains a DID's basic profile information @datamodels
Pinset A simple schema for storing a CID that represents the root of a pinset Custom
MediaGallery A gallery of media objects Custom
MediaObject A media object, such as an image, video, audio, or 3D model Schema.org