Example: ```yaml components: schemas: PolicyData: type: string ``` to ```golang type PolicyData string ```