Skip to content

Commit faea22e

Browse files
authored
feat: ontology viewer (#748)
* feat: ontology viewer * chore: ignore * chore: fix oneOf rendering
1 parent b81121f commit faea22e

42 files changed

Lines changed: 904 additions & 910 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ out/
3131
build
3232
dist
3333

34+
.svelte-kit
3435

3536
secrets/
3637

platforms/eCurrency-api/src/web3adapter/mappings/currency.mapping.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"tableName": "currencies",
3-
"schemaId": "550e8400-e29b-41d4-a716-446655440004",
3+
"schemaId": "550e8400-e29b-41d4-a716-446655440008",
44
"ownerEnamePath": "ename",
55
"ownedJunctionTables": [],
66
"localToUniversalMap": {

platforms/eCurrency-api/src/web3adapter/mappings/ledger.mapping.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"tableName": "ledger",
3-
"schemaId": "550e8400-e29b-41d4-a716-446655440005",
3+
"schemaId": "550e8400-e29b-41d4-a716-446655440006",
44
"ownerEnamePath": "currency.ename",
55
"ownedJunctionTables": [],
66
"localToUniversalMap": {

platforms/esigner/.svelte-kit/ambient.d.ts

Lines changed: 0 additions & 374 deletions
This file was deleted.

0 commit comments

Comments
 (0)