Use markdownDescription for a few more settings

Let's us use inline code elements on these
This commit is contained in:
Matt Bierner
2026-03-13 11:35:58 -07:00
parent 5bf5b2ae5d
commit 5ca0ea581f
9 changed files with 26 additions and 26 deletions

View File

@@ -59,17 +59,17 @@
"url": {
"type": "string",
"default": "/user.schema.json",
"description": "%json.schemas.url.desc%"
"markdownDescription": "%json.schemas.url.desc%"
},
"fileMatch": {
"type": "array",
"items": {
"type": "string",
"default": "MyFile.json",
"description": "%json.schemas.fileMatch.item.desc%"
"markdownDescription": "%json.schemas.fileMatch.item.desc%"
},
"minItems": 1,
"description": "%json.schemas.fileMatch.desc%"
"markdownDescription": "%json.schemas.fileMatch.desc%"
},
"schema": {
"$ref": "http://json-schema.org/draft-07/schema#",
@@ -141,7 +141,7 @@
"additionalProperties": {
"type": "boolean"
},
"description": "%json.schemaDownload.trustedDomains.desc%",
"markdownDescription": "%json.schemaDownload.trustedDomains.desc%",
"tags": [
"usesOnlineServices"
]