Skip to content

Instantly share code, notes, and snippets.

View developerbello's full-sized avatar
🎯
Always Coding... Competitive Programmer

Bello Ibrahim developerbello

🎯
Always Coding... Competitive Programmer
View GitHub Profile
@coryhouse
coryhouse / mockDataSchema.js
Last active April 15, 2023 15:09
Mock Data Schema for "Building a JavaScript Development Environment" on Pluralsight
export const schema = {
"type": "object",
"properties": {
"users": {
"type": "array",
"minItems": 3,
"maxItems": 5,
"items": {
"type": "object",
"properties": {