diff --git a/Sources/BearCLICore/CloudKitAPI.swift b/Sources/BearCLICore/CloudKitAPI.swift index fbb3844..612dedb 100644 --- a/Sources/BearCLICore/CloudKitAPI.swift +++ b/Sources/BearCLICore/CloudKitAPI.swift @@ -358,6 +358,10 @@ public struct CloudKitAPI { "value": .string(existingUniqueID), "type": .string("STRING"), ]), + "text": .dictionary([ + "value": .null, + "type": .string("STRING"), + ]), ] var recordDict: [String: AnyCodableValue] = [