Json Schema Validator
Pricing
from $10.00 / 1,000 results
Go to Apify Store
Under maintenance
Json Schema Validator
Validates JSON data against a JSON Schema and returns validation results.
Pricing
from $10.00 / 1,000 results
Rating
0.0
(0)
Developer

Donny
Maintained by Community
Actor stats
0
Bookmarked
1
Total users
0
Monthly active users
2 days ago
Last modified
Categories
Share
Validates JSON data against a JSON Schema. Supports type checking, required properties, string/number constraints, array validation, and nested objects.
Input
- jsonData - JSON data to validate (as a string).
- schema - JSON Schema to validate against (as a string).
Output
valid- Whether the data conforms to the schemaerrorCount- Number of validation errorserrors- Array of error objects with path and message