Skip to content

Commit

Permalink
Fix swag schema
Browse files Browse the repository at this point in the history
  • Loading branch information
quincylvania committed Apr 22, 2024
1 parent 82ed672 commit 7f80bab
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion _tools/frontmatter-validator/schemas/page.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,16 @@
"title": "swag sections",
"type": "array",
"items": {
"$ref": "#/$defs/swagItems"
"type": "object",
"title": "swag section",
"properties": {
"title": {
"type": "string"
},
"items": {
"$ref": "#/$defs/swagItems"
}
}
}
},
"links": {
Expand Down

0 comments on commit 7f80bab

Please sign in to comment.