Skip to content

Schema

We strongly advise you to download and configure changelog schemas at your IntelliJ IDEA, this will be necessary to obtain IntelliSense when editing. More information here.

Types

The platform provides two types of schema definition based on changelog/changeset.

  • Master: Not obligatory, but highly recommend, it's used to establish an execution order of structure and data files. More information here.
  • Structure: Manipulate structures, e.g.: DataObject, DocumentType, etc. More information here.
  • Data: Manipulate structures that requires existing data, e.g.: Filter Criterion, etc. More information here.
  • Mixed-Mode: Previous mapping files and changelog files together at the same project? More information here.
  • Field Params: Definition of params for each field type. More information here.

Download

You can download suggested changelog files (structure and data) through CustomRoot admin page or ceap download-mapping plugin.

XSD Download

How to manually configure xsd location at IntelliJ IDEA for IntelliSense here.

CEAP Devs

Here you can read a documentation that explains step by step how to create and maintain changelog operations.