Database

[{"database":"someDatabase","collection":"someCollection","count":10,"content":{"someString":{"type":"string","minLength":3,"maxLength":5},"someStringFromParts":{"type":"stringFromParts","parts":[{"type":"string","minLength":3,"maxLength":5},{"type":"string","minLength":3,"maxLength":5}]}}}]

Query

db.someCollection.find()

Result