{
"_id": "<objectId>",
"product_id": "<int>",
"title": "<string>",
"description": "<string>",
"authors": [ "<string>" ],
"catalogues": {
"isbn10": "<string>",
"isbn13": "<string>"
},
"publisher": "<string>",
"language": "<string>",
"format": [
{
"book": {
"pages": "<int>"
},
"ebook": {
"epub": {
"pages": "<int>"
},
"pdf": {
"pages": "<int>"
}
},
"audiobook": {
"narrator": "<string>",
"length_minutes": "<int>"
}
}
]
}
]
Please read Formatting code and log snippets in posts and re-publish your schema. As it is formatted we are missing parts.
1 Like
Hi @Rasha_Abusamra,
Can you please elaborate further on the problem/doubt you are facing? Which lab are you currently attempting for which you are facing the problem?
Regards,
Satyam
1 Like