Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
kzaitsev authored and LeFnord committed Jun 7, 2016
1 parent e3904ee commit 64d8159
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/support/model_parsers/entity_parser.rb
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@ class RecursiveModel < Grape::Entity
'properties' => {
'id' => { 'type' => 'integer', 'format' => 'int32', 'description' => 'Identity of Something' },
'text' => { 'type' => 'string', 'description' => 'Content of something.' },
'links' => { 'type' => 'link' },
'links' => { 'type' => 'array', 'items' => { 'type' => 'link' } },
'others' => { 'type' => 'text' }
},
'description' => 'This gets Things.'
Expand Down

0 comments on commit 64d8159

Please sign in to comment.