{
  "@context": [
    "https://w3id.org/gaia-x/development#",
    "https://www.w3.org/ns/credentials/v2",
    {
      "myrtus": "http://w3id.org/myrtus",
      "schema": "https://schema.org/"
    }
  ],
  "@id": "myrtus:MyrtusEcoTrustProfile",
  "@type": "Ecosystem",
  "schema:name": "MYRTUS Ecosystem Trust Profile",
  "schema:description": "Ecosystem Trust Profile for MYRTUS (placeholder description - update with actual ecosystem details)",
  "schema:version": "1.0.0",
  "ecoTrustScope": [
    {
      "@id": "myrtus:TrustScopeTemplate",
      "@type": "EcoTrustScope",
      "schema:name": "MYRTUS Trust Scope - Template Example",
      "schema:description": "Template example for MYRTUS ecosystem trust scope (replace with actual scope details)",
      "ecoTrustServiceProvider": [
        {
          "@id": "https://example-tsp.myrtus.org/.well-known/legalperson.json",
          "@type": "EcoTSP",
          "schema:name": "[TSP Organization Name - UPDATE]",
          "schema:description": "[TSP Description - UPDATE]",
          "ecoTSPId": "https://example-tsp.myrtus.org/.well-known/legalperson.json",
          "ecoTSPEndPoint": ["[Endpoint URL - UPDATE]"],
          "ecoIssuesCredentialsOfType": ["[CredentialType - UPDATE]"]
        }
      ]
    }
  ]
}
