{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/wordnik/refs/heads/main/json-structure/wordnik-frequency-structure.json", "name": "Frequency", "description": "Frequency schema from Wordnik", "type": "object", "properties": { "count": { "type": "int64" }, "year": { "type": "int32" } } }