Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
        "brief": {
            "description": "A brief description of the project described in the proposal",
            "multiline": true,
            "rows": 4,
            "show_in_table_view": true,
            "table_view_order": 3,
            "title": "Brief",
            "type": "string"
        }

So if you put this into the properties section, the overall would look like this:

Code Block
{
    "properties": {
        "brief": {
            "description": "A brief description of the project described in the proposal",
            "multiline": true,
            "rows": 4,
            "show_in_table_view": true,
            "table_view_order": 3,
            "title": "Brief",
            "type": "string"
        }
    },
    "type": "object"
}

You have now added a new field to your data schema!

Configuring Fields