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

15 lines
328 B
JSON

{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "/widget/archives.json",
"description": "Archives widget configurations",
"type": "object",
"properties": {
"type": {
"type": "string",
"const": "archives"
}
},
"required": [
"type"
]
}