Schema for Ratatoskr WhatsApp Template Metadata

From WhatsAppTemplateMetadata.schema.yaml (ratatoskr/WhatsAppTemplateMetadata.schema)

---
$id: https://skeleton.botmd.io/ratatoskr/WhatsAppTemplateMetadata.schema
$schema: http://json-schema.org/draft-07/schema#

title: WhatsApp Template Metadata
description: WhatsApp template metadata

type: object
additionalProperties: false

properties:
  error:
    title: Error
    description: The error message of the WhatApp template. Only set when exist.

    $ref: "/skeleton/Any.schema"

[Main Page] [Schema Documentation] [Examples]