WSO2 · JSON Structure

Devportal Api Current And New Passwords Structure

CurrentAndNewPasswords schema from WSO2 API Manager

Type: object Properties: 2
API ManagementGatewaysOpen SourceAPI LifecycleGraphQLSOAPREST

Current and new passowrd of the user is a JSON Structure definition published by WSO2, describing 2 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

currentPassword newPassword

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/wso2/refs/heads/main/json-structure/devportal-api-current-and-new-passwords-structure.json",
  "name": "Current and new passowrd of the user",
  "description": "CurrentAndNewPasswords schema from WSO2 API Manager",
  "type": "object",
  "properties": {
    "currentPassword": {
      "type": "string",
      "example": "password123"
    },
    "newPassword": {
      "type": "string",
      "example": "newpassword1234"
    }
  }
}