{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/wordnik/refs/heads/main/json-structure/wordnik-bigram-structure.json", "name": "Bigram", "description": "Bigram schema from Wordnik", "type": "object", "properties": { "count": { "type": "int64" }, "gram1": { "type": "string" }, "gram2": { "type": "string" }, "mi": { "type": "double", "description": "Mutual information score" }, "wlmi": { "type": "double", "description": "Word-list mutual information score" } } }