mirror of
https://github.com/LukeHagar/api-specs.git
synced 2025-12-09 20:37:50 +00:00
10 lines
217 B
YAML
10 lines
217 B
YAML
type: object
|
|
properties:
|
|
userId:
|
|
type: string
|
|
nullable: false
|
|
description: User identifier for Verification request. The value of the user's attribute.
|
|
example: example@mail.com
|
|
required:
|
|
- userId
|