FastDOL · JSON Structure

Fastdol Reset Password Request Structure

ResetPasswordRequest structure from FastDOL API

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

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

Properties

token new_password

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-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"
  ]
}