messagebird · Schema

NumberUpdate

Properties

Name Type Description
tags array Tags to assign to the number.
View JSON Schema on GitHub

JSON Schema

messagebird-numberupdate-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/NumberUpdate",
  "title": "NumberUpdate",
  "type": "object",
  "properties": {
    "tags": {
      "type": "array",
      "description": "Tags to assign to the number.",
      "items": {
        "type": "string"
      }
    }
  }
}