The default value for a Forge object custom field.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/CustomFieldContextDefaultValueForgeObjectField", "title": "CustomFieldContextDefaultValueForgeObjectField", "description": "The default value for a Forge object custom field.", "properties": { "object": { "description": "The default JSON object.", "type": "object" }, "type": { "type": "string" } }, "required": [ "type" ], "type": "object" }