{
  "persons": {
    "fields": [
      {
        "name": "name",
        "type": "String"
      },
      {
        "name": "propArrayOfObjects",
        "type": [
          {
            "_id": "Mongoose.Schema.Types.ObjectId",
            "one": "String",
            "two": "String"
          }
        ]
      }
    ],
    "options": {
      "timestamps": false
    },
    "primaryKeys": [
      "_id"
    ],
    "references": []
  }
}
