Skip to content

Commit

Permalink
Fixing capitalisation of schema id (URL)
Browse files Browse the repository at this point in the history
  • Loading branch information
kriswest committed Nov 8, 2024
1 parent b063ee4 commit 56932f9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion schemas/api/intentResultRequest.schema.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "https://fdc3.finos.org/schemas/next/api/IntentResultRequest.schema.json",
"$id": "https://fdc3.finos.org/schemas/next/api/intentResultRequest.schema.json",
"type": "object",
"title": "IntentResult Request",
"description": "A request to deliver a result for an intent (which may include a `void` result that just indicates that the handler has run, returning no result). The result is tied to the intentEvent it relates to by quoting the `eventUuid` of the intentEvent in its payload.",
Expand Down
2 changes: 1 addition & 1 deletion schemas/api/intentResultResponse.schema.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "https://fdc3.finos.org/schemas/next/api/IntentResultResponse.schema.json",
"$id": "https://fdc3.finos.org/schemas/next/api/intentResultResponse.schema.json",
"type": "object",
"title": "IntentResult Response",
"description": "A response to a request to deliver an intent result.",
Expand Down

0 comments on commit 56932f9

Please sign in to comment.