{
  "applinks": {
    "apps": [],
    "details": [
      {
        "appIDs":[
          "HRKWDUTGKZ.app.dokki.prod",
          "HRKWDUTGKZ.app.dokki.dev",
          "HRKWDUTGKZ.app.dokki.staging"
        ],
        "paths":[
          "/join",
          "/auth/*",
          "/invitations/*",
          "/forgot-password//*",
          "/email-verification/*",
          "/shared/*"
        ],
        "components": [
          {
            "/": "/join",
            "comment": "Matches exact URL with a path have exactly /join value."
          },
          {
            "/": "/auth/*",
            "comment": "Matches any URL with a path that starts with /auth/."
          },
          {
            "/": "/invitations/????????-????-????-????-????????????",
            "comment": "Matches any URL with a path that starts with /invitations/ and contain UUID format token."
          },
          {
            "/": "/forgot-password/*",
            "comment": "Matches any URL with a path that starts with /forgot-password/."
          },
          {
            "/": "/email-verification/*",
            "comment": "Matches any URL with a path that starts with /email-verification/."
          },
          {
            "/": "/shared/*",
            "comment": "Matches any URL with a path that starts with /shared/."
          }
        ]
      },
      {
        "appID":"939NP5X8XC.app.creative.formation",
        "paths":[
          "/join",
          "/auth/*",
          "/invitations/*",
          "/forgot-password//*",
          "/email-verification/*",
          "/shared/*"
        ],
        "components": [
          {
            "/": "/join",
            "comment": "Matches exact URL with a path have exactly /join value."
          },
          {
            "/": "/auth/*",
            "comment": "Matches any URL with a path that starts with '/auth/*'."
          },
          {
            "/": "/invitations/????????-????-????-????-????????????",
            "comment": "Matches any URL with a path that starts with '/invitations/*'."
          },
          {
            "/": "/forgot-password/*",
            "comment": "Matches any URL with a path that starts with /forgot-password/."
          },
          {
            "/": "/email-verification/*",
            "comment": "Matches any URL with a path that starts with /email-verification/."
          },
          {
            "/": "/shared/*",
            "comment": "Matches any URL with a path that starts with '/shared/*'."
          }
        ]
      }
    ]
  },
  "webcredentials":{
    "apps":[
      "HRKWDUTGKZ.app.dokki.prod",
      "HRKWDUTGKZ.app.dokki.dev",
      "HRKWDUTGKZ.app.dokki.staging",
      "939NP5X8XC.app.creative.formation"
    ]
  }
}