Array
(
    [attached_file] => Array
        (
            [0] => Array
                (
                    [filename] => Array
                        (
                            [type] => string
                            [format] => 
                            [example] => document.pdf
                            [description] => The name of the attached document
                            [required] => 1
                        )

                    [file] => Array
                        (
                            [type] => string
                            [format] => byte
                            [description] => BASE64 encoded PDF document only. 2 MB max.
                        )

                    [rights] => Array
                        (
                            [adminrights] => Array
                                (
                                    [type] => integer
                                    [format] => int32
                                    [required] => 1
                                    [example] => 123
                                )

                            [emails] => Array
                                (
                                    [email_admin] => Array
                                        (
                                            [type] => string
                                            [minLength] => 6
                                            [maxLength] => 32
                                            [format] => email
                                            [required] => 1
                                        )

                                    [email_user] => Array
                                        (
                                            [type] => string
                                            [minLength] => 5
                                            [maxLength] => 32
                                            [format] => email
                                            [required] => 1
                                        )

                                )

                            [nomdetoto] => Array
                                (
                                    [type] => string
                                    [format] => 
                                    [example] => Toto
                                    [description] => Le nom de toto
                                    [required] => 1
                                )

                        )

                )

        )

)
nb required à true : 5