intern-Assignment/Assignment-Validation/blog-crud/cypress/fixtures/example.json
2025-01-31 15:20:39 +05:30

20 lines
473 B
JSON

[
{
"id": "6791d0adf0cb06cbc9677cb8",
"name": "Ki haal chaal hai dosto.",
"blogIDs": [
"63f1b5a91c9d441234abcd12",
"63f1b5a91c9d441234abcd34",
"63f1b5a91c9d441234abcd56"
]
},
{
"id": "6791e5ebc1c4440968effd45",
"name": "Good Morning Everyone how are you",
"blogIDs": [
"63f1b5a91c9d441234abcd12",
"63f1b5a91c9d441234abcd34",
"63f1b5a91c9d441234abcd56"
]
}
]