Skip to main content
Panther Knowledge Base

Can a Panther schema accept both strings and arrays in the same field?

QUESTION

 How do I write a custom schema to process both string-type values, and array of strings, in the same field? 

ANSWER

 To allow both strings and arrays of strings, use the json field type. This type accepts any possible json value: boolean, string, array, object, bigint, and more!

 

  • Was this article helpful?