Skip to content

Commit a758ddd

Browse files
authored
Add additionalProperties: true to RFC 9457 problem object schema (#3456)
- fixes #3454
1 parent 5f5aa0f commit a758ddd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/schemas/json/problem-object-rfc9457.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,6 @@
2929
"format": "uri-reference",
3030
"description": "A URI reference that identifies the specific occurrence of the problem. It may or may not yield further information if dereferenced."
3131
}
32-
}
32+
},
33+
"additionalProperties": true
3334
}

0 commit comments

Comments
 (0)