Skip to content
Snippets Groups Projects
Commit cc71d006 authored by Simon Belak's avatar Simon Belak Committed by Cam Saul
Browse files

Alow blank name & display name [ci all] (#10739)

parent 25224fae
No related merge requests found
......@@ -22,8 +22,8 @@
(def ^:private ResultColumnMetadata
"Result metadata for a single column"
{:name su/NonBlankString
:display_name su/NonBlankString
{:name s/Str
:display_name s/Str
(s/optional-key :description) (s/maybe su/NonBlankString)
:base_type su/FieldTypeKeywordOrString
(s/optional-key :special_type) (s/maybe su/FieldTypeKeywordOrString)
......
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