Closed tu1ly closed 8 years ago
body: '{}'
bodySchema: { '$schema': 'http://json-schema.org/draft-03/schema', id: '#', required: true, additionalProperties: true, type: 'object', properties: { mesage: { id: 'mesage', required: true } } }
{ results: [], realType: 'application/json', expectedType: 'application/schema+json', validator: 'JsonSchema', rawData: { length: 0 } }
I believe this should be fixed by https://github.com/apiaryio/gavel.js/pull/49. If that's not true, please re-open.
body: '{}'
bodySchema: { '$schema': 'http://json-schema.org/draft-03/schema', id: '#', required: true, additionalProperties: true, type: 'object', properties: { mesage: { id: 'mesage', required: true } } }
{ results: [], realType: 'application/json', expectedType: 'application/schema+json', validator: 'JsonSchema', rawData: { length: 0 } }