20 lines
506 B
JSON
20 lines
506 B
JSON
{
|
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
"$id": "/share/addthis.json",
|
|
"description": "Enable AddThis share buttons\nhttps://www.addthis.com/",
|
|
"type": "object",
|
|
"properties": {
|
|
"type": {
|
|
"type": "string",
|
|
"const": "addthis"
|
|
},
|
|
"install_url": {
|
|
"type": "string",
|
|
"description": "URL to the AddThis share plugin script"
|
|
}
|
|
},
|
|
"required": [
|
|
"type",
|
|
"install_url"
|
|
]
|
|
} |