Skip to content

Commit

Permalink
fix string escaping
Browse files Browse the repository at this point in the history
  • Loading branch information
pvdbosch committed Nov 22, 2023
1 parent 89c64d5 commit f20ec75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/openapi/problem/v1/problem-v1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ components:
value: abc
- type: urn:problem-type:belgif:input-validation:schemaViolation
title: "Input isn't valid with respect to schema"
detail: "examplePropertyWithPattern a2345678901 doesn't match pattern '^\d{11}$'"
detail: "examplePropertyWithPattern a2345678901 doesn't match pattern '^\\d{11}$'"
in: body
name: items[0].examplePropertyWithPattern # location within the body
value: "a2345678901"
Expand Down

0 comments on commit f20ec75

Please sign in to comment.