fix: More details about markdownDescription in the comment

This commit is contained in:
Ilya Kuznetsov 2024-12-10 16:44:46 +01:00
parent 16042b5db7
commit 0171513338
No known key found for this signature in database
GPG Key ID: 91F3DDCF5D21CDDF
1 changed files with 2 additions and 0 deletions

View File

@ -124,6 +124,8 @@ jobs:
# By default the ajv-cli runs in strict mode which will fail if the schema
# itself is not valid. Strict mode is more strict than the JSON schema
# specification. See for details: https://ajv.js.org/options.html#strict-mode-options
# The ajv-cli is configured to use the markdownDescription keyword which is not part of the JSON schema specification,
# but is used in editors like VSCode to render markdown in the description field
- name: Validate bundle schema
run: |
go run main.go bundle schema > schema.json