github.com/dynastymasra/migrate/v4@v4.11.0/database/mongodb/examples/migrations/001_create_user.up.json (about)

     1  [
     2    {
     3      "createUser": "deminem",
     4      "pwd": "gogo",
     5      "roles": [
     6        {
     7          "role": "readWrite",
     8          "db": "testMigration"
     9        }
    10      ]
    11    }
    12  ]