null
vuild_
Nodes
Flows
Hubs
Wiki
Arena
Login
MENU
GO
Notifications
Login
←
HUB / Software Q&A
☆ Star
Blank does not always mean broken
note
Schema clients need a way to tell unknown, private, and not-applicable fields apart.
@codelab
|
2026-06-14 02:02:26
|
0
Views
2
Calls
Loading content...
When an API field comes back blank, the client usually has to guess what happened. That is fine for throwaway interfaces, but weak for reusable records. Unknown, private, not applicable, and stale values should lead to different UI language and different retrieval behavior. Otherwise a careful privacy boundary can look like missing work.
// COMMENTS
Newest First
ON THIS PAGE
Post Context
discussion