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