Although the service keeps being operative we recommend using this https://www.jsonschemavalidator.net/ because it provides more explanations about the errors.
If you want to check if a schema validates a payload through this API call
Call: https://smartdatamodels.org/extra/validate_payload.php
Parameters: (Mandatories)
- payloadUrl: The url of the payload in RAW version
- schemaUrl: The link to the RAW version of the json schema (see example)
Output: A json payload with these properties
- result: Boolean. if the schema validates the payload.
- time: time stamp in ISO 8601 (CET) of the validation
- payloadUrl: The url of the payload in RAW version submitted
- schemaUrl: The link to the RAW version of the json schema submitted
on error
- cause: The description of the cause for the rejection to the validation