Skip to content

Commit

Permalink
CORE-19730 - fix schema externalMessaging and vnode datasource (#1515)
Browse files Browse the repository at this point in the history
  • Loading branch information
conalsmith-r3 authored Feb 19, 2024
1 parent 867a576 commit a8ca4bd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "https://json-schema.org/draft/2019-09/schema",
"$id": "https://corda.r3.com/net/corda/schema/configuration/external.messaging/1.0/corda.external.messaging.json",
"$id": "https://corda.r3.com/net/corda/schema/configuration/externalMessaging/1.0/corda.externalMessaging.json",
"title": "Corda External Messaging Configuration Schema",
"description": "Configuration schema for external messaging.",
"type": "object",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "https://json-schema.org/draft/2019-09/schema",
"$id": "https://corda.r3.com/net/corda/schema/configuration/db/1.0/corda.db.json",
"$id": "https://corda.r3.com/net/corda/schema/configuration/vnode/datasource/1.0/corda.vnode.datasource.json",
"title": "Corda Virtual Node Datasource Configuration Schema",
"description": "Configuration schema for the Virtual Node Datasource section.",
"type": "object",
Expand Down

0 comments on commit a8ca4bd

Please sign in to comment.