For the complete documentation index, see llms.txt. This page is also available as Markdown.

Editing a Data Schema

To edit a data schema, complete the following steps.

1

Select Data Schemas

Select Data Schemas from the menu on the left.

2

Select the data schema

Select the Data Schema that you want to edit.

3

Open the editor

A screen that shows the data schema appears. Click the Edit Data Schema button.

4

Confirm the new version

A note appears indicating that editing the schema will automatically create a new version. Select Edit.

5

Edit the fields

Edit the fields as needed. Note that the fields are marked as required or optional. (By default, all fields are set as required.)

To make the field required, push the slider to the right ("Yes" will appear). To make the field optional, push the slider to the left ("No" will appear).

6

Save your changes

After you've made the changes, select Save in the upper right corner of the screen.

7

Review the new version

A new version of the data schema appears.

If you import a dataset with a specific data schema (not “Auto-generate schema from data”) and if any optional field does not exist in the data, this will not fail the import and will not generate any warning. If you import a dataset with an inferred data schema (“Auto-generate schema from data”), all fields in the generated schema will be set as required.

Was this helpful?