Diagram
|
|
Type
|
object |
Properties
|
Name |
Occurrence |
id username firstName lastName email password phone userStatus
|
optional optional optional optional optional optional optional optional
|
|
Used by
|
|
Source
|
"User": {
"type": "object",
"xml": {"name": "User"},
"properties": {
"id": {"type": "integer"},
"username": {"type": "string"},
"firstName": {"type": "string"},
"lastName": {"type": "string"},
"email": {"type": "string"},
"password": {"type": "string"},
"phone": {"type": "string"},
"userStatus": {
"description": "User Status",
"type": "integer"
}
}
}
|
|
Diagram
|
|
Type
|
object |
All of
|
Choices |
id : Schema (#/properties/User/properties/id/0) |
id : Schema (#/properties/User/properties/id/1) |
|
Used by
|
Schema |
User |
User/properties/id |
|
Source
|
"id": {"type": "integer"}
|
|
Diagram
|
|
Type
|
number |
Used by
|
Schema |
User/properties/id |
User/properties/id/0 |
|
Source
|
"#/properties/User/properties/id/0": {"type": "integer"}
|
|
Diagram
|
|
Type
|
string |
Used by
|
Schema |
User/properties/id |
User/properties/id/1 |
|
Source
|
"#/properties/User/properties/id/1": {}
|
|
Diagram
|
|
Type
|
string |
Used by
|
Schema |
User |
User/properties/username |
|
Source
|
"username": {"type": "string"}
|
|
Diagram
|
|
Type
|
string |
Used by
|
Schema |
User |
User/properties/firstName |
|
Source
|
"firstName": {"type": "string"}
|
|
Diagram
|
|
Type
|
string |
Used by
|
Schema |
User |
User/properties/lastName |
|
Source
|
"lastName": {"type": "string"}
|
|
Diagram
|
|
Type
|
string |
Used by
|
Schema |
User |
User/properties/email |
|
Source
|
"email": {"type": "string"}
|
|
Diagram
|
|
Type
|
string |
Used by
|
Schema |
User |
User/properties/password |
|
Source
|
"password": {"type": "string"}
|
|
Diagram
|
|
Type
|
string |
Used by
|
Schema |
User |
User/properties/phone |
|
Source
|
"phone": {"type": "string"}
|
|
Annotations
|
|
Diagram
|
|
Type
|
object |
All of
|
Choices |
userStatus : Schema (#/properties/User/properties/id/0) |
userStatus : Schema (#/properties/User/properties/id/1) |
|
Used by
|
Schema |
User |
User/properties/userStatus |
|
Source
|
"userStatus": {
"description": "User Status",
"type": "integer"
}
|
|
Diagram
|
|
Type
|
number |
Used by
|
Schema |
User/properties/userStatus |
User/properties/id/0 |
|
Source
|
"#/properties/User/properties/id/0": {"type": "integer"}
|
|
Diagram
|
|
Type
|
string |
Used by
|
Schema |
User/properties/userStatus |
User/properties/id/1 |
|
Source
|
"#/properties/User/properties/id/1": {}
|
|