spec/fixtures/client.json in json_schema_tools-0.2.1 vs spec/fixtures/client.json in json_schema_tools-0.2.2

- old
+ new

@@ -96,15 +96,10 @@ "sort_by":{ "title" : "Sort by", "description": "Sort the results by the given field => number", "enum":["organisation", "number","email","first_name","last_name", "created_at", "updated_at"], "type": "string" - }, - "sort":{ - "title" : "Sort", - "enum":["ASC","DESC"], - "description": "Sort the results in ASC or DESC" } } }, { "rel": "destroy", "href": "clients/{id}", @@ -119,13 +114,11 @@ "method": "POST" }, { "rel": "documents", "href": "clients/{id}/documents" }, - { "rel": "attachments", - "href": "clients/{id}/attachments" - }, - { "rel": "invoices", - "href": "clients/{id}/invoices" + { "rel": "test replacement", + "href": "clients/{id}/{first_name}" } + ] } \ No newline at end of file