{
	"$schema": "http://json-schema.org/draft-07/schema",
	"$id": "https://apidocs.iqrf.org/openapi/iqrf-gateway-webapp/schemas/passwordChange.json",
	"type": "object",
	"title": "Password change",
	"required": [
		"old",
		"new"
	],
	"properties": {
		"baseUrl": {
			"$id": "#/properties/baseUrl",
			"$ref": "https://apidocs.iqrf.org/openapi/iqrf-gateway-webapp/schemas/definitions/common.json#/definitions/baseUrl"
		},
		"old": {
			"$id": "#/properties/old",
			"$ref": "https://apidocs.iqrf.org/openapi/iqrf-gateway-webapp/schemas/definitions/user.json#/definitions/passwordOld",
			"title": "Old password",
			"example": "old_passwd"
		},
		"new": {
			"$id": "#/properties/new",
			"$ref": "https://apidocs.iqrf.org/openapi/iqrf-gateway-webapp/schemas/definitions/user.json#/definitions/password",
			"title": "New password"
		}
	},
	"additionalProperties": false
}
