Getting Started

Get started with schemas in Beefree SDK.

Introduction

Schemas are structured definitions that describe the format, rules, and relationships of data. They ensure consistency by validating data formats. In Beefree SDK, schemas define how data is structured in relation to email, page, and popup templates. This section of the documentation lists each schema used within Beefree SDK, and outlines its corresponding purpose, properties, requirements, and usage examples to help you utilize each data structure effectively.

Schema Scenarios

Data schemas provide you with a structured format to:

  • Validate JSON structures.

  • Create databases for storing rows, templates, and other types of data.

  • Make API calls with valid request bodies.

Learn more about data structures and schemas within Beefree SDK in the following sections.

Schema Catalog

Simple Schema

Row Metadata

Form Validation Schema

Comments Schema

Last updated

Was this helpful?