UNPKG

@rapharacing/schemas

Version:

OpenAPI to JSON Schema to be used with middy for CC response validation

20 lines 586 B
{ "type": "object", "required": [ "newPassword", "token" ], "properties": { "newPassword": { "type": "string", "description": "new password string which is required to complete process of resetting password" }, "token": { "type": "string", "description": "token value which will be generated as unique string that will be sent with email to allow user for completing reset-password operation" } }, "title": "ResetPassword", "description": "Representation of a Reset Password", "$schema": "http://json-schema.org/schema#" }