Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion json_schema/type/problems.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$schema: https://json-schema.org/draft/2020-12/schema
$id: https://aep.dev/json-schema/type/problems.json
title: An RFC 7807 problem object
title: An RFC 9457 problem object
type: object
properties:
type:
Expand All @@ -22,3 +22,4 @@ properties:
type: string
format: uri-reference
description: A URI reference that identifies the specific occurrence of the problem. It may or may not yield further information if dereferenced.
additionalProperties: true
Loading