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