0
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2026-08-09 21:45:25 +08:00
discourse/spec/requests/api/schemas/json/user_update_request.json
2023-08-09 16:56:10 -06:00

11 lines
154 B
JSON
Vendored

{
"additionalProperties": false,
"properties": {
"name": {
"type": "string"
},
"external_ids": {
"type": "object"
}
}
}