Skip to main content

Data Model API Reference now available

· 2 min read
Robert Loipfinger
Circle Lead Platform @ ADITO

When configuring data models in ADITO, knowing which properties are available and what they control has so far required either hands-on exploration in the Designer or reading through source comments.

There is now a better way.

What is available

The Data Model API reference documents all configurable properties for each data model in the platform. For every property you get the type, default value, and a description directly derived from the source.

This covers the full range: major models, alias models, view templates, record containers, and everything in between.

How it helps in practice

Data models have a lot of surface area. Some properties are straightforward, others have subtle effects or only apply under certain conditions. Having that information in one place, organized and searchable, saves time when setting up a new data model or tracing unexpected behavior back to a configuration.

It is also useful for reviewing configurations in existing projects, where the intent behind a specific property is not always obvious.

Version selection

Like the JDito API reference, this documentation supports version selection. You can view the properties available in the platform version you are actually working with, which matters when the property set changed between releases.

Where to find it

Data Model API Reference

./Robert