Replies: 1 comment 6 replies
-
That pattern is set when the property has a |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We are noticing some of the object properties have a pattern field that we don't know where it came from. I looked for a quarkus or mp property to disable but did not find one. How can we remove these?
"marking": {
"description": "Marking of the data",
"maxLength": 128,
"minLength": 1,
"pattern": "\S",
"type": "string",
"example": "U"
},
Beta Was this translation helpful? Give feedback.
All reactions