You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
35 lines
963 B
YAML
35 lines
963 B
YAML
4 years ago
|
UserRequest:
|
||
|
properties:
|
||
|
username:
|
||
|
type: string
|
||
|
example: Dragon Fruit
|
||
|
email:
|
||
|
type: string
|
||
|
example: dragonfruit@example.org
|
||
|
fullname:
|
||
|
type: string
|
||
|
example: Mr. Dragon Fruit Jr.
|
||
|
website:
|
||
|
type: string
|
||
|
example: 'https://example.org'
|
||
|
location:
|
||
|
type: string
|
||
|
example: 'Toronto, Canada'
|
||
|
groupTitle:
|
||
|
type: string
|
||
|
example: '["administrators","Staff"]'
|
||
|
birthday:
|
||
|
type: string
|
||
|
description: A birthdate given in an ISO format parseable by the Date object
|
||
|
example: 03/27/2020
|
||
|
signature:
|
||
|
type: string
|
||
|
example: |
|
||
|
This is an example signature
|
||
|
It can span multiple lines.
|
||
|
aboutme:
|
||
|
type: string
|
||
|
example: |
|
||
|
This is a paragraph all about how my life got twist-turned upside-down
|
||
|
and I'd like to take a minute and sit right here,
|
||
|
to tell you all about how I because the administrator of NodeBB
|