Learn how to create a dataset with your own, custom schema
Navigate to the Create dataset form
Create dataset
button.Select a dataset kind
Specify a name, code name, and description
Name
is the name of your dataset.Code name
is a unique identifier for the dataset within your team. It’s automatically generated, but you can adjust it if needed.Description
is a brief description of the dataset purpose.Define the dataset schema
Name
is the name of the field (by convention it is recommended to be in snake_case
).Type
is the data type of the field.Array
can be set to indicate that the field contains multiple values of the specified type.Description
is an optional brief description of the field. You can use it to provide more context and details about the data.Example value
is an optional example for this field. It can be useful for documentation purposes.Save
Save
button to save your changes.