我正在尝试使用YAML创建应用程序中使用的所有存储过程的列表以及调用它们的位置。我设想了类似下面的内容,但我认为YAML不允许多层嵌套。access_log:stored_proc:getsomethinguses:usedin:some->bread->crumbusedin:somethingelseherestored_proc:anotherspuses:usedin:blahblahreporting:stored_proc:reportingspuses:usedin:breadcrumb有没有办法在YAML中做到这一点,如果没有,还有哪些其他选择?