Allow multiple types in JSON schema docs tool (#3126)

* allow multiple types in JSON schema docs tool

* support pattern

* support pattern
This commit is contained in:
Ludovico Magnocavallo
2025-05-31 11:58:20 +02:00
committed by GitHub
parent 6090198b50
commit 6b04ce769d
53 changed files with 188 additions and 46 deletions

View File

@@ -9,6 +9,8 @@
- **name**: *string*
- **includedPermissions**: *array*
- items: *string*
<br>*pattern: ^[a-zA-Z-]+\.[a-zA-Z-]+\.[a-zA-Z-]+$*
## Definitions

View File

@@ -30,4 +30,4 @@
<br>*additional properties: false*
- **all**: *boolean*
- **values**: *array*
- items: *string*
- items: *string*

View File

@@ -19,3 +19,4 @@
## Definitions