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

15 lines
340 B
JSON

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