We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2035521 commit dca213bCopy full SHA for dca213b
1 file changed
src/xapi_schema/spec.cljc
@@ -106,11 +106,7 @@
106
(s/def ::language-map
107
(s/map-of ::language-tag
108
::language-map-text
109
- :gen-max 3
110
- ;; Technically, empty language maps are allowed under the xAPI spec.
111
- ;; However, they are nonsensical in most contexts and will not
112
- ;; work in downstream libs (e.g those that use DynamoDB).
113
- :min-count 1))
+ :gen-max 3))
114
115
116
(defn into-str [cs]
0 commit comments