Skip to content
Snippets Groups Projects
Commit 5bbdd879 authored by Dariusz Rybicki's avatar Dariusz Rybicki
Browse files

Fix JSON schema for Fact model

parent fee229aa
No related branches found
No related tags found
1 merge request!102Release 1.0.0
......@@ -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 {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment