export type JsonFieldType = "string" | "number" | "boolean" | "array" | "object" | "null";