mnemosyne-memory-lifecycle-benchmark / schemas /benchmark-result-v1.schema.json
solsticestudioai's picture
Publish Mnemosyne Memory Lifecycle Benchmark v0.2.0
6a700f4 verified
Raw
History Blame Contribute Delete
342 Bytes
{"$schema":"https://json-schema.org/draft/2020-12/schema","$id":"mnemosyne-benchmark-result/v1","type":"object","required":["benchmark_version","scenario_count","strategy_count","results"],"properties":{"benchmark_version":{"type":"string"},"scenario_count":{"type":"integer"},"strategy_count":{"type":"integer"},"results":{"type":"array"}}}