Json Schema Validator avatar

Json Schema Validator

Under maintenance

Pricing

from $10.00 / 1,000 results

Go to Apify Store
Json Schema Validator

Json Schema Validator

Under maintenance

Validates JSON data against a JSON Schema and returns validation results.

Pricing

from $10.00 / 1,000 results

Rating

0.0

(0)

Developer

Donny

Donny

Maintained by Community

Actor stats

0

Bookmarked

1

Total users

0

Monthly active users

2 days ago

Last modified

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 schema
  • errorCount - Number of validation errors
  • errors - Array of error objects with path and message