Classes
Methods
# async getSchemaByName(name, cb) → {Promise.<void>}
Get schema from standard catalogue in scope: ID = 'cn_properties'
Parameters:
| Name | Type | Description |
|---|---|---|
name |
*
|
Schema name |
cb |
*
|
Promise |
Promise.<void>
# async getSchemaByShortId(shortid, cb)
Load schema from infohub
Parameters:
| Name | Type | Description |
|---|---|---|
shortid |
string
|
Short id of schema |
cb |
*
|