bukalapak/snowboard

Cannot read property 'toLowerCase' of undefined

kotarofunyu opened this issue · 0 comments

Hi!

I found the problem and couldn't solve it.

when I did snowboard mock api_blueprint.apib, the error below was shown.

✔  Done in 48 ms.
TypeError: Cannot read property 'toLowerCase' of undefined

info

snowboard 4.1.21
npm 6.14.5
macOS Catalina 10.15.4

content of my apib file

FORMAT: 1A

# dietary
dietaryのバックエンドAPI
## 認証
ユーザー情報を返す
## データ
体重データを返す

# Group Users
## User Collection [/users]
### List All Users [GET]
+ Response 200 (application/json)
  [
    {
      "id": 1,
      "name": "hogehoge",
      "email": "hogehoge@gmail.com",
      "uid": "hogehogefugafuga"
    },
    {
      "id": 2,
      "name": "fuga",
      "email": "fugafuga@gmail.com",
      "uid": "fugahogefuga"
    },
  ]
# Group Weights
## Weight Collection [/weights]
### List All Users [GET]