FastDOL · JSON Structure

Fastdol Forgot Password Request Structure

ForgotPasswordRequest structure from FastDOL API

Type: object Properties: 1 Required: 1
OSHAComplianceWorkplace SafetyPublic RecordsFederal EnforcementLabor

ForgotPasswordRequest is a JSON Structure definition published by FastDOL, describing 1 property, of which 1 is required. It conforms to the https://json-structure.org/meta/extended/v0/# meta-schema.

Properties

email

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

JSON Structure

Raw ↑
{
  "$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"
  ]
}