Closed valichek closed 3 years ago
Generation of swagger example with:
CreateTransactionRequest: properties: Currency: $ref: '#/components/schemas/CurrencyCode' Country: $ref: '#/components/schemas/CountryAlpha2' Email: $ref: '#/components/schemas/Email' CallbackURL: $ref: '#/components/schemas/URL' TransactionID: type: string format: uuid RegexParam: type: string x-go-regex: ^[.?\d]+$ # added this line
results to error: Error 73:3: expected ';', found body while formatting source:
Error 73:3: expected ';', found body while formatting source:
thanks for your help
Generation of swagger example with:
results to error:
Error 73:3: expected ';', found body while formatting source: