Apollo314

Results 2 issues of Apollo314

bkz: Çanakkale, Balıkesir, İstanbul (Asya) İstanbul asya is still separate from İstanbul (Avrupa) but the islands were being separately highlighted in İstanbul(Asya). Now it's fixed. ![before](https://user-images.githubusercontent.com/29009961/228121775-dec1cee0-b064-4953-a059-9655f7dda73f.png) ![after](https://user-images.githubusercontent.com/29009961/228121778-eff1af40-ca5b-468f-b913-22a4b72a8d4a.png)

https://github.com/drwpow/openapi-typescript/blob/206f28517f1707ec0d97ad72251323a0da6ad2f1/src/types.ts#L436 ![image](https://user-images.githubusercontent.com/29009961/229336693-4eb8a448-ec78-40b0-9334-a502974ef498.png) type: 'string' should allow `pattern?: string` as per the standard: https://swagger.io/docs/specification/data-models/data-types/#string otherwise it falsely assumes it is supposed to be type 'object' and gives an error that way....