messagebird · Schema

GroupCreate

Properties

Name Type Description
name string The name of the group.
View JSON Schema on GitHub

JSON Schema

messagebird-groupcreate-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/GroupCreate",
  "title": "GroupCreate",
  "type": "object",
  "required": [
    "name"
  ],
  "properties": {
    "name": {
      "type": "string",
      "description": "The name of the group."
    }
  }
}