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

- old
+ new

@@ -1,8 +1,8 @@ { + "$schema" : "http://json-schema.org/draft-04/schema#", "type" : "object", - "title" : "User", - "name" : "user", + "title" : "user", "description" : "", "required" : ["email"], "properties" : { "id" : { "$ref" : "./base_types/base_types.json#definitions/id"