github.com/lino-network/lino@v0.6.11/x/developer/manager/input/common/AffiliatedBasic.input (about)

     1  [
     2  {
     3    "prefix": "0",
     4      "key": "testapp",
     5      "val": {
     6        "type": "lino/developer",
     7        "value": {
     8          "username": "testapp",
     9          "deposit": {
    10            "amount": "0"
    11          },
    12          "app_consumption": "0",
    13          "web_site": "",
    14          "description": "",
    15          "app_meta_data": "",
    16          "is_deleted": false,
    17          "n_affiliated": "1"
    18        }
    19      }
    20  },
    21  {
    22    "prefix": "0",
    23    "key": "testapp-max-affiliated",
    24    "val": {
    25      "type": "lino/developer",
    26      "value": {
    27        "username": "testapp-max-affliated",
    28        "deposit": {
    29          "amount": "0"
    30        },
    31        "app_consumption": "0",
    32        "web_site": "",
    33        "description": "",
    34        "app_meta_data": "",
    35        "is_deleted": false,
    36        "n_affiliated": "500"
    37      }
    38    }
    39  },
    40  {
    41    "prefix": "0",
    42    "key": "testuser-developer",
    43    "val": {
    44      "type": "lino/developer",
    45      "value": {
    46        "username": "testuser-developer",
    47        "deposit": {
    48          "amount": "0"
    49        },
    50        "app_consumption": "0",
    51        "web_site": "",
    52        "description": "",
    53        "app_meta_data": "",
    54        "is_deleted": false,
    55        "n_affiliated": "0"
    56      }
    57    }
    58  },
    59  {
    60    "prefix": "4",
    61    "key": "testapp/testuser-deactivate",
    62    "val": {
    63      "type": "str",
    64      "value": "t"
    65    }
    66  },
    67  {
    68    "prefix": "5",
    69    "key": "testuser-affiliated",
    70    "val": {
    71      "type": "lino/role",
    72      "value": {
    73        "aa": "testapp-a"
    74      }
    75    }
    76  },
    77  {
    78    "prefix": "5",
    79    "key": "testuser-deactivate",
    80    "val": {
    81      "type": "lino/role",
    82      "value": {
    83        "aa": "testapp"
    84      }
    85    }
    86  }
    87  ]