Skip to content

Commit

Permalink
fixing schema for rh_news - UUID now has data in it
Browse files Browse the repository at this point in the history
  • Loading branch information
lockefox committed Sep 10, 2017
1 parent c556897 commit a66bb2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/schemas/stocks/rh_news.schema
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"updated_at": {"type":"string"},
"instrument": {"type":"string", "format":"uri"},
"num_clicks": {"type":"integer"},
"uuid": {"type":"null"},
"uuid": {"type":["string", "null"]},
"relay_url": {"type":"string", "format":"date-time"},
"preview_image_url": {"type":"string"}
},
Expand Down

0 comments on commit a66bb2e

Please sign in to comment.