component-test/src/main/java/org/apache/fineract/cn/group/GroupApiDocumentation.java [133:158]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                            fieldWithPath("name").description("Group's name"),
                            fieldWithPath("leaders").type("Set<String>").description("Group's leaders"),
                            fieldWithPath("members").type("Set<String>").description("Group's members"),
                            fieldWithPath("office").description("Group's office"),
                            fieldWithPath("assignedEmployee").description("Assigned Employee"),
                            fieldWithPath("weekday").type("Integer").description("Weekday for group meeting " +
                                    " \n + " +
                                    " *enum* _Weekday_ { + \n" +
                                    "    MONDAY(1), + \n" +
                                    "    TUESDAY(2), + \n" +
                                    "    WEDNESDAY(3), + \n" +
                                    "    THURSDAY(4), + \n" +
                                    "    FRIDAY(5), + \n" +
                                    "    SATURDAY(6), + \n" +
                                    "    SUNDAY(7) + \n " +
                                    " } \n +"),
                            fieldWithPath("address.street").description("Office street"),
                            fieldWithPath("address.city").description("Office city"),
                            fieldWithPath("address.region").description("Office region"),
                            fieldWithPath("address.postalCode").description("Office postal code"),
                            fieldWithPath("address.countryCode").description("Office country code"),
                            fieldWithPath("address.country").description("Office country")
                    )));
  }

  @Test
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



component-test/src/main/java/org/apache/fineract/cn/group/GroupApiDocumentation.java [273:298]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                            fieldWithPath("name").description("Group's name"),
                            fieldWithPath("leaders").type("Set<String>").description("Group's leaders"),
                            fieldWithPath("members").type("Set<String>").description("Group's members"),
                            fieldWithPath("office").description("Group's office"),
                            fieldWithPath("assignedEmployee").description("Assigned Employee"),
                            fieldWithPath("weekday").type("Integer").description("Weekday for group meeting " +
                                    " \n + " +
                                    " *enum* _Weekday_ { + \n" +
                                    "    MONDAY(1), + \n" +
                                    "    TUESDAY(2), + \n" +
                                    "    WEDNESDAY(3), + \n" +
                                    "    THURSDAY(4), + \n" +
                                    "    FRIDAY(5), + \n" +
                                    "    SATURDAY(6), + \n" +
                                    "    SUNDAY(7) + \n " +
                                    " } \n +"),
                            fieldWithPath("address.street").description("Office street"),
                            fieldWithPath("address.city").description("Office city"),
                            fieldWithPath("address.region").description("Office region"),
                            fieldWithPath("address.postalCode").description("Office postal code"),
                            fieldWithPath("address.countryCode").description("Office country code"),
                            fieldWithPath("address.country").description("Office country")
                    )));
  }

  @Test
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



