UpdatePhraseListRequest

DesktopOperating SystemUWPWin32Windows

Properties

Name Type Description
phrases array Updated list of phrases
View JSON Schema on GitHub

JSON Schema

microsoft-windows-10-updatephraselistrequest-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/UpdatePhraseListRequest",
  "title": "UpdatePhraseListRequest",
  "type": "object",
  "properties": {
    "phrases": {
      "type": "array",
      "items": {
        "type": "string"
      },
      "description": "Updated list of phrases"
    }
  },
  "required": [
    "phrases"
  ]
}