Page MenuHomePhabricator

ORES API response (action=query, meta=ores) lacks thresholds for “good faith” on Wikidata
Open, Needs TriagePublic

Description

https://www.wikidata.org/w/api.php?action=query&meta=ores

{
    "batchcomplete": "",
    "query": {
        "ores": {
            "baseurl": "http://localhost:6010/",
            "wikiid": "wikidatawiki",
            "models": {
                "reverted": {
                    "version": "0.2.1"
                },
                "damaging": {
                    "version": "0.5.0"
                },
                "goodfaith": {
                    "version": "0.5.0"
                }
            },
            "excludebots": "",
            "damagingthresholds": {
                "likelybad": 0.385,
                "verylikelybad": 0.929
            },
            "namespaces": [
                0,
                1
            ]
        }
    }
}

This response indicates thresholds for the damaging model, but not for the goodfaith model, so I’m not sure how I’m supposed to interpret goodfaith scores of individual revisions.