This section provides information on the core data structures/data models that are used by this Building Block.
The resource model shows the relationship between data objects that are used by this Building Block.
The Data Structures provide detail for the Resource Model defined above. This section will list the core/required fields for each resource.
Description: The Data Structures can be extended for a particular use case, but they must always contain, at the minimum, the fields defined here.
Fields:
Database ID
integer
Unique identifier of a database.
Required
Database name
varchar
Name that will define the database content. Name is public.
Schema ID
Database schema ID
Database schema
json object
Database schema. See example in Chapters 7.3.1 and 7.3.2.
Version
numeric
Database version. Each change in schema will produce the next version of the database and API services.
Data ID
Data element unique identifier.
Registry number
Additional registry identifier. Unique identifier in the registry.
Field type
Field type: datetime, date, boolean, text, number, file.
Field value
datetime, date, boolean, text, number
Field value, data stored in the field.
Audit log old value
Field value before change.
Audit log new value
Field value after the change.
Last updated 2 years ago
Was this helpful?