{
    "test_valid_json": {
        "test_name": "Checking that the mandatory json files are valid json files",
        "success": false,
        "message": [
            "*** file schema.json is NOT a valid json",
            "file examples/example.json is a valid json",
            "file examples/example-normalized.json is a valid json",
            "file examples/example.jsonld is a valid json",
            "file examples/example-normalized.jsonld is a valid json"
        ]
    },
    "test_schema_descriptions": {
        "test_name": "test_schema_descriptions",
        "success": false,
        "message": "Error running test: Expecting ',' delimiter: line 44 column 3 (char 1269)"
    },
    "test_schema_metadata": {
        "test_name": "Validating schema.json metadata",
        "success": false,
        "message": [
            "*** schema.json is not a valid JSON file"
        ]
    },
    "test_string_incorrect": {
        "test_name": "Checking invalid string attributes",
        "success": false,
        "message": [
            "*** schema.json is not a valid JSON file"
        ]
    },
    "test_valid_keyvalues_examples": {
        "test_name": "test_valid_keyvalues_examples",
        "success": false,
        "message": "Error running test: Expecting ',' delimiter: line 44 column 3 (char 1269)"
    },
    "test_duplicated_attributes": {
        "test_name": "test_duplicated_attributes",
        "success": false,
        "message": "Error running test: Expecting ',' delimiter: line 44 column 3 (char 1269)"
    },
    "test_array_object_structure": {
        "test_name": "Checking array and object attributes structure",
        "success": false,
        "message": [
            "*** schema.json is not a valid JSON file"
        ]
    },
    "email": "jean-sebastien.sottet@list.lu"
}