Array field.
const schema = fields.array(fields.string());schema.create(["hello", "world"]);
Generated using TypeDoc
Array field.