15 lines
363 B
JSON
15 lines
363 B
JSON
{
|
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
"$id": "/share/sharejs.json",
|
|
"description": "Enable Share.js share buttons\nhttps://github.com/overtrue/share.js/",
|
|
"type": "object",
|
|
"properties": {
|
|
"type": {
|
|
"type": "string",
|
|
"const": "sharejs"
|
|
}
|
|
},
|
|
"required": [
|
|
"type"
|
|
]
|
|
} |