Download 50 MB 5 Level Formatted JSON File Free Sample JSON Data (50 MB 5 Level Formatted)
Download the 50 MB 5 Level Formatted JSON file for free. This sample JSON file (50 MB 5 Level Formatted) is perfect for API testing, validating databases, and checking website file upload limits.
Designed for developers and testers, this JSON document contains structured JSON objects and JSON arrays, allowing you to simulate real-world scenarios with large JSON datasets.
{
"type": "array",
"items": {
"type": "object",
"required": [
"employee"
],
"properties": {
"employee": {
"type": "object",
"required": [
"id",
"name",
"position",
"department",
"projects"
],
"properties": {
"id": {
"type": "string"
},
"name": {
"type": "string"
},
"position": {
"type": "string"
},
"projects": {
"type": "array",
"items": {
"type": "object",
"required": [
"projectId",
"projectName",
"startDate",
"tasks"
],
"properties": {
"tasks": {
"type": "array",
"items": {
"type": "object",
"required": [
"taskId",
"title",
"status",
"details"
],
"properties": {
"title": {
"type": "string"
},
"status": {
"type": "string"
},
"taskId": {
"type": "string"
},
"details": {
"type": "object",
"required": [
"hoursSpent",
"technologiesUsed",
"expectedCompletion"
],
"properties": {
"hoursSpent": {
"type": "number"
},
"technologiesUsed": {
"type": "array",
"items": {
"type": "string"
}
},
"expectedCompletion": {
"type": "string",
"format": "date"
}
}
}
}
}
},
"projectId": {
"type": "string"
},
"startDate": {
"type": "string",
"format": "date"
},
"projectName": {
"type": "string"
}
}
}
},
"department": {
"type": "object",
"required": [
"id",
"name",
"manager"
],
"properties": {
"id": {
"type": "string"
},
"name": {
"type": "string"
},
"manager": {
"type": "object",
"required": [
"id",
"name",
"contact"
],
"properties": {
"id": {
"type": "string"
},
"name": {
"type": "string"
},
"contact": {
"type": "object",
"required": [
"email",
"phone"
],
"properties": {
"email": {
"type": "string",
"format": "email"
},
"phone": {
"type": "string"
}
}
}
}
}
}
}
}
}
}
},
"title": "EmployeeProjectData",
"$schema": "http://json-schema.org/draft-07/schema#"
}We found 14 files similar to your selection in the EMPLOYEES 5LEVEL folder.
1-KB

10-KB

100-KB

500-KB

1-MB

5-MB

10-MB

20-MB

30-MB

100-MB

200-MB

300-MB

500-MB

1-GB
