Removed some deprecation warnings

This commit is contained in:
domaindrivendev
2017-05-19 11:11:13 -07:00
parent 75d676d753
commit 353be669e4
10 changed files with 16 additions and 75 deletions

View File

@@ -39,7 +39,7 @@ RSpec.configure do |config|
properties: {
id: { type: 'integer' },
title: { type: 'string' },
content: { type: 'string' }
content: { type: 'string', 'x-nullable': true }
},
required: [ 'id', 'title', 'content' ]
}