SIGN IN SIGN UP

Fix schemas/Error code property in Uber example

The [live API returns][Uber products GET] e.g.:

    {
        "message": "No authentication provided.",
        "code": "unauthorized"
    }

This commit corrects the schema for `code` to be of `type: string`.

[Uber products GET]: https://api.uber.com/v1/products
O
Ollie Ford committed
18d3491eeb00ff41119cae579a75eafade7dfdcd
Parent: 9036a04
Committed by GitHub <noreply@github.com> on 6/4/2017, 9:35:06 PM