Display¶
- pydantic model Display[source]¶
The
display
block contains information related to how this data object should/could be displayed. As a general rule, the consumer of data is responsible for figuring out how a specific data object shall be displayed. However, we use this block to communicate preferences from the data producers perspective.We also maintain this block due to legacy reasons. No data filtering logic should be placed on the
display
block.- Fields:
- field name: Optional[str] = None¶
A display-friendly version of
data.name
.