Properties
| Name | Type | Description |
|---|---|---|
| UserPerson | object | |
| UserCompany | object | |
| UserApiKey | object | |
| UserPaymentServiceProvider | object |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/UserListing",
"title": "UserListing",
"type": "object",
"properties": {
"UserPerson": {
"type": "object",
"description": "",
"readOnly": true,
"writeOnly": false,
"$ref": "#/components/schemas/UserPerson"
},
"UserCompany": {
"type": "object",
"description": "",
"readOnly": true,
"writeOnly": false,
"$ref": "#/components/schemas/UserCompany"
},
"UserApiKey": {
"type": "object",
"description": "",
"readOnly": true,
"writeOnly": false,
"$ref": "#/components/schemas/UserApiKey"
},
"UserPaymentServiceProvider": {
"type": "object",
"description": "",
"readOnly": true,
"writeOnly": false,
"$ref": "#/components/schemas/UserPaymentServiceProvider"
}
}
}