Skip to content

Commit c4e1e48

Browse files
authored
fix(docs): update docs for SchemaField.label (#10251)
1 parent 1fe8a44 commit c4e1e48

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

metadata-models/src/main/pegasus/com/linkedin/schema/SchemaField.pdl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,12 +46,15 @@ record SchemaField {
4646
* Label of the field. Provides a more human-readable name for the field than field path. Some sources will
4747
* provide this metadata but not all sources have the concept of a label. If just one string is associated with
4848
* 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.
4951
*/
5052
@Searchable = {
5153
"fieldName": "fieldLabels",
5254
"fieldType": "TEXT",
5355
"boostScore": 0.2
5456
}
57+
@Deprecated
5558
label: optional string
5659

5760
/**

0 commit comments

Comments
 (0)