{ "$schema": "http://json-schema.org/draft-07/schema#", "$id": "https://raw.githubusercontent.com/api-evangelist/nuxeo/main/json-schema/changePassword.json", "title": "changePassword", "properties": { "newPassword": { "type": "string" }, "oldPassword": { "type": "string" } }, "required": [ "newPassword", "oldPassword" ] }