schema/v1.0/user.json in fidor_schema-0.5.0 vs schema/v1.0/user.json in fidor_schema-0.5.1

- old
+ new

@@ -8,15 +8,15 @@ "id" : { "$ref" : "./base_types/base_types.json#definitions/id" }, "email" : { "$ref" : "./base_types/base_types.json#definitions/email", - "readonly" : true + "readOnly" : true }, "last_sign_in_at" : { "description" : "Last time the user accessed fidor. ISO 8601 Date-Time", "format" : "date-time", - "readonly" : true, + "readOnly" : true, "type" : "string" }, "created_at" : { "$ref" : "./base_types/base_types.json#definitions/created_at" },