Linking the InstantDB App ID of a given plugin to its did
Record Key
string
Properties
View raw schema
{
"key": "string",
"type": "record",
"record": {
"type": "object",
"required": [
"subject",
"id"
],
"properties": {
"id": {
"type": "string",
"description": "The unique identifier for this plugin state."
},
"subject": {
"type": "string",
"description": "The subject of this plugin state."
}
}
},
"description": "Linking the InstantDB App ID of a given plugin to its did"
}