Module schema

Source
Expand description

Module for defining Parse Server class schemas and their fields.

Structs§

ClassLevelPermissionsSchema
Represents the Class Level Permissions (CLP) for a Parse class schema.
FieldSchema
Represents the schema definition for a single field within a Parse class.
GetAllSchemasResponse
Represents the response structure when fetching all schemas.
ParseSchema

Enums§

FieldType
Represents the possible data types for a field in a Parse class schema.
IndexFieldType
Represents the schema for a Parse class, including its fields, CLP, and indexes.