Skip to content

Commit

Permalink
Correct integer example (#95)
Browse files Browse the repository at this point in the history
  • Loading branch information
ay8s authored and rahul-malik committed Nov 30, 2017
1 parent 91d26a0 commit b870223
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/_posts/2017-02-14-property-fields.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ In addition, there is syntax for providing concrete subtypes such as dates, URIs

#### Integer
<pre><code class="json">{
"blocked_by_me" : { "type" : "boolean"}
"stock_level" : { "type" : "integer"}
}
</code></pre>

Expand Down

0 comments on commit b870223

Please sign in to comment.