Skip to content
This repository has been archived by the owner on Feb 1, 2023. It is now read-only.

Commit

Permalink
Fix doc's writing_data_schema.md (#318)
Browse files Browse the repository at this point in the history
fix(getting-started): Update type of amount from numeric to number
  • Loading branch information
Jason Davis-Cooke authored and roll committed Aug 8, 2018
1 parent d235660 commit c054966
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/getting_started/writing_data_schema.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ Writing this as a table schema in our data package, we have:
},
{
"name": "amount",
"type": "numeric",
"type": "number",
"description": "Transaction value in Euros",
"constraints": {
"minimum": 0
Expand Down

0 comments on commit c054966

Please sign in to comment.