json/v1.0/client.json in sk_api_schema-0.5.0 vs json/v1.0/client.json in sk_api_schema-0.6.0

- old
+ new

@@ -1,7 +1,8 @@ {"type":"object", "title": "client", + "name": "client", "description": "A client as seen by SalesKing", "properties":{ "id":{ "description":"Unique identifier - UUID", "identity":true, @@ -210,9 +211,14 @@ }, "filter[tags]":{ "title" : "Tags", "description": "Filter by a space delimited list of tags", "type":"string" + }, + "filter[ids]":{ + "title" : "Clients", + "description": "A single or a list of client uuids, comma separated", + "type" : "string" }, "filter[created_at_from]":{ "title" : "From date", "description": "Objects with a creation date after the date, including given datetime. ISO 8601 format YYY-MM-DDThh:mm:ss+z", "format" : "date-time", \ No newline at end of file