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"
|
||
|
}
|
||
|
}
|
||
|
}
|