Code development platform for open source projects from the European Union institutions :large_blue_circle: EU Login authentication by SMS has been phased out. To see alternatives please check here

Skip to content
Snippets Groups Projects
Commit e1bd4745 authored by Yannick Huard's avatar Yannick Huard
Browse files

fix: remove "apps" property from TNL schema - EBSIINT-10392

parent fba235b8
No related branches found
No related tags found
2 merge requests!100Publish update,!99fix: remove "apps" property from TNL schema - EBSIINT-10392
---
"@cef-ebsi/vcdm1.1-trusted-nodes-list-schema": patch
---
Remove `apps` property.
...@@ -100,8 +100,8 @@ ...@@ -100,8 +100,8 @@
"version": "1.0.1", "version": "1.0.1",
"title": "EBSI Trusted Nodes List", "title": "EBSI Trusted Nodes List",
"description": "Schema of an EBSI Trusted Nodes List", "description": "Schema of an EBSI Trusted Nodes List",
"idBase16": "0xbd2f371da8965fb6adecdd57b7ed2a899728fec9666fde76ec017765e2b9a077", "idBase16": "0x5667f1d85b355ddca91e1f64d8811080b53dd0593abd3a31befb13fdc80e6545",
"idBase58": "zDjVp7fDTKbhqFUuCSQ7tvxGMPjns8KeyqfMSFUREuyq8", "idBase58": "z6pHzVWcE9hygBq8UWRXXyR8nRst6rUXMKUkTjMoh3sfJ",
"file": "schemas/vcdm1.1/trusted-nodes-list/schema.json", "file": "schemas/vcdm1.1/trusted-nodes-list/schema.json",
"vcdm": "1.1", "vcdm": "1.1",
"verification": "Documents", "verification": "Documents",
......
...@@ -8,8 +8,8 @@ ...@@ -8,8 +8,8 @@
The schema is published to the [Trusted Schemas Registry](https://hub.ebsi.eu/apis/pilot/trusted-schemas-registry) with the IDs: The schema is published to the [Trusted Schemas Registry](https://hub.ebsi.eu/apis/pilot/trusted-schemas-registry) with the IDs:
- `0xbd2f371da8965fb6adecdd57b7ed2a899728fec9666fde76ec017765e2b9a077` (hexadecimal) - `0x5667f1d85b355ddca91e1f64d8811080b53dd0593abd3a31befb13fdc80e6545` (hexadecimal)
- `zDjVp7fDTKbhqFUuCSQ7tvxGMPjns8KeyqfMSFUREuyq8` (multibase base58btc) - `z6pHzVWcE9hygBq8UWRXXyR8nRst6rUXMKUkTjMoh3sfJ` (multibase base58btc)
## Table of Contents ## Table of Contents
...@@ -81,11 +81,6 @@ The schema is published to the [Trusted Schemas Registry](https://hub.ebsi.eu/ap ...@@ -81,11 +81,6 @@ The schema is published to the [Trusted Schemas Registry](https://hub.ebsi.eu/ap
"type": "string", "type": "string",
"format": "uri" "format": "uri"
}, },
"apps": {
"description": "MUST be a valid domain name starting with https://app-{environment}.ebsi. On production, \"-{environment}\" is skipped. The URL will therefore start with \"https://app.ebsi.\"",
"type": "string",
"format": "uri"
},
"explorer": { "explorer": {
"description": "MUST be a valid domain name starting with https://blockexplorer-{environment}.ebsi. On production, \"-{environment}\" is skipped. The URL will therefore start with \"https://blockexplorer.ebsi.\"", "description": "MUST be a valid domain name starting with https://blockexplorer-{environment}.ebsi. On production, \"-{environment}\" is skipped. The URL will therefore start with \"https://blockexplorer.ebsi.\"",
"type": "string", "type": "string",
...@@ -98,7 +93,7 @@ The schema is published to the [Trusted Schemas Registry](https://hub.ebsi.eu/ap ...@@ -98,7 +93,7 @@ The schema is published to the [Trusted Schemas Registry](https://hub.ebsi.eu/ap
"maxLength": 3 "maxLength": 3
} }
}, },
"required": ["apis", "apps", "country"] "required": ["apis", "country"]
} }
} }
}, },
......
...@@ -15,13 +15,11 @@ ...@@ -15,13 +15,11 @@
"nodes": [ "nodes": [
{ {
"apis": "https://api-pilot.ebsi.stsisp.ro", "apis": "https://api-pilot.ebsi.stsisp.ro",
"apps": "https://app-pilot.ebsi.stsisp.ro",
"explorer": "https://blockexplorer-pilot.ebsi.stsisp.ro", "explorer": "https://blockexplorer-pilot.ebsi.stsisp.ro",
"country": "rou" "country": "rou"
}, },
{ {
"apis": "https://api-pilot.ebsi.fnmt.es", "apis": "https://api-pilot.ebsi.fnmt.es",
"apps": "https://app-pilot.ebsi.fnmt.es",
"country": "esp" "country": "esp"
} }
] ]
......
...@@ -58,11 +58,6 @@ ...@@ -58,11 +58,6 @@
"type": "string", "type": "string",
"format": "uri" "format": "uri"
}, },
"apps": {
"description": "MUST be a valid domain name starting with https://app-{environment}.ebsi. On production, \"-{environment}\" is skipped. The URL will therefore start with \"https://app.ebsi.\"",
"type": "string",
"format": "uri"
},
"explorer": { "explorer": {
"description": "MUST be a valid domain name starting with https://blockexplorer-{environment}.ebsi. On production, \"-{environment}\" is skipped. The URL will therefore start with \"https://blockexplorer.ebsi.\"", "description": "MUST be a valid domain name starting with https://blockexplorer-{environment}.ebsi. On production, \"-{environment}\" is skipped. The URL will therefore start with \"https://blockexplorer.ebsi.\"",
"type": "string", "type": "string",
...@@ -75,7 +70,7 @@ ...@@ -75,7 +70,7 @@
"maxLength": 3 "maxLength": 3
} }
}, },
"required": ["apis", "apps", "country"] "required": ["apis", "country"]
} }
} }
}, },
......
{ {
"vcdm": "1.1", "vcdm": "1.1",
"id": { "id": {
"base16": "0xbd2f371da8965fb6adecdd57b7ed2a899728fec9666fde76ec017765e2b9a077", "base16": "0x5667f1d85b355ddca91e1f64d8811080b53dd0593abd3a31befb13fdc80e6545",
"multibase_base58btc": "zDjVp7fDTKbhqFUuCSQ7tvxGMPjns8KeyqfMSFUREuyq8" "multibase_base58btc": "z6pHzVWcE9hygBq8UWRXXyR8nRst6rUXMKUkTjMoh3sfJ"
}, },
"verification": "Documents", "verification": "Documents",
"context": "General" "context": "General"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment