README.rdoc in sk_api_schema-0.6.0 vs README.rdoc in sk_api_schema-0.6.1

- old
+ new

@@ -4,10 +4,10 @@ Our API (objects,resources) is described with JSON Schema (http://json-schema.org). Each Object has its own description, with those top-level keys: { - "title": "client", // object type + "name": "client", // object type "properties": { .. }, // field descriptions "links": [ .. ] // CRUD actions, relationships to other resources } Look into the /json/ folder for the resources schema-files - https://github.com/salesking/sk_api_schema/tree/master/json/v1.0