Download 10 KB 10 Level Formatted JSON File Free Sample JSON Data (10 KB 10 Level Formatted)
Download the 10 KB 10 Level Formatted JSON file for free. This sample JSON file (10 KB 10 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": "object",
"title": "EmployeeDirectory",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"employees"
],
"properties": {
"employees": {
"type": "array",
"items": {
"type": "object",
"required": [
"id",
"name",
"profile"
],
"properties": {
"id": {
"type": "string"
},
"name": {
"type": "string"
},
"profile": {
"type": "object",
"required": [
"contact",
"projects"
],
"properties": {
"contact": {
"type": "object",
"required": [
"email",
"phone",
"address"
],
"properties": {
"email": {
"type": "string",
"format": "email"
},
"phone": {
"type": "string"
},
"address": {
"type": "object",
"required": [
"street",
"city",
"location"
],
"properties": {
"city": {
"type": "string"
},
"street": {
"type": "string"
},
"location": {
"type": "object",
"required": [
"state",
"country",
"geo"
],
"properties": {
"geo": {
"type": "object",
"required": [
"lat",
"long",
"timezone"
],
"properties": {
"lat": {
"type": "string"
},
"long": {
"type": "string"
},
"timezone": {
"type": "object",
"required": [
"name",
"utc_offset"
],
"properties": {
"name": {
"type": "string"
},
"utc_offset": {
"type": "string"
}
}
}
}
},
"state": {
"type": "string"
},
"country": {
"type": "string"
}
}
}
}
}
}
},
"projects": {
"type": "array",
"items": {
"type": "object",
"required": [
"projectId",
"name",
"tasks"
],
"properties": {
"name": {
"type": "string"
},
"tasks": {
"type": "array",
"items": {
"type": "object",
"required": [
"taskId",
"description",
"assignedTo"
],
"properties": {
"taskId": {
"type": "string"
},
"assignedTo": {
"type": "object",
"required": [
"id",
"name",
"skills"
],
"properties": {
"id": {
"type": "string"
},
"name": {
"type": "string"
},
"skills": {
"type": "object",
"required": [
"primary",
"secondary",
"experience"
],
"properties": {
"primary": {
"type": "string"
},
"secondary": {
"type": "array",
"items": {
"type": "string"
}
},
"experience": {
"type": "object",
"required": [
"years",
"domains",
"certifications"
],
"properties": {
"years": {
"type": "number"
},
"domains": {
"type": "array",
"items": {
"type": "string"
}
},
"certifications": {
"type": "object",
"required": [
"current",
"expired",
"meta"
],
"properties": {
"meta": {
"type": "object",
"required": [
"verified",
"lastUpdated"
],
"properties": {
"verified": {
"type": "boolean"
},
"lastUpdated": {
"type": "string",
"format": "date"
}
}
},
"current": {
"type": "array",
"items": {
"type": "string"
}
},
"expired": {
"type": "array",
"items": {
"type": "string"
}
}
}
}
}
}
}
}
}
},
"description": {
"type": "string"
}
}
}
},
"projectId": {
"type": "string"
}
}
}
}
}
}
}
}
}
}
}We found 14 files similar to your selection in the EMPLOYEES 10LEVEL folder.
1-KB

100-KB

500-KB

1-MB

5-MB

10-MB

20-MB

30-MB

50-MB

100-MB

200-MB

300-MB

500-MB

1-GB
