1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
db.createCollection("repository"); db.repository.insertMany([ { organization: "kjhoerr", name: "ao-coverage", branches: { "trunk": { head: { commit: "400ab021c92101bc6db1f70fba41e673de7ee14a", format: "cobertura" } } } } ]);