{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/UserCompanyNameListing", "title": "UserCompanyNameListing", "type": "object", "properties": { "name_array": { "type": "array", "description": "All known (trade) names for a user company.", "readOnly": true, "writeOnly": false, "items": { "type": "string" } } } }