{
  "source": "dict.js",
  "method": "list",
  "input-schema": {
    "type": "object",
    "additionalProperties": false,
    "description": "Return all the entries set in the given store.",
    "properties": {
      "name": {
        "description": "Name of the store.",
        "type": "string",
        "required": true
      }
    }
  },
  "output-schema": {
    "type": "object"
  },
  "meta": {
    "sort_index": 1,
    "name": "list"
  }
}