Part of #1002 For example: ``` { "op": "add", "path": "/Users/Schema/Fields/-", "value": { "Name": "foo", "Kind": "Users", "RelationType": 133, "RelationName": "foo" }}, ``` Should be converted to: ``` { "op": "add", "path": "/Users/Schema/Fields/-", "value": { "Name": "foo", "Kind": 16, "RelationType": 133, "Schema": "Users", "RelationName": "foo" }}, ``` And similar for Many relations (e.g. `"Users"`)