{
  "$schema": "http://json-schema.org/draft-03/schema",
  "properties": {
    "offset": {
      "type": "number",
      "blank": false,
      "description": "Place where fetching data should start."
    },

    "limit": {
      "type": "number",
      "blank": false,
      "description": "Limit the number of items to return."
    }
  }
}
