GuessWord

Represents a keyword returned as a as a word completion suggestion or as a next word suggestion

HealthGlobal HealthDisease SurveillanceImmunizationHealth StatisticsICDWHOUnited NationsOpen Data

Properties

Name Type Description
label string
dontChangeResult boolean
View JSON Schema on GitHub

JSON Schema

guessword.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://id.who.int/schemas/GuessWord",
  "title": "GuessWord",
  "type": "object",
  "properties": {
    "label": {
      "type": "string",
      "nullable": true
    },
    "dontChangeResult": {
      "type": "boolean"
    }
  },
  "additionalProperties": false,
  "description": "Represents a keyword returned as a as a word completion suggestion or as a next word suggestion"
}