Index
The Index
model is a fundamental component of the Index Network, designed to facilitate context management and enable semantic interoperability within your system. It serves as a structured way to organize and store data related to specific contexts. Below is a description of the Index
schema and its primary functions:
To create an index, you should first mint a LIT Programmable Key Pair (PKP).
Index Schema
The Index
schema consists of several key properties:
title
String
The title or name associated with the Index, providing context identification.
signerFunction
CID
IPFS CID that stores the Lit Action function
signerPublicKey
String
Public key of the minted LIT Programmable Key Pair
updatedAt
DateTime
The timestamp when the Index was last updated, ensuring data accuracy.
deletedAt
DateTime
The timestamp when the Index was deleted (if applicable).
controllerDID
DID (Identifier)
The Decentralized Identifier (DID) of the controller for access control.
Endpoints
This section provides details about the available API endpoints.
Last updated