Json meta
Classes¶
JSONDidMeta ¶
JSONDidMeta()
A plugin to store DID metadata on a table on the relational database, using JSON blobs
Functions¶
get_metadata ¶
get_metadata(scope, name, *, session)
Get data identifier metadata (JSON)
PARAMETER | DESCRIPTION |
---|---|
scope
|
The scope name.
|
name
|
The data identifier name.
|
session
|
The database session in use.
TYPE:
|
delete_metadata ¶
delete_metadata(scope, name, key, *, session)
Delete a key from the metadata column
PARAMETER | DESCRIPTION |
---|---|
scope
|
the scope of did
|
name
|
the name of the did
|
key
|
the key to be deleted
|
session
|
The database session in use.
TYPE:
|
get_plugin_name ¶
get_plugin_name()
Returns a unique identifier for this plugin. This can be later used for filtering down results to this plugin only.
RETURNS | DESCRIPTION |
---|---|
The name of the plugin. |