{
    "test_file_exists": {
        "test_name": "Checking if the mandatory files according to the contribution manual are present",
        "success": true,
        "message": [
            "The file 'schema.json' exists",
            "The file 'examples/example.json' exists",
            "The file 'examples/example-normalized.json' exists",
            "The file 'examples/example.jsonld' exists",
            "The file 'examples/example-normalized.jsonld' exists",
            "The file 'notes.yaml' exists",
            "The file 'ADOPTERS.yaml' exists"
        ]
    },
    "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_yaml_files": {
        "test_name": "Checking that ADOPTERS.yaml and notes.yaml are valid YAML files",
        "success": true,
        "message": [
            "The file 'ADOPTERS.yaml' is a valid YAML file.",
            "The file 'notes.yaml' is a valid YAML file."
        ]
    },
    "test_schema_descriptions": {
        "test_name": "test_schema_descriptions",
        "success": false,
        "message": "Error running test: Expecting ',' delimiter: line 25 column 11 (char 726)"
    },
    "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 25 column 11 (char 726)"
    },
    "test_valid_ngsiv2": {
        "test_name": "Validating example-normalized.json as NGSI v2 normalized format",
        "success": true,
        "message": []
    },
    "test_valid_ngsild": {
        "test_name": "Validating example-normalized.jsonld as NGSI-LD format",
        "success": true,
        "message": [
            "All @context URLs are valid."
        ]
    },
    "test_duplicated_attributes": {
        "test_name": "test_duplicated_attributes",
        "success": false,
        "message": "Error running test: Expecting ',' delimiter: line 25 column 11 (char 726)"
    },
    "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"
}