File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- a07d8e7988d035c2d727787f18f64d71b4b89a84
1+ 18e711ad793b2722799207b5b92ba7e0ce6ef66a
Original file line number Diff line number Diff line change @@ -26067,40 +26067,36 @@ components:
2606726067 WaitlistUser:
2606826068 type: object
2606926069 properties:
26070- object:
26071- type: string
26072- description: Distinguishes the Waitlist User object.
26073- const: waitlist_user
2607426070 id:
2607526071 type: string
26076- description: The unique ID of the Waitlist User .
26072+ description: The unique ID of the waitlist entry .
2607726073 example: wl_user_01E4ZCR3C56J083X43JQXF3JK5
2607826074 email:
2607926075 type: string
26080- description: The email address of the Waitlist User .
26076+ description: The email address of the user on the waitlist .
2608126077 example: marcelina.davis@example.com
2608226078 state:
2608326079 type: string
2608426080 enum:
2608526081 - pending
2608626082 - approved
2608726083 - denied
26088- description: The state of the Waitlist User .
26084+ description: The state of the waitlist entry .
2608926085 example: pending
2609026086 approved_at:
2609126087 format: date-time
2609226088 type:
2609326089 - string
2609426090 - 'null'
2609526091 description: >-
26096- The timestamp when the Waitlist User was approved, or null if not
26097- yet approved.
26092+ The timestamp when the entry was approved, or null if not yet
26093+ approved.
2609826094 example: null
2609926095 waitlist_id:
2610026096 type:
2610126097 - string
2610226098 - 'null'
26103- description: The unique ID of the Waitlist that the Waitlist User joined .
26099+ description: The unique ID of the waitlist the entry belongs to .
2610426100 example: waitlist_01E4ZCR3C56J083X43JQXF3JK5
2610526101 created_at:
2610626102 format: date-time
@@ -26112,14 +26108,18 @@ components:
2611226108 type: string
2611326109 description: An ISO 8601 timestamp.
2611426110 example: '2026-01-15T12:00:00.000Z'
26111+ object:
26112+ type: string
26113+ description: Distinguishes the Waitlist User object.
26114+ const: waitlist_user
2611526115 required:
26116- - object
2611726116 - id
2611826117 - email
2611926118 - state
2612026119 - approved_at
2612126120 - created_at
2612226121 - updated_at
26122+ - object
2612326123 EventSchema:
2612426124 allOf:
2612526125 - type: object
You can’t perform that action at this time.
0 commit comments