github.com/lino-network/lino@v0.6.11/x/post/manager/input/TestPostManagerTestSuite/TestImportExport.input (about)

     1  [
     2    {
     3      "prefix": "0",
     4      "key": "user1#postID",
     5      "val": {
     6        "type": "lino/post",
     7        "value": {
     8          "post_id": "postID",
     9          "title": "title4",
    10          "content": "content4",
    11          "author": "user1",
    12          "created_by": "user1",
    13          "created_at": "0",
    14          "updated_at": "0",
    15          "is_deleted": false
    16        }
    17      }
    18    },
    19    {
    20      "prefix": "0",
    21      "key": "user1#postID2",
    22      "val": {
    23        "type": "lino/post",
    24        "value": {
    25          "post_id": "postID2",
    26          "title": "title9",
    27          "content": "content9",
    28          "author": "user1",
    29          "created_by": "user1",
    30          "created_at": "0",
    31          "updated_at": "0",
    32          "is_deleted": false
    33        }
    34      }
    35    },
    36    {
    37      "prefix": "0",
    38      "key": "user1#postIDaffiliated",
    39      "val": {
    40        "type": "lino/post",
    41        "value": {
    42          "post_id": "postIDaffiliated",
    43          "title": "created by affiliaed",
    44          "content": "content9",
    45          "author": "user1",
    46          "created_by": "user1",
    47          "created_at": "0",
    48          "updated_at": "0",
    49          "is_deleted": false
    50        }
    51      }
    52    },
    53    {
    54      "prefix": "0",
    55      "key": "user2#postID",
    56      "val": {
    57        "type": "lino/post",
    58        "value": {
    59          "post_id": "postID",
    60          "title": "title5",
    61          "content": "content5",
    62          "author": "user2",
    63          "created_by": "user2",
    64          "created_at": "0",
    65          "updated_at": "0",
    66          "is_deleted": false
    67        }
    68      }
    69    },
    70    {
    71      "prefix": "0",
    72      "key": "user2#postID2",
    73      "val": {
    74        "type": "lino/post",
    75        "value": {
    76          "post_id": "postID2",
    77          "title": "title8",
    78          "content": "content8",
    79          "author": "user2",
    80          "created_by": "user2",
    81          "created_at": "0",
    82          "updated_at": "0",
    83          "is_deleted": false
    84        }
    85      }
    86    },
    87    {
    88      "prefix": "1",
    89      "key": "",
    90      "val": {
    91        "type": "lino/minidollar",
    92        "value": "1234"
    93      }
    94    }
    95  
    96  ]