{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/CompanyRead", "title": "CompanyRead", "type": "object", "properties": { "UserCompany": { "type": "object", "description": "", "readOnly": true, "writeOnly": false, "$ref": "#/components/schemas/UserCompany" } } }