forked from loafle/openapi-generator-original
add java native jakarta samples for test (#14381)
This commit is contained in:
21
samples/client/petstore/java/native-jakarta/docs/User.md
Normal file
21
samples/client/petstore/java/native-jakarta/docs/User.md
Normal 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] |
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user