schema/v1.0/customer.json in fidor_schema-0.3.0 vs schema/v1.0/customer.json in fidor_schema-0.3.1
- old
+ new
@@ -192,19 +192,13 @@
"rel" : "self",
"href" : "customers/{id}"
},
{
"rel" : "instances",
- "href" : "customers",
- "targetSchema" : {
- "$ref" : "./lists/customers.json#"
- }
+ "href" : "customers"
},
{
"rel" : "accounts",
- "href" : "customers/{id}/accounts",
- "targetSchema" : {
- "$ref" : "./lists/accounts.json#"
- }
+ "href" : "customers/{id}/accounts"
}
]
}