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