forked from loafle/openapi-generator-original
[csharp] Improved regex support (#16269)
* improved regex support * better parsing of options * better handling of options * spacing change * typo * rename the x-modifier- extension * trivial change * added to the sample
This commit is contained in:
@@ -1941,6 +1941,9 @@ components:
|
||||
origin:
|
||||
pattern: "/^[A-Z\\s]*$/i"
|
||||
type: string
|
||||
color_code:
|
||||
pattern: "^#(([0-9a-fA-F]{2}){3}|([0-9a-fA-F]){3})$"
|
||||
type: string
|
||||
type: object
|
||||
banana:
|
||||
properties:
|
||||
|
||||
Reference in New Issue
Block a user