oJobPub JSON Schema Validator
Validate your oJobPub JSON data against a JSON Schema using server-side validation.
How to use:
Enter your oJobPub JSON data in the textarea
Click "Validate JSON" to check if the data conforms to the schema
The form comes pre-filled with a working example
oJobPub JSON Data:
{ "employer": { "name": "Acme Corp", "location": { "city": "New York", "country": "US" }, "industry": "Software", "url": "https://example.com" }, "vacancies": [ { "datePublished": "2025-08-30", "jobCategory": "Engineering", "jobTitle": "Software Engineer", "jobRef": "SE-2023-001", "applyBefore": "2026-12-31", "language": "en", "jobDescription": "Develop and maintain software applications.", "jobType": "permanent", "workType": "hybrid", "experienceLevel": "mid", "workLoad": { "minPercentage": 80, "maxPercentage": 100 }, "tags": ["python", "flask", "backend"], "location": { "city": "Amsterdam", "country": "NL" }, "jobUrl": "https://example.com/job/1" } ] }
Validate oJobPub JSON