mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
16 lines
279 B
JSON
16 lines
279 B
JSON
|
|
{
|
||
|
|
"additionalProperties": false,
|
||
|
|
"properties": {
|
||
|
|
"gravatar_upload_id": {
|
||
|
|
"type": ["integer", "null"]
|
||
|
|
},
|
||
|
|
"gravatar_avatar_template": {
|
||
|
|
"type": ["string", "null"]
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"required": [
|
||
|
|
"gravatar_upload_id",
|
||
|
|
"gravatar_avatar_template"
|
||
|
|
]
|
||
|
|
}
|