Move catalog indexes to Markdown front matter
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
||||
"title": "Индекс каталога программ",
|
||||
"description": "Схема index.yaml для категории или программы.",
|
||||
"description": "Схема YAML Front Matter файла index.md для категории или программы.",
|
||||
"oneOf": [
|
||||
{
|
||||
"$ref": "#/$defs/category"
|
||||
@@ -112,8 +112,7 @@
|
||||
"required": [
|
||||
"format",
|
||||
"type",
|
||||
"name",
|
||||
"description"
|
||||
"name"
|
||||
],
|
||||
"properties": {
|
||||
"format": {
|
||||
@@ -127,9 +126,6 @@
|
||||
},
|
||||
"order": {
|
||||
"type": "integer"
|
||||
},
|
||||
"description": {
|
||||
"$ref": "#/$defs/description"
|
||||
}
|
||||
}
|
||||
},
|
||||
@@ -142,7 +138,6 @@
|
||||
"type",
|
||||
"name",
|
||||
"summary",
|
||||
"description",
|
||||
"screenshots",
|
||||
"versions"
|
||||
],
|
||||
@@ -159,9 +154,6 @@
|
||||
"summary": {
|
||||
"$ref": "#/$defs/summary"
|
||||
},
|
||||
"description": {
|
||||
"$ref": "#/$defs/description"
|
||||
},
|
||||
"homepage": {
|
||||
"$ref": "#/$defs/url"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user