{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "UserProfileFields", "required": [ "login", "email" ], "properties": { "additionalProperties": { "type": "string" }, "login": { "type": "string" }, "email": { "type": "string" } }, "type": "object" }