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

@@ -38,4 +38,5 @@
<br>*additional properties: false*
- **protocol**: *string*
- **ports**: *array*
- items: *number*
- items: *(integer|string)*
<br>*pattern: `^[0-9]+(?:-[0-9]+)?$`*