feat(json-schema-2020-12): add support for comment keyword

Refs #8513
This commit is contained in:
Vladimir Gorej
2023-04-20 12:52:40 +02:00
committed by Vladimír Gorej
parent daa0506163
commit 2f08f6424b
6 changed files with 34 additions and 0 deletions

View File

@@ -121,6 +121,7 @@ export const isExpandable = (schema) => {
schema?.$ref ||
schema?.$dynamicRef ||
schema?.$defs ||
schema?.$comment ||
schema?.description ||
schema?.properties
)