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