api 'MyAPI' do title 'REST API v1.0 Resources' description 'This describes the resources that make up the official API' host 'api.example.com' section 'Users' do description 'Users are users of the system.' end section 'Posts' do description 'Posts are blog posts from users.' end section 'Comments' do description 'Comments are made by users on blog posts.' end end