README.md in fitting-2.7.2 vs README.md in fitting-2.8.0

- old
+ new

@@ -110,11 +110,11 @@ API responses with validation errors or untested: 9 (36.00% of 25). ``` ### s size -In addition to the previous comand, you will learn the coverage json-schemas with task `rake fitting:documentation_responses[s]` +In addition to the previous comand, you will learn the coverage(required) json-schemas with task `rake fitting:documentation_responses[s]` ``` Fully conforming requests: DELETE /api/v1/book 100% 200 100% 201 100% 404 DELETE /api/v1/book/{id} 100% 200 100% 201 100% 404 @@ -147,10 +147,15 @@ source json-schema: {"$schema"=>"http://json-schema.org/draft-04/schema#", "type"=>"object", ...} combination: ["required", "pages"] new json-schema: {"$schema"=>"http://json-schema.org/draft-04/schema#", "type"=>"object", ...} ``` +### m size + +In addition to the previous comand, you will learn the coverage(enum) json-schemas with task `rake fitting:documentation_responses[m]` +For details `rake fitting:documentation_responses_error[m]` + ## Check tests cover ### xs size `rake fitting:tests_responses[xs]` @@ -165,9 +170,13 @@ Path to API Blueprint documentation. There must be an installed [drafter](https://github.com/apiaryio/drafter) to parse it. ### drafter_yaml_path Path to API Blueprint documentation pre-parsed with `drafter` and saved to a YAML file. + +### tomogram_json_path + +Path to Tomogram documentation pre-parsed with [tomograph](https://github.com/funbox/tomograph) and saved to a JSON file. ### strict Default `false`. If `true` then all properties are condisidered to have `"required": true` and all objects `"additionalProperties": false`.