github.com/lino-network/lino@v0.6.11/x/developer/model/load.json (about)

     1  [
     2    {
     3      "prefix": "0",
     4      "key": "test",
     5      "val": {
     6        "type": "lino/developer",
     7        "value": {
     8          "username": "test",
     9          "deposit": {
    10            "amount": "0"
    11          },
    12          "app_consumption": "0",
    13          "web_site": "web1",
    14          "description": "desc1",
    15          "app_meta_data": "",
    16          "is_deleted": false,
    17          "n_affiliated": "0"
    18        }
    19      }
    20    },
    21    {
    22      "prefix": "0",
    23      "key": "test2",
    24      "val": {
    25        "type": "lino/developer",
    26        "value": {
    27          "username": "test2",
    28          "deposit": {
    29            "amount": "0"
    30          },
    31          "app_consumption": "0",
    32          "web_site": "web2",
    33          "description": "desc2",
    34          "app_meta_data": "",
    35          "is_deleted": false,
    36          "n_affiliated": "0"
    37        }
    38      }
    39    },
    40    {
    41      "prefix": "1",
    42      "key": "app1",
    43      "val": {
    44        "type": "lino/appida",
    45        "value": {
    46          "app": "app1",
    47          "name": "appname1",
    48          "price": "0",
    49          "is_revoked": true,
    50          "revoke_coin_price": "333"
    51        }
    52      }
    53    },
    54    {
    55      "prefix": "2",
    56      "key": "app1/user1",
    57      "val": {
    58        "type": "lino/bank",
    59        "value": {
    60          "b": "33"
    61        }
    62      }
    63    },
    64    {
    65      "prefix": "3",
    66      "key": "",
    67      "val": {
    68        "type": "lino/reservepool",
    69        "value": {
    70          "total": {
    71            "amount": "444"
    72          },
    73          "total_minidollar": "333"
    74        }
    75      }
    76    },
    77    {
    78      "prefix": "4",
    79      "key": "app1/user1",
    80      "val": {
    81        "type": "str",
    82        "value": "t"
    83      }
    84    },
    85    {
    86      "prefix": "5",
    87      "key": "user2",
    88      "val": {
    89        "type": "lino/role",
    90        "value": {
    91          "aa": "app3"
    92        }
    93      }
    94    }
    95  ]