type: object description: Operator data properties: title: type: string description: Operator title minLength: 1 maxLength: 1000 address: type: string description: Operator's address minLength: 1 maxLength: 1000 example: 'Москва, Тверская ул., 9' phones: type: array maxItems: 5 items: type: string maxLength: 30 format: phone description: Operator phones list emails: type: array maxItems: 5 items: type: string maxLength: 255 format: email description: Operator emails list sites: type: array maxItems: 5 items: type: string maxLength: 255 format: url description: Operator sites list