@ic-wallet-kit/hpl
Version:
Ic middleware wallet HPL protocol
115 lines (114 loc) • 2.88 kB
JSON
{
"hplAssets": {
"schema": {
"type": "object",
"version": 0,
"primaryKey": "id",
"properties": {
"id": {
"type": "string",
"maxLength": 100
},
"updatedAt": {
"type": "number"
},
"payload": {
"type": "string"
},
"_deleted": {
"type": "boolean"
}
},
"required": [
"id",
"updatedAt",
"payload"
]
},
"migrationStrategies": {}
},
"hplAccounts": {
"schema": {
"type": "object",
"version": 0,
"primaryKey": "id",
"properties": {
"id": {
"type": "string",
"maxLength": 100
},
"updatedAt": {
"type": "number"
},
"payload": {
"type": "string"
},
"_deleted": {
"type": "boolean"
}
},
"required": [
"id",
"updatedAt",
"payload"
]
},
"migrationStrategies": {}
},
"hplVirtualAccounts": {
"schema": {
"type": "object",
"version": 0,
"primaryKey": "id",
"properties": {
"id": {
"type": "string",
"maxLength": 100
},
"updatedAt": {
"type": "number"
},
"payload": {
"type": "string"
},
"_deleted": {
"type": "boolean"
}
},
"required": [
"id",
"updatedAt",
"payload"
]
},
"migrationStrategies": {}
},
"hplContacts": {
"schema": {
"type": "object",
"version": 0,
"primaryKey": "id",
"properties": {
"id": {
"type": "string",
"maxLength": 100
},
"updatedAt": {
"type": "number"
},
"payload": {
"type": "string"
},
"_deleted": {
"type": "boolean"
}
},
"required": [
"id",
"updatedAt",
"payload"
]
},
"migrationStrategies": {}
}
}