app.ocho.state.id

ocho-lexicons.ocho.app

Documentation

Linking the InstantDB App ID of a given plugin to its did

main record

Linking the InstantDB App ID of a given plugin to its did

Record Key string

Properties

id string Required

The unique identifier for this plugin state.

subject string Required

The subject of this plugin state.

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"
}

Lexicon Garden

@