#%RAML 0.8 --- title: e-BookMobile API baseUri: http://api.e-bookmobile.com/{version} version: v1 /authors: get: description: Retrieve a list of authors responses: 200: body: application/json: schema: | { "$schema": "http://json-schema.org/draft-04/schema#", "description": "schema for a list of authors", "type": "object", "properties": { "data": { "type": "number" } } }