{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "UserProfileField", "required": [ "name", "value" ], "properties": { "name": { "type": "string" }, "value": { "type": "string" } }, "type": "object", "xml": { "name": "field" } }