Content JSON Validation #11
content_json_validation.yml
on: workflow_dispatch
validate-jsons
3s
Annotations
1 error
validate-jsons
Validation errors: [{"filename":"content/exams.json","errors":[{"instancePath":"/0","schemaPath":"#/items/required","keyword":"required","params":{"missingProperty":"id"},"message":"must have required property 'id'"},{"instancePath":"/0","schemaPath":"#/items/required","keyword":"required","params":{"missingProperty":"exam"},"message":"must have required property 'exam'"},{"instancePath":"/0","schemaPath":"#/items/required","keyword":"required","params":{"missingProperty":"type"},"message":"must have required property 'type'"},{"instancePath":"/0","schemaPath":"#/items/required","keyword":"required","params":{"missingProperty":"domain"},"message":"must have required property 'domain'"},{"instancePath":"/0","schemaPath":"#/items/required","keyword":"required","params":{"missingProperty":"header"},"message":"must have required property 'header'"},{"instancePath":"/0","schemaPath":"#/items/required","keyword":"required","params":{"missingProperty":"options"},"message":"must have required property 'options'"},{"instancePath":"/0","schemaPath":"#/items/required","keyword":"required","params":{"missingProperty":"correct"},"message":"must have required property 'correct'"},{"instancePath":"/1","schemaPath":"#/items/required","keyword":"required","params":{"missingProperty":"id"},"message":"must have required property 'id'"},{"instancePath":"/1","schemaPath":"#/items/required","keyword":"required","params":{"missingProperty":"exam"},"message":"must have required property 'exam'"},{"instancePath":"/1","schemaPath":"#/items/required","keyword":"required","params":{"missingProperty":"type"},"message":"must have required property 'type'"},{"instancePath":"/1","schemaPath":"#/items/required","keyword":"required","params":{"missingProperty":"domain"},"message":"must have required property 'domain'"},{"instancePath":"/1","schemaPath":"#/items/required","keyword":"required","params":{"missingProperty":"header"},"message":"must have required property 'header'"},{"instancePath":"/1","schemaPath":"#/items/required","keyword":"required","params":{"missingProperty":"options"},"message":"must have required property 'options'"},{"instancePath":"/1","schemaPath":"#/items/required","keyword":"required","params":{"missingProperty":"correct"},"message":"must have required property 'correct'"},{"instancePath":"/2","schemaPath":"#/items/required","keyword":"required","params":{"missingProperty":"id"},"message":"must have required property 'id'"},{"instancePath":"/2","schemaPath":"#/items/required","keyword":"required","params":{"missingProperty":"exam"},"message":"must have required property 'exam'"},{"instancePath":"/2","schemaPath":"#/items/required","keyword":"required","params":{"missingProperty":"type"},"message":"must have required property 'type'"},{"instancePath":"/2","schemaPath":"#/items/required","keyword":"required","params":{"missingProperty":"domain"},"message":"must have required property 'domain'"},{"instancePath":"/2","schemaPath":"#/items/required","keyword":"required","params":{"missingProperty":"header"},"message":"must have required property 'header'"},{"instancePath":"/2","schemaPath":"#/items/required","keyword":"required","params":{"missingProperty":"options"},"message":"must have required property 'options'"},{"instancePath":"/2","schemaPath":"#/items/required","keyword":"required","params":{"missingProperty":"correct"},"message":"must have required property 'correct'"},{"instancePath":"/3","schemaPath":"#/items/required","keyword":"required","params":{"missingProperty":"id"},"message":"must have required property 'id'"},{"instancePath":"/3","schemaPath":"#/items/required","keyword":"required","params":{"missingProperty":"exam"},"message":"must have required property 'exam'"},{"instancePath":"/3","schemaPath":"#/items/required","keyword":"required","params":{"missingProperty":"type"},"message":"must have required property 'type'"},{"instancePath":"/3","schemaPath":"#/items/required","keyword":"required","params":{"missingProperty":"domain"},"message":"must have required property 'domain'"},{"instancePath":"/3","schemaPath":"
|