Skip to content

Commit

Permalink
Changed boolean literals to boolean type name.
Browse files Browse the repository at this point in the history
  • Loading branch information
jest committed Feb 27, 2015
1 parent 463068f commit 0c5053b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources.rst
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ data model, using the following mapping rules:
JSON object. To prevent naming conflicts with internal key:value pairs,
keys must not start with "_".
3. The values of key:value pairs use any of the native JSON data types of
string, number, true, false, null, or arrays thereof. Values can also be
string, number, boolean, null, or arrays thereof. Values can also be
objects, in which case they are modeling nested resources.
4. Collections are modeled as an array of objects.

Expand Down

0 comments on commit 0c5053b

Please sign in to comment.