Commit 0e16fc4
docs: align two published passages with the schemas they describe (capabilities vocabulary, analytics fields[]) (#16234)
* docs(services-checklist): align the slot capability-flag bullet with the closed capabilities vocabulary
The bullet named the retired top-level `features` map and the retired `workflow`
slot, and read `there is no features.auth`. Rewrite it against
`WellKnownCapabilitiesSchema` (`packages/spec/src/api/discovery.zod.ts`) and the
dispatcher that fills it: name the entries that really follow slot presence,
keep the measured `websockets` clause, and record the vocabulary keys that are
answered from something other than a slot.
Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01Vbw3RPgdtqesx4azk9SbW8
* docs(data-api): state what the analytics query result's fields[] really declares
The callout said each entry carries exactly `name` and `type` "and nothing
else", and that reading `label` / `format` off a query result yields
`undefined`. `AnalyticsResultResponseSchema` declares `label` / `format` /
`currency` / `percentScale` / `builtinAggregate` as optional members and the
`AnalyticsResult` contract mirrors them, so both sentences are false on this
tree. Rewrite the callout in the conditional form the schema supports and keep
the cube-metadata pointer as the declaration surface it is.
Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01Vbw3RPgdtqesx4azk9SbW8
---------
Co-authored-by: Claude <noreply@anthropic.com>1 parent 29bef09 commit 0e16fc4
2 files changed
Lines changed: 34 additions & 15 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
420 | 420 | | |
421 | 421 | | |
422 | 422 | | |
423 | | - | |
424 | | - | |
425 | | - | |
426 | | - | |
427 | | - | |
428 | | - | |
429 | | - | |
430 | | - | |
431 | | - | |
432 | | - | |
| 423 | + | |
| 424 | + | |
| 425 | + | |
| 426 | + | |
| 427 | + | |
| 428 | + | |
| 429 | + | |
| 430 | + | |
| 431 | + | |
| 432 | + | |
| 433 | + | |
| 434 | + | |
| 435 | + | |
| 436 | + | |
| 437 | + | |
| 438 | + | |
| 439 | + | |
433 | 440 | | |
434 | 441 | | |
435 | 442 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
607 | 607 | | |
608 | 608 | | |
609 | 609 | | |
610 | | - | |
611 | | - | |
612 | | - | |
| 610 | + | |
| 611 | + | |
| 612 | + | |
| 613 | + | |
| 614 | + | |
| 615 | + | |
| 616 | + | |
| 617 | + | |
| 618 | + | |
613 | 619 | | |
614 | | - | |
615 | | - | |
| 620 | + | |
| 621 | + | |
| 622 | + | |
| 623 | + | |
| 624 | + | |
| 625 | + | |
| 626 | + | |
| 627 | + | |
616 | 628 | | |
617 | 629 | | |
618 | 630 | | |
| |||
0 commit comments