AudioType schema from Wordnik
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/wordnik/refs/heads/main/json-schema/wordnik-audio-type-schema.json", "title": "AudioType", "description": "AudioType schema from Wordnik", "type": "object", "properties": { "id": { "type": "integer", "format": "int32" }, "name": { "type": "string" } } }