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

JSON Field

A code field is an input where users can select a programming language and write code directly in the field.

JSON

JSON
  1. Label Field • The first input field allows you to specify the Label of the column. • Enter a meaningful name, such as “Configuration” or “Metadata”, to indicate the purpose of this column. This label will appear as the header for the column in the table view

  2. Type Field • The second dropdown menu is used to select the Type of data for the column. • Choose Code to specify that this column will store structured code-like data.

  3. Format Field • The third dropdown menu is used to define the Format of the code type. • Select JSON to ensure that this field is optimized for storing JSON (JavaScript Object Notation) data, which is ideal for structured data or configurations. This enables syntax validation and proper formatting when interacting with the field.

Last updated