mirror of
https://github.com/discourse/discourse.git
synced 2024-12-05 09:43:53 +08:00
18 lines
247 B
JSON
18 lines
247 B
JSON
|
{
|
||
|
"additionalProperties": false,
|
||
|
"properties": {
|
||
|
"name": {
|
||
|
"type": "string"
|
||
|
},
|
||
|
"email": {
|
||
|
"type": "string"
|
||
|
},
|
||
|
"password": {
|
||
|
"type": "string"
|
||
|
},
|
||
|
"external_ids": {
|
||
|
"type": "object"
|
||
|
}
|
||
|
}
|
||
|
}
|