You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"note": "measure-declared currency (ISO 4217) enriched onto result fields alongside label/format, so the renderer formats the amount with a locale-correct Intl symbol rather than a '$' baked into format."
100
100
},
101
-
"certified": {
102
-
"status": "dead",
103
-
"evidence": "no runtime consumer — analytics execution never reads it; not compiled into the Cube",
104
-
"note": "measure trust/governance flag, declared but unenforced (ADR-0049 enforce-or-remove candidate). Not authorWarn'd: it may surface as an objectui badge, so it is not necessarily misleading."
Copy file name to clipboardExpand all lines: packages/spec/liveness/object.json
-18Lines changed: 0 additions & 18 deletions
Original file line number
Diff line number
Diff line change
@@ -201,30 +201,12 @@
201
201
"authorWarn": true,
202
202
"authorHint": "No record-versioning engine reads this block — setting it stores nothing and snapshots no history. Remove it (use Field.trackHistory for field-level history)."
203
203
},
204
-
"partitioning": {
205
-
"status": "dead",
206
-
"evidence": "aspirational; no runtime",
207
-
"authorWarn": true,
208
-
"authorHint": "No table-partitioning is applied from this block. Remove it — it has no runtime effect."
209
-
},
210
-
"softDelete": {
211
-
"status": "dead",
212
-
"evidence": "no runtime; duplicates the (also dead) enable.trash",
213
-
"authorWarn": true,
214
-
"authorHint": "There is no soft-delete/recycle-bin runtime. Deletes are hard deletes; remove this to avoid implying restore semantics that don't exist."
215
-
},
216
204
"search": {
217
205
"status": "dead",
218
206
"evidence": "SearchConfigSchema — no runtime; duplicates enable.searchable",
219
207
"authorWarn": true,
220
208
"authorHint": "No search-engine config is consumed. Remove it — records remain queryable via the normal data API regardless."
system: z.boolean().optional().describe('Auto-injected system/audit field (e.g. created_at, updated_by, organization_id). Tools that surface system fields separately from author-declared business fields should branch on this flag.'),
583
582
sortable: z.boolean().optional().default(true).describe('Whether field is sortable in list views'),
584
583
inlineHelpText: z.string().optional().describe('Help text displayed below the field in forms'),
585
-
caseSensitive: z.boolean().optional().describe('Whether text comparisons are case-sensitive'),
586
584
/**
587
585
* Auto-number display format. Literal text interleaved with `{...}` tokens:
0 commit comments