{
  "specVersion": "1.0",
  "host": {
    "displayName": "SayWhat",
    "identifier": "did:web:say-what.app"
  },
  "entries": [
    {
      "identifier": "urn:air:say-what.app:skill:pronunciation",
      "displayName": "English pronunciation lookup",
      "description": "How to answer an English pronunciation question from SayWhat's data, and how to cite it.",
      "type": "text/markdown",
      "url": "https://say-what.app/skills/pronunciation/SKILL.md",
      "representativeQueries": [
        "how do you pronounce colonel",
        "why does Worcestershire sound nothing like it is spelled",
        "what is the IPA for mischievous",
        "which English words do Spanish speakers mispronounce most"
      ]
    },
    {
      "identifier": "urn:air:say-what.app:dataset:pronunciation",
      "displayName": "English pronunciation dataset",
      "description": "IPA, syllable breakdown, common ESL mistake and a fix for 300 English words that non-native speakers most often get wrong.",
      "type": "application/json",
      "url": "https://say-what.app/pronunciation.json",
      "representativeQueries": [
        "dataset of commonly mispronounced English words",
        "IPA transcriptions with syllable breakdowns",
        "common ESL pronunciation mistakes and fixes"
      ]
    }
  ]
}