diff --git a/Sources/ElixxirDAppsSDK/Models/Fact.swift b/Sources/ElixxirDAppsSDK/Models/Fact.swift
index 456ad36c4c8d2285ffc8e2d8c06d2590740ae697..99db6a2a9cd65262fba3b0ce82f3565136c9b356 100644
--- a/Sources/ElixxirDAppsSDK/Models/Fact.swift
+++ b/Sources/ElixxirDAppsSDK/Models/Fact.swift
@@ -16,7 +16,7 @@ public struct Fact: Equatable {
 extension Fact: Codable {
   enum CodingKeys: String, CodingKey {
     case fact = "Fact"
-    case type = "Type"
+    case type = "T"
   }
 
   public static func decode(_ data: Data) throws -> Self {