Skip to content

Commit cacebe8

Browse files
authored
1 parent ff0d19e commit cacebe8

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

json_schema/type/problems.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
$schema: https://json-schema.org/draft/2020-12/schema
22
$id: https://aep.dev/json-schema/type/problems.json
3-
title: An RFC 7807 problem object
3+
title: An RFC 9457 problem object
44
type: object
55
properties:
66
type:
@@ -22,3 +22,4 @@ properties:
2222
type: string
2323
format: uri-reference
2424
description: A URI reference that identifies the specific occurrence of the problem. It may or may not yield further information if dereferenced.
25+
additionalProperties: true

0 commit comments

Comments
 (0)