You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if(every $i in $model?chronology ! tokenize(., ',') satisfiesmatches($i, '^(((\d{4}–)?\d{4})|\d{2})$'))
1139
+
then map { 'chronology': ($model?chronology ! tokenize(., ',')) }
1140
+
elseerror($api:INVALID_PARAMETER, 'Unsupported value for parameter "chronology". It must be a comma separated list of strings matching the pattern "^(((\d{4}–)?\d{4})|\d{2})$", e.g. "1800–1899,1870–1879,1876"')
0 commit comments