add java native jakarta samples for test (#14381)

This commit is contained in:
William Cheng
2023-01-05 21:55:53 +08:00
committed by GitHub
parent 9bbf729d5e
commit c514dc3c1b
58 changed files with 10269 additions and 2 deletions

View File

@@ -0,0 +1,21 @@
# User
A User who is purchasing from the pet store
## Properties
| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
|**id** | **Long** | | [optional] |
|**username** | **String** | | [optional] |
|**firstName** | **String** | | [optional] |
|**lastName** | **String** | | [optional] |
|**email** | **String** | | [optional] |
|**password** | **String** | | [optional] |
|**phone** | **String** | | [optional] |
|**userStatus** | **Integer** | User Status | [optional] |