Skip to content

Commit 56932f9

Browse files
committed
Fixing capitalisation of schema id (URL)
1 parent b063ee4 commit 56932f9

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

schemas/api/intentResultRequest.schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "http://json-schema.org/draft-07/schema#",
3-
"$id": "https://fdc3.finos.org/schemas/next/api/IntentResultRequest.schema.json",
3+
"$id": "https://fdc3.finos.org/schemas/next/api/intentResultRequest.schema.json",
44
"type": "object",
55
"title": "IntentResult Request",
66
"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.",

schemas/api/intentResultResponse.schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "http://json-schema.org/draft-07/schema#",
3-
"$id": "https://fdc3.finos.org/schemas/next/api/IntentResultResponse.schema.json",
3+
"$id": "https://fdc3.finos.org/schemas/next/api/intentResultResponse.schema.json",
44
"type": "object",
55
"title": "IntentResult Response",
66
"description": "A response to a request to deliver an intent result.",

0 commit comments

Comments
 (0)