mirror of
https://github.com/discourse/discourse.git
synced 2024-12-05 01:23:41 +08:00
33 lines
471 B
JSON
33 lines
471 B
JSON
|
{
|
||
|
"additionalProperties": false,
|
||
|
"properties": {
|
||
|
"name": {
|
||
|
"type": "string"
|
||
|
},
|
||
|
"email": {
|
||
|
"type": "string"
|
||
|
},
|
||
|
"password": {
|
||
|
"type": "string"
|
||
|
},
|
||
|
"username": {
|
||
|
"type": "string"
|
||
|
},
|
||
|
"active": {
|
||
|
"type": "boolean"
|
||
|
},
|
||
|
"approved": {
|
||
|
"type": "boolean"
|
||
|
},
|
||
|
"user_fields[1]": {
|
||
|
"type": "boolean"
|
||
|
}
|
||
|
},
|
||
|
"required": [
|
||
|
"name",
|
||
|
"email",
|
||
|
"password",
|
||
|
"username"
|
||
|
]
|
||
|
}
|