{ "$schema": "https://json-structure.org/meta/extended/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/fastdol/refs/heads/main/json-structure/fastdol-reset-password-request-structure.json", "name": "ResetPasswordRequest", "type": "object", "description": "ResetPasswordRequest structure from FastDOL API", "properties": { "token": { "type": "string" }, "new_password": { "type": "string" } }, "required": [ "token", "new_password" ] }