schema/v1.0/customer.json in fidor_schema-0.1.18 vs schema/v1.0/customer.json in fidor_schema-0.2.0
- old
+ new
@@ -112,11 +112,11 @@
"readonly" : true
},
"birthday" : {
"description" : "Date of birth",
"type" : "string",
- "format" : "date-time",
+ "format" : "date",
"readonly" : true
},
"is_verified" : {
"description" : "Indicates whether KYC has been performed.",
"type" : "boolean",
@@ -191,14 +191,20 @@
{
"rel" : "self",
"href" : "customers/{id}"
},
{
- "rel" : "instances",
- "href" : "customers"
+ "rel" : "instances",
+ "href" : "customers",
+ "targetSchema" : {
+ "$ref" : "./lists/customers.json#"
+ }
},
{
- "rel" : "accounts",
- "href" : "customers/{id}/accounts"
+ "rel" : "accounts",
+ "href" : "customers/{id}/accounts",
+ "targetSchema" : {
+ "$ref" : "./lists/accounts.json#"
+ }
}
]
}