How to insert data like schema

Hi everybody,

how can I insert data like schema:

    const aboutSchema = new Schema({
    content:{
        type: String,
        required: true
    }
 }, {timestamps: true})

I can not create timestamp. At the web view in the https://cloud.mongodb.com/ I dont se “createAt” and “updateAt”

Thank you

Hi @Vojtech_Janousek,

Are you talking about inserting data via a driver or Data Explorer Web UI?

Also are you interested in Schema validation ability or restrictions?

Best regards,
Pavel[