Scalar types recognized by the core schema layer.
const Set<String> kScalarTypes = <String>{ 'Int', 'String', 'Boolean', 'DateTime', 'Float', 'Decimal', 'Json', 'Bytes', 'BigInt', };