diff --git a/catalog/conformance-tests/result-climatecamp-003.json b/catalog/conformance-tests/result-climatecamp-003.json index 44b4037..db7d96b 100644 --- a/catalog/conformance-tests/result-climatecamp-003.json +++ b/catalog/conformance-tests/result-climatecamp-003.json @@ -4,12 +4,10 @@ "version": "2.0.0" }, "tested_by": { - "solution_id": "unilever", - "version": "1.0.0", - "solution_name": "Unilever" + "collaborator_id": "unilever" }, "test_result": "passed", "test_date": "2023-07-26T09:00:00Z", "pathfinder_version": "2.0.0", "extensions_tested": [] -} \ No newline at end of file +} diff --git a/catalog/users/unilever.json b/catalog/users/unilever.json new file mode 100644 index 0000000..9287cb1 --- /dev/null +++ b/catalog/users/unilever.json @@ -0,0 +1,6 @@ +{ + "id": "unilever", + "kind": "company", + "name": "Unilever", + "website": "https://www.unilever.com" +}