Object.keys(this).forEach((key) => {
            definition.push(`${key}:{type:schema.${datatypes[this[key]].caminte}}`);
        });