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:
committed by
GitHub
parent
6090198b50
commit
6b04ce769d
@@ -38,4 +38,5 @@
|
||||
<br>*additional properties: false*
|
||||
- **protocol**: *string*
|
||||
- **ports**: *array*
|
||||
- items: *number*
|
||||
- items: *(integer|string)*
|
||||
<br>*pattern: `^[0-9]+(?:-[0-9]+)?$`*
|
||||
|
||||
Reference in New Issue
Block a user