-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix/feat : Updated W3C schema response and Implemented schema store l…
…ogic (#714) * feat: added logic to store W3C schema Signed-off-by: tipusinghaw <[email protected]> * fix: Error messages Signed-off-by: tipusinghaw <[email protected]> --------- Signed-off-by: tipusinghaw <[email protected]> Signed-off-by: KulkarniShashank <[email protected]>
- Loading branch information
1 parent
8c6f305
commit 838f806
Showing
24 changed files
with
188 additions
and
0 deletions.
There are no files selected for viewing
32 changes: 32 additions & 0 deletions
32
apps/agent-provisioning/AFJ/agent-config/5ebcc4b7-2920-476a-abeb-2d602957e25b_jekads.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
{ | ||
"label": "5ebcc4b7-2920-476a-abeb-2d602957e25b_jekads", | ||
"walletId": "dopalos", | ||
"walletKey": "dkemdlksa", | ||
"walletType": "postgres", | ||
"walletUrl": "192.168.31.50:5432", | ||
"walletAccount": "postgres", | ||
"walletPassword": "Password1", | ||
"walletAdminAccount": "postgres", | ||
"walletAdminPassword": "Password1", | ||
"walletScheme": "DatabasePerWallet", | ||
"indyLedger": [], | ||
"endpoint": [ | ||
"http://192.168.31.50:9031" | ||
], | ||
"autoAcceptConnections": true, | ||
"autoAcceptCredentials": "contentApproved", | ||
"autoAcceptProofs": "contentApproved", | ||
"logLevel": 5, | ||
"inboundTransport": [ | ||
{ | ||
"transport": "http", | ||
"port": "9031" | ||
} | ||
], | ||
"outboundTransport": [ | ||
"http" | ||
], | ||
"webhookUrl": "http://192.168.31.50:5000/wh/5ebcc4b7-2920-476a-abeb-2d602957e25b", | ||
"adminPort": "8031", | ||
"tenancy": true | ||
} |
32 changes: 32 additions & 0 deletions
32
...nt-provisioning/AFJ/agent-config/65cdfdd5-6b67-4982-beba-9ac05f81caf8_Platform-admin.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
{ | ||
"label": "65cdfdd5-6b67-4982-beba-9ac05f81caf8_Platform-admin", | ||
"walletId": "platform-admin", | ||
"walletKey": "U2FsdGVkX18Y7bdtrjA444InlqFbMTownPCloGszjy0=", | ||
"walletType": "postgres", | ||
"walletUrl": "192.168.1.125:5432", | ||
"walletAccount": "postgres", | ||
"walletPassword": "Password1", | ||
"walletAdminAccount": "postgres", | ||
"walletAdminPassword": "Password1", | ||
"walletScheme": "DatabasePerWallet", | ||
"indyLedger": [], | ||
"endpoint": [ | ||
"http://192.168.1.125:9036" | ||
], | ||
"autoAcceptConnections": true, | ||
"autoAcceptCredentials": "contentApproved", | ||
"autoAcceptProofs": "contentApproved", | ||
"logLevel": 5, | ||
"inboundTransport": [ | ||
{ | ||
"transport": "http", | ||
"port": "9036" | ||
} | ||
], | ||
"outboundTransport": [ | ||
"http" | ||
], | ||
"webhookUrl": "http://192.168.1.125:5000/wh/65cdfdd5-6b67-4982-beba-9ac05f81caf8", | ||
"adminPort": "8036", | ||
"tenancy": true | ||
} |
32 changes: 32 additions & 0 deletions
32
apps/agent-provisioning/AFJ/agent-config/e579d9ad-f3de-4a9a-89dc-04b4171c7ce8_dcxzs.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
{ | ||
"label": "e579d9ad-f3de-4a9a-89dc-04b4171c7ce8_dcxzs", | ||
"walletId": "string", | ||
"walletKey": "string", | ||
"walletType": "postgres", | ||
"walletUrl": "192.168.31.50:5432", | ||
"walletAccount": "postgres", | ||
"walletPassword": "Password1", | ||
"walletAdminAccount": "postgres", | ||
"walletAdminPassword": "Password1", | ||
"walletScheme": "DatabasePerWallet", | ||
"indyLedger": [], | ||
"endpoint": [ | ||
"http://192.168.31.50:9032" | ||
], | ||
"autoAcceptConnections": true, | ||
"autoAcceptCredentials": "contentApproved", | ||
"autoAcceptProofs": "contentApproved", | ||
"logLevel": 5, | ||
"inboundTransport": [ | ||
{ | ||
"transport": "http", | ||
"port": "9032" | ||
} | ||
], | ||
"outboundTransport": [ | ||
"http" | ||
], | ||
"webhookUrl": "http://192.168.31.50:5000/wh/e579d9ad-f3de-4a9a-89dc-04b4171c7ce8", | ||
"adminPort": "8032", | ||
"tenancy": true | ||
} |
23 changes: 23 additions & 0 deletions
23
apps/agent-provisioning/AFJ/docker-compose_5ebcc4b7-2920-476a-abeb-2d602957e25b_jekads.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
version: '3' | ||
|
||
services: | ||
agent: | ||
image: afj-0.5.0:latest | ||
|
||
container_name: 5ebcc4b7-2920-476a-abeb-2d602957e25b_jekads | ||
restart: always | ||
environment: | ||
AFJ_REST_LOG_LEVEL: 1 | ||
ports: | ||
- 9031:9031 | ||
- 8031:8031 | ||
|
||
volumes: | ||
- ./agent-config/5ebcc4b7-2920-476a-abeb-2d602957e25b_jekads.json:/config.json | ||
|
||
command: --auto-accept-connections --config /config.json | ||
|
||
volumes: | ||
pgdata: | ||
agent-indy_client: | ||
agent-tmp: |
23 changes: 23 additions & 0 deletions
23
...-provisioning/AFJ/docker-compose_65cdfdd5-6b67-4982-beba-9ac05f81caf8_Platform-admin.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
version: '3' | ||
|
||
services: | ||
agent: | ||
image: afj-0.5.0:latest | ||
|
||
container_name: 65cdfdd5-6b67-4982-beba-9ac05f81caf8_Platform-admin | ||
restart: always | ||
environment: | ||
AFJ_REST_LOG_LEVEL: 1 | ||
ports: | ||
- 9036:9036 | ||
- 8036:8036 | ||
|
||
volumes: | ||
- ./agent-config/65cdfdd5-6b67-4982-beba-9ac05f81caf8_Platform-admin.json:/config.json | ||
|
||
command: --auto-accept-connections --config /config.json | ||
|
||
volumes: | ||
pgdata: | ||
agent-indy_client: | ||
agent-tmp: |
23 changes: 23 additions & 0 deletions
23
apps/agent-provisioning/AFJ/docker-compose_e579d9ad-f3de-4a9a-89dc-04b4171c7ce8_dcxzs.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
version: '3' | ||
|
||
services: | ||
agent: | ||
image: afj-0.5.0:latest | ||
|
||
container_name: e579d9ad-f3de-4a9a-89dc-04b4171c7ce8_dcxzs | ||
restart: always | ||
environment: | ||
AFJ_REST_LOG_LEVEL: 1 | ||
ports: | ||
- 9032:9032 | ||
- 8032:8032 | ||
|
||
volumes: | ||
- ./agent-config/e579d9ad-f3de-4a9a-89dc-04b4171c7ce8_dcxzs.json:/config.json | ||
|
||
command: --auto-accept-connections --config /config.json | ||
|
||
volumes: | ||
pgdata: | ||
agent-indy_client: | ||
agent-tmp: |
3 changes: 3 additions & 0 deletions
3
apps/agent-provisioning/AFJ/endpoints/5ebcc4b7-2920-476a-abeb-2d602957e25b_jekads.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
{ | ||
"CONTROLLER_ENDPOINT":"192.168.31.50:8031" | ||
} |
3 changes: 3 additions & 0 deletions
3
...agent-provisioning/AFJ/endpoints/65cdfdd5-6b67-4982-beba-9ac05f81caf8_Platform-admin.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
{ | ||
"CONTROLLER_ENDPOINT":"192.168.1.125:8036" | ||
} |
3 changes: 3 additions & 0 deletions
3
apps/agent-provisioning/AFJ/endpoints/e579d9ad-f3de-4a9a-89dc-04b4171c7ce8_dcxzs.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
{ | ||
"CONTROLLER_ENDPOINT":"192.168.31.50:8032" | ||
} |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
"email","Specialization","SL No","Year Of Passing","Course Code","Date","Course Name","Student","Name" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
"email","Specialization","SL No","Year Of Passing","Course Code","Date","Course Name","Student","Name" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
"email","Specialization","SL No","Year Of Passing","Course Code","Date","Course Name","Student","Name" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
"email","Specialization","SL No","Year Of Passing","Course Code","Date","Course Name","Student","Name" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
"email","Specialization","SL No","Year Of Passing","Course Code","Date","Course Name","Student Name","email" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
"email","Specialization","SL No","Year Of Passing","Course Code","Date","Course Name","Student Name","email" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
"email","Specialization","SL No","Year Of Passing","Course Code","Date","Course Name","Student Name","email" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
"email","Specialization","SL No","Year Of Passing","Course Code","Date","Course Name","Student Name","email" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
"email","Specialization","SL No","Year Of Passing","Course Code","Date","Course Name","Student Name","email" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
"email","name" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
"email","name" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
"email","name" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
"email","name" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
"email","name" |