{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/UserRead", "title": "UserRead", "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" } } }