We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1fe8a44 commit c4e1e48Copy full SHA for c4e1e48
metadata-models/src/main/pegasus/com/linkedin/schema/SchemaField.pdl
@@ -46,12 +46,15 @@ record SchemaField {
46
* Label of the field. Provides a more human-readable name for the field than field path. Some sources will
47
* provide this metadata but not all sources have the concept of a label. If just one string is associated with
48
* a field in a source, that is most likely a description.
49
+ *
50
+ * Note that this field is deprecated and is not surfaced in the UI.
51
*/
52
@Searchable = {
53
"fieldName": "fieldLabels",
54
"fieldType": "TEXT",
55
"boostScore": 0.2
56
}
57
+ @Deprecated
58
label: optional string
59
60
/**
0 commit comments