{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/CustomFieldContextDefaultValueForgeGroupField", "title": "CustomFieldContextDefaultValueForgeGroupField", "description": "The default value for a Forge group custom field.", "properties": { "contextId": { "description": "The ID of the context.", "type": "string" }, "groupId": { "description": "The ID of the the default group.", "type": "string" }, "type": { "type": "string" } }, "required": [ "contextId", "groupId", "type" ], "type": "object" }