{ "$id": "https://w3id.org/openebench/scientific-schemas/2.0/", "$schema": "https://json-schema.org/draft/2019-09/schema", "title": "OpenEBench Benchmarking Data Model schemas", "type": "array", "items": { "oneOf": [ { "$ref": "BenchmarkingEvent" }, { "$ref": "Challenge" }, { "$ref": "Community" }, { "$ref": "Contact" }, { "$ref": "Dataset" }, { "$ref": "idSolv" }, { "$ref": "Metrics" }, { "$ref": "Reference" }, { "$ref": "TestAction" }, { "$ref": "Tool" } ] }, "unevaluatedProperties": false }