hexo-theme-amane/include/schema/widget/toc.json

15 lines
327 B
JSON
Raw Normal View History

2019-12-24 23:05:37 +00:00
{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "/widget/toc.json",
"description": "Table of contents widget configurations",
"type": "object",
"properties": {
"type": {
"type": "string",
"const": "toc"
}
},
"required": [
"type"
]
}