README.md in schemable-1.0.1 vs README.md in schemable-1.0.2
- old
+ new
@@ -84,9 +84,10 @@
| `relationships` | Returns the relationships defined in the model. |
| `array_types` | Returns a hash of all the arrays defined for the model. |
| `optional_create_request_attributes` | Returns the attributes that are not required in the create request. |
| `optional_update_request_attributes` | Returns the attributes that are not required in the update request. |
| `nullable_attributes` | Returns the attributes that are nullable in the request/response body. |
+| `nullable_relationships` | Returns the relationships that are nullable in the response body. |
| `additional_create_request_attributes` | Returns the additional create request attributes that are not automatically generated. |
| `additional_update_request_attributes` | Returns the additional update request attributes that are not automatically generated. |
| `additional_response_attributes` | Returns the additional response attributes that are not automatically generated. |
| `additional_response_relations` | Returns the additional response relations that are not automatically generated. |
| `additional_response_included` | Returns the additional response included that are not automatically generated. |