[python-nextgen] Add bytearray, none_type as primitive type (#15130)

* add bytearray, none type as primitive type

* update samples

* update doc
This commit is contained in:
William Cheng
2023-04-07 09:34:04 +08:00
committed by GitHub
parent ba2c42e34b
commit bd7bc9aa79
11 changed files with 23 additions and 31 deletions

View File

@@ -50,6 +50,7 @@ These options may be applied as additional-properties (cli) or configOptions (pl
<li>Dict</li>
<li>List</li>
<li>bool</li>
<li>bytearray</li>
<li>bytes</li>
<li>date</li>
<li>datetime</li>
@@ -58,6 +59,7 @@ These options may be applied as additional-properties (cli) or configOptions (pl
<li>float</li>
<li>int</li>
<li>list</li>
<li>none_type</li>
<li>object</li>
<li>str</li>
</ul>