Nuxeo · Schema

changePassword

Content ManagementDigital Asset ManagementEnterpriseDocumentsWorkflowsSearchOpen Source

Properties

Name Type Description
newPassword string
oldPassword string
View JSON Schema on GitHub

JSON Schema

changePassword.json Raw ↑
{
  "$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"
  ]
}