getRootNode(); $rootNode ->children() ->arrayNode('request_schema') ->children() ->arrayNode('callback') ->arrayPrototype() ->children() ->scalarNode('type')->isRequired()->end() ->arrayNode('params') ->isRequired()->scalarPrototype()->end() ->end() ->end() ->end() ->end() ->arrayNode('client') ->scalarPrototype()->end() ->end() ->end() ->end() ->end(); return $treeBuilder; } }