mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-05-03 02:09:30 +08:00
15 lines
230 B
Text
15 lines
230 B
Text
{
|
|
"type": "object",
|
|
"additionalProperties": {
|
|
"type": "object",
|
|
"additionalProperties": false,
|
|
"required": [
|
|
"syntax"
|
|
],
|
|
"properties": {
|
|
"syntax": {
|
|
"type": "string"
|
|
}
|
|
}
|
|
}
|
|
}
|