spec/fixtures/lead.json in json_schema_tools-0.0.7 vs spec/fixtures/lead.json in json_schema_tools-0.0.8

- old
+ new

@@ -8,17 +8,17 @@ "description": "Where did the person come from", "type":"string", "maxLength": 255 }, "links_clicked":{ - "description": "Timestamps of clicks. Just an example to test nested array values without object reference", + "description": "Timestamps of clicks. Test nested array values without object reference", "type":"array", "properties":{ "type": "string" } }, "conversion":{ - "description": "Just an example to test nested object value without object reference", + "description": "Test nested object value without object reference", "type":"object", "properties":{ "from": { "type": "string" }, \ No newline at end of file